Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

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