1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183 | body /* odnosi sie do body w html */
{
#background-color: #C86428; /* #4040404 czy gray */
font-family: 'Ubuntu', sans-serif; /*do czcionki z fonts google*/
/* Background Gradient for Monochromatic Colors */
background-color: #FFC7A6;
/* For WebKit (Safari, Chrome, etc) */
background: #FFC7A6 -webkit-gradient(linear, left top, left bottom, from(#A24208), to(#FFC7A6)) no-repeat;
/* Mozilla,Firefox/Gecko */
background: #FFC7A6 -moz-linear-gradient(top, #A24208, #FFC7A6) no-repeat;
/* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A24208, endColorstr=#FFC7A6) no-repeat;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A24208, endColorstr=#A24208)" no-repeat;
}
li
{
color: #008C00;
}
#kontener
{
width: 1000px; /*szerokosc*/
margin-left: auto; /*margines lewy*/
margin-right: auto; /*margines prawy*/
}
#logo
{
color:white; /* kolor czcionki */
margin-top: 20px; /* margines w divie */
font-size: 40px; /* wielkosc czcionki*/
letter-spacing: 3px; /* odstęp liter */
font-weight: 700; /* wytłuścic czcionke */
}
#menu
{
background-color: #441000; /* tło menu */
margin-top: 20px; /* margines */
color: white; /* kolor czcionki w menu */
padding: 10px; /* wypełnienie diva w środku - margines */
}
.opcja /* klasy w #menu aby uporządkować napisy szeregowo PHP,CSS,HTML itp. */
{
float: left; /* wystylizuj, uporządkuj szeregowo, poziomo*/
font-size: 18px; /* rozmiar czcionki*/
padding: 10px; /* wypełnienie diva w środku - margines */
border-right: 2px dotted #444444; /* obramowanie | (grubość lini, kropkowana, kolor lini)*/
#background-color: #505050;
#display: inline-block;
}
.opcjaSpan
{
margin-right:10px;
margin-left:10px;
height: 20px;
border-left: 2px dotted #444444;
}
.opcjaDiv
{
margin-top:10px;
margin-bottom:10px;
border-bottom: 2px dotted #444444;
}
.opcja:hover /* po najechaniu kursorem... */
{
background-color: #060606; /* zmiana tła */
cursor: pointer; /* zmiana kursora/wskaznika na łapkę*/
opacity: 0.8; /* przeźroczystość */
}
#topbar
{
background-color: #603130; /* #128870; */
color: white;
padding: 10px;
margin-top: 20px;
margin-bottom: 25px;
height: 170px;
}
#topbar_L /* clock.jpg*/
{
float: left;
padding: 20 px;
width: 168px; /* 170px - 2px bo border-right ma 2 px */
text-align: center; /* wyrównanie w poziomie */
border-right: 2px dotted #cccccc;
}
#topbar_R /* text */
{
float: left;
padding: 20px;
width: 730px; /*730px bo: topbar->padding(10px*2 bo prawy i lewy) + topbar_L->padding(20px*2) +
...[60]+topbar_L->width(170px) + topbarR->padding(20*2) = 270px czyli 1000px-270px =
730px ...[210]+*/
text-align: justify;
text-align: left; /* wyrównanie w poziomie */
}
#sidebar
{
float: left;
width: 148px; /* szerokość diva */
height: 620px; /* wysokość diva */
padding: 20px; /* margines w środku */
background-color: #EEBE91; /* kolor tła dla diva */
text-align: center; /* wycentruj napisy */
font-size: 18px; /* rozmiar czcionki */
border-right: 2px dotted #666666; /* linia pionowa-kropkowana */
}
a.url
{
color: black;
text-decoration: none;
}
a.url2
{
color: white;
text-decoration: none;
}
.opcjaL /* klasy w #sidebar aby uporządkować napisy pionowo PHP,CSS,HTML itp. */
{
float: top; /* wystylizuj, uporządkuj pionowo */
/* min-width: 50px; minimalna szerokość między wyrazami ? (działa tylko z padding: 10px; ?) */
/* height: 55px; wysokosc*/
font-size: 18px; /* rozmiar czcionki*/
padding: 10px; /* wypełnienie diva w środku - margines */
border-bottom: 2px dotted #444444 /* obramowanie _ (grubość lini, kropkowana, kolor lini)*/
}
.opcjaL:hover /* po najechaniu kursorem... */
{
background-color: darkorange; /* zmiana tła */
color: white;
cursor: pointer; /* zmiana kursora/wskaznika na łapkę*/
opacity: 0.8; /* przeźroczystość */
}
#content
{
float: left;
padding: 40px;
width: 730px; /* (148+2)+(20+20) + (40+40) = 270 więc 1000-270=730 */
/* ( #sidebar->width + border + padding * 2 + #content->padding * 2 )*/
height: 580px; /* min. wysokość diva */
background-color: #FFCFA2;
text-align: justify; /* Wyjustuj tekst */
}
#content > li
{
margin-top: 5px;
}
#footer
{
clear: both;
color: #614A00;
text-align: center;
padding: 16px;
}
|