-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
78 lines (66 loc) · 1.49 KB
/
style.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
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:700);
@import url(https://yandex.st/highlightjs/7.3/styles/default.min.css);
@import url(https://fonts.googleapis.com/css?family=Cagliostro);
@import url(fonts/fontello/css/fontello.css);
@import url(fonts/fontello/css/animation.css);
body {
background: #f5f5f5;
color: #555;
font-family: 'Open Sans', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.landscape {
display: block;
max-width: 100%;
height: auto;
}
.container {
max-width: 800px;
}
h1 {
padding: 5px 0 5px 10px;
font-family: 'Cagliostro', sans-serif;
color: #333;
background: #ed4;
border-right: 10px solid black;
}
h2 {
font-family: 'Quicksand', sans-serif;
color: #653;
margin-bottom: 0;
}
h3 {
color: #111;
font-family: 'Quicksand', sans-serif;
margin-top: 0px;
}
#markdown-container > p {
font-size: 12px;
}
.label {
background: #cc9;
padding: 5px;
border: solid 2px #222;
border-radius: 8px;
font-size: 18px;
font-family: 'Quicksand', sans-serif;
background: #dda;
color: #000;
}
.label:hover {
background: #ff9;
cursor: pointer;
}
i {
float: right;
}
#refresh:hover {
text-shadow: rgba(0, 0, 0, .2) 3px 3px 3px;
-webkit-text-stroke: 2px white;
}