Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

478 řádky
8.1 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;
  86. background: #C46300;
  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: inherit;
  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. color: #fff;
  173. }
  174. input[type="button"], input[type="submit"], input[type="reset"] {
  175. background: #C46300;
  176. border: 1px solid #984601;
  177. -moz-border-radius: 4px;
  178. }
  179. input[type="text"], input.textwidget, textarea {
  180. border: 1px solid #CCCC88;
  181. }
  182. legend {
  183. color: #984601;
  184. }
  185. fieldset {
  186. border: 1px solid #984601;
  187. background: #E5DCDC;
  188. padding: 0.2em;
  189. }
  190. #content.ticket, #content.milestone, {
  191. margin: 0 auto;
  192. }
  193. .buttons {
  194. text-align: center;
  195. }
  196. .buttons input {
  197. margin: 0.5em;
  198. }
  199. #content.ticket fieldset, #edit fieldset {
  200. background: #E5DCDC;
  201. border: 1px solid #984601 !important;
  202. padding: 0.2em;
  203. }
  204. #field-description {
  205. background: #fff;
  206. }
  207. #attachments {
  208. background: #fff;
  209. border: none;
  210. }
  211. #attachfile {
  212. text-align: center;
  213. }
  214. #changelog {
  215. background: #cccc88;
  216. border: 1px solid #C46300;
  217. }
  218. a.ext-link .icon {
  219. background-position: right center;
  220. padding-right: 16px;
  221. padding-left: 0;
  222. }
  223. /* === FORM TICKETS === */
  224. #preview h3, #changelog h3 {
  225. border-bottom:1px solid #984601;
  226. color:#552701;
  227. font-size:100%;
  228. font-weight:bold;
  229. }
  230. #ticket {
  231. background: #E0E095;
  232. border: 1px solid #C46300;
  233. }
  234. #ticket .date p {
  235. margin: 6px;
  236. color: #984601;
  237. }
  238. form #comment {
  239. width: 692px;
  240. }
  241. #ticket table.properties tr {
  242. border-bottom: 1px dotted #CCCC88;
  243. }
  244. #content.ticket {
  245. margin: 0 auto;
  246. }
  247. #content.ticket fieldset {
  248. border: 1px solid #C46300;
  249. }
  250. .wikitoolbar {
  251. width: 252px;
  252. }
  253. .wikitoolbar :link, .wikitoolbar :visited {
  254. border: 1px solid #CCCC88;
  255. margin-left: 2px
  256. }
  257. /* == search == */
  258. #content.search #results dt a {
  259. color: #984601;
  260. }
  261. #content.search #results .author, #results .date {
  262. color: #984601;
  263. font-style: italic;
  264. }
  265. .searchword0 {
  266. background: #FFBB22;
  267. color: #552701;
  268. }
  269. #content.search #results dd {
  270. font-size: 1em;
  271. }
  272. #content .paging .current, #content .paging .current :hover {
  273. border: 1px solid #984601;
  274. background: #984601;
  275. }
  276. #content .paging :link, #content .paging :visited {
  277. border: 1px solid #984601;
  278. color: #984601;
  279. }
  280. #content .paging :link:hover, #content .paging :visited:hover {
  281. background: #FFBB22;
  282. color: #984601;
  283. border: 1px solid #984601;
  284. }
  285. #content .paging .previous a,
  286. #content .paging .next a,
  287. #content .paging .previous a:hover, #content .paging .next a:hover {
  288. border: none;
  289. }
  290. #content .paging .previous a:hover, #content .paging .next a:hover {
  291. color: #FFBB22;
  292. }
  293. /* roadmap */
  294. .milestone .info .date, .milestone .info h2 em {
  295. color: #552701;
  296. }
  297. #prefs {
  298. background: #FFBB22;
  299. border: 1px solid #552701;
  300. color: #552701;
  301. font-size: 11px;
  302. }
  303. /* browser */
  304. table.listing thead th,
  305. table.listing tbody td,
  306. table.listing tbody th {
  307. border: 1px solid #552701;
  308. }
  309. #dirlist td.age {
  310. border-top: 1px solid #552701;
  311. border-bottom: 1px solid #552701;
  312. }
  313. /* = WIKI = */
  314. div.code, pre.wiki, pre.literal-block {
  315. background: #fff;
  316. border: 1px dotted #552701;
  317. }
  318. .wiki-toc, #prefs, #tabs {
  319. background: #FFBB22;
  320. padding-bottom: 67px;
  321. border: 1px solid #552701;
  322. color: #984601;
  323. font-size: 12px;
  324. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  325. -moz-border-radius: 5px;
  326. }
  327. #tabs li {
  328. color: #984601;
  329. }
  330. #tabs li li.active {
  331. border: 1px solid #E5DCDC;
  332. background: #E5DCDC;
  333. }
  334. .wiki-toc :link, .wiki-toc :visited {
  335. color: #552701;
  336. }
  337. a.missing:link, a.missing:visited,
  338. a.missing:link:hover, a.missing:visited:hover {
  339. background: #FFBB22;
  340. color: #552701;
  341. font-style: italic;
  342. }
  343. a.missing:link:after, a.missing:visited:after,
  344. a.missing:hover:after {
  345. content: ' missing!';
  346. font-size: 9px;
  347. color: #984601;
  348. vertical-align: top;
  349. padding-left: 5px;
  350. }
  351. .wiki-toc .active {
  352. font-weight: bold;
  353. }
  354. h1 :link, h1 :visited {
  355. color: #C46300;
  356. }
  357. .floatleft {
  358. float: left;
  359. }
  360. .floatright {
  361. float: right;
  362. }
  363. .floatright img, imgfloatright {
  364. margin-left: 0.2em;
  365. margin-bottom: 0.2em;
  366. }
  367. .floatleft img, imgfloatleft {
  368. margin-right: 0.2em;
  369. margin-bottom: 0.2em;
  370. }
  371. /* forum */
  372. table.listing thead th.time,
  373. table.listing tbody td.time,
  374. table.listing tbody th.time {
  375. padding: none;
  376. }
  377. table.listing thead th.moderators,
  378. table.listing tbody td.moderators,
  379. table.listing tbody th.moderators,
  380. table.listing thead th.founded,
  381. table.listing tbody td.founded,
  382. table.listing tbody th.founded,
  383. table.listing thead th.time,
  384. table.listing tbody td.time,
  385. table.listing tbody th.time,
  386. table.listing thead th.id,
  387. table.listing tbody td.id,
  388. table.listing tbody th.id {
  389. display: none;
  390. }
  391. .forum-list tr > td {
  392. padding: 0.2em 0.2em !important
  393. }
  394. .forum-list th.group {
  395. background-color:#C46300;
  396. border:1px solid #552701;
  397. }