default.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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 <https://www.gnu.org/licenses/>.
  16. */
  17. .center {
  18. text-align: center;
  19. }
  20. .centpercent {
  21. width: 100%;
  22. }
  23. .paddingright {
  24. padding-right: 4px;
  25. }
  26. .valignmiddle {
  27. vertical-align: middle;
  28. }
  29. .opacitymedium {
  30. opacity: 0.5;
  31. }
  32. .inline-block {
  33. display: inline-block;
  34. }
  35. .no-bottom {
  36. padding-bottom: 0;
  37. }
  38. .small {
  39. font-size: 0.9em;
  40. }
  41. body {
  42. font-size:14px;
  43. font-family: roboto,arial,tahoma,verdana,helvetica;
  44. /* background: #fcfcfc; */
  45. margin: 15px 30px 10px;
  46. }
  47. table.main-inside {
  48. /*padding-left: 10px;
  49. padding-right: 10px;*/
  50. padding-bottom: 10px;
  51. margin-bottom: 10px;
  52. margin-top: 10px;
  53. color: #000000;
  54. border-top: 1px solid #ccc;
  55. line-height: 22px;
  56. }
  57. table.main-inside-borderbottom {
  58. border-bottom: 1px solid #ccc;
  59. }
  60. table.main {
  61. padding-left: 6px;
  62. padding-right: 6px;
  63. padding-top: 12px;
  64. padding-bottom: 12px;
  65. background-color: #fff;
  66. }
  67. div.titre {
  68. padding: 5px 5px 5px 5px;
  69. margin: 0 0 0 0;
  70. }
  71. span.titre {
  72. /* font-weight: bold; */
  73. background: #FFFFFF;
  74. color: rgb(0,113,121);
  75. border: 1px solid #bbb;
  76. padding: 10px 10px 10px 10px;
  77. margin: 0 0 10px 10px;
  78. }
  79. div.soustitre {
  80. font-size: 15px;
  81. font-weight: bold;
  82. color: #4965B3;
  83. padding: 0 1.2em 0.5em 2em;
  84. margin: 1.2em 1.2em 1.2em 1.2em;
  85. border-bottom: 1px solid #999;
  86. border-right: 1px solid #999;
  87. text-align: right;
  88. }
  89. .wordbreak {
  90. word-break: break-word;
  91. }
  92. .minwidth100 { min-width: 100px; }
  93. .minwidth200 { min-width: 200px; }
  94. .minwidth300 { min-width: 300px; }
  95. .minwidth400 { min-width: 400px; }
  96. .minwidth500 { min-width: 500px; }
  97. .minwidth50imp { min-width: 50px !important; }
  98. .minwidth100imp { min-width: 100px !important; }
  99. .minwidth200imp { min-width: 200px !important; }
  100. .minwidth300imp { min-width: 300px !important; }
  101. .minwidth400imp { min-width: 400px !important; }
  102. .minwidth500imp { min-width: 500px !important; }
  103. tr.trlineforchoice {
  104. height: 4em;
  105. }
  106. a.button.runupgrade {
  107. padding: 10px;
  108. }
  109. /* Force values for small screen 570 */
  110. @media only screen and (max-width: 570px)
  111. {
  112. body {
  113. margin: 15px 4px 4px;
  114. }
  115. input, input[type=text], input[type=password], select, textarea {
  116. min-width: 20px;
  117. min-height: 1.4em;
  118. line-height: 1.4em;
  119. padding: .4em .1em;
  120. border: 1px solid #BBB;
  121. /* max-width: inherit; why this ? */
  122. }
  123. .hideonsmartphone { display: none; }
  124. .noenlargeonsmartphone { width : 50px !important; display: inline !important; }
  125. .maxwidthonsmartphone { max-width: 100px; }
  126. .maxwidth50onsmartphone { max-width: 40px; }
  127. .maxwidth75onsmartphone { max-width: 50px; }
  128. .maxwidth100onsmartphone { max-width: 70px; }
  129. .maxwidth150onsmartphone { max-width: 120px; }
  130. .maxwidth200onsmartphone { max-width: 200px; }
  131. .maxwidth300onsmartphone { max-width: 300px; }
  132. .maxwidth400onsmartphone { max-width: 400px; }
  133. .minwidth50imp { min-width: 50px !important; }
  134. .minwidth100imp { min-width: 50px !important; }
  135. .minwidth200imp { min-width: 50px !important; }
  136. .minwidth300imp { min-width: 50px !important; }
  137. .minwidth400imp { min-width: 50px !important; }
  138. .minwidth500imp { min-width: 50px !important; }
  139. table.main {
  140. padding-left: 0;
  141. padding-right: 0;
  142. }
  143. table.main-inside {
  144. padding-left: 1px;
  145. padding-right: 1px;
  146. line-height: 20px;
  147. }
  148. span.titre {
  149. font-size: 90%;
  150. font-weight: normal;
  151. background: #FFFFFF;
  152. color: #444;
  153. border: 1px solid #999;
  154. padding: 5px 5px 5px 5px;
  155. margin: 0 0 0 4px;
  156. }
  157. }
  158. input:disabled
  159. {
  160. background: #FDFDFD;
  161. border: 1px solid #ACBCBB;
  162. padding: 0 0 0 0;
  163. margin: 0 0 0 0;
  164. color: #AAA !important;
  165. cursor: not-allowed !important;
  166. }
  167. input[type=submit] {
  168. border-color: #c5c5c5;
  169. border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  170. display: inline-block;
  171. padding: 4px 14px;
  172. margin-bottom: 0;
  173. text-align: center;
  174. cursor: pointer;
  175. color: #333333;
  176. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  177. background-color: #f5f5f5;
  178. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  179. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  180. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  181. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  182. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  183. background-repeat: repeat-x;
  184. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  185. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  186. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  187. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  188. border: 1px solid #bbbbbb;
  189. border-bottom-color: #a2a2a2;
  190. -webkit-border-radius: 4px;
  191. -moz-border-radius: 4px;
  192. border-radius: 4px;
  193. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  194. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  195. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  196. }
  197. input:focus, textarea:focus, button:focus, select:focus {
  198. box-shadow: 0 0 4px #8091BF;
  199. }
  200. input[type=text], input[type=password] {
  201. border: 1px solid #ACBCBB;
  202. padding: 4px;
  203. }
  204. select {
  205. padding: 4px;
  206. background-color: #fff;
  207. }
  208. input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  209. border: 1px solid #ACBCBB;
  210. box-shadow: 0 0 5px #C091AF;
  211. }
  212. input:-webkit-autofill {
  213. background: #FBFFEA none !important;
  214. -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
  215. }
  216. table.listofchoices, table.listofchoices tr, table.listofchoices td {
  217. border-collapse: collapse;
  218. padding: 8px;
  219. color: #000000;
  220. border: 1px solid #ccc !important;
  221. line-height: 18px;
  222. }
  223. .listofchoicesdesc {
  224. color: #999 !important;
  225. }
  226. .blinkwait {
  227. font-weight: bold;
  228. text-decoration:blink !important;
  229. }
  230. .installchoices table tr td {
  231. margin-left: 2px;
  232. margin-right: 2px;
  233. border-bottom: 1px solid #999;
  234. border-right: 1px solid #999;
  235. color: #000000;
  236. }
  237. /* OK */
  238. div.ok {
  239. color: #009933;
  240. }
  241. span.ok {
  242. color: #009933;
  243. }
  244. /* Warning */
  245. div.warning {
  246. color: #777711;
  247. }
  248. span.warning {
  249. color: #777711;
  250. }
  251. /* Error */
  252. div.error {
  253. color: #550000;
  254. font-weight: bold;
  255. padding: 0.2em 0.2em 0.2em 0;
  256. margin: 0.5em 0 0.5em 0;
  257. }
  258. span.error {
  259. color: #550000;
  260. font-weight: bold;
  261. }
  262. /* Next button */
  263. div.nextbutton {
  264. text-align: center;
  265. margin-top: 10px;
  266. padding-top: 5px;
  267. padding-bottom: 5px;
  268. padding-right: 10px;
  269. }
  270. div.header {
  271. background-color: #dcdff4;
  272. border-bottom: solid black 1px;
  273. padding-left: 5px;
  274. text-align: center;
  275. }
  276. a:link,a:visited,a:active {
  277. text-decoration:none;
  278. color: #114466;
  279. }
  280. a:hover {
  281. text-decoration:underline;
  282. }
  283. a.titre {
  284. text-decoration:none;
  285. }
  286. div.comment {
  287. text-decoration:none;
  288. color:black;
  289. }
  290. h3 {
  291. margin-top: 20px;
  292. font-size:16px;
  293. font-weight: normal;
  294. color: rgb(100,60,20);
  295. /* text-shadow: 1px 1px 1px #c0c0c0; */
  296. }
  297. tr.bg1 {
  298. background-color: #E5E5E5;
  299. }
  300. tr.bg2 {
  301. background-color: #B5C5C5;
  302. }
  303. /* Class for parameters key and value */
  304. td.label {
  305. color: #5945A3;
  306. padding: 5px 5px 5px 5px;
  307. margin: 0 0 0 0;
  308. border-bottom: 1px solid #CCCCDB;
  309. }
  310. /* Class for parameters example */
  311. td.comment {
  312. color: black;
  313. padding: 5px 5px 5px 5px;
  314. margin: 0 0 0 0;
  315. text-decoration:none;
  316. font-size: 12px;
  317. border-bottom: 1px solid #CCCCDB;
  318. }
  319. .install
  320. {
  321. border: 1px solid #999;
  322. padding: 4px 4px 4px 4px;
  323. }
  324. div.visible {
  325. display: block;
  326. }
  327. div.hidden {
  328. display: none;
  329. }
  330. ul {
  331. margin: 0;
  332. padding-top: 0;
  333. padding-bottom: 0;
  334. }
  335. tr.choiceselected td.listofchoicesdesc {
  336. color: #000 !important;
  337. }
  338. tr.choiceselected td .button {
  339. background: rgba(150, 110, 162, 0.95);
  340. color: #fff;
  341. }
  342. a.button:link,a.button:visited,a.button:active {
  343. color: #555;
  344. }
  345. .button {
  346. background: rgb(234,228,225);
  347. color: #fff;
  348. /* border: 1px solid #e0e0e0; */
  349. padding: 0.5em 0.7em;
  350. margin: 0 0.5em;
  351. -moz-border-radius: 3px;
  352. -webkit-border-radius: 3px;
  353. border-radius: 3px;
  354. -moz-box-shadow: 2px 2px 3px #ddd;
  355. -webkit-box-shadow: 2px 2px 3px #ddd;
  356. box-shadow: 2px 2px 3px #ddd;
  357. }
  358. a.button:hover {
  359. text-decoration:none;
  360. }
  361. .suggestedchoice {
  362. color: rgba(70, 3, 62, 0.6) !important;
  363. /* background-color: rgba(70, 3, 62, 0.3); */
  364. padding: 2px 4px;
  365. border-radius: 4px;
  366. /* white-space: nowrap; */
  367. }
  368. .choiceselected {
  369. background-color: #f4f6f4;
  370. background-repeat: repeat-x;
  371. background-position: top left;
  372. }
  373. .center {
  374. text-align: center;
  375. }
  376. .valignmiddle {
  377. vertical-align: middle;
  378. }
  379. .valigntextbottom {
  380. vertical-align: text-bottom;
  381. }
  382. .text-security {
  383. -webkit-text-security: disc;
  384. }
  385. /* For support section */
  386. .tablesupport {
  387. padding: 6px;
  388. width: 500px;
  389. }
  390. table.login.tablesupport .title {
  391. background: #eee !important;
  392. }
  393. .blocksupport {
  394. padding: 12px;
  395. /* width: 90%; */
  396. }
  397. table.tablesupport {
  398. min-height: 250px;
  399. border: 1px solid #E0E0E0;
  400. background: #FFF;
  401. }
  402. /* Force values for small screen 570 */
  403. @media only screen and (max-width: 570px)
  404. {
  405. .blocksupport {
  406. width: calc(100% - 4px);
  407. padding: 4px;
  408. }
  409. .tablesupport {
  410. padding: 6px;
  411. width: 100%;
  412. }
  413. }