importing bzrfruit into git
[bzrfruit.git] / static / css / trac.css
blob986964cc2c6bb2a26691497cf9aab33ac39ac1c9
1 /* Based on Trac css
2 * http://trac.edgewall.org/
3 */
5 body {
6 background: white;
7 color: black;
8 margin: 10px;
9 padding: 0;
12 body,th,td {
13 font-family: verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
14 font-size: 13px;
17 h1,h2,h3,h4 {
18 font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
22 h2.breadcrumb {
23 color:#555555;
26 h2.breadcrumb strong {
27 color:#BB0000;
30 h2.breadcrumb strong#branch{
31 background-color: lavender;
34 img {
35 border:medium none;
38 tt {
39 white-space:pre;
42 *:link,*:visited {
43 border-bottom:1px dotted #BBB;
44 color:#B00;
45 text-decoration:none;
48 *:link:hover,*:visited:hover {
49 background-color:#EEE;
50 color:#555;
53 h1 *:link,h1 *:visited,h2 *:link,h2 *:visited,h3 *:link,h3 *:visited,h4 *:link,h4 *:visited,h5 *:link,h5 *:visited,h6 *:link,h6 *:visited {
54 color:inherit;
58 table.listing {
59 border-bottom:1px solid #D7D7D7;
60 border-collapse:collapse;
61 border-spacing:0;
62 clear:both;
63 margin-top:1em;
64 width:100%;
67 table.listing th {
68 font-size:12px;
69 text-align:left;
70 padding:0 1em 0.1em 0;
73 table.listing thead {
74 background:#F7F7F0 none repeat scroll 0;
77 table.listing thead th {
78 font-size:11px;
79 font-weight:700;
80 vertical-align:bottom;
81 border-color:#D7D7D7 #d7d7d7 #999;
82 border-style:solid;
83 border-width:1px;
84 padding:2px 0.5em;
87 table.listing thead th a {
88 border:medium none;
89 padding-right:12px;
92 table.listing th.asc a,table.listing th.desc a {
93 font-weight:700;
94 background-position:100% 50%;
95 background-repeat:no-repeat;
98 table.listing th.asc a {
99 background-image:url(../img/asc.png);
102 table.listing th.desc a {
103 background-image:url(../img/desc.png);
106 table.listing tbody td,table.listing tbody th {
107 border:1px dotted #DDD;
108 vertical-align:top;
109 padding:0.33em 0.5em;
112 table.listing tbody tr {
113 border-top:1px solid #DDD;
116 table.listing tbody tr.even {
117 background-color:#FCFCFC;
120 table.listing tbody tr.odd {
121 background-color:#F7F7F7;
124 table.listing tbody tr:hover {
125 background:#EED none repeat scroll 0 !important;
128 #dirlist {
129 margin-top:0;
132 #dirlist td.rev,#dirlist td.age,#dirlist td.change {
133 color:#888;
134 vertical-align:baseline;
135 white-space:nowrap;
138 #dirlist td.rev {
139 font-family:monospace;
140 font-size:90%;
141 letter-spacing:-0.08em;
142 text-align:right;
145 #dirlist td.size {
146 color:#888;
147 font-size:70%;
148 text-align:right;
149 vertical-align:middle;
150 white-space:nowrap;
153 #dirlist td.name {
154 width:100%;
157 #dirlist td.name a,#dirlist td.name span {
158 background-position:0 50%;
159 background-repeat:no-repeat;
160 padding-left:20px;
163 #dirlist td.name a.parent {
164 background-image:url(../img/parent.png);
167 #dirlist td.name a.dir {
168 background-image:url(../img/folder.png);
171 #dirlist td.name a.file {
172 background-image:url(../img/file.png);
175 #dirlist td.name a,#dirlist td.rev a {
176 border-bottom:medium none;
177 display:block;
180 #dirlist td.change {
181 font-size:65%;
182 vertical-align:middle;
183 white-space:nowrap;
186 table.listing thead th *:link:hover,table.listing thead th *:visited:hover,table.listing tbody td a:hover,table.listing tbody th a:hover {
187 background-color:transparent;
190 div.highlight {
191 padding-left: 1em;
192 border: 1px solid gray;