-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
123 lines (123 loc) · 3.05 KB
/
stylesheet.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
@font-face {
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 22, 2014 */
font-family: 'kabel';
src: url('font/kabel-webfont.eot');
src: url('font/kabel-webfont.eot?#iefix') format('embedded-opentype'),
url('font/kabel-webfont.woff') format('woff'),
url('font/kabel-webfont.ttf') format('truetype'),
url('font/kabel-webfont.svg#kabel') format('svg');
font-weight: normal;
font-style: normal;
}
body {
margin: 0;
padding: 0;
background: white;
font-family: 'Open Sans', sans-serif;
}
a {
color: #1C4353;
}
h2 {
font-family: 'kabel';
font-size: larger;
font-weight: normal;
margin-top: 0;
margin-bottom: 0.5em;
}
.leftcl {
clear: left;
}
.rightcl {
clear: right;
}
#cont {
padding: 0 4em;
background: #95d8d6; /* Old browsers */
background: -moz-repeating-linear-gradient( #95d8d6, #ffffff, #95d8d6, #ffffff, );
background: -webkit-repeating-linear-gradient( #95d8d6, #ffffff, #95d8d6 );
background: -o-repeating-linear-gradient( #95d8d6, #ffffff, #95d8d6 );
background: -ms-repeating-linear-gradient( #95d8d6, #ffffff, #95d8d6 );
background: repeating-linear-gradient( #95d8d6, #ffffff, #95d8d6 );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95d8d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.intro, .outro {
padding: 4em 3em;
}
.col {
margin-top: 2em;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
-webkit-column-gap: 4em; /* Chrome, Safari, Opera */
-moz-column-gap: 4em; /* Firefox */
column-gap: 4em;
}
.left {
float: left;
margin-right: 2em;
}
.right {
float: right;
margin-left: 2em;
}
.col .screenshot.right {
margin: 1em 0 1em 1em;
}
.screenshot {
box-shadow: 0px 0px 20px #888888;
}
.intro p {
orphans: 3;
widows: 3;
}
.title {
font-family: 'kabel';
font-size: 120px;
font-weight: normal;
margin-top: -130px;
margin-bottom: 0;
}
.title span {
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.title span span {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1C4353, 0 0 70px #1C4353, 0 0 80px #1C4353;
}
.sep1 {
background: url('img/kde_air_1920x1200.jpg') repeat-x;
margin: 0 -4em;
padding: 3em 7em;
}
.sep1 .screenshot.left {
margin: 2em 2em 1em 0;
}
.sep1 .screenshot.right {
margin: 1em 0 1em 2em;
}
.outro .logo.left {
margin: -0.5em 2em 1em 0;
}
.outro .logo.right {
margin: 1em 0 1em 2em;
}
.footer {
margin: 0;
padding: 1em 1em 0.2em 1em;
background: #1C4353;
background: -moz-linear-gradient( #95d8d6 20%, #1C4353 80% );
background: -webkit-linear-gradient( #95d8d6 20%, #1C4353 80% );
background: -o-linear-gradient( #95d8d6 20%, #1C4353 80% );
background: -ms-linear-gradient( #95d8d6 20%, #1C4353 80% );
background: linear-gradient( #95d8d6 20%, #1C4353 80% );
}
.footer p {
text-align: center;
font-size: small;
color: white;
margin: 0;
}
.footer p a {
color: white;
}