-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzogdark.css
65 lines (56 loc) · 1.04 KB
/
zogdark.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
/* remember this file requires bootstrap css first */
warning,
success,
error,
info {
color: #fff;
}
body {
background-color: #2f2f2f;
color: #c6c6c6;
font-size: 12px;
}
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4, .card-header {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
.navbar-dark {
background-color: #fafafa;
background-color: #363636;
background-image: linear-gradient(to bottom, #444444, #222222);
border: 1px solid #030303;
border-color: #080808;
padding: .25rem 1rem;
}
.well {
background-color: #202020;
background-color: rgba(0, 0, 0, 0.3);
border: 0;
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0 inset;
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0 inset;
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0 inset;
}
pre {
border: none;
color: #c6c6c6;
padding: 8px;
}
p {
border: none;
color: #c6c6c6;
padding: 8px;
}