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
69 lines (69 loc) · 1.01 KB
/
Copy pathdocs.css
File metadata and controls
69 lines (69 loc) · 1.01 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
61
62
63
64
65
66
67
68
69
body {
height: 100%;
margin: 0;
padding: 0;
}
header {
height: 45px;
}
.metro .page {
width: 980px;
margin: 0 auto;
padding: 0 20px;
}
.description {
margin: 10px 0;
}
.show-grid .row [class*="span"] {
line-height: 40px;
background: rgba(193, 179, 123, 0.52);
text-align: center;
min-height: 10px !important;
}
.color-stack li,
#icon-list li {
margin-bottom: 5px;
}
.example > img {
margin: 5px;
display: inline-block;
}
.example .image-container {
margin: 10px;
display: inline-block;
vertical-align: middle;
}
.myClass thead tr {
background-color: #1ba1e2;
color: #ffffff;
}
.layout {
min-height: 100%;
position: relative;
}
header {
height: 45px;
position: relative;
}
.introduce {
height: 170px;
}
.introduce_r {
height: 75px;
}
.download_link {
background: #c75050 !important;
}
.download_link:hover {
background: #e04343 !important;
}
.download_link:active {
background: #b01919 !important;
}
.footer_spacer {
height: 40px;
}
footer {
width: 100%;
height: 25px;
}