-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflattened_narrow.css
More file actions
239 lines (188 loc) · 3 KB
/
Copy pathflattened_narrow.css
File metadata and controls
239 lines (188 loc) · 3 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
#outer {
background: #eaeaea;
position: static;
}
#inner {
position: relative;
}
h1,
h2,
h3 {
word-break: normal;
}
h2 {
font-size: 1.5em;
}
#header .heading a {
display: block;
}
#header .heading a:before {
content: "AO3";
}
#header .heading img,
#header .heading span {
display: none;
}
#header li,
#header .user {
position: static;
}
#header .menu:before {
content: none;
}
#header .menu {
width: 100%;
}
#header .primary {
box-shadow: none;
z-index: 65;
}
#header .primary .menu {
left: 0;
z-index: 65;
}
#header .search {
background: #fff;
text-align: right;
width: 100%;
}
#header li.search {
border-bottom: 1px solid #cacaca;
border-top: 1px solid #dadada;
}
#header #search .text {
background: #8a8a8a;
color: #f7f7f7;
}
#header #search .text:focus {
color: #f7f7f7;
}
#header .user .open a:focus {
color: #fff;
}
#header #greeting .menu {
z-index: 75;
}
#dashboard .navigation {
display: inline;
float: none;
padding: 0;
}
#dashboard .navigation li {
display: block;
float: left;
margin: 0 0 .25em;
width: 33.3%;
}
#dashboard a,
#dashboard .current {
display: block;
border-radius: .25em;
padding: 0 .25em;
}
#main.dashboard {
box-shadow: none;
clear: both;
margin-left: 0;
padding-top: .5em;
}
#main {
padding-top: .5em;
}
#main.dashboard .listbox .index {
width: auto;
}
.actions {
line-height: 2.5;
}
.statistics .index li > dl > dt,
.statistics .index li > dl > dd {
width: 100%;
}
.statistics .index dd dl.stats {
border-left: none;
}
.media .medium,
.alphabet .letter li {
margin-left: 0;
width: 100%;
}
/* icons should be horizontal across the top of the blurb */
.blurb .header {
padding-top: 1.75em;
}
.blurb .header .heading {
margin-left: 0;
margin-right: 0;
}
.blurb .header h4 {
line-height: 1.25;
}
.blurb ul.required-tags {
width: 109px;
}
.blurb ul.required-tags li {
margin-bottom: 0;
}
.blurb ul.required-tags li+li {
left: 56px;
position: absolute;
top: 0;
}
.blurb ul.required-tags li+li+li {
left: 28px;
}
.blurb ul.required-tags li+li+li+li {
left: 84px;
top: 0;
}
.required-tags .warnings:after {
top: 0;
}
.bookmark p.status {
left: 112px;
margin-bottom: 0;
margin-top: 0;
margin-left: .75em;
right: auto;
}
.bookmark .datetime {
top: 0;
}
/* style the bookmarked date like tags and collections */
.bookmark .user .datetime {
font-family: Helvetica,Arial,sans-serif;
font-size: .875em;
line-height: 2;
margin-left: .5714em;
position: static;
}
.bookmark .user .datetime:before {
content: "Date Bookmarked: ";
}
.picture .header .heading {
margin-left: 65px;
}
/* filters */
.javascript form.filters {
right: -16em;
width: 16em;
}
.javascript .filters fieldset {
background: transparent;
}
.filtering #inner {
box-sizing: content-box;
border-right: 1px solid #dadada;
right: 16em;
}
/* admin banner */
#admin-banner {
background: #c2d2df;
}
#admin-banner.alert {
background: #edb202;
}
#admin-banner.event {
background: #600;
}