-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.css
193 lines (180 loc) · 2.52 KB
/
common.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
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
187
188
189
190
191
192
193
/*
** HTML elements
*/
a, a:link, a:active {
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
margin: 0;
padding: 3em;
font-size: .9em;
line-height: 1.3em;
}
blockquote {
font-style: italic;
}
table {
margin: 0;
padding: .5em;
border-collapse: collapse;
}
code, pre {
font-size: 1em;
}
pre {
font-size: 0.8em;
padding: 1em;
background: #eee;
}
li {
padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: .25em;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
}
h4, h5, h6 {
font-size: 1em;
}
p {
margin: 0 0 .5em 0;
}
br {
line-height: 0.6em;
}
/*
** Page layout blocks / IDs
*/
#header {
margin-bottom: 2em;
}
.region-help {
font-size: 0.8em;
}
#content {
clear: both;
}
#sidebar-first, #sidebar-second {
vertical-align: top;
padding: 10px;
}
#main {
padding-left: 1em;
padding-right: 1em;
vertical-align: top;
}
.region-footer {
font-size: 0.8em;
padding-top: 2em;
text-align: center;
}
/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
margin: 0 0 .25em 0;
}
.content {
margin: 0 0 .5em 0;
}
ul.links.inline {
font-size: 0.8em;
line-height: 1.25em;
}
#sidebar-first, #sidebar-second {
width: 180px;
}
.messages {
padding: 0.3em;
margin: 0.5em 0em 0.5em 0em;
}
.status {
border: 1px solid #3a3;
color: #3a3;
}
.error, form-item input.error {
border: 1px solid red;
color: red;
}
/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
padding: 0em 0.5em 1.5em 0em; /* LTR */
clear: both;
}
.primary a {
font-size: 1.0em;
padding: 0em 0.5em 0em 0em; /* LTR */
}
.secondary a {
font-size: 0.9em;
padding: 0em 0.5em 0em 0em; /* LTR */
}
/*
** Logo Image Positioning
*/
#header img {
float: left; /* LTR */
padding: 0em 2em .5em 0em; /* LTR */
}
#header {
clear: both;
}
/*
** Module specific styles
*/
.form-item textarea {
font-size: 1em;
}
#aggregator .feed-source {
border: 1px solid gray;
padding: 1em;
}
.site-name {
display: none;
}
body {
border-top: 0;
background: #fff;
}
#main {
width: auto;
max-width: 1024px;
min-width: 600px;
}
#sidebar-second {
padding-left: 25px;
}
.node {
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
.submitted {
font-size: .8em;
color: #666;
padding-bottom: 0.3em;
}
.front .field-type-taxonomy-term-reference {
display: none;
}
.content {
max-width: 600px;
}
#main-menu {
font-weight: bold;
font-size: 1em;
}