left-bar.css
3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
/******************** Box-2 ********************/
/*** WARNING - WITHOUT BOX-4 ***/
.template-leftbar .box-2 {
width:150px;
}
.template-leftbar #content .box-2 .block-outer .block-title {
background: #eee;
color: #4562b1;
border-top: 4px solid #4562b1;
line-height: 15px;
}
/*** Menus - Link list block ***/
.template-leftbar #content .box-2 .link-list-block li {
margin: 0;
padding: 0;
border-bottom: 1px solid #ddd;
border-top: none;
}
.template-leftbar #content .box-2 .link-list-block li a {
width: auto;
padding: 6px 5px 8px 18px;
background-color: #fff;
background-position: 0px 50%;
color: #2C66CE;
border-right: none;
border-top: 0px solid #64946E;
border-radius: 0 0 0 0;
font-weight: normal;
font-size: 14px;
line-height: 17px;
}
.template-leftbar #content .box-2 .link-list-block h3.empty + ul {
border-top: 1px solid #ddd;
}
.template-leftbar #content .box-2 .link-list-block h3.empty + ul li a {
padding-left: 0px;
padding-right: 0px;
background-image: none;
}
.template-leftbar #content .box-2 .link-list-block li a.link-this-page,
.template-leftbar #content .box-2 .link-list-block li a.link-this-page:hover {
border-right: none;
}
.template-leftbar #content .box-2 .link-list-block li a:hover {
background-color: #FFFFFF;
color: #000;
}
.template-leftbar #content .box-2 .link-list-block li a.link-this-page {
width: auto;
margin-left: 0px;
background-color: #ffffff;
font-weight: bold;
}
/*** END OF WARNING - WITHOUT BOX-4 ***/
/*** WARNING - WITH BOX-4 ***/
/************ DUPLICATE ************
This part of the code is duplicated because, if there is
a change of layout from template-leftbar to lefttopright
the CSS fit without many complication.
*/
.template-lefttopright .box-3 {
width:150px;
}
.template-lefttopright #content .box-3 .block-outer .block-title {
background: #eee;
color: #4562b1;
border-top: 4px solid #4562b1;
line-height: 15px;
}
/*** Menus - Link list block ***/
.template-lefttopright #content .box-3 .link-list-block li {
margin: 0;
padding: 0;
border-bottom: 1px solid #ddd;
border-top: none;
}
.template-lefttopright #content .box-3 .link-list-block li a {
width: auto;
padding: 6px 5px 8px 18px;
background-color: #fff;
background-position: 0px 50%;
color: #2C66CE;
border-right: none;
border-top: 0px solid #64946E;
border-radius: 0 0 0 0;
font-weight: normal;
font-size: 14px;
line-height: 17px;
}
.template-lefttopright #content .box-3 .link-list-block h3.empty + ul {
border-top: 1px solid #ddd;
}
.template-lefttopright #content .box-3 .link-list-block h3.empty + ul li a {
padding-left: 0px;
padding-right: 0px;
background-image: none;
}
.template-lefttopright #content .box-3 .link-list-block li a.link-this-page,
.template-lefttopright #content .box-3 .link-list-block li a.link-this-page:hover {
border-right: none;
}
.template-lefttopright #content .box-3 .link-list-block li a:hover {
background-color: #FFFFFF;
color: #000;
}
.template-lefttopright #content .box-3 .link-list-block li a.link-this-page {
width: auto;
margin-left: 0px;
background-color: #ffffff;
font-weight: bold;
}
/************ END OF DUPLICATE ************
/*** END OF WARNING - WITH BOX-4 ***/
/*** Statistics block **/
.statistics-block-data ul {
margin-top: 10px;
}
.statistics-block-data ul li {
margin-left: 18px;
margin-top: 6px;
line-height: 17px;
}
.statistics-block-data ul li.users span {
font-size: 14px;
}
span.amount {
font-size: 14px;
font-weight: 700;
}
span.label {
font-size: 14px;
}
/*** end of statistics block **/
/*** WARNING - WITH BOX-4 ***/
/******************** end Box-2 ********************/