-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMetallic_Blue_Theme.css
135 lines (132 loc) · 3.56 KB
/
Metallic_Blue_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
# ProtonMail-CustomTheme
This is ProtonMail Custom Theme. You can use it with ProtonMail Account
/*!
ProtonMail Custom Theme (Metallic Blue)
Copyright (c) 2015 Udara Madubhashana
https://twitter.com/UdaraU3
*/
#compose_button a {
border: none;
background: #0277BD;
}
;
#compose_button a:hover {
background: #01579B;
transition: .2s;
}
#compose_button a {
border: none;
background: #0277BD;
transition: .2s;
box-shadow: none!important;
}
#main footer .wrap, body #mainHeader, footer .wrap {
background: #001928;
}
#sidebar {
width: 13rem;
background: #001928;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
z-index: 1002;
position: absolute;
left: 0;
top: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
}
#sidebar .storage {
position: fixed;
left: 0;
right: 1rem;
bottom: 0;
width: 13rem;
padding: 0 1rem;
box-sizing: border-box;
-moz-box-sizing: border-box;
background: #001928;
}
.pure-button.pure-button-primary, body .ui-button.pure-button-primary {
color: #fff;
border: 1px solid #5d7b8a;
background: #0277BD;
background: -webkit-linear-gradient(#0277BD,#01579B);
background: -o-linear-gradient(#0277BD,#01579B);
background: -moz-linear-gradient(#0277BD,#01579B);
background: linear-gradient(#0277BD,#01579B);
}
.pure-button.pure-button-primary:focus, .pure-button.pure-button-primary:hover, body .ui-button.pure-button-primary:focus, body .ui-
button.pure-button-primary:hover {
background: #0277BD;
background: -webkit-linear-gradient(#0277BD,#0277BD);
background: -o-linear-gradient(#0277BD,#0277BD);
background: -moz-linear-gradient(#0277BD,#0277BD);
background: linear-gradient(#0277BD,#0277BD);
}
#compose_button a:active, #compose_button a:hover {
background: #01579B;
transition: .2s;
}
.pure-button, body .ui-button {
box-sizing: border-box;
color: #666;
border: none!important;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
background: #9E9E9E;
background: -webkit-linear-gradient(#FFFFFF,#D7F0FF);
background: -o-linear-gradient(#FFFFFF,#D7F0FF);
background: -moz-linear-gradient(#FFFFFF,#D7F0FF);
background: linear-gradient(#FFFFFF,#D7F0FF);
background-size: 100% 100%!important;
transition: background-size .5s;
text-shadow: none!important;
}
#headerListingActions.header {
background: #192F3C;
right: 0;
clear: both;
z-index: 1000;
}
#headerListingActions.header {
background: #3A3A3A;
right: 0;
clear: both;
z-index: 1000;
}
#page-settings label.heading {
font-weight: 700;
color: black;
text-transform: uppercase;
margin: 0;
padding: 0;
}
.alert {
margin-bottom: .5rem;
background: #EDFFFE;
border-radius: 2px;
border: 1px solid #CBE4E3;
color: #333;
text-shadow: none;
padding: .5rem 1rem;
font-size: 13px;
}
.pure-form input:not(type]):focus, .pure-form inputtypecolor]:focus, .pure-form inputtypedate]:focus, .pure-form inputtypedatetime-
local]:focus, .pure-form inputtypedatetime]:focus, .pure-form inputtypeemail]:focus, .pure-form inputtypemonth]:focus, .pure-form
inputtypenumber]:focus, .pure-form inputtypepassword]:focus, .pure-form inputtypesearch]:focus, .pure-form inputtypetel]:focus,
.pure-form inputtypetext]:focus, .pure-form inputtypetime]:focus, .pure-form inputtypeurl]:focus, .pure-form inputtypeweek]:focus,
.pure-form select:focus, .pure-form textarea:focus {
outline: 0;
border-color: #23A799;
}
#footer .wrap {
background: #273234;
color: #ccc;
}
#mainHeader .search.dark input {
width: 100%;
background: #1D3442;
color: #fff;
box-shadow: 0 1px 0 rgba(255,255,255,.1),inset 0 1px 0 rgba(0,0,0,.1);
position: relative;
z-index: 4;
}