source: trunk/www/style.css@ 51

Last change on this file since 51 was 33, checked in by george, 16 years ago
  • Přidáno: Tabulka News pro uchování aktualit webu. Zobrazení aktualit na úvodní stránce.
File size: 3.4 KB
Line 
1html,body
2{
3 height: 100%;
4 font-family: sans-serif;
5}
6
7#MainTable
8{
9 width: 100%;
10}
11
12#MainTable td
13{
14 border-width: 0px 1px 0px 0px;
15 border-style: solid;
16 border-color: silver;
17 padding: 0px 1px 0px 1px;
18}
19
20#MainTable td .Panel
21{
22 border-width: 0px 0px 0px 0px;
23 border-style: solid;
24 border-color: #e0e0ff;
25 padding: 10px 5px 10px 5px;
26}
27
28#MainTable td .PanelTitle
29{
30 border-width: 0px 0px 2px 0px;
31 border-style: solid;
32 border-color: #6060ff;
33 font-weight: bold;
34 margin: 0px 0px 3px 0px;
35}
36
37#MainTable td .PanelTitleRight
38{
39 border-width: 0px 0px 2px 0px;
40 border-style: solid;
41 border-color: #6060ff;
42 margin: 0px 0px 3px 0px;
43 text-align: right;
44}
45
46#MainTable td td
47{
48 border-width: 0px 0px 0px 0px;
49 border-style: solid;
50 border-color: silver;
51}
52
53form
54{
55 margin: 10px 10px 10px 10px;
56}
57
58.MenuItem
59{
60 float: left;
61}
62
63.MenuItem2
64{
65 text-align: right;
66 width: 100%;
67 font-weight: normal;
68 display: block;
69}
70
71#Footer
72{
73 border-style: solid;
74 border-top-color: gray;
75 border-width: 1px 0 0 0;
76 margin-top: 20px;
77 padding-top: 2px;
78 font-size: 10px;
79 text-align: center;
80}
81
82.Navigation
83{
84 border-style: solid;
85 border-bottom-color: gray;
86 border-width: 0 0 1px 0;
87 margin-bottom: 3px;
88 padding-bottom: 2px;
89}
90
91.Navigation img
92{
93 margin: 0px 0px 0px 0px;
94 padding: 0px 0px 0px 0px;
95 border-width: 0px 0px 0px 0px;
96 vertical-align: middle;
97}
98
99#Title
100{
101 padding: 3px;
102 font-size: 20px;
103 border-style: solid;
104 border-color: blue;
105 border-width: 1px;
106 background-color: #F0F0FF;
107 margin-bottom: 4px;
108}
109
110.RSSIcon
111{
112 margin: 0px 0px 0px 0px;
113 border-width: 0px;
114}
115div.HalfWidth
116{
117 text-align: center;
118}
119
120fieldset.HalfWidth
121{
122}
123
124.SystemMessage
125{
126 background: #FFEDED;
127 border: 1px solid #992A2A;
128 border-top: 0;
129 margin: 5px;
130 padding: 0;
131 width: auto;
132}
133
134.SystemMessage h3
135{
136 background: #E3A0A0;
137 border: 1px solid #992A2A;
138 border-left: 0;
139 border-right: 0;
140 color: white;
141 font-size: small;
142 font-weight: bold;
143 margin: 0;
144 padding: 5px;
145}
146
147.SystemMessage div
148{
149 background: transparent;
150 border: 0;
151 color: #992A2A;
152 margin: 0;
153 padding: 8px;
154}
155
156.Centred
157{
158 text-align: center;
159 margin-left: auto;
160 margin-right: auto;
161}
162
163.Form
164{
165 width: 500px;
166 text-align: center;
167 margin-left: auto;
168 margin-right: auto;
169}
170
171.BasicTable
172{
173 width: 100%;
174 text-align: center;
175 margin-left: auto;
176 margin-right: auto;
177 vertical-align: top:
178}
179
180.BasicTable td
181{
182 text-align: left;
183 vertical-align: top;
184 padding: 3px 3px 3px 3px;
185}
186
187.BasicTable .Header
188{
189 text-align: right;
190 padding: 3px 3px 3px 3px;
191}
192
193.WideTable
194{
195 border-color: black;
196 border-style: solid;
197 border-width: 1px 1px 0px 0px;
198 border-spacing: 0px;
199 text-align: center;
200 margin-left: auto;
201 margin-right: auto;
202 border-collapse: collapse;
203}
204
205.WideTable th
206{
207 border-color: black;
208 border-style: solid;
209 border-width: 0px 0px 1px 1px;
210 padding: 1px 5px 1px 5px;
211 background-color: #F0F0FF
212}
213
214.WideTable td
215{
216 border-color: black;
217 border-style: solid;
218 border-width: 0px 0px 1px 1px;
219 padding: 1px 5px 1px 5px;
220 text-align: center;
221}
222
223.BasicTable .Header
224{
225 text-align: center;
226}
227
228.Pager
229{
230 text-align: center;
231}
232
233.UserMenu
234{
235 width: 15%;
236}
237
238.Content
239{
240}
241
242h4
243{
244 text-align: center;
245 margin-bottom: 3px;
246}
247
248.News
249{
250 font-size: small;
251 width: 20%;
252 border-style: solid;
253 border-width: 1px;
254 border-color: black;
255 padding-left: 3px;
256}
257
258.News div
259{
260 padding-top: 7px;
261}
Note: See TracBrowser for help on using the repository browser.