jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [templates/] [BlueGrey/] [styles.css] - Blame information for rev 4

 

Line No. Rev Author Line
11simandlbody
2{
3 font-family: verdana, sans-serif;
4 color: black;
53simandl background-color: white;
61simandl}
7body *
8{
9 font-size: 10pt;
10}
11h1
12{
13 font-size: 150%;
14}
15h2
16{
17 font-size: 125%;
18}
19hr
20{
21 border: 0px;
22 padding: 0px;
23 height: 1px;
243simandl background-color: #808080;
251simandl}
26a:link, a:visited
27{
28 color: #004080;
29 text-decoration: none;
30}
31a:hover, a:active
32{
33 text-decoration: underline;
34}
353simandl.HdrClmn, .HdrClmnEnd
361simandl{
37 border: black 1px solid;
38 font-weight: bold;
39 color: white;
403simandl background-color: #809cc8;
411simandl}
42table
43{
443simandl border-width: 0px;
45 border-collapse: collapse;
461simandl}
473simandl.row0, .row1
481simandl{
493simandl height: 22px;
50 border-width: 0px;
511simandl}
523simandl.row0 img, .row1 img
53{
541simandl padding: 0px;
55 margin: 0px;
563simandl vertical-align: middle;
571simandl}
58.row0, .light
59{
60 background-color: #f0f0f0;
61}
62.row1, .dark
63{
64 background-color: #e0e0e0;
65}
66 
673simandl.blameTbl tbody th
68{
691simandl font-weight: normal;
70 text-align: right;
71}
72 
73.CatClmn0, .blameTbl tbody .light th
74{
75 border-right: black 1px solid;
76 background-color: #e0e0ff
77}
78 
79.CatClmn1, .blameTbl tbody .dark th
80{
81 border-right: black 1px solid;
82 background-color: #d0d0ee
83}
84 
85table.outline
86{
873simandl border-collapse: collapse;
881simandl border: 1px black solid;
89}
90 
91td.diffdeleted
92{
93 font-size: 11px;
94 background-color: #ff8888;
95}
96 
97td.diffchanged
98{
99 font-size: 11px;
100 background-color: #ffff88;
101}
102 
103td.diffadded
104{
105 font-size: 11px;
106 background-color: #88ff88;
107}
108 
109td.diff
110{
111 font-size: 11px;
112 background-color: #F0F0F0;
113}
114 
115div.newpath
116{
117 padding: 10px;
1183simandl background-color: #d0d0ee;
1191simandl}
120 
121div.difflines
122{
123}
124 
1253simandl.icon
126{
127 vertical-align: middle;
1281simandl}
129 
1303simandl.plusbox, .minusbox
131{
132 float: left;
133 clear: both;
134 position: relative;
135 top: -3px;
136 font-size: 13px;
137 font-weight: bold;
138 width: 16px;
139 text-indent: 0;
140 height: 16px;
141 color: black;
142 text-align: center;
143 padding: 0px 2px 0px 3px;
144 border: black solid 1px;
145 margin-right: 5px;
146}
1471simandl 
1483simandl.plusbox
149{
150 background-color: #D0D0D0;
151}
1521simandl 
1533simandl.minusbox
154{
155 background-color: #809cc8;
156}
1571simandl 
1583simandl.groupname
159{
160 padding-left: 0px;
161 text-indent: -25px;
162 margin: 3px 0 3px 0;
163}
164 
165.switchcontent
166{
167 margin: 3px 0 0 20px;
168}
169 
170.project
171{
172 padding: 2px;
173}
174 
175pre {
176 padding: 4px;
177 background-color: #eee;
178 border: solid 1px #ccc;
179}
180 
181code {
182 white-space: pre-wrap;
183}
184 
1851simandldiv.blame-popup
186{
187 position: absolute;
188 text-align: left;
189 background-color: white;
190 border: solid 2px #809cc8;
191 padding: 5px;
192}
193 
194div.blame-popup .date
195{
1963simandl font-weight: bold;
1971simandl}

Powered by WebSVN 2.2.1