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.
 
 
 
 
 
 

508 satır
8.8 KiB

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