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.
 
 
 
 
 
 

423 line
7.4 KiB

  1. /*
  2. */
  3. /* = styles généraux = */
  4. body {
  5. background: #552701 /*url(/browser/web/trunk/static/img/libcaca.png?format=raw) no-repeat top center*/;
  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 -30px;
  70. width: 540px;
  71. }
  72. #siteheader, #banner, #mainnav, .nav {
  73. font-family:"Arial","Geneva",sans-serif;
  74. }
  75. /* == MENU PRINCIPAL == */
  76. #mainnav {
  77. margin: 0;
  78. background: #C46300;
  79. -moz-border-radius-topleft: 5px;
  80. -moz-border-radius-topright: 5px;
  81. border: none;
  82. font-size: 12px;
  83. }
  84. #mainnav li {
  85. border-right-color: #984601;
  86. padding: 0.25em 0;
  87. }
  88. #mainnav :link, #mainnav :visited {
  89. background-image: none;
  90. border-color: #984601;
  91. padding-left: 8px; padding-right: 8px;
  92. }
  93. #mainnav :link,
  94. #mainnav :visited,
  95. #mainnav :link:hover,
  96. #mainnav :visited:hover,
  97. #mainnav .active :link,
  98. #mainnav .active :visited,
  99. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  100. border-right: none;
  101. }
  102. #mainnav li.last,
  103. #mainnav li.last :link:hover,
  104. #mainnav li.last :visited:hover,
  105. #mainnav li.last.active :link,
  106. #mainnav li.last.active :visited,
  107. #mainnav li.last.active :link:hover,
  108. #mainnav li.last.active :visited:hover {
  109. -moz-border-radius-topright: 5px;
  110. }
  111. #mainnav .active :link, #mainnav .active :visited {
  112. background: #984601;
  113. color: #2C1F1C;
  114. }
  115. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  116. background: #2C1F1C;
  117. color: #C46300;
  118. }
  119. /* == Subnav == */
  120. #metanav ul {
  121. position: absolute;
  122. top: 0.3em;
  123. right: 0;
  124. }
  125. #metanav :link:hover, #metanav :visited:hover {
  126. color: #C46300;
  127. background: inherit;
  128. }
  129. #loginguest a:hover, #metanav :link, #metanav :visited {
  130. color: #fff;
  131. }
  132. #siteheader p {
  133. margin-top: 0.3em;
  134. }
  135. #siteheader .nav :link, #siteheader .nav :visited {
  136. color: #C46300;
  137. }
  138. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  139. color: #C46300;
  140. background: #552701;
  141. border-bottom: 1px dotted #C46300;
  142. }
  143. #ctxtnav ul {
  144. padding: 0.2em 0;
  145. }
  146. /* = FOOTER = */
  147. #footer {
  148. display: none;
  149. }
  150. /* = PAGES ET MODULES = */
  151. /* == Styles for images in documentation and articles == */
  152. img.inline, img.inlinetop {
  153. border: solid 2px;
  154. padding: 2px;
  155. }
  156. img.inlinetop {
  157. vertical-align: top;
  158. }
  159. img.math {
  160. vertical-align: middle;
  161. margin-left: 10px;
  162. margin-right: 10px;
  163. }
  164. img.matrix {
  165. vertical-align: top;
  166. margin-right: 30px;
  167. margin-top: 10px;
  168. }
  169. /* == FORMS == */
  170. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  171. background: #984601;
  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 url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
  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 fieldset {
  244. border: 1px solid #C46300;
  245. }
  246. .wikitoolbar {
  247. width: 252px;
  248. }
  249. .wikitoolbar :link, .wikitoolbar :visited {
  250. border: 1px solid #C46300;
  251. margin-left: 2px
  252. }
  253. /* == search == */
  254. #content.search #results dt a {
  255. color: #984601;
  256. }
  257. #content.search #results .author, #results .date {
  258. color: #984601;
  259. font-style: italic;
  260. }
  261. .searchword0 {
  262. background: #FFBB22;
  263. color: #552701;
  264. }
  265. #content.search #results dd {
  266. font-size: 1em;
  267. }
  268. #content .paging .current, #content .paging .current :hover {
  269. border: 1px solid #984601;
  270. background: #984601;
  271. }
  272. #content .paging :link, #content .paging :visited {
  273. border: 1px solid #984601;
  274. color: #984601;
  275. }
  276. #content .paging :link:hover, #content .paging :visited:hover {
  277. background: #FFBB22;
  278. color: #984601;
  279. border: 1px solid #984601;
  280. }
  281. #content .paging .previous a,
  282. #content .paging .next a,
  283. #content .paging .previous a:hover, #content .paging .next a:hover {
  284. border: none;
  285. }
  286. #content .paging .previous a:hover, #content .paging .next a:hover {
  287. color: #FFBB22;
  288. }
  289. /* roadmap */
  290. .milestone .info .date, .milestone .info h2 em {
  291. color: #552701;
  292. }
  293. #prefs {
  294. background: #FFBB22;
  295. border: 1px solid #552701;
  296. color: #552701;
  297. font-size: 11px;
  298. }
  299. /* browser */
  300. table.listing thead th,
  301. table.listing tbody td,
  302. table.listing tbody th {
  303. border: 1px solid #552701;
  304. }
  305. #dirlist td.age {
  306. border-top: 1px solid #552701;
  307. border-bottom: 1px solid #552701;
  308. }
  309. /* = WIKI = */
  310. div.code, pre.wiki, pre.literal-block {
  311. background: #fff;
  312. border: 1px dotted #552701;
  313. }
  314. .wiki-toc, #prefs, #tabs {
  315. background: #FFBB22 url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
  316. padding-bottom: 67px;
  317. border: 1px solid #552701;
  318. color: #984601;
  319. font-size: 12px;
  320. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  321. -moz-border-radius: 5px;
  322. }
  323. #tabs li {
  324. color: #984601;
  325. }
  326. #tabs li li.active {
  327. border: 1px solid #E5DCDC;
  328. background: #E5DCDC;
  329. }
  330. .wiki-toc :link, .wiki-toc :visited {
  331. color: #552701;
  332. }
  333. a.missing:link, a.missing:visited,
  334. a.missing:link:hover, a.missing:visited:hover {
  335. background: #FFBB22;
  336. color: #552701;
  337. font-style: italic;
  338. }
  339. a.missing:link:after, a.missing:visited:after,
  340. a.missing:hover:after {
  341. content: ' missing!';
  342. font-size: 9px;
  343. color: #984601;
  344. vertical-align: top;
  345. padding-left: 5px;
  346. }
  347. .wiki-toc .active {
  348. font-weight: bold;
  349. }