source: trunk/style.css

Last change on this file was 1, checked in by george, 14 years ago
  • Prvotní nahrání souborů.
  • Property svn:executable set to *
File size: 1.8 KB
Line 
1body {
2 background: #fff;
3 font: 10pt Verdana,Sans-serif;
4}
5
6table {
7 font: 10pt Verdana,Sans-serif;
8}
9
10h1 {
11 text-align: center;
12}
13
14h2 {
15 border-bottom-style: solid;
16 border-bottom-width: thin;
17 border-bottom-color: #7B68EE;
18}
19
20h3 {
21 margin-top: 3px;
22 margin-bottom: 5px;
23 border-bottom-style: solid;
24 border-bottom-width: thin;
25 border-bottom-color: Silver;
26}
27
28#AdminInfo {
29 border-style: solid;
30 border-top-color: gray;
31 border-width: 1 0 0 0;
32 margin-top: 7px;
33 padding-top: 2px;
34 text-align: center;
35 font-style: italic;
36 font-size: 10;
37}
38
39#Navigation {
40 border-style: solid;
41 border-bottom-color: gray;
42 border-width: 0 0 1 0;
43 margin-bottom: 3px;
44 padding-bottom: 3px;
45 margin-top: 0px;
46}
47
48#PageTitle {
49 background: #ffe0e0;
50 border-left-width: 10;
51 border-left-color: Red;
52 border-left-style: solid;
53 padding: 5px 5px 5px 5px;
54 font-size: medium;
55 color: Maroon;
56 margin-bottom: 3px;
57}
58
59.Table1 {
60 font-size: smaller;
61 text-autospace: none;
62}
63
64.Table1 td {
65 text-align: right;
66 border-bottom-width: 1px;
67 border-bottom-color: Gray;
68 border-bottom-style: dotted;
69 margin: 0px;
70 padding: 1px;
71}
72
73.Table1 th {
74 border-bottom-width: 1px;
75 border-bottom-color: Gray;
76 border-bottom-style: solid;
77 margin: 0px;
78 padding: 1px;
79}
80
81.Table2 {
82 font-size: smaller;
83 text-autospace: none;
84}
85
86.Table2 td {
87 border-bottom-width: 1px;
88 border-bottom-color: Gray;
89 border-bottom-style: dotted;
90 margin: 0px;
91 padding: 1px;
92}
93
94.Title {
95 font-weight: bold;
96}
97
98.Clickable {
99 cursor: pointer;
100}
101
102.Hidden {
103 display: none;
104 border-width: 1;
105 border-style: solid;
106 border-color: blue;
107 padding: 3px 3px 3px 3px;
108 font-size: 9pt;
109}
110
111.NonHidden {
112 border-width: 1;
113 border-style: solid;
114 border-color: blue;
115 padding: 3px 3px 3px 3px;
116 font-size: 9pt;
117}
118
119#TableLine {
120}
Note: See TracBrowser for help on using the repository browser.