-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (125 loc) · 2.18 KB
/
style.css
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
body {
background-color: rgb(0 0 0);
margin-left: 290px;
margin-right: 290px;
}
h1 {
font-family: Calibri;
text-align: center;
color: white;
padding-top: 10px;
font-size: 25px;
}
h3 {
font-family: Calibri;
text-align: center;
color: white;
padding-top: 4px;
font-size: 25px;
}
h4 {
color: white;
font-family: Calibri;
font-weight: bolder;
font-size: 25px;
padding-left: 20px;
}
h6 {
color: rgb(204 204 204);
font-family: Calibri;
font-weight: bold;
font-size: 20px;
padding-left: 30px;
padding-right: 30px;
}
iframe {
padding-top: 10px;
padding-left: 90px;
}
#naglowek {
background-color: rgb(34, 34, 34);
height: 100px;
width: 769px;
}
#glowna {
background-color: rgb(48, 48, 48);
height: 550px;
width: 769px;
}
#tablica {
background-color: rgb(34, 34, 34);
height: 525px;
width: 165px;
padding-top: 25px;
float: left;
}
#tresc {
background-color: rgb(48, 48, 48);
height: 550px;
width: 584px;
float: left;
}
#copyright {
font-family: Calibri;
text-align: center;
color: white;
width: 769px;
}
#obraz_1{
width: 430px;
padding-left: 75px;
}
#obraz_2 {
width: 300px;
padding-left: 65px;
float:right;
}
#obraz_3 {
width: 170px;
float: right;
}
#obraz_4{
width: 210px;
float: left;
padding-left: 30px;
}
#obraz_5 {
width: 320px;
float: right;
padding-right: 10px;
}
#obraz_6{
width: 450px;
padding-left: 80px;
float: left;
}
#obraz_7{
width: 250px;
float:left;
padding-right: 20px;
}
.linki {
font-family: Calibri;
text-align: center;
color: white;
font-size: 25px;
margin-left: 70px;
text-decoration: none;
}
.linki:hover {
font-family: Calibri;
text-align: center;
color: rgb(201 201 201);
font-size: 25px;
margin-left: 70px;
text-decoration: none;
}
.linki2 {
color: white;
text-decoration: none;
font-family: Calibri;
}
.linki3 {
color: white;
font-family: Calibri;
}