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.
 
 
 
 
 
 

179 lines
3.5 KiB

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