-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
93 lines (87 loc) · 2.11 KB
/
styles.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
body {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
line-height: 1.42857143;
font-size: 16px;
font-family: 'Droid Sans',sans-serif;
box-sizing: border-box;
display: block;
background-color: rgba(30,34,36,0.9);
color: #fff;
border: 1px solid #000;
padding: 15px;
padding-top: 0px;
}
h1 {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
margin: .67em 0;
font-weight: 500;
line-height: 1.1;
margin-bottom: 10px;
margin-top: 10px;
color: #0093a3;
font-size: 40px;
padding: 0 !important;
font-family: 'Droid Sans',sans-serif;
}
h2 {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
font-weight: 500;
line-height: 1.1;
font-size: 30px;
margin-bottom: 10px;
margin-top: 10px;
color: #0093a3;
font-family: 'Droid Sans',sans-serif;
}
h3 {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
font-weight: 500;
line-height: 1.1;
font-size: 24px;
margin-bottom: 10px;
margin-top: 10px;
color: #0093a3;
font-family: 'Droid Sans',sans-serif;
}
pre.ignore\:true{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
overflow: auto;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
display: block;
padding: 9.5px;
margin: 0 0 10px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #223241;
color: #fff;
font-size: 16px;
}
img {
max-width: 100%;
height: auto;
}
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
line-height: 1.42857143;
font-family: 'Droid Sans',sans-serif;
box-sizing: border-box;
background: 0 0;
cursor: pointer;
outline: 0 none;
transition: all .3s ease;
text-decoration: none;
color: #0093a3;
}