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.
 
 
 
 
 
 

485 lines
8.1 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"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  181. background: #674e4e;
  182. color: #fff;
  183. }
  184. input[type="button"], input[type="submit"], input[type="reset"] {
  185. background: #674e4e;
  186. border: 1px solid #674e4e;
  187. -moz-border-radius: 4px;
  188. }
  189. input[type="text"], input.textwidget, textarea {
  190. border: 1px solid #674E4E;
  191. }
  192. legend {
  193. color: #674e4e;
  194. }
  195. fieldset {
  196. border: 1px solid #674e4e;
  197. background: #E5DCDC;
  198. padding: 0.2em;
  199. }
  200. #content.ticket, #content.milestone, {
  201. margin: 0 auto;
  202. }
  203. .buttons {
  204. text-align: center;
  205. }
  206. .buttons input {
  207. margin: 0.5em;
  208. }
  209. #content.ticket fieldset, #edit fieldset {
  210. background: #E5DCDC;
  211. border: 1px solid #674e4e !important;
  212. padding: 0.2em;
  213. }
  214. #field-description {
  215. background: #fff;
  216. }
  217. #attachments {
  218. background: #fff;
  219. border: none;
  220. }
  221. #attachfile {
  222. text-align: center;
  223. }
  224. #changelog {
  225. background: #674E4E;
  226. border: 1px solid #674e4e;
  227. }
  228. a.ext-link .icon {
  229. background-position: right center;
  230. padding-right: 16px;
  231. padding-left: 0;
  232. }
  233. /* === FORM TICKETS === */
  234. #preview h3, #changelog h3 {
  235. border-bottom:1px solid #674e4e;
  236. color:#552701;
  237. font-size:100%;
  238. font-weight:bold;
  239. }
  240. #ticket {
  241. background: #E0E095;
  242. border: 1px solid #674e4e;
  243. }
  244. #ticket .date p {
  245. margin: 6px;
  246. color: #674e4e;
  247. }
  248. form #comment {
  249. width: 692px;
  250. }
  251. #ticket table.properties tr {
  252. border-bottom: 1px dotted #674E4E;
  253. }
  254. #content.ticket {
  255. margin: 0 auto;
  256. }
  257. #content.ticket fieldset {
  258. border: 1px solid #674e4e;
  259. }
  260. .wikitoolbar {
  261. width: 252px;
  262. }
  263. .wikitoolbar :link, .wikitoolbar :visited {
  264. border: 1px solid #674E4E;
  265. margin-left: 2px
  266. }
  267. /* == search == */
  268. #content.search #results dt a {
  269. color: #674e4e;
  270. }
  271. #content.search #results .author, #results .date {
  272. color: #674e4e;
  273. font-style: italic;
  274. }
  275. .searchword0 {
  276. background: #FFBB22;
  277. color: #552701;
  278. }
  279. #content.search #results dd {
  280. font-size: 1em;
  281. }
  282. #search { margin: 10px 0 0;}
  283. #content .paging .current, #content .paging .current :hover {
  284. border: 1px solid #a3c37a;
  285. background: #674e4e;
  286. }
  287. #content .paging :link, #content .paging :visited {
  288. border: 1px solid #a3c37a;
  289. color: #674e4e;
  290. }
  291. #content .paging :link:hover, #content .paging :visited:hover {
  292. background: #FFBB22;
  293. color: #674e4e;
  294. border: 1px solid #a3c37a;
  295. }
  296. #content .paging .previous a,
  297. #content .paging .next a,
  298. #content .paging .previous a:hover, #content .paging .next a:hover {
  299. border: none;
  300. }
  301. #content .paging .previous a:hover, #content .paging .next a:hover {
  302. color: #FFBB22;
  303. }
  304. /* roadmap */
  305. .milestone .info .date, .milestone .info h2 em {
  306. color: #552701;
  307. }
  308. #prefs {
  309. background: #FFBB22;
  310. border: 1px solid #a3c37a;
  311. color: #552701;
  312. font-size: 11px;
  313. }
  314. /* browser */
  315. table.listing {
  316. border-color: #674E4E;
  317. }
  318. table.listing thead th,
  319. table.listing tbody td,
  320. table.listing tbody th {
  321. border: 1px solid #674E4E;
  322. }
  323. #dirlist td.age {
  324. border-top: 1px solid #552701;
  325. border-bottom: 1px solid #552701;
  326. }
  327. /* = WIKI = */
  328. div.code, pre.wiki, pre.literal-block {
  329. background: #fff;
  330. border: 1px dotted #552701;
  331. }
  332. .wiki-toc, #prefs, #tabs {
  333. background: #FFBB22;
  334. border: 1px solid #a3c37a;
  335. color: #674e4e;
  336. font-size: 12px;
  337. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  338. -moz-border-radius: 5px;
  339. }
  340. #tabs li {
  341. color: #674e4e;
  342. }
  343. #tabs li li.active {
  344. border: 1px solid #E5DCDC;
  345. background: #E5DCDC;
  346. }
  347. .wiki-toc :link, .wiki-toc :visited {
  348. color: #552701;
  349. }
  350. a.missing:link, a.missing:visited,
  351. a.missing:link:hover, a.missing:visited:hover {
  352. background: #FFBB22;
  353. color: #552701;
  354. font-style: italic;
  355. }
  356. a.missing:link:after, a.missing:visited:after,
  357. a.missing:hover:after {
  358. content: ' missing!';
  359. font-size: 9px;
  360. color: #674e4e;
  361. vertical-align: top;
  362. padding-left: 5px;
  363. }
  364. .wiki-toc .active {
  365. font-weight: bold;
  366. }
  367. h1 :link, h1 :visited {
  368. color: #674e4e;
  369. }
  370. .floatleft {
  371. float: left;
  372. }
  373. .floatright {
  374. float: right;
  375. }
  376. .floatright img, imgfloatright {
  377. margin-left: 0.2em;
  378. margin-bottom: 0.2em;
  379. }
  380. .floatleft img, imgfloatleft {
  381. margin-right: 0.2em;
  382. margin-bottom: 0.2em;
  383. }
  384. /* forum */
  385. table.listing thead th.moderators,
  386. table.listing tbody td.moderators,
  387. table.listing tbody th.moderators,
  388. table.listing thead th.id,
  389. table.listing tbody td.id,
  390. table.listing tbody th.id {
  391. display: none;
  392. }
  393. .forum-list tr > td {
  394. padding: 0.2em 0.2em !important
  395. }
  396. .forum-list th.group {
  397. background-color: #4E6A91;
  398. border: 1px solid #a3c37a;
  399. padding: 5px;
  400. color: #fff;
  401. }
  402. .forum-list th.group .description {
  403. float: left;
  404. }