Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

412 rindas
7.2 KiB

  1. /*
  2. */
  3. /* = styles généraux = */
  4. body {
  5. background: #552701 /*url(/browser/web/trunk/static/img/libcaca.png?format=raw) no-repeat top center*/;
  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. }
  67. #header img {
  68. margin: 0 0 -30px;
  69. width: 540px;
  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.25em 0;
  86. }
  87. #mainnav :link, #mainnav :visited {
  88. background-image: none;
  89. border-color: #984601;
  90. padding-left: 8px; padding-right: 8px;
  91. }
  92. #mainnav :link,
  93. #mainnav :visited,
  94. #mainnav :link:hover,
  95. #mainnav :visited:hover,
  96. #mainnav .active :link,
  97. #mainnav .active :visited,
  98. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  99. border-right: none;
  100. }
  101. #mainnav li.last,
  102. #mainnav li.last :link:hover,
  103. #mainnav li.last :visited:hover,
  104. #mainnav li.last.active :link,
  105. #mainnav li.last.active :visited,
  106. #mainnav li.last.active :link:hover,
  107. #mainnav li.last.active :visited:hover {
  108. -moz-border-radius-topright: 5px;
  109. }
  110. #mainnav .active :link, #mainnav .active :visited {
  111. background: #984601;
  112. color: #2C1F1C;
  113. }
  114. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  115. background: #2C1F1C;
  116. color: #C46300;
  117. }
  118. /* == Subnav == */
  119. #metanav ul {
  120. position: absolute;
  121. top: 0.3em;
  122. right: 0;
  123. }
  124. #metanav :link:hover, #metanav :visited:hover {
  125. color: #C46300;
  126. background: inherit;
  127. }
  128. #loginguest a:hover, #metanav :link, #metanav :visited {
  129. color: #fff;
  130. }
  131. #siteheader p {
  132. margin-top: 0.3em;
  133. }
  134. #siteheader .nav :link, #siteheader .nav :visited {
  135. color: #C46300;
  136. }
  137. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  138. color: #C46300;
  139. background: #552701;
  140. border-bottom: 1px dotted #C46300;
  141. }
  142. #ctxtnav ul {
  143. padding: 0.2em 0;
  144. }
  145. /* = FOOTER = */
  146. #footer {
  147. display: none;
  148. }
  149. /* = PAGES ET MODULES = */
  150. /* == Styles for images in documentation and articles == */
  151. img.inline, img.inlinetop {
  152. border: solid 2px;
  153. padding: 2px;
  154. }
  155. img.inlinetop {
  156. vertical-align: top;
  157. }
  158. img.math {
  159. vertical-align: middle;
  160. margin-left: 10px;
  161. margin-right: 10px;
  162. }
  163. img.matrix {
  164. vertical-align: top;
  165. margin-right: 30px;
  166. margin-top: 10px;
  167. }
  168. /* == FORMS == */
  169. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  170. background: #984601;
  171. }
  172. input[type="button"], input[type="submit"], input[type="reset"] {
  173. background: #C46300;
  174. border: 1px solid #984601;
  175. -moz-border-radius: 4px;
  176. }
  177. input[type="text"], input.textwidget, textarea {
  178. border: 1px solid #C46300;
  179. }
  180. legend {
  181. color: #984601;
  182. }
  183. fieldset {
  184. border: 1px solid #984601;
  185. }
  186. #content.ticket, #content.milestone {
  187. margin: 0 auto;
  188. }
  189. .buttons {
  190. text-align: center;
  191. }
  192. .buttons input {
  193. margin: 0.5em;
  194. }
  195. #content.ticket fieldset, #edit fieldset {
  196. background: #E5DCDC;
  197. border: 1px solid #984601 !important;
  198. padding: 0.2em;
  199. }
  200. #field-description {
  201. background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
  202. }
  203. #attachments {
  204. background: #fff;
  205. border: none;
  206. }
  207. #attachfile {
  208. text-align: center;
  209. }
  210. #changelog {
  211. background: #cccc88;
  212. border: 1px solid #C46300;
  213. }
  214. a.ext-link .icon {
  215. background-position: right center;
  216. padding-right: 16px;
  217. }
  218. /* === FORM TICKETS === */
  219. #preview h3, #changelog h3 {
  220. border-bottom:1px solid #984601;
  221. color:#552701;
  222. font-size:100%;
  223. font-weight:bold;
  224. }
  225. #ticket {
  226. background: #E0E095;
  227. border: 1px solid #C46300;
  228. }
  229. #ticket .date p {
  230. margin: 6px;
  231. color: #984601;
  232. }
  233. form #comment {
  234. width: 692px;
  235. }
  236. #ticket table.properties tr {
  237. border-bottom: 1px dotted #C46300;
  238. }
  239. #content.ticket fieldset {
  240. border: 1px solid #C46300;
  241. }
  242. .wikitoolbar {
  243. width: 252px;
  244. }
  245. .wikitoolbar :link, .wikitoolbar :visited {
  246. border: 1px solid #C46300;
  247. margin-left: 2px
  248. }
  249. /* == search == */
  250. #content.search #results dt a {
  251. color: #984601;
  252. }
  253. #content.search #results .author, #results .date {
  254. color: #984601;
  255. font-style: italic;
  256. }
  257. .searchword0 {
  258. background: #FFBB22;
  259. color: #552701;
  260. }
  261. #content.search #results dd {
  262. font-size: 1em;
  263. }
  264. #content .paging .current, #content .paging .current :hover {
  265. border: 1px solid #984601;
  266. background: #984601;
  267. }
  268. #content .paging :link, #content .paging :visited {
  269. border: 1px solid #984601;
  270. color: #984601;
  271. }
  272. #content .paging :link:hover, #content .paging :visited:hover {
  273. background: #FFBB22;
  274. color: #984601;
  275. border: 1px solid #984601;
  276. }
  277. #content .paging .previous a,
  278. #content .paging .next a,
  279. #content .paging .previous a:hover, #content .paging .next a:hover {
  280. border: none;
  281. }
  282. #content .paging .previous a:hover, #content .paging .next a:hover {
  283. color: #FFBB22;
  284. }
  285. /* roadmap */
  286. .milestone .info .date, .milestone .info h2 em {
  287. color: #552701;
  288. }
  289. #prefs {
  290. background: #FFBB22;
  291. border: 1px solid #552701;
  292. color: #552701;
  293. font-size: 11px;
  294. }
  295. /* browser */
  296. table.listing thead th,
  297. table.listing tbody td,
  298. table.listing tbody th {
  299. border: 1px solid #552701;
  300. }
  301. #dirlist td.age {
  302. border-top: 1px solid #552701;
  303. border-bottom: 1px solid #552701;
  304. }
  305. /* = WIKI = */
  306. div.code, pre.wiki, pre.literal-block {
  307. background: #fff;
  308. border: 1px dotted #552701;
  309. }
  310. .wiki-toc {
  311. background: #FFBB22 url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
  312. padding-bottom: 100px;
  313. border: 1px solid #552701;
  314. color: #984601;
  315. font-size: 12px;
  316. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  317. -moz-border-radius: 5px;
  318. }
  319. .wiki-toc :link, .wiki-toc :visited {
  320. color: #552701;
  321. }
  322. a.missing:link, a.missing:visited,
  323. a.missing:link:hover, a.missing:visited:hover {
  324. background: #FFBB22;
  325. color: #552701;
  326. font-style: italic;
  327. }
  328. a.missing:link:after, a.missing:visited:after,
  329. a.missing:hover:after {
  330. content: ' missing!';
  331. font-size: 9px;
  332. color: #984601;
  333. vertical-align: top;
  334. padding-left: 5px;
  335. }
  336. .wiki-toc .active {
  337. font-weight: bold;
  338. }