source: style.css_

Last change on this file was 1, checked in by george, 15 years ago
  • Import souborů projektu.
File size: 1.7 KB
Line 
1body {
2}
3
4
5
6a:link {
7color: rgb(0,102,255);
8text-decoration: underline;
9}
10a:hover {
11color: rgb(0,102,255);
12text-decoration: underline;
13}
14a:visited {
15color: rgb(0,102,255);
16text-decoration: none;
17}
18a:active {
19color: rgb(0,102,255);
20text-decoration: underline;
21}
22
23
24
25A:link.Main {
26color: rgb(0,102,255);
27text-decoration: none;
28}
29A:visited.Main {
30color: rgb(0,102,255);
31text-decoration: none;
32}
33A:hover.Main {
34color: rgb(0,102,255);
35text-decoration: underline;
36}
37
38
39.TableMain {
40 background-color: rgb(255,255,153);
41 width: 85%;
42 height: 85%;
43}
44
45.TablePage {
46 width: 100%;
47 height: 100%;
48}
49
50
51.TablePanelBG {
52 width: 100%;
53 height: 100%;
54}
55
56.NewsTitle {
57 font-weight: bolder;
58 font-size: medium;
59}
60
61.NewsName {
62 font-weight: bold;
63}
64
65.NewsUser {
66
67}
68
69.Date {
70 font-size: small;
71
72}
73
74.NewsItem
75{
76 border: 1px dotted black;
77 background: rgb(255,255,102);
78 margin-top: 5px;
79 padding: 0px 5px 5px 5px;
80}
81
82.LinksItem
83{
84 border: 1px dotted black;
85 background: rgb(255,255,102);
86 margin-top: 5px;
87 padding: 0px 5px 5px 5px;
88}
89
90.NewsText {
91 font-size: small;
92}
93
94.LinksTitle {
95 font-weight: bolder;
96 font-size: medium;
97}
98
99.LinksName {
100 font-weight: bold;
101}
102
103.ViewPicture {
104 width: 100;
105 border: 0;
106}
107
108.ViewAlbum {
109 width: 100;
110 border: 0;
111}
112
113.Picture {
114 width: 600;
115 border: 0;
116}
117
118.Webmaster {
119 font-size: small;
120 font-style: italic;
121}
122
123.ArticlesName {
124 font-weight: bold;
125}
126
127.ArticlesDescription {
128
129}
130
131.ArticlesItem
132{
133 border: 1px dotted black;
134 background: rgb(255,255,102);
135 margin-top: 5px;
136 padding: 0px 5px 5px 5px;
137}
138
139
Note: See TracBrowser for help on using the repository browser.