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.
 
 
 
 
 
 

210 lines
3.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. }
  18. h1, h2, h3 {
  19. border-color: #984601;
  20. }
  21. :link, :visited {
  22. color: #984601;
  23. border-bottom: none;
  24. }
  25. :link:hover, :visited:hover {
  26. color: #2C1F1C;
  27. }
  28. /* HEADER */
  29. .nav {
  30. text-align: right;
  31. font-size: 12px;
  32. }
  33. .nav li.last {
  34. border-right: none !important;
  35. }
  36. #main {
  37. background: #fff;
  38. color: #2C1F1C;
  39. padding: 0 1em;
  40. }
  41. #header img {
  42. margin: 0 0 -47px;
  43. width: 540px;
  44. }
  45. #siteheader, #banner, #mainnav, .nav {
  46. font-family:"Arial","Geneva",sans-serif;
  47. }
  48. /* MENU PRINCIPAL*/
  49. #mainnav :link, #mainnav :visited {
  50. background-image: none;
  51. border-color: #984601;
  52. }
  53. #mainnav {
  54. margin: 0;
  55. background: #C46300;
  56. -moz-border-radius-topleft: 5px;
  57. -moz-border-radius-topright: 5px;
  58. border: none;
  59. font-weight: bold;
  60. font-size: 12px;
  61. }
  62. #mainnav li {
  63. border-right-color: #984601;
  64. padding: 0.25em;
  65. }
  66. #mainnav :link,
  67. #mainnav :visited,
  68. #mainnav :link:hover,
  69. #mainnav :visited:hover,
  70. #mainnav .active :link,
  71. #mainnav .active :visited,
  72. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  73. border-right: none;
  74. }
  75. #mainnav li.last,
  76. #mainnav li.last :link:hover,
  77. #mainnav li.last :visited:hover,
  78. #mainnav li.last.active :link,
  79. #mainnav li.last.active :visited,
  80. #mainnav li.last.active :link:hover,
  81. #mainnav li.last.active :visited:hover {
  82. -moz-border-radius-topright: 5px;
  83. }
  84. #mainnav .active :link, #mainnav .active :visited {
  85. background: #984601;
  86. color: #2C1F1C;
  87. }
  88. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  89. background: #2C1F1C;
  90. color: #984601;
  91. }
  92. /* Subnav */
  93. #metanav ul {
  94. font-weight: normal;
  95. }
  96. #metanav :link:hover, #metanav :visited:hover {
  97. color: #984601;
  98. background: none;
  99. }
  100. #loginguest a:hover, #metanav :link, #metanav :visited {
  101. color: #fff;
  102. }
  103. #siteheader .nav :link, #siteheader .nav :visited {
  104. color: #C46300;
  105. }
  106. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  107. color: #C46300;
  108. background: #552701;
  109. border-bottom: 1px dotted #C46300;
  110. }
  111. /* FORMS */
  112. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  113. background: #984601;
  114. }
  115. input[type="button"], input[type="submit"], input[type="reset"] {
  116. background: #C46300;
  117. border: 1px outset #984601;
  118. -moz-border-radius: 4px;
  119. }
  120. input[type="text"], input.textwidget, textarea {
  121. border: 1px solid #C46300;
  122. }
  123. legend {
  124. color: #984601;
  125. }
  126. fieldset {
  127. border-color: #984601;
  128. }
  129. #content.ticket {
  130. margin: 0 auto;
  131. }
  132. .buttons {
  133. text-align: center;
  134. }
  135. .buttons input {
  136. margin: 0.5em;
  137. }
  138. #content.ticket fieldset {
  139. background: #E5DCDC;
  140. }
  141. #field-description {
  142. background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom;
  143. }
  144. #attachments {
  145. background: #fff;
  146. border: none;
  147. }
  148. #attachfile {
  149. text-align: center;
  150. }
  151. #changelog {
  152. background: #cccc88;
  153. border: 1px solid #C46300;
  154. }
  155. a.ext-link .icon {
  156. background-position: right center;
  157. padding-right: 16px;
  158. }
  159. /* FORM TICKETS */
  160. #preview h3, #changelog h3 {
  161. border-bottom:1px solid #984601;
  162. color:#552701;
  163. font-size:100%;
  164. font-weight:bold;
  165. }
  166. #ticket {
  167. background: #E0E095;
  168. border: 1px solid #C46300;
  169. }
  170. #ticket .date p {
  171. margin: 6px;
  172. color: #984601;
  173. }
  174. form #comment {
  175. width:700px;
  176. }
  177. #ticket table.properties tr {
  178. border-bottom: 1px dotted #C46300;
  179. }
  180. #content.ticket fieldset {
  181. border: 1px solid #C46300;
  182. }
  183. .wikitoolbar :link, .wikitoolbar :visited {
  184. border: 1px solid #C46300;
  185. }