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.
 
 
 
 
 
 

472 lines
8.0 KiB

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