forked from KrzysiekF/kkcountdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
139 lines (116 loc) · 3.77 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
128
129
130
131
132
133
134
135
136
137
138
139
@font-face {
font-family: 'SansationRegular';
src: url('fonts/Sansation_Regular-webfont.eot');
src: url('fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Sansation_Regular-webfont.woff') format('woff'),
url('fonts/Sansation_Regular-webfont.ttf') format('truetype'),
url('fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansationLight';
src: url('fonts/Sansation_Light-webfont.eot');
src: url('fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Sansation_Light-webfont.woff') format('woff'),
url('fonts/Sansation_Light-webfont.ttf') format('truetype'),
url('fonts/Sansation_Light-webfont.svg#SansationLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansationBold';
src: url('fonts/Sansation_Bold-webfont.eot');
src: url('fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Sansation_Bold-webfont.woff') format('woff'),
url('fonts/Sansation_Bold-webfont.ttf') format('truetype'),
url('fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansationLightLightItalic';
src: url('fonts/Sansation_Light_Italic-webfont.eot');
src: url('fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
url('fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
url('fonts/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansationItalic';
src: url('fonts/Sansation_Italic-webfont.eot');
src: url('fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Sansation_Italic-webfont.woff') format('woff'),
url('fonts/Sansation_Italic-webfont.ttf') format('truetype'),
url('fonts/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansationBoldItalic';
src: url('fonts/Sansation_Bold_Italic-webfont.eot');
src: url('fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
url('fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
url('fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-size: 12px;
text-align: center;
margin: auto;
font-family: 'SansationRegular', Arial, Verdana, sans-serif;
color: #666;
background: #222;
}
#content{
width: 800px;
text-align: center;
margin: auto;
}
#top{
text-align: left;
border-bottom: 1px #000 solid;
margin-bottom: 30px;
padding-bottom: 10px;
}
#odliczanie-a{
font-size: 60px;
font-family: 'SansationBold', Arial, Verdana, sans-serif;
text-shadow: 5px 5px 0px #000;
}
#tytul-a{
text-align: center;
}
#odliczanie-b{
font-size: 18px;
font-weight: normal;
margin: 40px 0px;
}
#odliczanie-c{
font-size: 20px;
font-weight: normal;
margin: 40px 0px;
border: thin solid #333;
}
#footer{
border-top: 1px #000 solid;
color: #333;
padding-top: 10px;
text-align: left;
font-size: 11px;
}
a{
text-decoration: none;
font-weight: bold;
color: #aaa;
}
.shadow{
text-shadow: 1px 1px 1px #333;
}
.one-day, .red {
color: red;
}