comparison examples/trac/htdocs/css/browser.css @ 39:93b4dcbafd7b trunk

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:ee669cb9cccc 39:93b4dcbafd7b
1 #prefs { margin-top: -1.6em }
2 * html #prefs { width: 34em } /* Set width only for IE */
3 #prefs fieldset label { display: block }
4 #prefs .buttons { margin-top: -1.6em }
5 #prefs .choice { margin-top: -0.6em }
6
7 #legend { clear: right; }
8
9 /* Browser */
10 h1 { margin: 0; padding: 0 0 .5em }
11 h1 :link, h1 :visited, h1 .filename { border: none; padding: 0 .2em }
12 h1 :link, h1 :visited { color: #b00 }
13 h1 .first:link, h1 .first:visited { color: #998 }
14 h1 .sep { color: #666; padding: 0 .1em }
15
16 #jumprev { float: right; font-size: 10px; margin: 0 0 0 }
17 #jumprev form { margin: 0 }
18 #jumprev input { font-size: 10px; margin-right: 0 }
19
20 /* Styles for the directory entries table
21 (extends the styles for "table.listing") */
22 #dirlist { margin-top: 0 }
23 #dirlist td.rev, #dirlist td.age, #dirlist td.change {
24 color: #888;
25 white-space: nowrap;
26 vertical-align: baseline;
27 }
28 #dirlist td.rev {
29 font-family: monospace;
30 letter-spacing: -0.08em;
31 font-size: 90%;
32 text-align: right;
33 }
34 #dirlist td.size {
35 color: #888;
36 white-space: nowrap;
37 text-align: right;
38 vertical-align: middle;
39 font-size: 70%;
40 }
41 #dirlist td.name { width: 100% }
42 #dirlist td.name a, #dirlist td.name span {
43 background-position: 0% 50%;
44 background-repeat: no-repeat;
45 padding-left: 20px;
46 }
47 #dirlist td.name a.parent { background-image: url(../parent.png) }
48 #dirlist td.name a.dir { background-image: url(../folder.png) }
49 #dirlist td.name span.dir { background-image: url(../folderdeny.png) }
50 #dirlist td.name a.file { background-image: url(../file.png) }
51 #dirlist td.name span.file { background-image: url(../filedeny.png) }
52 #dirlist td.name a, #dirlist td.rev a { border-bottom: none; display: block }
53 #dirlist td.rev { text-align: right }
54 #dirlist td.change { font-size: 85%; vertical-align: middle; white-space: nowrap }
55
56 /* Style for the ''View Changes'' button */
57 #anydiff {
58 margin: 0 0 1em;
59 float: left;
60 }
61 #anydiff form, #anydiff div, #anydiff h2 {
62 display: inline;
63 }
64 #anydiff input {
65 vertical-align: baseline;
66 margin: 0 -0.5em 0 1em;
67 }
68 @media print {
69 #anydiff form { display: none }
70 }
71
72
73 /* Log */
74 tr.diff input {
75 padding: 0 1em 0 1em;
76 margin: 0;
77 }
78
79 div.buttons {
80 clear: left;
81 }
82 @media print {
83 th.diff, td.diff { display: none }
84 }
85 /* Styles for the revision log table
86 (extends the styles for "table.listing") */
87 #chglist { margin-top: 0 }
88 #chglist td.change span {
89 border: 1px solid #999;
90 display: block;
91 margin: .2em .5em 0 0;
92 width: .8em; height: .8em;
93 }
94 #chglist td.diff { white-space: nowrap }
95 #chglist td.change .comment { display: none }
96 #chglist td.old_path { font-style: italic }
97 #chglist td.date { font-size: 85%; vertical-align: top; padding-top: 0.55em; white-space: nowrap }
98 #chglist td.author { font-size: 85%; vertical-align: top; padding-top: 0.55em }
99 #chglist td.rev, #chglist td.chgset {
100 font-family: monospace;
101 letter-spacing: -0.08em;
102 font-size: 90%;
103 text-align: right;
104 }
105 #chglist td.rev a, #chglist td.chgset a { border-bottom: none }
106 #chglist td.summary {
107 width: 100%;
108 font-size: 85%;
109 vertical-align: middle;
110 white-space: nowrap
111 }
112 #chglist .verbose td.summary {
113 border: none;
114 color: #333;
115 padding: .5em 1em 1em 2em;
116 font-size: 90%;
117 white-space: normal
118 }
119
120 #chglist td.summary * { margin-top: 0; margin-bottom: 0 }
121
122 #paging { margin: 1em 0 }
123
124 /* Styles for the revision info in the file view (see also trac.css) */
125 #info { margin: 0; }
126 #info .props {
127 color: #666;
128 list-style: square;
129 margin: 0 0 .4em 1.6em;
130 padding: 0;
131 }
132 #info .props li { padding: 0 }
133
134 /* Styles for the HTML preview */
135 #preview { background: #fff; clear: both; margin: 0 }
136 #preview .code-block { border-top: 1px solid #999; margin: 0 }
137 #preview .image-file { overflow: hidden }
138 #preview .image-file img { max-width: 100% }
Copyright (C) 2012-2017 Edgewall Software