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.
 
 
 
 
 
 

488 lines
8.2 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: #674e4e;
  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. :link, :visited {
  41. color: #4E6A91;
  42. border-bottom: none;
  43. }
  44. :link:hover, :visited:hover {
  45. color: #2C1F1C;
  46. background-color: inherit;
  47. }
  48. dt em {
  49. border-bottom:none;
  50. color: #674e4e;
  51. font-style:normal;
  52. text-decoration:none;
  53. }
  54. /* = HEADER = */
  55. .nav ul {
  56. text-align: right;
  57. font-size: 12px;
  58. }
  59. .nav li.last {
  60. border-right: none !important;
  61. }
  62. #main {
  63. background: #fff;
  64. color: #2C1F1C;
  65. padding: 0 1em;
  66. overflow: auto;
  67. }
  68. #header img {
  69. margin: 0 ;
  70. position: absolute;
  71. left: 0;
  72. top: 1px;
  73. z-index: 10;
  74. }
  75. #siteheader, #banner, #mainnav, .nav {
  76. font-family:"Arial","Geneva",sans-serif;
  77. }
  78. /* == MENU PRINCIPAL == */
  79. #mainnav {
  80. margin: 107px 0 0;
  81. background: #674e4e;
  82. -moz-border-radius-topleft: 5px;
  83. -moz-border-radius-topright: 5px;
  84. border: none;
  85. font-size: 12px;
  86. position: relative;
  87. }
  88. #mainnav li {
  89. border-right-color: #674e4e;
  90. padding: 0;
  91. background: #674e4e;
  92. }
  93. #mainnav :link, #mainnav :visited {
  94. background-image: none;
  95. border-color: #2C1F1C;
  96. padding-left: 8px; padding-right: 8px;
  97. }
  98. #mainnav :link,
  99. #mainnav :visited,
  100. #mainnav :link:hover,
  101. #mainnav :visited:hover,
  102. #mainnav .active :link,
  103. #mainnav .active :visited,
  104. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  105. border-right: none;
  106. color: #fff;
  107. }
  108. #mainnav li.last,
  109. #mainnav li.last :link:hover,
  110. #mainnav li.last :visited:hover,
  111. #mainnav li.last.active :link,
  112. #mainnav li.last.active :visited,
  113. #mainnav li.last.active :link:hover,
  114. #mainnav li.last.active :visited:hover {
  115. -moz-border-radius-topright: 5px;
  116. }
  117. #mainnav .active :link, #mainnav .active :visited {
  118. background: #fff;
  119. color: #2C1F1C;
  120. }
  121. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  122. background: #2C1F1C;
  123. color: #fff;
  124. }
  125. /* == Subnav == */
  126. .nav li {
  127. border-right: 1px solid #674E4E;
  128. }
  129. #metanav ul {
  130. position: absolute;
  131. top: 0.3em;
  132. right: 0;
  133. font-weight: bold;
  134. }
  135. #metanav :link:hover, #metanav :visited:hover {
  136. color: #fff;
  137. background: inherit;
  138. }
  139. #loginguest a:hover, #metanav :link, #metanav :visited {
  140. color: #2C1F1C;
  141. }
  142. #siteheader p {
  143. margin-top: 0.3em;
  144. }
  145. #siteheader .nav :link, #siteheader .nav :visited {
  146. color: #674e4e;
  147. }
  148. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  149. color: #674e4e;
  150. background: inherit;
  151. border-bottom: 1px dotted #674e4e;
  152. }
  153. #ctxtnav ul {
  154. padding: 0.2em 0;
  155. }
  156. /* = FOOTER = */
  157. #footer {
  158. display: none;
  159. }
  160. /* = PAGES ET MODULES = */
  161. /* == Styles for images in documentation and articles == */
  162. img.inline, img.inlinetop {
  163. border: solid 2px;
  164. padding: 2px;
  165. }
  166. img.inlinetop {
  167. vertical-align: top;
  168. }
  169. img.math {
  170. vertical-align: middle;
  171. margin-left: 10px;
  172. margin-right: 10px;
  173. }
  174. img.matrix {
  175. vertical-align: top;
  176. margin-right: 30px;
  177. margin-top: 10px;
  178. }
  179. /* == FORMS == */
  180. input[type="button"], input[type="submit"], input[type="reset"] {
  181. background: #674e4e;
  182. color: #fff;
  183. border: 1px solid #2C1F1C;
  184. -moz-border-radius: 4px;
  185. }
  186. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  187. background: #2C1F1C;
  188. border: 1px solid #674e4e;
  189. color: #fff;
  190. }
  191. input[type="text"], input.textwidget, textarea {
  192. border: 1px solid #674E4E;
  193. }
  194. legend {
  195. color: #674e4e;
  196. }
  197. fieldset {
  198. border: 1px solid #674e4e;
  199. background: #E5DCDC;
  200. padding: 0.2em;
  201. }
  202. #content.ticket, #content.milestone, {
  203. margin: 0 auto;
  204. }
  205. .buttons {
  206. text-align: center;
  207. }
  208. .buttons input {
  209. margin: 0.5em;
  210. }
  211. #content.ticket fieldset, #edit fieldset {
  212. background: #E5DCDC;
  213. border: 1px solid #674e4e !important;
  214. padding: 0.2em;
  215. }
  216. #field-description {
  217. background: #fff;
  218. }
  219. #attachments {
  220. background: #fff;
  221. border: none;
  222. }
  223. #attachfile {
  224. text-align: center;
  225. }
  226. #changelog {
  227. background: #674E4E;
  228. border: 1px solid #674e4e;
  229. }
  230. a.ext-link .icon {
  231. background-position: right center;
  232. padding-right: 16px;
  233. padding-left: 0;
  234. }
  235. /* === FORM TICKETS === */
  236. #preview h3, #changelog h3 {
  237. border-bottom:1px solid #674e4e;
  238. color:#552701;
  239. font-size:100%;
  240. font-weight:bold;
  241. }
  242. #ticket {
  243. background: #E0E095;
  244. border: 1px solid #674e4e;
  245. }
  246. #ticket .date p {
  247. margin: 6px;
  248. color: #674e4e;
  249. }
  250. form #comment {
  251. width: 692px;
  252. }
  253. #ticket table.properties tr {
  254. border-bottom: 1px dotted #674E4E;
  255. }
  256. #content.ticket {
  257. margin: 0 auto;
  258. }
  259. #content.ticket fieldset {
  260. border: 1px solid #674e4e;
  261. }
  262. .wikitoolbar {
  263. width: 252px;
  264. }
  265. .wikitoolbar :link, .wikitoolbar :visited {
  266. border: 1px solid #674E4E;
  267. margin-left: 2px
  268. }
  269. /* == search == */
  270. #content.search #results dt a {
  271. color: #674e4e;
  272. }
  273. #content.search #results .author, #results .date {
  274. color: #674e4e;
  275. font-style: italic;
  276. }
  277. .searchword0 {
  278. background: #FFBB22;
  279. color: #552701;
  280. }
  281. #content.search #results dd {
  282. font-size: 1em;
  283. }
  284. #search { margin: 10px 0 0;}
  285. #content .paging .current, #content .paging .current :hover {
  286. border: 1px solid #a3c37a;
  287. background: #674e4e;
  288. }
  289. #content .paging :link, #content .paging :visited {
  290. border: 1px solid #a3c37a;
  291. color: #674e4e;
  292. }
  293. #content .paging :link:hover, #content .paging :visited:hover {
  294. background: #FFBB22;
  295. color: #674e4e;
  296. border: 1px solid #a3c37a;
  297. }
  298. #content .paging .previous a,
  299. #content .paging .next a,
  300. #content .paging .previous a:hover, #content .paging .next a:hover {
  301. border: none;
  302. }
  303. #content .paging .previous a:hover, #content .paging .next a:hover {
  304. color: #FFBB22;
  305. }
  306. /* roadmap */
  307. .milestone .info .date, .milestone .info h2 em {
  308. color: #552701;
  309. }
  310. #prefs {
  311. background: #FFBB22;
  312. border: 1px solid #a3c37a;
  313. color: #552701;
  314. font-size: 11px;
  315. }
  316. /* browser */
  317. table.listing {
  318. border-color: #674E4E;
  319. }
  320. table.listing thead th,
  321. table.listing tbody td,
  322. table.listing tbody th {
  323. border: 1px solid #674E4E;
  324. }
  325. #dirlist td.age {
  326. border-top: 1px solid #552701;
  327. border-bottom: 1px solid #552701;
  328. }
  329. /* = WIKI = */
  330. div.code, pre.wiki, pre.literal-block {
  331. background: #fff;
  332. border: 1px dotted #552701;
  333. }
  334. .wiki-toc, #prefs, #tabs {
  335. background: #FFBB22;
  336. border: 1px solid #a3c37a;
  337. color: #674e4e;
  338. font-size: 12px;
  339. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  340. -moz-border-radius: 5px;
  341. }
  342. #tabs li {
  343. color: #674e4e;
  344. }
  345. #tabs li li.active {
  346. border: 1px solid #E5DCDC;
  347. background: #E5DCDC;
  348. }
  349. .wiki-toc :link, .wiki-toc :visited {
  350. color: #552701;
  351. }
  352. a.missing:link, a.missing:visited,
  353. a.missing:link:hover, a.missing:visited:hover {
  354. background: #FFBB22;
  355. color: #552701;
  356. font-style: italic;
  357. }
  358. a.missing:link:after, a.missing:visited:after,
  359. a.missing:hover:after {
  360. content: ' missing!';
  361. font-size: 9px;
  362. color: #674e4e;
  363. vertical-align: top;
  364. padding-left: 5px;
  365. }
  366. .wiki-toc .active {
  367. font-weight: bold;
  368. }
  369. h1 :link, h1 :visited {
  370. color: #674e4e;
  371. }
  372. .floatleft {
  373. float: left;
  374. }
  375. .floatright {
  376. float: right;
  377. }
  378. .floatright img, imgfloatright {
  379. margin-left: 0.2em;
  380. margin-bottom: 0.2em;
  381. }
  382. .floatleft img, imgfloatleft {
  383. margin-right: 0.2em;
  384. margin-bottom: 0.2em;
  385. }
  386. /* forum */
  387. table.listing thead th.moderators,
  388. table.listing tbody td.moderators,
  389. table.listing tbody th.moderators,
  390. table.listing thead th.id,
  391. table.listing tbody td.id,
  392. table.listing tbody th.id {
  393. display: none;
  394. }
  395. .forum-list tr > td {
  396. padding: 0.2em 0.2em !important
  397. }
  398. .forum-list th.group {
  399. background-color: #4E6A91;
  400. border: 1px solid #674E4E;
  401. padding: 5px;
  402. color: #fff;
  403. }
  404. .forum-list th.group .description {
  405. float: left;
  406. }