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.
 
 
 
 
 
 

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