-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·105 lines (91 loc) · 3.1 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
/*
Theme Name: Llungen Lures 2013
Theme URI: http://www.llungenlures.com
Author: visualpeople
Author URI: http://www.visualpeople.com
Version: 1.0
Description: Llungen Lures 2013 Theme.
Tags:
*/
body {background: #161712 url(img/background.jpg) repeat;}
/* @group images */
.widget img {
max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption { max-width: 100%; }
/* @end */
/* @group Posts */
.author-box h5 {margin-top:0px;}
.author-box .author_gravatar {margin-right:10px;}
.author-box p {font-size:14px; font-size:1.4em;}
article .th {margin-bottom:10px; margin-bottom:1em;}
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {margin:0 auto;text-align:center;}
/* @end */
/* @group Typography */
body {font-family: 'Roboto', sans-serif; color: #333;}
h1,h2,h3,h4,h5,h6 {font-family: 'Roboto Condensed', sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight:400;}
strong {font-weight: 700;}
.site-title .subheader {margin-bottom:0;}
h3 {color: #ff0300; text-transform: uppercase; font-size: 32px;}
h5 {color: #444; font-weight:700;}
p.more {text-align: right;}
/* @end */
/* @group Header */
header {background: url(img/header_background.jpg) repeat-x; min-height: 146px;}
ul.toplinks {text-align: right; margin: 10px 0 40px 0; height: 32px;}
.toplinks li {list-style: none; padding: 0 0 0 10px; margin: 0 0 0 10px; border-left: 1px solid #efefef;display: inline; color: white;}
.toplinks li.first {border: 0px none;}
.toplinks li a:link, .toplinks li a:visited {color: white;}
.sidebar ul li {list-style:none;}
.top-bar {height: 40px; line-height: 40px; background: transparent; margin-bottom: 22px; font-family: 'Roboto Condensed', sans-serif;}
.top-bar-section ul {background: transparent;}
.top-bar-section li a:not(.button) {background: transparent;}
.top-bar-section ul li>a {border-left:0px none;border-right:none;}
.top-bar-section ul li > a {padding: 12px 0 12px 0; padding-left: 15px; font-size: 18px; font-weight: normal; text-transform: uppercase;}
.top-bar-section ul li > a:hover, .top-bar-section ul li > a.active {background: #b7c316; color: #333;}
.slideshow-container {background: #202843;}
.content-container {background: white;}
/* @end */
/* @group Misc */
.wp-caption-text {text-align: center;}
.sticky { }
.gallery-caption { }
.bypostauthor{ }
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
embed,
iframe,
object {
max-width: 100%;
}
footer {color: white;}
footer a:link, footer a:visited {color: white;}
footer .large-3.columns {padding-top: 10px;}
footer .menu li, footer p {list-style-type: none; font-size: 12px;}
/* @end */