You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

294 regels
4.8 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. text-indent: 0.5em;
  21. border-style: solid;
  22. background-color: inherit;
  23. font-variant: small-caps;
  24. border-width: 0 0 2px 0;
  25. border-color: #984601;
  26. color: #984601;
  27. }
  28. h1 {
  29. font-size: 1.6em;
  30. }
  31. h2 {
  32. font-size: 1.3em;
  33. }
  34. h3 {
  35. font-size: 1.1em;
  36. }
  37. p {
  38. text-indent: 1em;
  39. text-align: inherit;
  40. }
  41. :link, :visited {
  42. color: #984601;
  43. border-bottom: none;
  44. }
  45. :link:hover, :visited:hover {
  46. color: #2C1F1C;
  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 -47px;
  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: #984601;
  117. }
  118. /* == Subnav == */
  119. #metanav ul {
  120. position: absolute;
  121. top: 1px;
  122. right: 0;
  123. }
  124. #metanav :link:hover, #metanav :visited:hover {
  125. color: #984601;
  126. background: none;
  127. }
  128. #loginguest a:hover, #metanav :link, #metanav :visited {
  129. color: #fff;
  130. }
  131. #siteheader .nav :link, #siteheader .nav :visited {
  132. color: #C46300;
  133. }
  134. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  135. color: #C46300;
  136. background: #552701;
  137. border-bottom: 1px dotted #C46300;
  138. }
  139. /* = FOOTER = */
  140. #footer {
  141. display: none;
  142. }
  143. /* = PAGES ET MODULES = */
  144. /* == Styles for images in documentation and articles == */
  145. img.inline, img.inlinetop {
  146. border: solid 2px;
  147. padding: 2px;
  148. }
  149. img.inlinetop {
  150. vertical-align: top;
  151. }
  152. img.math {
  153. vertical-align: middle;
  154. margin-left: 10px;
  155. margin-right: 10px;
  156. }
  157. img.matrix {
  158. vertical-align: top;
  159. margin-right: 30px;
  160. margin-top: 10px;
  161. }
  162. /* == FORMS == */
  163. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  164. background: #984601;
  165. }
  166. input[type="button"], input[type="submit"], input[type="reset"] {
  167. background: #C46300;
  168. border: 1px solid #984601;
  169. -moz-border-radius: 4px;
  170. }
  171. input[type="text"], input.textwidget, textarea {
  172. border: 1px solid #C46300;
  173. }
  174. legend {
  175. color: #984601;
  176. }
  177. fieldset {
  178. border-color: #984601;
  179. }
  180. #content.ticket {
  181. margin: 0 auto;
  182. }
  183. .buttons {
  184. text-align: center;
  185. }
  186. .buttons input {
  187. margin: 0.5em;
  188. }
  189. #content.ticket fieldset {
  190. background: #E5DCDC;
  191. }
  192. #field-description {
  193. background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
  194. }
  195. #attachments {
  196. background: #fff;
  197. border: none;
  198. }
  199. #attachfile {
  200. text-align: center;
  201. }
  202. #changelog {
  203. background: #cccc88;
  204. border: 1px solid #C46300;
  205. }
  206. a.ext-link .icon {
  207. background-position: right center;
  208. padding-right: 16px;
  209. }
  210. /* === FORM TICKETS === */
  211. #preview h3, #changelog h3 {
  212. border-bottom:1px solid #984601;
  213. color:#552701;
  214. font-size:100%;
  215. font-weight:bold;
  216. }
  217. #ticket {
  218. background: #E0E095;
  219. border: 1px solid #C46300;
  220. }
  221. #ticket .date p {
  222. margin: 6px;
  223. color: #984601;
  224. }
  225. form #comment {
  226. width: 692px;
  227. }
  228. #ticket table.properties tr {
  229. border-bottom: 1px dotted #C46300;
  230. }
  231. #content.ticket fieldset {
  232. border: 1px solid #C46300;
  233. }
  234. .wikitoolbar {
  235. width: 252px;
  236. }
  237. .wikitoolbar :link, .wikitoolbar :visited {
  238. border: 1px solid #C46300;
  239. margin-left: 2px
  240. }