default.css 9.7 KB

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