-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEdison_Theme.css
152 lines (152 loc) · 3.12 KB
/
Edison_Theme.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
html body * {
font-family: monospace;
}
#sidebar,
#mainHeader,
footer,
footer .wrap,
.pure-button,
#sidebar .storage {
background: #fff !important;
}
#sidebar a,
#mainHeader a {
color: #999 !important;
text-shadow: none !important;
}
#sidebar a .fa,
#sidebar .divider,
#sidebar .logo {
display:none !important;
}
#sidebar a:hover,
#mainHeader a:hover {
color: #000 !important;
}
#sidebar a.active {
background: #e5e5e5 !important;
color: #000 !important;
}
#sidebar #compose_button a {
color: #fff !important;
background: #669 !important;
height: 3rem !important;
line-height: 3rem !important;
}
#sidebar .wrap {
padding-top: 0 !important;
}
#footer {
display: none !important;
}
#middle {
bottom: 0 !important;
}
.pure-button {
background: #ccc !important;
color: #fff !important;
border: none !important;
box-shadow: none !important;
}
.pure-button.disabled,
.pure-buttondisabled], {
color: #ccc !important;
}
.pure-button-primary {
background: #333 !important;
color: #fff !important;
}
.pure-button:active,
.pure-button.active {
background: #000 !important;
}
#listing tr * {
background: #fff !important;
color: #999 !important;
font-weight: 400 !important;
box-shadow: none !important;
}
#listing tr.unread * {
color: #000 !important;
font-weight: 700 !important
}
#listing tr.starred * {
background: #ffffe5 !important;
}
.alert {
border: none !important;
}
#navSearch * {
background: transparent !important;
}
#navSearch .fa {
color: #000 !important;
}
#navSearch #w {
box-shadow: none !important;
border: 1px solid #ccc !important;
color: #000 !important;
}
#headerListingActions,
#message-actions-buttons {
background: #e5e5e5 !important;
box-shadow: none !important;
}
#headerListingActions .pure-button,
#message-actions-buttons .pure-button {
background: transparent !important;
color: #666 !important;
}
#headerListingActions .pure-button,
#message-actions-buttons .pure-button {
background: transparent !important;
color: #666 !important;
}
#headerListingActions .pure-button.disabled,
#message-actions-buttons .pure-button.disabled {
opacity: .4 !important;
}
#headerListingActions .pure-button:hover,
#message-actions-buttons .pure-button:hover,
#headerListingActions .pure-button:active,
#message-actions-buttons .pure-button:active,
#headerListingActions .pure-button.active,
#message-actions-buttons .pure-button.active {
color: #000 !important;
}
#headerListingActions li li .pure-button ,
#message-actions-buttons li li .pure-button {
box-shadow: inset 0 -1px 0 #e5e5e5 !important;
}
#primaryHeader #titleBar,
#message-metadata {
background: #fff !important;
box-shadow: inset 0 -1px rgba(0,0,0,.2) !important;
}
#mainHeader .fa {
color: #000 !important;
}
#headerListingActions nav > ul > li > .pure-button,
#message-actions-buttons nav > ul > li > .pure-button {
border-bottom: none !important;
}
#sidebarLabels {
padding-left: 1rem !important;
}
#main #attachments.shown {
bottom: 0 !important;
border-top: none !important;
}
.sizeBar {
background: #ccc !important;
border-radius: 0 !important;
border: none !important;
}
.sizeBar .fill {
box-shadow: none !important;
border-radius: 0 !important;
background: #669 !important;
}
#sidebar {
border-right: 1px solid #fff;
}