-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (85 loc) · 1.48 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.docs-header {
padding-top: 30px;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%
}
.logo-description {
padding-top: 30px;
padding-bottom: 50px;
text-align: center;
font-size: 30px;
color: #0082c8;
}
.docs-feature {
padding-top: 50px;
}
.container .row .jumbotron {
padding: 0px;
border-radius: 5px;
background-color: #fff;
border: 1px solid #aab2bd;
box-sizing: border-box;
}
.container .row .jumbotron>.jumbotron-photo img {
border-radius: 4px 4px 0 0;
width: 100%;
border-bottom: 1px solid #aab2bd;
}
.container .row .jumbotron .jumbotron-contents {
padding: 20px;
color: #434a54;
}
.container .row .jumbotron h1 {
font-size: 28px;
font-weight: 400;
color: inherit;
}
.container .row .jumbotron h2 {
font-size: 20px;
font-weight: 400;
color: inherit;
}
.container .row .jumbotron p {
font-size: 14px;
font-weight: 200;
color: inherit;
}
.panel {
background-color: #fff;
border: 1px solid #aab2bd;
box-sizing: border-box;
border-radius: 4px;
}
.progress {
border-radius: 5px;
height: 20px;
background-color: #e6e9ed;
}
.docs-section h1 {
color: #0082c8;
}
.docs-license {
padding-bottom: 30px;
}
.docs-footer {
border-top: 1px solid #e5e5e5;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
.docs-footer .social {
padding-bottom: 10px;
}
.docs-footer p {
margin-bottom: 0px;
}
.panel-heading a:hover {
color: white;
}
.panel-heading a:visited {
color: white;
}