Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

449 Zeilen
7.8 KiB

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