forked from Eigenbaukombinat/junghacker-hp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
70 lines (61 loc) · 1.07 KB
/
styles.css
File metadata and controls
70 lines (61 loc) · 1.07 KB
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
/* background setup */
h3 a, h3 a:active, h3 a:visited {
color: white;
}
.background {
background-repeat:no-repeat;
/* custom background-position */
background-position:50% 50%;
/* ie8- graceful degradation */
background-position:50% 50%\9 !important;
}
/* fullscreen setup */
html, body {
/* give this to all tags from html to .fullscreen */
height:100%;
}
h1 {
font-family: 'Pacifico', cursive;
}
h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed', sans-serif;
}
.fullscreen,
.content-a {
width:100%;
height:100%;
height:auto;
min-height:100%;
padding-top: 20px;
padding-bottom: 20px;
}
/* content centering styles */
.content-a {
display:table;
}
.content-b {
display:table-cell;
position:relative;
vertical-align:middle;
text-align:center;
}
/* visual styles */
body{
margin:0;
font-family: 'Roboto', sans-serif;
color:#ffffff;
}
section {
background-color:#5a3aa0;
}
.not-fullscreen {
height:50%;
}
.txtbox {
background-color: white;
color: black;
opacity: 0.84;
}
.txtbox p {
font-weight: bold;
}