jablonka.czprosek.czf

websvn

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

 

Line No. Rev Author Line
11simandlbody
2{
3 font-family: verdana, sans-serif;
4 color: black;
5 background-color: white
6}
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;
24 background-color: #808080
25}
26a:link, a:visited
27{
28 color: #004080;
29 text-decoration: none;
30}
31a:hover, a:active
32{
33 text-decoration: underline;
34}
35.HdrClmn,
36.HdrClmnEnd
37{
38 border: black 1px solid;
39 font-weight: bold;
40 color: white;
41 background-color: #809cc8
42}
43table
44{
45 border-width:0px;
46 border-collapse:collapse;
47}
48.row0,
49.row1
50{
51 height:22px;
52 border-width:0px;
53}
54.row0 img,
55.row1 img {
56 padding: 0px;
57 margin: 0px;
58 vertical-align:middle;
59}
60.row0, .light
61{
62 background-color: #f0f0f0;
63}
64.row1, .dark
65{
66 background-color: #e0e0e0;
67}
68 
69.blameTbl tbody th {
70 font-weight: normal;
71 text-align: right;
72}
73 
74.CatClmn0, .blameTbl tbody .light th
75{
76 border-right: black 1px solid;
77 background-color: #e0e0ff
78}
79 
80.CatClmn1, .blameTbl tbody .dark th
81{
82 border-right: black 1px solid;
83 background-color: #d0d0ee
84}
85 
86table.outline
87{
88 border-collapse:collapse;
89 border: 1px black solid;
90}
91 
92td.diffdeleted
93{
94 font-size: 11px;
95 background-color: #ff8888;
96}
97 
98td.diffchanged
99{
100 font-size: 11px;
101 background-color: #ffff88;
102}
103 
104td.diffadded
105{
106 font-size: 11px;
107 background-color: #88ff88;
108}
109 
110td.diff
111{
112 font-size: 11px;
113 background-color: #F0F0F0;
114}
115 
116div.newpath
117{
118 padding: 10px;
119 background-color: #d0d0ee
120}
121 
122div.difflines
123{
124}
125 
126.icon {
127 vertical-align: middle;
128}
129 
130.plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; }
131.minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; }
132 
133.groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;}
134.switchcontent { margin: 3px 0 0 20px; }
135.project { padding: 2px; }
136 
137code { white-space: pre; white-space: pre-wrap; }
138 
139div.blame-popup
140{
141 position: absolute;
142 text-align: left;
143 background-color: white;
144 border: solid 2px #809cc8;
145 padding: 5px;
146}
147 
148div.blame-popup .date
149{
150 font-weight: bold;
151}

Powered by WebSVN 2.2.1