source: branches/DirectWeb/Data/Style.css

Last change on this file was 91, checked in by george, 14 years ago
  • Upraveno: Třída TWebServer oddělena do samostatné jednotky.
File size: 603 bytes
Line 
1table
2{
3 border-style: solid;
4 border-color: gray;
5 border-width: 1px;
6 padding: 0px;
7 border-collapse: collapse;
8 text-align: center;
9 margin-left: auto;
10 margin-right: auto;
11}
12
13table td
14{
15 border-style: solid;
16 border-color: gray;
17 border-width: 1px;
18 padding: 5px;
19}
20
21table th
22{
23 border-style: solid;
24 border-color: gray;
25 border-width: 1px;
26 padding: 5px;
27}
28
29.MainMenu
30{
31 text-align: center;
32 margin-left: auto;
33 margin-right: auto;
34}
35
36.MainMenu span
37{
38 padding-left: 5px;
39 padding-right: 5px;
40}
41
42.Page
43{
44 text-align: center;
45 margin-left: auto;
46 margin-right: auto;
47}
Note: See TracBrowser for help on using the repository browser.