-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
162 lines (145 loc) · 3.21 KB
/
layout.css
File metadata and controls
162 lines (145 loc) · 3.21 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
* {
border: none;
margin: 0;
padding: 0; }
body {
background: #fff;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
font-size: 100%;
}
a {
color: #000;
}
.added {
color: #aaa; font-style: italic; }
input, select, button {
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 5px;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
height: 40px;
line-height: 1em;
padding: 0;
}
input {
text-indent: .3em;
}
input {
width: 100%;
}
input[type=checkbox] {
box-shadow: none; }
input[type=reset] {
background: none;
border: none;
color: #999;
font-size: 14px;
height: auto;
line-height: 2;
}
select {
/* Removes the default <select> styling */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Positions background arrow image */
background-color: #fff;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
background-repeat: no-repeat;
background-position: right center;
padding-right: 17px;
}
label.has-placeholder {
display: none; }
button, input[type=button], input[type=submit] {
background: #eee;
border: 1px solid rgba( 0, 0, 0, .2 );
box-shadow: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #000;
}
form input[type=checkbox] {
height: 20px;
width: 20px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Helvetica Neue', sans-serif;
font-weight: 100;
letter-spacing: .02em;
}
.full-page {
background: white;
padding-top: 1em;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
padding: 1em;
text-align: center;
z-index: 10; }
.full-page .content {
font-weight: 300;
margin: 0 auto;
position: relative;
text-align: left;
width: 100%;
max-width: 320px; }
.full-page .content p {
text-align: left;
}
.full-page .content .logo {
overflow: auto;
position: relative;
text-align: center; }
.full-page .content .logo h1 {
font-size: 3rem;
font-weight: 100; }
.full-page .content .features {
margin-top: 1em; }
.full-page .content .features ul {
list-style: disc;
margin: 0 0 1em 1em; }
.full-page .content .features p {
margin-bottom: 1rem; }
.full-page .content .button {
margin: 1em 0;
text-align: center; }
.full-page .content .button .installation-info {
margin-top: 1rem; }
.full-page .content .button button {
background: #333;
cursor: pointer;
padding: .5rem 1rem; }
input[disabled] {
background: #eee;
color: #ccc;
}
.full-page .content .button button[disabled] {
background: #ccc; }
.full-page .loading {
background: darkgray;
color: #fff;
line-height: 2em;
margin-top: 1em;
text-indent: .5em;
}
.full-page .loading-bar {
background: gray;
white-space: nowrap;
width: 5%;
}
.errors {
position: fixed;
top: 1em;
left: 1em;
right: 1em;
text-align: center;
}
.dvnNm {
text-transform: uppercase;
}