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.
 
 
 
 
 
 

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