-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
126 lines (82 loc) · 1.7 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
/*
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
/* Import a basic layout */
@import url('styles/2c-r.css');
/* Basic WordPress Styles */
@import url('styles/wp.css');
body {
margin: 1.5em 15%;
}
/* =Header
-------------------------------------------------------------- */
#branding {
margin: 0 0 1.5em 0;
}
/* =Menu
-------------------------------------------------------------- */
#access {
margin: 0 0 1.5em 0;
overflow: auto;
}
.skip-link {
display: none;
}
.menu ul {
list-style: none;
margin: 0;
}
.menu ul ul {
display: none;
}
.menu li {
display: inline;
}
.menu a {
display: block;
float: left;
}
/* =Content
-------------------------------------------------------------- */
.post {
margin: 0 0 3em 0;
}
.entry-content, .entry-summary {
margin: 1.5em 0 0 0;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
margin: 0 0 1.5em 0;
overflow: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
list-style: none;
margin-left: 0;
}
.widget-area ul ul {
list-style: disc;
margin-left: 1.1em;
}
.widget-area ul ul ul {
margin-left: 2.5em;
}
.widget-container {
margin: 0 0 1.5em 0;
}