source: style.css

Last change on this file was 1, checked in by george, 15 years ago
  • Import souborů projektu.
File size: 2.5 KB
Line 
1body {
2 font: normal 13 Arial;
3 background: url("IMG_1222.JPG")
4}
5
6
7
8a:link {
9 color: rgb(0,102,51);
10 text-decoration: underline;
11}
12a:hover {
13 color: rgb(0,102,51);
14 text-decoration: underline;
15}
16a:visited {
17 color: rgb(0,102,51);
18 text-decoration: underline;
19}
20a:active {
21 color: rgb(0,102,51);
22 text-decoration: underline;
23}
24
25
26
27A:link.Main {
28 color: rgb(102,51,0);
29 text-decoration: none;
30 font: bold 16px bold Arial Black;
31}
32A:visited.Main {
33 color: rgb(102,51,0);
34 text-decoration: none;
35 font: bold 16px bold Arial Black;
36}
37A:hover.Main {
38 color: rgb(102,51,0);
39 text-decoration: underline;
40 font: bold 16px bold Arial Black;
41}
42
43.TDTop {
44 background: url(img/Top.gif);
45 height: 10;
46}
47.TDDown {
48 background: url(img/Down.gif);
49 height: 10;
50}
51.TDLeft {
52 background: url(img/Left.gif);
53 width: 10;
54}
55.TDRight {
56 background: url(img/Right.gif);
57 width: 10;
58}
59.TDTop-Right {
60 background: url(img/Top-Right.gif);
61}
62.TDTop-Left {
63 background: url(img/Top-Left.gif);
64}
65.TDDown-Right {
66 background: url(img/Down-Right.gif);
67}
68.TDDown-Left {
69 background: url(img/Down-Left.gif);
70}
71.TDMain {
72 background-color: rgb(204,255,51);
73}
74.GrafiTable {
75 height: 100%;
76 width: 100%;
77}
78
79.TableMain {
80 width: 85%;
81 height: 85%;
82}
83
84.TablePage {
85 width: 100%;
86 height: 100%;
87}
88
89
90.TablePanelBG {
91 width: 100%;
92 height: 100%;
93}
94
95
96.Date {
97 font-size: 10px;
98}
99
100.Title {
101 font: normal bold 18px bold Arial Black;
102}
103
104.NewsItem
105{
106 border: 2px dotted rgb(95,45,12);
107 background: rgb(153,204,51);
108 margin-top: 5px;
109 padding: 0px 5px 5px 5px;
110 font-size: 14px;
111 font-family: times New Roman;
112}
113.NewsName {
114 font-weight: bold;
115 font-family: arial;
116 font-size: 16px;
117 color: rgb(95,45,12);
118}
119.NewsUser {
120 font-size: 12px;
121}
122.NewsText {
123}
124
125.LinksItem
126{
127 border: 2px dotted rgb(95,45,12);
128 background: rgb(153,204,51);
129 margin-top: 5px;
130 padding: 0px 5px 5px 5px;
131 font-size: 11px;
132 font-family: times New Roman;
133}
134.LinksName {
135 font-weight: bold;
136 font-family: arial;
137 font-size: 16px;
138 color: rgb(95,45,12);
139}
140
141.ArticlesItem
142{
143 border: 2px dotted rgb(95,45,12);
144 background: rgb(153,204,51);
145 margin-top: 5px;
146 padding: 0px 5px 5px 5px;
147 font-size: 14px;
148 font-family: times New Roman;
149}
150.ArticlesName {
151 font-weight: bold;
152 font-family: arial;
153 font-size: 16px;
154 color: rgb(95,45,12);
155}
156.ArticlesDescription {
157}
158
159.ViewPicture {
160 width: 100;
161 border: 0;
162}
163
164.ViewAlbum {
165 width: 100;
166 border: 0;
167}
168
169.Picture {
170 width: 600;
171 border: 0;
172}
173
174.Webmaster {
175 font-size: small;
176 font-style: italic;
177}
178
179
180
Note: See TracBrowser for help on using the repository browser.