-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (45 loc) · 1.07 KB
/
style.css
File metadata and controls
58 lines (45 loc) · 1.07 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
/*
Theme Name: WP Strap
Theme URI: http://nettisetti.com/
Author: Gustav Klingstedt
Author URI: http://nettisetti.com/
Description: Simple responsive theme using bootstrap elements.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
/*min-height: 2000px;*/
padding-top: 70px;
}
body.isadmin nav#topbar {
margin-top: 32px;
}
div.jumbotron {
background-color: #ff6600;
color: white;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 50px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
}
@media (min-width: 768px) {
.featurette-heading {
font-size: 50px;
}
}
/* DROPDOWN MENU
-------------------------------------------------- */
ul.nav li:hover > ul.dropdown-menu {
display: block;
}