-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlayout.css
More file actions
100 lines (84 loc) · 1.35 KB
/
layout.css
File metadata and controls
100 lines (84 loc) · 1.35 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
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
/* --- General --- */
body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}
main {
padding: 0 1.4em;
}
main h1 {
margin-top: 10px;
}
/* --- Header --- */
.searchbox {
margin-top: 2.5rem;
margin-right: 2rem;
}
#header {
z-index: 0;
height: 6rem;
background: linear-gradient(141deg, #b8002c 0%, #db0100 51%, #e8410c 75%)
}
.logo-header {
min-width: 8em;
height: 6rem;
max-width: 70%;
padding-left: 2rem;
}
.v-center {
display: table-cell;
vertical-align: middle;
}
.simple {
font-weight: 300;
}
.saml {
font-family: Verdana;
letter-spacing: -0.12em;
font-weight: 600;
margin-left: -0.05em;
}
#header #logo {
font-family: sans-serif;
font-size: 2.5em;
color: white;
text-shadow: 0 3px 2px #532900;
font-weight: bold;
letter-spacing: -0.12em;
z-index: 10;
}
div#logo a {
color: white;
}
.right {
float: right;
}
/* --- headerbar --- */
#headerbar {
clear: both;
font-size: 90%;
background: #eee;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 3px 0 0 0;
padding: 0 0 0 0;
z-index: 1;
}
#headerbar #breadcrumb {
float: left;
margin: 9px 1em;
}
/* --- Footer --- */
footer {
clear: both;
border-top: 1px solid #ccc;
text-align: center;
margin-top: 2em;
}
footer img {
float: right;
margin-right: 3em;
width: 3em;
padding: 1ex;
}