-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflattened_midsize.css
More file actions
108 lines (88 loc) · 1.37 KB
/
flattened_midsize.css
File metadata and controls
108 lines (88 loc) · 1.37 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
#outer {
background: #eaeaea;
position: static;
}
#inner {
position: relative;
}
h1,
h2,
h3 {
word-break: normal;
}
h2 {
font-size: 1.5em;
}
#dashboard,
#dashboard.own {
float: left;
font-size: 0.875em;
border-bottom: 1px solid #dadada;
border-radius: 0;
margin: 0;
padding-top: 0.25em;
width: 100%;
}
#dashboard .navigation {
float: left;
min-width: 25%;
padding: 0 0.5em;
box-sizing: border-box;
}
#dashboard .navigation li {
display: block;
margin: 0 0 0.25em;
}
#dashboard a,
#dashboard .current {
display: block;
border-radius: 0.25em;
padding: 0 0.25em;
}
#dashboard li.pseud {
position: relative;
}
#dashboard ul.secondary {
left: 0;
position: absolute;
width: 100%;
z-index: 55;
box-shadow: 0 0 0 1px;
}
#dashboard ul.secondary li {
float: none;
width: auto;
}
#main.dashboard {
box-shadow: none;
clear: both;
margin-left: 0;
padding-top: 0.5em;
}
#main {
padding-top: 0.5em;
}
#main.dashboard .listbox .index {
width: auto;
}
.actions {
line-height: 2.5;
}
.blurb .header h4 {
line-height: 1.25;
}
/* admin banner */
#admin-banner {
background: #c2d2df;
}
#admin-banner.alert {
background: #edb202;
}
#admin-banner.event {
background: #600;
}
#admin-banner input[type="submit"],
#admin-banner input[type="submit"]:focus,
#admin-banner input[type="submit"]:hover {
background: transparent;
}