-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
126 lines (96 loc) · 1.36 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
/*
Theme Name: Scouts - 2018
Author: West Sussex Scouts Media Team
Description: Wordpress Template for UK Scouting meeting the 2018 branding
Version: 1.0.5
Tags: bootstrap
*/
/*
* Globals
*/
body {
font-family: 'Nunito Sans', sans-serif;
}
p{
font-weight: 300;
}
h1{
font-weight: 900;
}
h2{
font-weight: 800;
}
h3{
font-weight: 700;
}
#body_container{
height:100%
}
#header_container{
width:100%
min-height:80px;
margin: 0 auto;
border-bottom: 5px solid #7413dc;
}
#header_content{
max-width: 1200px;
min-height:80px;
margin: 0 auto;
}
#header_logo{
width:100px;
height:auto;
float:left;
}
#header_menu{
max-width:1000px;
height: 80px;
float:left;
vertical-align: middle;
}
.header_menu{
}
ul{
list-style-type:none;
margin: 0;
padding:30px;
}
li {
display: inline;
padding: 5px;
}
a{
color: #7413dc;
font-weight:900;
text-decoration: none;
}
a:hover{
color:#000000;
font-weight:900;
text-decoration: none;
}
#index_container{
max-width: 1200px;
min-height: 300px;
margin: 0 auto;
}
#page_container{
min-width: 600px;
max-width:700px;
min-height: 300px;
margin: 0 auto;
}
#page_title{
}
#footer_container{
width:100%;
min-height:100px;
border-top: 5px solid #7413dc;
margin-bottom: 5px;
}
#footer_content{
max-width: 1200px;
margin: 0 auto;
padding-top: 5px;
padding-bottom: 15px;
}