Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

184 Zeilen
4.8 KiB

  1. #prefs { margin-top: -0.6em }
  2. * html #prefs { width: 34em } /* Set width only for IE */
  3. #prefs fieldset { margin: 0; }
  4. #prefs fieldset label { display: block }
  5. #prefs .buttons { margin-top: -2.3em }
  6. #prefs .choice {
  7. float: left;
  8. margin: 0 .6em 0 .3em;
  9. border-right: 1px dotted #d7d7d7;
  10. }
  11. #file-legend { margin-top: 3em; }
  12. /* Browser */
  13. h1 { margin: 0; padding: 0 0 .5em }
  14. h1 :link, h1 :visited, h1 .filename { border: none; padding: 0 .2em }
  15. h1 :link, h1 :visited { color: #b00 }
  16. h1 .first:link, h1 .first:visited { color: #998 }
  17. h1 .sep { color: #666; padding: 0 .1em }
  18. h1 .pathentry { float: left }
  19. #jumprev, #jumploc { float: right; font-size: 10px; margin: 0 0 0.6em }
  20. #jumprev form, #jumploc form { margin: 0 }
  21. #jumprev input, #jumploc select, #jumploc input {
  22. font-size: 10px;
  23. margin: 0;
  24. }
  25. #jumploc div.buttons { margin: 0;}
  26. #jumploc { margin-right: 2em;}
  27. /* Browser file annotations */
  28. table.code th.blame { width: 5em; }
  29. table.code th.blame a { color: #ddd; }
  30. div.message {
  31. background: #f7f7f0;
  32. border: 3px double #d7d7d7;
  33. margin: 0;
  34. padding: 8px;
  35. /* Note: border width and padding must be compensated for in the placement */
  36. }
  37. div.message div.inlinebuttons { float: right; }
  38. /* Styles for the directory entries table
  39. (extends the styles for "table.listing") */
  40. #dirlist { margin-top: 0 }
  41. #dirlist td.rev, #dirlist td.age, #dirlist td.change {
  42. color: #888;
  43. white-space: nowrap;
  44. vertical-align: baseline;
  45. }
  46. #dirlist td.rev {
  47. font-family: monospace;
  48. letter-spacing: -0.08em;
  49. font-size: 90%;
  50. text-align: right;
  51. }
  52. #dirlist td.size {
  53. color: #888;
  54. white-space: nowrap;
  55. text-align: right;
  56. vertical-align: middle;
  57. font-size: 70%;
  58. }
  59. #dirlist td.age {
  60. border-width: 0 2px 0 0;
  61. border-style: solid;
  62. font-size: 85%;
  63. }
  64. #dirlist td.name { width: 100% }
  65. #dirlist td.name a, #dirlist td.name span {
  66. background-position: 0% 50%;
  67. background-repeat: no-repeat;
  68. padding-left: 20px;
  69. }
  70. #dirlist td.name a.parent { background-image: url(../parent.png) }
  71. #dirlist td.name div { white-space: pre }
  72. #dirlist tr span.expander {
  73. background-image: url(../expander_normal.png);
  74. cursor: pointer;
  75. padding-left: 8px;
  76. margin-left: 4px;
  77. }
  78. #dirlist tr span.expander:hover {
  79. background-image: url(../expander_normal_hover.png);
  80. }
  81. #dirlist tr.expanded span.expander {
  82. background-image: url(../expander_open.png);
  83. padding-left: 12px;
  84. margin-left: 0;
  85. }
  86. #dirlist tr.expanded span.expander:hover {
  87. background-image: url(../expander_open_hover.png);
  88. }
  89. #dirlist td.name a.dir { background-image: url(../folder.png) }
  90. #dirlist td.name a.file { background-image: url(../file.png); display: block }
  91. #dirlist td.name a, #dirlist td.rev a { border-bottom: none }
  92. #dirlist td.rev { text-align: right }
  93. #dirlist td.change {
  94. font-size: 85%;
  95. vertical-align: middle;
  96. white-space: nowrap
  97. }
  98. #dirlist td span.loading {
  99. background-image: url(../loading.gif);
  100. font-style: italic
  101. }
  102. /* Style for the ''View Changes'' button and the diff preparation form */
  103. #anydiff { margin: 0 0 1em; float: left }
  104. #anydiff form, #anydiff div, #anydiff h2 { display: inline }
  105. #anydiff form th { text-align: right }
  106. #anydiff input { vertical-align: baseline; margin: 0 -0.5em 0 1em }
  107. @media print {
  108. #anydiff form { display: none }
  109. }
  110. /* Log */
  111. tr.diff input { padding: 0 1em; margin: 0 }
  112. @media print {
  113. th.diff, td.diff { display: none }
  114. }
  115. /* Styles for the revision log table (extends the styles for "table.listing") */
  116. #chglist { margin-top: 0 }
  117. #chglist td.change span {
  118. border: 1px solid #999;
  119. display: block;
  120. margin: .2em .5em 0 0;
  121. width: .8em; height: .8em;
  122. }
  123. #chglist td.diff { white-space: nowrap }
  124. #chglist td.change .comment { display: none }
  125. #chglist td.old_path { font-style: italic }
  126. #chglist td.date {
  127. font-size: 85%;
  128. vertical-align: top;
  129. padding-top: 0.55em;
  130. white-space: nowrap;
  131. }
  132. #chglist td.author { font-size: 85%; vertical-align: top; padding-top: 0.55em }
  133. #chglist td.rev, #chglist td.chgset {
  134. font-family: monospace;
  135. letter-spacing: -0.08em;
  136. font-size: 90%;
  137. text-align: right;
  138. }
  139. #chglist td.rev a, #chglist td.chgset a { border-bottom: none }
  140. #chglist td.summary {
  141. width: 100%;
  142. font-size: 85%;
  143. vertical-align: middle;
  144. white-space: nowrap;
  145. }
  146. #chglist tr.verbose td.summary {
  147. border: none;
  148. color: #333;
  149. padding: .5em 1em 1em 2em;
  150. white-space: normal;
  151. }
  152. #chglist td.summary * { margin-top: 0 }
  153. #paging { margin: 1em 0 }
  154. /* Styles for the revision info in the file view (see also trac.css) */
  155. #info { margin: 0; }
  156. #info .props {
  157. color: #666;
  158. list-style: square;
  159. margin: 0 0 .4em 1.6em;
  160. padding: 0;
  161. }
  162. #info .props li { padding: 0; overflow: auto; }
  163. /* Styles for the HTML preview */
  164. #preview { background: #fff; clear: both; margin: 0 }
  165. #preview .code-block { border-top: 1px solid #999; margin: 0 }
  166. #preview .image-file { overflow: hidden }
  167. #preview .image-file img { max-width: 100% }