source: devel/style/style.css

Last change on this file was 37, checked in by george, 15 years ago

Změna rozvržení složek na klasický styl trunk, branches a tags. Stránka o vývoji přehozena do složky devel a vlastní pomocné skripty do složky custom.

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1body
2{
3 font-family : Arial, sans-serif;
4}
5.BasicTable
6{
7 border-width: thin;
8 border-style: solid;
9 border-color: red;
10 padding: 0px 0px 0px 0px;
11 border-collapse: collapse;
12}
13.BasicTable td
14{
15 border-width: 2px;
16 border-style: solid;
17 border-color: Silver;
18 padding: 2px;
19}
20.BasicTable th
21{
22 border-width: 2px;
23 border-style: solid;
24 border-color: Silver;
25 padding: 2px;
26}
27h3
28{
29 margin-bottom: 3px;
30}
31
32li.Tree {
33 list-style: outside url(images/blank.png);
34 margin-left: -20px;
35 padding: 0px 0px 0px -10px;
36 cursor: pointer;
37}
38
39li.Open {
40 list-style: outside url(images/open.png);
41 margin-left: 0px;
42 padding: 0px 0px 0px -10px;
43 cursor: pointer;
44}
45
46li.Close {
47 list-style: outside url(images/close.png);
48 margin-left: 0px;
49}
50
51ul.NoEnd {
52 margin-left: 20px;
53 padding-left: 20px;
54 background-repeat: repeat-y;
55 background-image: url(images/line1.png);
56}
57
58ul.End {
59 margin-left: 20px;
60 padding-left: 20px;
61}
62
63div.NewsItem {
64
65}
66
67div.NewsItemContent {
68}
69
70div.NewsItemLink {
71 display: inline;
72 padding-right: 5px;
73}
74
75div.NewsTreeItem {
76
77}
78
79#MainTitle {
80 background-color: #F08080;
81 padding: 1px 10px 0px 10px;
82 margin-top: 0px;
83 margin-left: 0px;
84 border-bottom-style: dotted;
85 border-bottom-width: thin;
86 color: White;
87}
88
89#MainTitleText {
90 margin: 2px 0px 2px 0px;
91 padding: 0px 0px 0px 0px;
92 background-repeat: no-repeat;
93}
94
95#MainMenu {
96 background-color: #F5F5F5;
97 padding: 2px 5px 2px 5px;
98 margin-top: 0px;
99 border-bottom-style: dotted;
100 border-bottom-width: thin;
101}
102
103form {
104 padding: 0px 0px 0px 0px;
105 margin: 0px 0px 0px 0px;
106}
107
108.MenuItem {
109 padding: 2px 3px 1px 3px;
110 float: left;
111}
112
113.MenuItem2 {
114 padding: 0px 3px 0px 3px;
115 margin-top: 0px;
116 text-align: right;
117 width: 100%;
118}
119
120#Online {
121 padding: 1px 3px 2px 3px;
122 display: inline;
123 right: 10px;
124}
125
126#Content {
127 padding: 4px 10px 10px 10px;
128 margin-left: 0px;
129}
130
131div.NewsItem {
132 border: thin dotted #97ADFF;
133 background: #F6F7FF;
134 margin-top: 5px;
135 padding: 0px 5px 5px 5px;
136}
137
138h4.NewsItemTitle {
139 border-bottom-width: thin;
140 border-bottom-style: solid;
141 margin-top: 0px;
142 margin-bottom: 0px;
143}
144
145#NewsGroupTree {
146 margin-left: -20px;
147}
148
149#NewsGroupTreeSection {
150 float: left;
151 width: 50%;
152}
153
154#NewsGroupTreeTitle {
155 padding: 0px;
156 border-bottom-color: Silver;
157 border-bottom-style: solid;
158 border-bottom-width: thin;
159}
160
161#NewsSection {
162 margin: 0px 0px 0px 50%;
163 }
164
165#NewsSection {
166
167}
168
169#AddNewsForm {
170
171}
172
173div.Form {
174 border: thin solid;
175 background: #F0F8FF;
176 padding: 0px;
177 width: 450px;
178 padding: 5px 5px 5px 5px;
179}
180
181#AdminInfo {
182 clear: both;
183 border-top-style: dotted;
184 border-top-width: thin;
185 text-align: center;
186 font-size: smaller;
187 margin-top: 0px;
188 padding-top: 0px;
189}
190
191table.Table {
192 border: thin dotted;
193}
194
195table.Table tr td {
196 font-size: smaller;
197 border: thin dotted;
198 padding: 1px 3px 1px 3px;
199 margin: 0px 0px 0px 0px;
200}
201
202table.Table tr th {
203 background: #F6F6F6;
204 font-size: smaller;
205 border: thin dotted;
206 padding: 1px 3px 1px 3px;
207 margin: 0px 0px 0px 0px;
208}
209
210h3 {
211 font-size: large;
212 padding: 0px 0px 0px 0px;
213 margin: 0px 0px 0px 0px;
214}
215
216li a img {
217 padding: 0px 0px 0px 0px;
218 border: none;
219}
220
221#rsslink
222{
223 text-align: right;
224}
225
226#NewsList table
227{
228}
229
230#NewsList h3
231{
232 border-bottom-color: Silver;
233 border-bottom-style: solid;
234 border-bottom-width: thin;
235 margin-bottom: 5px;
236}
237
238div.sysmessage
239{
240 background: #ffe0e0;
241 border-left-width: 10;
242 border-left-color: Red;
243 border-left-style: solid;
244 padding: 5px 5px 5px 5px;
245 font-size: medium;
246 color: Maroon;
247 margin-top: 5px;
248 margin-bottom: 5px;
249}
250
251div.Title
252{
253 border-bottom-color: Silver;
254 border-bottom-style: solid;
255 border-bottom-width: thin;
256 font-size: large;
257 font-weight: bold;
258 margin-bottom: 5px;
259}
260
261#odber {
262 font-size: small;
263 font-style: italic;
264}
265
266Table2 {
267 border: 0px;
268}
269
270Table2 tr {
271 background-color: #d9dCFF;
272}
273
274Table2 th {
275 background-color: #897CFF;
276 color: White;
277}
278
279Table2 td {
280 padding: 3 3 3 3;
281}
282
283.StatTable {
284 font-size: small;
285 margin-left: auto;
286 margin-right: auto;
287 margin-bottom: 16px;
288 border-left: thin solid Black;
289 border-top: thin solid Black;
290}
291
292.StatTable th {
293 background-color: #e8e8ff;
294 border-right: thin solid Black;
295 border-bottom: thin solid Black;
296}
297
298.StatTable td {
299 border-right: thin solid Black;
300 border-bottom: thin solid Black;
301 padding: 3px 3px 3px 3px;
302}
303
304.StatTable tr {
305 border: thin solid Black;
306}
307
308.StatList {
309 text-align: center;
310 margin-bottom: 16px;
311}
312
313.SourceCode {
314 font-family: monospace;
315 font-size: larger;
316 border: solid #dddddd 1px;
317 background-color: #FFFFF0;
318 padding: 6px;
319 float: none;
320 page: auto;
321 width: auto;
322}
Note: See TracBrowser for help on using the repository browser.