-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
executable file
·104 lines (85 loc) · 1.74 KB
/
theme.css
File metadata and controls
executable file
·104 lines (85 loc) · 1.74 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
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
@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
padding-top: 70px;
padding-bottom: 30px;
}
body p {
font-size: 12pt;
}
body h1 {
font-size: 35pt; /* 2.8em */
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
font-weight: 600;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
}
.theme-showcase .navbar .container {
width: auto;
}
/* Images fill the width of the container column divider. */
.row > div > img { width: 100%; display: block; }
/* Center image in divider. */
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
/* index.html multi-column styles. */
.theme-multicolumn-menu h1 {
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
}
.theme-multicolumn-menu h2 {
font-size: 18px;
line-height: 22px;
/* font-weight: 700; */
/* letter-spacing: 2px; */
}
.theme-multicolumn-menu p {
font-size: 11pt;
color: #777777;
}
/*
.theme-multicolumn-menu a:link {
color: #000000 !important;
}
*/
/* ul.nav li a, ul.nav li a:visited { */
/*
.theme-multicolumn-menu a:visited {
color: #000000 !important;
}
*/
/*
.theme-multicolumn-menu a:hover {
color: #000000 !important;
}
*/
/* ul.nav li a:hover, ul.nav li a:active { */
/*
.theme-multicolumn-menu a:active {
color: #000000 !important;
}
*/
/* CSS used here will be applied after bootstrap.css */
img, .embed-responsive {
margin-bottom: 30px;
}
/* CSS used here will be applied after bootstrap.css */
iframe, .embed-responsive {
margin-bottom: 30px;
}
/* p, span.theme-tab-space { */
.theme-tab-space a {
padding-right: 15px; /* 5em */
padding-left: 15px; /* 5em */
}