forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.css
More file actions
60 lines (49 loc) · 1.09 KB
/
Copy pathdocs.css
File metadata and controls
60 lines (49 loc) · 1.09 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
body {
}
.page-content {
padding-top: 48px;
}
.color-list li {
display: inline-block;
padding: 10px;
width: 14.2857%;
}
.prettyprint {
background-color: #eeeeee;
border: 0 !important;
border-width: 1px !important;
border-color: #eeeeee !important;
border-left: 8px #555555 solid !important;
}
.prettyprint ol {
background-color: transparent !important;
}
.prettyprint li {background-color: white !important; list-style-type: decimal !important; padding-left: 1em; border-bottom: 1px #eee solid;}
.prettyprint li:last-child{border-bottom: 0;}
.prettyprint code .tag {
font-size: .7rem;
}
.prettyprint {
overflow: hidden;
overflow-x: scroll;
}
.demo-grid .row > .cell {
padding: 10px;
background-color: darkgray;
color: white;
text-align: center;
border: 1px #000 solid;
}
@media screen and (max-width: 800px) {
.app-bar.fixed-top {
position: relative !important;
}
.page-content {
padding-top: 0 !important;
}
}
@media screen and (max-width: 640px) {
.page-content {
padding-top: 32px;
}
}