default.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  2. * Copyright (C) 2009-2017 Laurent Destailleur <eldy@users.sourceforge.net>
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. body {
  18. font-size:14px;
  19. font-family: roboto,arial,tahoma,verdana,helvetica;
  20. /* background: #fcfcfc; */
  21. margin: 15px 30px 10px;
  22. }
  23. table.main-inside {
  24. padding-left: 10px;
  25. padding-right: 10px;
  26. padding-bottom: 10px;
  27. margin-bottom: 10px;
  28. margin-top: 10px;
  29. color: #000000;
  30. border-top: 1px solid #ccc;
  31. border-bottom: 1px solid #ccc;
  32. line-height: 22px;
  33. }
  34. table.main {
  35. padding-left: 6px;
  36. padding-right: 6px;
  37. padding-top: 12px;
  38. padding-bottom: 12px;
  39. background-color: #fff;
  40. }
  41. div.titre {
  42. padding: 5px 5px 5px 5px;
  43. margin: 0 0 0 0;
  44. }
  45. span.titre {
  46. font-size: 90%;
  47. font-weight: bold;
  48. background: #FFFFFF;
  49. color: #444;
  50. border: 1px solid #bbb;
  51. padding: 10px 10px 10px 10px;
  52. margin: 0 0 10px 10px;
  53. }
  54. div.soustitre {
  55. font-size: 15px;
  56. font-weight: bold;
  57. color: #4965B3;
  58. padding: 0 1.2em 0.5em 2em;
  59. margin: 1.2em 1.2em 1.2em 1.2em;
  60. border-bottom: 1px solid #999;
  61. border-right: 1px solid #999;
  62. text-align: right;
  63. }
  64. .minwidth100 { min-width: 100px; }
  65. .minwidth200 { min-width: 200px; }
  66. .minwidth300 { min-width: 300px; }
  67. .minwidth400 { min-width: 400px; }
  68. .minwidth500 { min-width: 500px; }
  69. .minwidth50imp { min-width: 50px !important; }
  70. .minwidth100imp { min-width: 100px !important; }
  71. .minwidth200imp { min-width: 200px !important; }
  72. .minwidth300imp { min-width: 300px !important; }
  73. .minwidth400imp { min-width: 400px !important; }
  74. .minwidth500imp { min-width: 500px !important; }
  75. /* Force values for small screen 570 */
  76. @media only screen and (max-width: 570px)
  77. {
  78. body {
  79. margin: 15px 4px 4px;
  80. }
  81. input, input[type=text], input[type=password], select, textarea {
  82. min-width: 20px;
  83. min-height: 1.4em;
  84. line-height: 1.4em;
  85. padding: .4em .1em;
  86. border: 1px solid #BBB;
  87. /* max-width: inherit; why this ? */
  88. }
  89. .hideonsmartphone { display: none; }
  90. .noenlargeonsmartphone { width : 50px !important; display: inline !important; }
  91. .maxwidthonsmartphone { max-width: 100px; }
  92. .maxwidth50onsmartphone { max-width: 40px; }
  93. .maxwidth75onsmartphone { max-width: 50px; }
  94. .maxwidth100onsmartphone { max-width: 70px; }
  95. .maxwidth150onsmartphone { max-width: 120px; }
  96. .maxwidth200onsmartphone { max-width: 200px; }
  97. .maxwidth300onsmartphone { max-width: 300px; }
  98. .maxwidth400onsmartphone { max-width: 400px; }
  99. .minwidth50imp { min-width: 50px !important; }
  100. .minwidth100imp { min-width: 50px !important; }
  101. .minwidth200imp { min-width: 50px !important; }
  102. .minwidth300imp { min-width: 50px !important; }
  103. .minwidth400imp { min-width: 50px !important; }
  104. .minwidth500imp { min-width: 50px !important; }
  105. table.main {
  106. padding-left: 0;
  107. padding-right: 0;
  108. }
  109. table.main-inside {
  110. padding-left: 1px;
  111. padding-right: 1px;
  112. line-height: 20px;
  113. }
  114. span.titre {
  115. font-size: 90%;
  116. font-weight: normal;
  117. background: #FFFFFF;
  118. color: #444;
  119. border: 1px solid #999;
  120. padding: 5px 5px 5px 5px;
  121. margin: 0 0 0 4px;
  122. }
  123. }
  124. input:disabled
  125. {
  126. background: #FDFDFD;
  127. border: 1px solid #ACBCBB;
  128. padding: 0 0 0 0;
  129. margin: 0 0 0 0;
  130. color: #AAA !important;
  131. cursor: not-allowed !important;
  132. }
  133. input[type=submit] {
  134. border-color: #c5c5c5;
  135. border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  136. display: inline-block;
  137. padding: 4px 14px;
  138. margin-bottom: 0;
  139. text-align: center;
  140. cursor: pointer;
  141. color: #333333;
  142. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  143. background-color: #f5f5f5;
  144. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  145. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  146. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  147. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  148. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  149. background-repeat: repeat-x;
  150. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  151. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  152. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  153. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  154. border: 1px solid #bbbbbb;
  155. border-bottom-color: #a2a2a2;
  156. -webkit-border-radius: 4px;
  157. -moz-border-radius: 4px;
  158. border-radius: 4px;
  159. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  160. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  161. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  162. }
  163. input:focus, textarea:focus, button:focus, select:focus {
  164. box-shadow: 0 0 4px #8091BF;
  165. }
  166. input[type=text], input[type=password] {
  167. border: 1px solid #ACBCBB;
  168. padding: 4px;
  169. }
  170. select {
  171. padding: 4px;
  172. background-color: #fff;
  173. }
  174. input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  175. border: 1px solid #ACBCBB;
  176. box-shadow: 0 0 5px #C091AF;
  177. }
  178. input:-webkit-autofill {
  179. background: #FBFFEA none !important;
  180. -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
  181. }
  182. table.listofchoices, table.listofchoices tr, table.listofchoices td {
  183. border-collapse: collapse;
  184. padding: 4px;
  185. color: #000000;
  186. border: 1px solid #ccc !important;
  187. line-height: 18px;
  188. }
  189. .listofchoicesdesc {
  190. color: #999 !important;
  191. }
  192. .blinkwait {
  193. font-weight: bold;
  194. text-decoration:blink !important;
  195. }
  196. .installchoices table tr td {
  197. margin-left: 2px;
  198. margin-right: 2px;
  199. border-bottom: 1px solid #999;
  200. border-right: 1px solid #999;
  201. color: #000000;
  202. }
  203. /* OK */
  204. div.ok {
  205. color: #114466;
  206. }
  207. span.ok {
  208. color: #114466;
  209. }
  210. /* Warning */
  211. div.warning {
  212. color: #777711;
  213. }
  214. span.warning {
  215. color: #777711;
  216. }
  217. /* Error */
  218. div.error {
  219. color: #550000;
  220. font-weight: bold;
  221. padding: 0.2em 0.2em 0.2em 0;
  222. margin: 0.5em 0 0.5em 0;
  223. }
  224. span.error {
  225. color: #550000;
  226. font-weight: bold;
  227. }
  228. /* Next button */
  229. div.nextbutton {
  230. text-align: center;
  231. margin-top: 10px;
  232. padding-top: 5px;
  233. padding-bottom: 5px;
  234. padding-right: 10px;
  235. }
  236. div.header {
  237. background-color: #dcdff4;
  238. border-bottom: solid black 1px;
  239. padding-left: 5px;
  240. text-align: center;
  241. }
  242. a:link,a:visited,a:active {
  243. text-decoration:none;
  244. }
  245. a:hover {
  246. text-decoration:underline;
  247. }
  248. a.titre {
  249. text-decoration:none;
  250. }
  251. div.comment {
  252. text-decoration:none;
  253. color:black;
  254. }
  255. h3 {
  256. margin-top: 20px;
  257. font-size:16px;
  258. font-weight: normal;
  259. color: rgb(100,60,20);
  260. /* text-shadow: 1px 1px 1px #c0c0c0; */
  261. }
  262. tr.bg1 {
  263. background-color: #E5E5E5;
  264. }
  265. tr.bg2 {
  266. background-color: #B5C5C5;
  267. }
  268. /* Class for parameters key and value */
  269. td.label {
  270. color: #5945A3;
  271. padding: 5px 5px 5px 5px;
  272. margin: 0 0 0 0;
  273. border-bottom: 1px solid #CCCCDB;
  274. }
  275. /* Class for parameters example */
  276. td.comment {
  277. color: black;
  278. padding: 5px 5px 5px 5px;
  279. margin: 0 0 0 0;
  280. text-decoration:none;
  281. font-size: 12px;
  282. border-bottom: 1px solid #CCCCDB;
  283. }
  284. .install
  285. {
  286. border: 1px solid #999;
  287. padding: 4px 4px 4px 4px;
  288. }
  289. div.visible {
  290. display: block;
  291. }
  292. div.hidden {
  293. display: none;
  294. }
  295. ul {
  296. margin: 0;
  297. padding-top: 0;
  298. padding-bottom: 0;
  299. }
  300. .button {
  301. background: #fcfcfc;
  302. border: 1px solid #e0e0e0;
  303. padding: 0.3em 0.7em;
  304. margin: 0 0.5em;
  305. -moz-border-radius: 5px 5px 5px 5px;
  306. -webkit-border-radius: 5px 5px 5px 5px;
  307. border-radius: 5px 5px 5px 5px;
  308. -moz-box-shadow: 2px 2px 3px #ddd;
  309. -webkit-box-shadow: 2px 2px 3px #ddd;
  310. box-shadow: 2px 2px 3px #ddd;
  311. }
  312. a.button:hover {
  313. text-decoration:none;
  314. }
  315. .choiceselected {
  316. background-color: #dfd;
  317. background-repeat: repeat-x;
  318. background-position: top left;
  319. }
  320. .center {
  321. text-align: center;
  322. }
  323. .valignmiddle {
  324. vertical-align: middle;
  325. }
  326. .valigntextbottom {
  327. vertical-align: text-bottom;
  328. }