-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
186 lines (161 loc) · 3.25 KB
/
style.css
File metadata and controls
186 lines (161 loc) · 3.25 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
/*
Theme Name: Simple Block
Author: CBDWeb
Author URI: http://www.cbdweb.net
Description: A simple block of colour with a menu above.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simple block
Text Domain: simpleblock
*/
html, body {
height: 100%;
}
body {
font: 400 16px/22px "Quattrocento", Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0;
color: #020306;
}
div#page {
min-height: 100%;
margin: -14px 0 -56px;
font: inherit;
font-size: 100%;
}
ul#mega-menu-header-menu > li.astm-search-menu {
margin: 0 0 0 0;
display: inline-block;
height: auto;
vertical-align: middle;
}
div.menu-header-menu-container {
margin-top: 20px;
}
ul#menu-header-menu, ul#menu-footer-menu, div#copyright {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 90%;
}
ul#menu-header-menu > li, ul#menu-footer-menu > li, div#copyright > li {
float: left;
list-style-type: none;
margin-right: 20px;
}
ul#menu-header-menu > li.current-menu-item, ul#menu-footer-menu > li.current-menu-item, div#copyright > li.current-menu-item {
font-weight: bold;
}
ul#menu-header-menu a, ul#menu-footer-menu a, div#copyright a {
text-decoration: none;
color: #020306;
}
ul#menu-header-menu a:hover, ul#menu-footer-menu a:hover, div#copyright a:hover {
font-style: italic;
}
div.menu-footer-menu-container, div.menu-header-menu-container {
margin: 0 0 0 20%;
}
ul#menu-footer-menu {
margin: 0;
}
ul#menu-footer-menu a {
color: #CCF;
}
div.menu-header-menu-container > ul > li {
margin-top: 10px;
}
.clearall {
clear: both;
}
h1 {
font-size: 140%;
font-weight: bold;
}
h1.site-title {
height: 50px;
background-color: #1e347e;
background-repeat: no-repeat;
background-position: 30% 22px;
text-indent: -9999px;
padding: 20px 0;
margin: 10px 0 0 0;
}
h1.site-title a {
text-decoration: none;
color: white;
}
h2 {
font-size: 130%;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.site-description {
height: 50px;
background-color: #1e347e;
margin: 0 0 10px 0;
/* padding: 20px 0 0px 0; */
text-indent: 70%;
color: #CCF;
}
@media only screen and (max-width: 700px) {
h2.site-description {
text-indent: 30%;
}
}
h3 {
font-size: 120%;
font-weight: bold;
}
h4 {
font-size: 110%;
font-weight: bold;
}
div#content {
max-width: 1000px;
margin: 100px auto;
font: inherit;
font-size: 100%;
}
div#primary {
margin: 0 20px;
}
img.featured-image {
float: left;
margin: 0 50px 50px 0;
-moz-box-shadow: 3px 3px 5px 6px #ccc;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
box-shadow: 6px 6px 2px 1px #999;
}
div.gallery img {
-moz-box-shadow: 3px 3px 5px 6px #ccc;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
box-shadow: 6px 6px 2px 1px #999;
}
img.alignright {
float: right;
margin: 0 0 15px 15px;
}
img.alignleft {
float: left;
margin: 0 15px 15px 0;
}
p {
font-size: 100%;
font-family: inherit;
}
div#footer {
font-size: 90%;
font-weight: normal;
background-color: #1e347e;
padding: 5px 0 31px 0;
margin: 20px 0 0 0;
color: #CCF;
}
div#copyright {
float: right;
margin-right: 20px;
}
div#copyright a {
color: #CCF;
}
/*# sourceMappingURL=style.css.map */