25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

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