You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

581 lines
10 KiB

  1. /*
  2. */
  3. /* = styles généraux = */
  4. body {
  5. background: #4E6A91;
  6. color: white;
  7. width: 100%;
  8. padding: 0;
  9. margin: 0;
  10. }
  11. body, td, th, h1, h2, h3, h4, #main {
  12. font-family: "URW Gothic L", Helvetica, Verdana;
  13. }
  14. .corps {
  15. margin: 0 5px;
  16. min-width: 750px;
  17. position: relative;
  18. }
  19. h1, h2, h3 {
  20. border-style: solid;
  21. background-color: inherit;
  22. font-variant: small-caps;
  23. border-width: 0 0 2px 0;
  24. border-color: #4E6A91;
  25. color: #674e4e;
  26. }
  27. h1 {
  28. font-size: 1.6em;
  29. }
  30. h2 {
  31. font-size: 1.3em;
  32. }
  33. h3 {
  34. font-size: 1.1em;
  35. }
  36. p, dd, dd, ol, ul {
  37. text-align: inherit;
  38. font-size: 1em;
  39. }
  40. ol li {
  41. list-style: decimal inside;
  42. background: url(puce.png) no-repeat left center;
  43. padding-left: 4px;
  44. }
  45. ul li {
  46. list-style: none inside;
  47. padding-left: 20px;
  48. background: url(puce.png) no-repeat left center;
  49. }
  50. :link, :visited {
  51. color: #4E6A91;
  52. border-bottom: none;
  53. }
  54. :link:hover, :visited:hover {
  55. color: #2C1F1C;
  56. background-color: inherit;
  57. }
  58. dt em {
  59. border-bottom:none;
  60. color: #674e4e;
  61. font-style:normal;
  62. text-decoration:none;
  63. }
  64. /* = HEADER = */
  65. .nav ul {
  66. text-align: right;
  67. font-size: 12px;
  68. }
  69. .nav li.last {
  70. border-right: none !important;
  71. }
  72. #main {
  73. background: #fff;
  74. color: #2C1F1C;
  75. padding: 0 1em;
  76. overflow: auto;
  77. border: 1px solid #2C1F1C;
  78. border-top: 0;
  79. }
  80. #header img {
  81. margin: 0 ;
  82. position: absolute;
  83. left: 0;
  84. top: 1px;
  85. z-index: 10;
  86. }
  87. #siteheader, #banner, #mainnav, .nav {
  88. font-family:"Arial","Geneva",sans-serif;
  89. }
  90. /* == MENU PRINCIPAL == */
  91. #mainnav {
  92. margin: 107px 0 0;
  93. background: #674e4e;
  94. -moz-border-radius-topleft: 5px;
  95. -moz-border-radius-topright: 5px;
  96. border: none;
  97. font-size: 12px;
  98. position: relative;
  99. border: 1px solid #2C1F1C;
  100. }
  101. #mainnav li {
  102. border-right-color: #674e4e;
  103. padding: 0;
  104. background: #674e4e;
  105. }
  106. #mainnav :link, #mainnav :visited {
  107. background-image: none;
  108. border-color: #2C1F1C;
  109. padding-left: 8px; padding-right: 8px;
  110. }
  111. #mainnav :link,
  112. #mainnav :visited,
  113. #mainnav :link:hover,
  114. #mainnav :visited:hover,
  115. #mainnav .active :link,
  116. #mainnav .active :visited,
  117. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  118. border-right: none;
  119. color: #fff;
  120. }
  121. #mainnav li.last,
  122. #mainnav li.last :link:hover,
  123. #mainnav li.last :visited:hover,
  124. #mainnav li.last.active :link,
  125. #mainnav li.last.active :visited,
  126. #mainnav li.last.active :link:hover,
  127. #mainnav li.last.active :visited:hover {
  128. -moz-border-radius-topright: 5px;
  129. }
  130. #mainnav .active :link, #mainnav .active :visited {
  131. background: #fff;
  132. color: #2C1F1C;
  133. }
  134. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  135. background: #2C1F1C;
  136. color: #fff;
  137. }
  138. /* == Subnav == */
  139. .nav li {
  140. border-right: 1px solid #674E4E;
  141. }
  142. #metanav ul {
  143. position: absolute;
  144. top: 0.3em;
  145. right: 0;
  146. font-weight: bold;
  147. }
  148. #metanav :link:hover, #metanav :visited:hover {
  149. color: #fff;
  150. background: inherit;
  151. }
  152. #loginguest a:hover, #metanav :link, #metanav :visited {
  153. color: #2C1F1C;
  154. }
  155. #siteheader p {
  156. margin-top: 0.3em;
  157. }
  158. #siteheader .nav :link, #siteheader .nav :visited {
  159. color: #674e4e;
  160. }
  161. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  162. color: #674e4e;
  163. background: inherit;
  164. border-bottom: 1px dotted #674e4e;
  165. }
  166. #ctxtnav ul {
  167. padding: 0.2em 0;
  168. }
  169. /* = FOOTER = */
  170. #footer {
  171. display: none;
  172. }
  173. /* = PAGES ET MODULES = */
  174. /* == Styles for images in documentation and articles == */
  175. img.inline, img.inlinetop {
  176. border: solid 2px;
  177. padding: 2px;
  178. }
  179. img.inlinetop {
  180. vertical-align: top;
  181. }
  182. img.math {
  183. vertical-align: middle;
  184. margin-left: 10px;
  185. margin-right: 10px;
  186. }
  187. img.matrix {
  188. vertical-align: top;
  189. margin-right: 30px;
  190. margin-top: 10px;
  191. }
  192. /* == FORMS == */
  193. input[type="button"], input[type="submit"], input[type="reset"] {
  194. background: #674e4e;
  195. color: #fff;
  196. border: 1px solid #2C1F1C;
  197. -moz-border-radius: 4px;
  198. white-space: normal;
  199. }
  200. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  201. background: #2C1F1C;
  202. border: 1px solid #674e4e;
  203. color: #fff;
  204. }
  205. .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] {
  206. -moz-border-radius: 10px;
  207. -webkit-border-radius: 10px;
  208. border-radius: 10px;
  209. background: #674e4e url(bouton.png) no-repeat center top;
  210. color: #fff;
  211. border: 0;
  212. border-bottom: 1px solid #2C1F1C;
  213. padding-top: 90px;
  214. width:148px;
  215. }
  216. .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover {
  217. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  218. border: 0;
  219. border-bottom: 1px solid #674e4e;
  220. color: #fff;
  221. padding-top: 90px;
  222. width: 148px;
  223. -moz-border-radius: 10px;
  224. -webkit-border-radius: 10px;
  225. border-radius: 10px;
  226. }
  227. input[type="text"], input.textwidget, textarea {
  228. border: 1px solid #674E4E;
  229. }
  230. legend {
  231. color: #674e4e;
  232. }
  233. fieldset {
  234. border: 1px solid #674e4e;
  235. background: #E5DCDC;
  236. padding: 0.2em;
  237. }
  238. #content.ticket, #content.milestone, {
  239. margin: 0 auto;
  240. }
  241. .buttons {
  242. text-align: center;
  243. }
  244. .buttons input {
  245. margin: 0.5em;
  246. }
  247. #content.ticket fieldset, #edit fieldset {
  248. background: #E5DCDC;
  249. border: 1px solid #674e4e !important;
  250. padding: 0.2em;
  251. }
  252. #field-description {
  253. background: #fff;
  254. }
  255. #attachments {
  256. background: #fff;
  257. border: none;
  258. }
  259. #attachfile {
  260. text-align: center;
  261. }
  262. #changelog {
  263. background: #674E4E;
  264. border: 1px solid #674e4e;
  265. }
  266. a.ext-link .icon {
  267. background-position: right center;
  268. padding-right: 16px;
  269. padding-left: 0;
  270. }
  271. /* === FORM TICKETS === */
  272. #preview h3, #changelog h3 {
  273. border-bottom:1px solid #674e4e;
  274. color:#552701;
  275. font-size:100%;
  276. font-weight:bold;
  277. }
  278. #ticket {
  279. background: #E0E095;
  280. border: 1px solid #674e4e;
  281. }
  282. #ticket .date p {
  283. margin: 6px;
  284. color: #674e4e;
  285. }
  286. form #comment {
  287. width: 692px;
  288. }
  289. #ticket table.properties tr {
  290. border-bottom: 1px dotted #674E4E;
  291. }
  292. #content.ticket {
  293. margin: 0 auto;
  294. }
  295. #content.ticket fieldset {
  296. border: 1px solid #674e4e;
  297. }
  298. .wikitoolbar {
  299. width: 252px;
  300. }
  301. .wikitoolbar :link, .wikitoolbar :visited {
  302. border: 1px solid #674E4E;
  303. margin-left: 2px
  304. }
  305. /* == search == */
  306. #content.search #results dt a {
  307. color: #674e4e;
  308. }
  309. #content.search #results .author, #results .date {
  310. color: #674e4e;
  311. font-style: italic;
  312. }
  313. .searchword0 {
  314. background: #FFBB22;
  315. color: #552701;
  316. }
  317. #content.search #results dd {
  318. font-size: 1em;
  319. }
  320. #search { margin: 10px 0 0;}
  321. #content .paging .current, #content .paging .current :hover {
  322. border: 1px solid #a3c37a;
  323. background: #674e4e;
  324. }
  325. #content .paging :link, #content .paging :visited {
  326. border: 1px solid #a3c37a;
  327. color: #674e4e;
  328. }
  329. #content .paging :link:hover, #content .paging :visited:hover {
  330. background: #FFBB22;
  331. color: #674e4e;
  332. border: 1px solid #a3c37a;
  333. }
  334. #content .paging .previous a,
  335. #content .paging .next a,
  336. #content .paging .previous a:hover, #content .paging .next a:hover {
  337. border: none;
  338. }
  339. #content .paging .previous a:hover, #content .paging .next a:hover {
  340. color: #FFBB22;
  341. }
  342. /* roadmap */
  343. .milestone .info .date, .milestone .info h2 em {
  344. color: #552701;
  345. }
  346. #prefs {
  347. background: #FFBB22;
  348. border: 1px solid #a3c37a;
  349. color: #552701;
  350. font-size: 11px;
  351. }
  352. /* browser */
  353. table.listing {
  354. border-color: #674E4E;
  355. }
  356. table.listing thead th,
  357. table.listing tbody td,
  358. table.listing tbody th {
  359. border: 1px solid #674E4E;
  360. }
  361. #dirlist td.age {
  362. border-top: 1px solid #552701;
  363. border-bottom: 1px solid #552701;
  364. }
  365. /* = WIKI = */
  366. div.code, pre.wiki, pre.literal-block {
  367. background: #fff;
  368. border: 1px dotted #552701;
  369. }
  370. .wiki-toc, #prefs, #tabs {
  371. background: #FFBB22;
  372. border: 1px solid #a3c37a;
  373. color: #674e4e;
  374. font-size: 12px;
  375. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  376. -moz-border-radius: 5px;
  377. }
  378. #tabs li {
  379. color: #674e4e;
  380. }
  381. #tabs li li.active {
  382. border: 1px solid #E5DCDC;
  383. background: #E5DCDC;
  384. }
  385. .wiki-toc :link, .wiki-toc :visited {
  386. color: #552701;
  387. }
  388. a.missing:link, a.missing:visited,
  389. a.missing:link:hover, a.missing:visited:hover {
  390. background: #FFBB22;
  391. color: #552701;
  392. font-style: italic;
  393. }
  394. a.missing:link:after, a.missing:visited:after,
  395. a.missing:hover:after {
  396. content: ' missing!';
  397. font-size: 9px;
  398. color: #674e4e;
  399. vertical-align: top;
  400. padding-left: 5px;
  401. }
  402. .wiki-toc .active {
  403. font-weight: bold;
  404. }
  405. h1 :link, h1 :visited {
  406. color: #674e4e;
  407. }
  408. .floatleft {
  409. float: left;
  410. }
  411. .floatright {
  412. float: right;
  413. }
  414. .floatright img, imgfloatright {
  415. margin-left: 0.2em;
  416. margin-bottom: 0.2em;
  417. }
  418. .floatleft img, imgfloatleft {
  419. margin-right: 0.2em;
  420. margin-bottom: 0.2em;
  421. }
  422. /* forum */
  423. table.listing thead th.moderators,
  424. table.listing tbody td.moderators,
  425. table.listing tbody th.moderators,
  426. table.listing thead th.id,
  427. table.listing tbody td.id,
  428. table.listing tbody th.id {
  429. display: none;
  430. }
  431. table.listing tbody td.lasttopic,
  432. table.listing tbody td.author,
  433. table.listing tbody td.founded,
  434. table.listing tbody td.lastreply {
  435. text-align: left;
  436. }
  437. table.listing thead th {
  438. text-align: center;
  439. }
  440. table.listing tbody td.topics,
  441. table.listing tbody td.new_topics,
  442. table.listing tbody td.replies,
  443. table.listing tbody td.new_replies {
  444. text-align: right;
  445. }
  446. .forum-list tr > td {
  447. padding: 0.2em 0.2em !important
  448. }
  449. .forum-list th.group, .topic-list th {
  450. background-color: #4E6A91;
  451. border: 1px solid #674E4E;
  452. padding: 5px;
  453. color: #fff;
  454. text-align: left;
  455. }
  456. .topic-list th :link, .topic-list th :visited {
  457. color: #2C1F1C;
  458. }
  459. .topic-list th :active, .topic-list th :hover {
  460. color: #fff;
  461. }
  462. .forum-list th.group .description {
  463. float: left;
  464. }
  465. .topic-list h1, .topic-list h2 {
  466. border-bottom: none;
  467. font-size:20px;
  468. font-weight: bold;
  469. margin-top:0;
  470. padding-top:0;
  471. }
  472. .topic-list h1 {
  473. float: left;
  474. text-align: right;
  475. width: 49%;
  476. color: #2C1F1C;
  477. }
  478. .topic-list h2 {
  479. float: right;
  480. text-align: left;
  481. width: 49%;
  482. color: #4E6A91;
  483. }
  484. .topic-list h1:after {
  485. content: ':';
  486. }
  487. .forum-list th.group div.name {
  488. float: left;
  489. text-align: right;
  490. width: 49%;
  491. }
  492. .forum-list th.group div.name:after {
  493. content: ':';
  494. }
  495. .forum-list th.group div.description {
  496. float: right;
  497. text-align: left;
  498. width: 49%;
  499. }