-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (117 loc) · 1.84 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body { margin-top: 50px; }
h1 {
font-weight: 700;
}
.highlighted a {
background-color: #fd5 !important;
}
.highlighted a:hover {
color: #fff !important;
}
.spacetop {
margin-top: 7px;
}
#top-navbar {
font-weight: bold;
text-transform: uppercase;
}
.bgimg {
background-repeat: none;
font-size: 17px;
}
.bgimg .bginner {
display: table-cell;
vertical-align: bottom;
}
.bgcontainer {
text-align: right;
margin-bottom: 1em;
}
.bgimg a {
color: #fff;
text-decoration: underline;
}
.bgimg a:hover {
text-decoration: none;
}
.bgimg-caption,
.bgimg-caption a {
color: #ccc !important;
text-align: right;
}
#top {
background-image: url(images/top.bg.jpg);
background-size: cover;
height: 700px;
display: table;
color: #fff;
margin-bottom: 0;
}
.intro figure {
margin-bottom: 1em;
}
.intro table thead th {
text-align: right;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
border-top: none;
}
.vis-item {
padding: 70px 0;
}
.vis-head h2,
.vis-head h3 {
text-transform: uppercase;
margin-top: 0;
}
.vis-box {
background-color: #f5f5f5;
padding: 5px 10px;
}
.vis-btn {
background-color: #fd5;
color: #000;
padding: 5px 10px;
text-transform: uppercase;
display: inline-block;
}
.vis-btn:hover {
color: #fff;
text-decoration: none;
}
.vis-legend {
border-top: 1px solid #ccc;
color: #bbb;
padding-top: 7px;
margin-top: 25px;
}
.vis-featured {
background-color: #fd5;
padding: 5px 10px;
}
.vis-big {
font-size: 1.3em;
text-transform: uppercase;
}
.vis-gradient {
padding: 5px;
font-size: 1.2em;
color: #fff;
}
.vis-gradient-1 {
background-color: #6BAED6;
}
.vis-gradient-2 {
background-color: #4292C6;
}
.vis-gradient-3 {
background-color: #2171B5;
}
.vis-gradient-4 {
background-color: #084594;
}
#bottom {
background-color: #f5f5f5;
padding-top: 1em;
padding-bottom: 1em;
}