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.

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