-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
41 lines (35 loc) · 770 Bytes
/
styles.css
File metadata and controls
41 lines (35 loc) · 770 Bytes
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
.loading-image {
position: absolute;
display: block;
width: 80px;
top: 120px;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%); }
h2 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter; }
body {
margin: 2em; }
body, input[text], button {
color: #888;
font-family: Cambria, Georgia; }
button {
font-family: Arial;
background-color: #eee;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
cursor: hand; }
button :hover {
background-color: #cfd8dc; }
button :disabled {
background-color: #eee;
color: #aaa;
cursor: auto; }
/* everywhere else */
* {
font-family: Arial, Helvetica, sans-serif; }
/*# sourceMappingURL=styles.css.map */