2013-07-29 00:55:10 +02:00
|
|
|
/*
|
|
|
|
Theme Name: Twenty Fourteen
|
|
|
|
Theme URI: http://wordpress.org/themes/
|
|
|
|
Author: the WordPress team
|
|
|
|
Author URI: http://wordpress.org/
|
|
|
|
Description: The default theme for 2014 is a magazine theme with a sleek, modern, and beautifully crafted responsive design. As a magazine theme it highlights featured content prominently on the home page.
|
|
|
|
Version: 0.1
|
|
|
|
License: GNU General Public License v2 or later
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
Tags: black, green, white, light, dark, two-columns, three-columns, fixed-width, responsive-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
|
|
|
|
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* Table of Contents:
|
|
|
|
*
|
|
|
|
* 1.0 - Reset
|
|
|
|
* 2.0 - Repeatable Patterns
|
|
|
|
* 3.0 - Basic Structure
|
|
|
|
* 4.0 - Header
|
|
|
|
* 5.0 - Navigations
|
|
|
|
* 6.0 - Content
|
|
|
|
* 6.1 - Post Thumbnail
|
|
|
|
* 6.1 - Entry Header
|
|
|
|
* 6.2 - Entry Meta
|
|
|
|
* 6.3 - Entry Content
|
|
|
|
* 6.4 - Galleries
|
|
|
|
* 6.5 - Post Formats
|
|
|
|
* 6.6 - Post/Paging Navigation
|
|
|
|
* 6.7 - Attachments
|
|
|
|
* 6.8 - Archives
|
|
|
|
* 6.9 - Contributor Page
|
|
|
|
* 6.10 - 404 Page
|
|
|
|
* 6.11 - Front Page
|
|
|
|
* 6.12 - Comments
|
|
|
|
* 7.0 - Sidebar
|
|
|
|
* 7.1 - Widgets
|
|
|
|
* 7.2 - Content Sidebar Widgets
|
|
|
|
* 8.0 - Footer
|
|
|
|
* 9.0 - Featured Content
|
|
|
|
* 10.0 - Media Queries
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1.0 Reset
|
|
|
|
*
|
|
|
|
* Resetting and rebuilding styles have been helped along thanks to the fine
|
|
|
|
* work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
|
|
|
|
* along with Nicolas Gallagher and Jonathan Neal
|
|
|
|
* http://necolas.github.com/normalize.css/ and Blueprint
|
|
|
|
* http://www.blueprintcss.org/
|
|
|
|
*
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
2013-07-29 00:55:10 +02:00
|
|
|
border: 0;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-style: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
margin: 0;
|
|
|
|
outline: 0;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
nav,
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
audio,
|
|
|
|
canvas,
|
|
|
|
video {
|
|
|
|
display: inline-block;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
|
|
|
body,
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
color: #2b2b2b;
|
2013-10-15 18:46:09 +02:00
|
|
|
font-family: Lato, sans-serif;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
body {
|
|
|
|
background: #f5f5f5;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: #24890d;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover,
|
|
|
|
a:active {
|
|
|
|
outline: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
a:hover,
|
|
|
|
a:focus,
|
|
|
|
a:active {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-10-15 18:46:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2013-07-29 00:55:10 +02:00
|
|
|
clear: both;
|
|
|
|
font-weight: 700;
|
2013-09-20 20:22:09 +02:00
|
|
|
margin: 36px 0 12px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
h1 {
|
|
|
|
font-size: 26px;
|
|
|
|
line-height: 1.3846153846;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
h2 {
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
h3 {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 22px;
|
|
|
|
line-height: 1.0909090909;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
h4 {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
h5 {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1.3333333333;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
h6 {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
address {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
abbr,
|
|
|
|
acronym {
|
|
|
|
border-bottom: 1px dotted #2b2b2b;
|
|
|
|
cursor: help;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: 700;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
dfn,
|
|
|
|
em,
|
|
|
|
i {
|
|
|
|
font-style: italic;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
mark,
|
|
|
|
ins {
|
|
|
|
background: #fff9c0;
|
|
|
|
text-decoration: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
tt,
|
|
|
|
var,
|
|
|
|
samp,
|
|
|
|
pre {
|
|
|
|
font-family: monospace, serif;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 1.6;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
pre {
|
|
|
|
background: #eee;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
max-width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 12px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
blockquote,
|
|
|
|
q {
|
|
|
|
quotes: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
blockquote:before,
|
|
|
|
blockquote:after,
|
|
|
|
q:before,
|
|
|
|
q:after {
|
|
|
|
content: "";
|
|
|
|
content: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
blockquote {
|
2013-10-15 18:46:09 +02:00
|
|
|
color: #767676;
|
|
|
|
font-size: 19px;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: 300;
|
2013-10-15 18:46:09 +02:00
|
|
|
line-height: 1.2631578947;
|
|
|
|
margin-bottom: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
blockquote em,
|
|
|
|
blockquote i,
|
|
|
|
blockquote cite {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-style: normal;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
blockquote cite {
|
|
|
|
color: #2b2b2b;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
blockquote strong,
|
|
|
|
blockquote b {
|
|
|
|
font-weight: 400;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 75%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
big {
|
|
|
|
font-size: 125%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
sup,
|
|
|
|
sub {
|
|
|
|
font-size: 75%;
|
|
|
|
height: 0;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
sup {
|
|
|
|
bottom: 1ex;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
sub {
|
|
|
|
top: .5ex;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
dl {
|
|
|
|
margin-bottom: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0 0 24px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
li > ul,
|
|
|
|
li > ol {
|
|
|
|
margin: 0 0 0 20px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
img {
|
|
|
|
-ms-interpolation-mode: bicubic;
|
|
|
|
border: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
figure {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
table,
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
table {
|
2013-10-15 18:46:09 +02:00
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-width: 1px 0 0 1px;
|
|
|
|
margin-bottom: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
caption,
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
th {
|
2013-10-15 18:46:09 +02:00
|
|
|
border-width: 0 1px 1px 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
td {
|
|
|
|
border-width: 0 1px 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
del {
|
|
|
|
color: #767676;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
border: 0;
|
|
|
|
height: 1px;
|
|
|
|
margin-bottom: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::selection {
|
|
|
|
background: #24890d;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-selection {
|
|
|
|
background: #24890d;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2013-10-15 18:46:09 +02:00
|
|
|
font-size: 100%;
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
button,
|
|
|
|
input {
|
2013-10-15 18:46:09 +02:00
|
|
|
line-height: normal;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
button,
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="button"],
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="radio"],
|
2013-07-29 00:55:10 +02:00
|
|
|
input[type="reset"],
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="search"],
|
2013-10-21 18:40:10 +02:00
|
|
|
input[type="submit"],
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="text"],
|
|
|
|
input[type="url"],
|
|
|
|
textarea {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-10-22 18:37:12 +02:00
|
|
|
background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
|
2013-10-15 18:46:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
html input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 2.0 Repeatable Patterns
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Buttons */
|
|
|
|
|
|
|
|
button,
|
|
|
|
.contributor-posts-link,
|
|
|
|
input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"] {
|
|
|
|
background-color: #24890d;
|
|
|
|
border: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
border-radius: 2px;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 700;
|
2013-10-15 18:46:09 +02:00
|
|
|
padding: 11px 30px 10px;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
button:hover,
|
2013-10-15 18:46:09 +02:00
|
|
|
button:focus,
|
2013-09-19 23:33:09 +02:00
|
|
|
.contributor-posts-link:hover,
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="button"]:hover,
|
|
|
|
input[type="button"]:focus,
|
2013-07-29 00:55:10 +02:00
|
|
|
input[type="reset"]:hover,
|
|
|
|
input[type="reset"]:focus,
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="submit"]:hover,
|
2013-07-29 00:55:10 +02:00
|
|
|
input[type="submit"]:focus {
|
2013-10-21 18:40:10 +02:00
|
|
|
background-color: #41a62a;
|
2013-09-19 23:33:09 +02:00
|
|
|
color: #fff;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
button:active,
|
2013-09-19 23:33:09 +02:00
|
|
|
.contributor-posts-link:active,
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="button"]:active,
|
2013-07-29 00:55:10 +02:00
|
|
|
input[type="reset"]:active,
|
|
|
|
input[type="submit"]:active {
|
2013-10-21 18:40:10 +02:00
|
|
|
background-color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
/* Input Fields */
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
input[type="email"],
|
|
|
|
input[type="password"],
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="search"],
|
|
|
|
input[type="text"],
|
|
|
|
input[type="url"],
|
2013-07-29 00:55:10 +02:00
|
|
|
textarea {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 2px;
|
|
|
|
color: #2b2b2b;
|
2013-10-15 18:46:09 +02:00
|
|
|
padding: 8px 10px 7px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
input[type="email"]:focus,
|
2013-08-22 19:12:09 +02:00
|
|
|
input[type="password"]:focus,
|
2013-10-15 18:46:09 +02:00
|
|
|
input[type="search"]:focus,
|
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="url"]:focus,
|
2013-07-29 00:55:10 +02:00
|
|
|
textarea:focus {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
textarea {
|
|
|
|
padding: 8px 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.search-field {
|
2013-07-29 00:55:10 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.search-submit {
|
|
|
|
display: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
/* Responsive images. Fluid images for posts, comments, and widgets */
|
|
|
|
|
|
|
|
.entry-content img,
|
|
|
|
.entry-summary img,
|
|
|
|
.comment-content img,
|
|
|
|
#site-header img,
|
|
|
|
.widget img,
|
|
|
|
.wp-caption {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Make sure images with WordPress-added height and width attributes are
|
|
|
|
* scaled correctly.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.entry-content img,
|
|
|
|
.entry-summary img,
|
|
|
|
.comment-content img[height],
|
|
|
|
img[class*="align"],
|
|
|
|
img[class*="wp-image-"],
|
|
|
|
img[class*="attachment-"],
|
|
|
|
#site-header img {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.size-full,
|
|
|
|
img.size-large,
|
|
|
|
img.wp-post-image {
|
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment-featured-featured img,
|
2013-10-16 01:24:10 +02:00
|
|
|
.featured-thumbnail img {
|
2013-10-15 18:46:09 +02:00
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Make sure embeds and iframes fit their containers */
|
|
|
|
|
|
|
|
embed,
|
|
|
|
iframe,
|
|
|
|
object,
|
|
|
|
video {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
p > embed,
|
|
|
|
p > iframe,
|
|
|
|
p > object,
|
|
|
|
span > embed,
|
|
|
|
span > iframe,
|
|
|
|
span > object {
|
|
|
|
margin-bottom: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Alignment */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.alignleft {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 24px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.alignright {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
margin-left: 24px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.aligncenter {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
blockquote.alignleft,
|
|
|
|
img.alignleft,
|
|
|
|
.wp-caption.alignleft {
|
|
|
|
margin: 7px 24px 7px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote.alignright,
|
|
|
|
img.alignright,
|
|
|
|
.wp-caption.alignright {
|
|
|
|
margin: 7px 0 7px 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote.aligncenter,
|
|
|
|
img.aligncenter,
|
|
|
|
.wp-caption.aligncenter {
|
|
|
|
margin-top: 7px;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content blockquote.alignleft,
|
|
|
|
.site-content blockquote.alignright {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
padding-top: 17px;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content blockquote.alignleft p,
|
|
|
|
.site-content blockquote.alignright p {
|
|
|
|
margin-bottom: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption img[class*="wp-image-"] {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption {
|
|
|
|
color: #767676;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption-text {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin: 9px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.wp-smiley {
|
|
|
|
border: none;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
/* Assistive text */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.screen-reader-text {
|
2013-07-29 00:55:10 +02:00
|
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.screen-reader-text:focus {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
|
|
clip: auto !important;
|
|
|
|
color: #21759b;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: auto;
|
|
|
|
line-height: normal;
|
|
|
|
padding: 15px 23px 14px;
|
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
|
|
|
top: 5px;
|
|
|
|
text-decoration: none;
|
2013-10-10 17:31:09 +02:00
|
|
|
text-transform: none;
|
2013-08-15 05:13:29 +02:00
|
|
|
width: auto;
|
|
|
|
z-index: 100000; /* Above WP toolbar */
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Clearing floats */
|
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.clear:before,
|
|
|
|
.clear:after,
|
2013-10-11 05:17:11 +02:00
|
|
|
.footer-sidebar:before,
|
|
|
|
.footer-sidebar:after,
|
2013-10-15 18:46:09 +02:00
|
|
|
.hentry:before,
|
|
|
|
.hentry:after,
|
2013-08-15 05:13:29 +02:00
|
|
|
[class*="content"]:before,
|
|
|
|
[class*="content"]:after,
|
|
|
|
[class*="site"]:before,
|
|
|
|
[class*="site"]:after {
|
2013-10-15 18:46:09 +02:00
|
|
|
content: "";
|
2013-07-29 00:55:10 +02:00
|
|
|
display: table;
|
2013-08-15 05:13:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clear:after,
|
2013-10-11 05:17:11 +02:00
|
|
|
.footer-sidebar:after,
|
2013-10-15 18:46:09 +02:00
|
|
|
.hentry:after,
|
2013-08-15 05:13:29 +02:00
|
|
|
[class*="content"]:after,
|
|
|
|
[class*="site"]:after {
|
|
|
|
clear: both;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-09-19 20:05:12 +02:00
|
|
|
/* Genericons */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.comment-edit-link:before,
|
|
|
|
.comment-reply-link:before,
|
|
|
|
.comment-reply-login:before,
|
2013-09-19 23:33:09 +02:00
|
|
|
.contributor-posts-link:before,
|
2013-10-22 18:37:12 +02:00
|
|
|
.menu-toggle:before,
|
2013-10-15 18:46:09 +02:00
|
|
|
.search-toggle:before,
|
2013-09-19 20:05:12 +02:00
|
|
|
.widget_twentyfourteen_ephemera .widget-title:before {
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2013-10-09 23:42:09 +02:00
|
|
|
display: inline-block;
|
2013-10-15 18:46:09 +02:00
|
|
|
font-family: Genericons;
|
2013-09-19 20:05:12 +02:00
|
|
|
font-size: 16px;
|
2013-10-09 23:42:09 +02:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
2013-09-19 20:05:12 +02:00
|
|
|
line-height: 1;
|
|
|
|
text-decoration: inherit;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Separator */
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content span + .entry-date:before,
|
|
|
|
.full-size-link:before,
|
|
|
|
.parent-post-link:before,
|
|
|
|
span + .byline:before,
|
|
|
|
span + .comments-link:before,
|
|
|
|
span + .edit-link:before,
|
|
|
|
.widget_twentyfourteen_ephemera .entry-title:after {
|
|
|
|
content: "\0020\007c\0020";
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 3.0 Basic Structure
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.site {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: #fff;
|
2013-09-20 20:22:09 +02:00
|
|
|
max-width: 1260px;
|
2013-07-29 00:55:10 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 4.0 Header
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
#site-header {
|
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.site-header {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: #000;
|
2013-09-20 20:22:09 +02:00
|
|
|
max-width: 1260px;
|
2013-07-29 00:55:10 +02:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main {
|
|
|
|
min-height: 48px;
|
2013-10-22 18:37:12 +02:00
|
|
|
padding: 0 10px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.site-title {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 48px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.site-title a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
/* Search in the header */
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.search-toggle {
|
2013-08-20 19:59:09 +02:00
|
|
|
background-color: #24890d;
|
2013-10-15 18:46:09 +02:00
|
|
|
cursor: pointer;
|
2013-10-22 18:37:12 +02:00
|
|
|
float: right;
|
|
|
|
height: 48px;
|
|
|
|
margin-right: 38px;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-align: center;
|
2013-10-22 18:37:12 +02:00
|
|
|
width: 48px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.search-toggle:hover,
|
|
|
|
.search-toggle.active {
|
2013-10-21 18:40:10 +02:00
|
|
|
background-color: #41a62a;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-19 20:05:12 +02:00
|
|
|
.search-toggle:before {
|
2013-07-29 00:55:10 +02:00
|
|
|
color: #fff;
|
2013-10-15 18:46:09 +02:00
|
|
|
content: "\f400";
|
2013-10-22 18:37:12 +02:00
|
|
|
font-size: 20px;
|
|
|
|
margin-top: 14px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.search-box-wrapper {
|
2013-09-19 19:42:11 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-10-22 18:37:12 +02:00
|
|
|
position: relative;
|
2013-07-29 00:55:10 +02:00
|
|
|
width: 100%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.search-box {
|
2013-10-21 18:40:10 +02:00
|
|
|
background-color: #41a62a;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.search-box .search-field {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: #fff;
|
|
|
|
float: right;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 12px 10px;
|
2013-10-22 18:37:12 +02:00
|
|
|
padding: 3px 2px 3px 6px;
|
|
|
|
width: 240px;
|
2013-10-15 18:46:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 5.0 Navigations
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
.site-navigation a {
|
|
|
|
color: #fff;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-navigation .current_page_item > a,
|
2013-10-22 18:37:12 +02:00
|
|
|
.site-navigation .current_page_ancestor > a,
|
|
|
|
.site-navigation .current-menu-item > a,
|
|
|
|
.site-navigation .current-menu-ancestor > a {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-10-15 18:46:09 +02:00
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-navigation ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
|
|
|
/* Primary Navigation */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.primary-navigation {
|
2013-10-22 18:37:12 +02:00
|
|
|
background-color: #000;
|
2013-09-19 19:42:11 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-10-22 18:37:12 +02:00
|
|
|
font-size: 14px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-top: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation.toggled-on {
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
|
|
|
|
margin-bottom: 36px;
|
|
|
|
padding-top: 72px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation .nav-menu {
|
|
|
|
display: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation.toggled-on .nav-menu {
|
2013-07-29 00:55:10 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation li {
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation ul ul li {
|
|
|
|
margin-left: 15px;
|
2013-10-08 19:31:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation a {
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
padding: 7px 0;
|
|
|
|
text-decoration: none;
|
2013-10-08 19:56:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.primary-navigation a:hover {
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Secondary Navigation */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation {
|
2013-10-22 18:37:12 +02:00
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 14px;
|
2013-10-22 18:37:12 +02:00
|
|
|
margin: 48px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation a {
|
2013-10-09 23:42:09 +02:00
|
|
|
display: block;
|
2013-10-22 18:37:12 +02:00
|
|
|
padding: 8px 0 9px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation ul ul {
|
2013-10-15 18:46:09 +02:00
|
|
|
margin-left: 20px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation li {
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.menu-toggle {
|
2013-10-15 18:46:09 +02:00
|
|
|
background-color: #000;
|
|
|
|
cursor: pointer;
|
2013-10-22 18:37:12 +02:00
|
|
|
font-size: 0;
|
|
|
|
height: 16px;
|
|
|
|
margin: 0;
|
2013-10-15 18:46:09 +02:00
|
|
|
padding: 16px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.menu-toggle:before {
|
2013-10-15 18:46:09 +02:00
|
|
|
color: #fff;
|
|
|
|
content: "\f419";
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 6.0 Content
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-area {
|
|
|
|
padding-top: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.hentry {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
max-width: 672px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.full-width .hentry {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .entry-header,
|
|
|
|
.site-content .entry-content,
|
|
|
|
.site-content .entry-summary,
|
|
|
|
.site-content .entry-meta,
|
|
|
|
.page-content {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 474px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.1 Post Thumbnail
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-10-16 01:24:10 +02:00
|
|
|
.featured-thumbnail {
|
2013-10-22 19:00:10 +02:00
|
|
|
background: url(images/pattern-light.svg) #767676 repeat fixed;
|
2013-10-08 23:22:10 +02:00
|
|
|
display: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
float: none;
|
2013-10-22 18:37:12 +02:00
|
|
|
height: auto;
|
2013-07-29 00:55:10 +02:00
|
|
|
margin: 0;
|
|
|
|
min-height: 180px;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 19:00:10 +02:00
|
|
|
a.featured-thumbnail:hover {
|
|
|
|
background: url(images/pattern-light.svg) #919191 repeat fixed;
|
2013-09-25 00:20:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-16 01:24:10 +02:00
|
|
|
.featured-thumbnail img {
|
2013-09-20 20:22:09 +02:00
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-16 01:24:10 +02:00
|
|
|
.has-featured-image .featured-thumbnail,
|
|
|
|
.format-standard .featured-thumbnail {
|
2013-10-15 18:46:09 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.2 Entry Header
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-header {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-header {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 0 10px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .has-featured-image .entry-header,
|
|
|
|
.site-content .format-standard .entry-header {
|
|
|
|
padding-top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .format-standard.post-password-required .entry-header {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-title {
|
|
|
|
clear: none;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 0 0 6px 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-title {
|
|
|
|
font-size: 33px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.0909090909;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-title a {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-title a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.3 Entry Meta
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-meta {
|
|
|
|
clear: both;
|
2013-08-20 19:59:09 +02:00
|
|
|
color: #767676;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 12px;
|
2013-10-09 23:42:09 +02:00
|
|
|
font-weight: 400;
|
2013-07-29 00:55:10 +02:00
|
|
|
line-height: 1.3333333333;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-meta {
|
|
|
|
background-color: #fff;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-meta a {
|
2013-08-20 19:59:09 +02:00
|
|
|
color: #767676;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-meta a:hover {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.sticky .entry-date {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.cat-links {
|
|
|
|
font-weight: 900;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.cat-links a {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.cat-links a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.byline {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.single .byline,
|
|
|
|
.group-blog .byline {
|
|
|
|
display: inline;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content footer.entry-meta {
|
|
|
|
margin: 12px auto 36px;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Tag links style */
|
|
|
|
|
|
|
|
.tag-links a {
|
|
|
|
background-color: #767676;
|
|
|
|
border-radius: 0 2px 2px 0;
|
|
|
|
color: #fff;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1.2727272727;
|
|
|
|
margin: 0 4px 4px 10px;
|
|
|
|
padding: 3px 7px;
|
|
|
|
position: relative;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-links a:hover,
|
|
|
|
.tag-links a:focus {
|
|
|
|
background-color: #2b2b2b;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-links a:before {
|
|
|
|
border-top: 10px solid transparent;
|
|
|
|
border-right: 8px solid #767676;
|
|
|
|
border-bottom: 10px solid transparent;
|
|
|
|
content: "";
|
2013-10-22 18:37:12 +02:00
|
|
|
height: 0;
|
2013-10-15 18:46:09 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: -8px;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-links a:hover:before,
|
|
|
|
.tag-links a:focus:before {
|
|
|
|
border-right-color: #2b2b2b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-links a:after {
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 50%;
|
|
|
|
content: "";
|
2013-10-22 18:37:12 +02:00
|
|
|
height: 4px;
|
2013-10-15 18:46:09 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
left: -2px;
|
|
|
|
width: 4px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
@-moz-document url-prefix() { /* For Firefox to avoid jagged edge */
|
|
|
|
.tag-links a:before {
|
|
|
|
border-right: 10px solid #767676;
|
|
|
|
left: -10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.3 Entry Content
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-content,
|
2013-08-15 05:13:29 +02:00
|
|
|
.page-content,
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-summary {
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-content,
|
|
|
|
.site-content .entry-summary,
|
|
|
|
.page-content {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 12px 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page .entry-content {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.entry-content a,
|
2013-09-19 19:38:09 +02:00
|
|
|
.page-content a,
|
|
|
|
.entry-summary a,
|
|
|
|
.comment-content a {
|
2013-07-29 00:55:10 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-16 01:37:10 +02:00
|
|
|
.entry-content a:hover,
|
|
|
|
.page-content a:hover,
|
|
|
|
.entry-summary a:hover,
|
|
|
|
.comment-content a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-content table,
|
|
|
|
.comment-content table {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2857142857;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-content th,
|
|
|
|
.comment-content th {
|
|
|
|
font-weight: 700;
|
|
|
|
padding: 8px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.entry-content td,
|
|
|
|
.comment-content td {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.entry-content .edit-link {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
/* Mediaelements */
|
|
|
|
|
|
|
|
.hentry .mejs-container {
|
|
|
|
margin: 12px 0 18px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-mediaelement,
|
|
|
|
.hentry .mejs-container .mejs-controls {
|
|
|
|
background: #000;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
|
|
|
|
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
|
|
|
|
background: #fff;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
|
|
|
|
background: #24890d;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
|
|
|
|
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
|
|
|
|
background: #595959;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-container .mejs-controls .mejs-time {
|
|
|
|
padding-top: 9px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-controls .mejs-time-rail span,
|
|
|
|
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
|
|
|
|
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
|
|
|
|
border-radius: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.hentry .mejs-overlay-loading {
|
|
|
|
background: transparent;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
/* Page links */
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.page-links {
|
|
|
|
clear: both;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 2;
|
2013-10-15 18:46:09 +02:00
|
|
|
margin-bottom: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.page-links a,
|
|
|
|
.page-links > span {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
display: inline-block;
|
2013-10-22 18:37:12 +02:00
|
|
|
height: 22px;
|
2013-07-29 00:55:10 +02:00
|
|
|
margin: 0 1px 2px 0;
|
|
|
|
text-align: center;
|
|
|
|
width: 22px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.page-links a {
|
|
|
|
background: #000;
|
|
|
|
border: 1px solid #000;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.page-links a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
background: #55d737;
|
|
|
|
border: 1px solid #55d737;
|
2013-09-25 00:34:09 +02:00
|
|
|
color: #fff;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.page-links > span.page-links-title {
|
2013-10-22 18:37:12 +02:00
|
|
|
height: auto;
|
2013-07-29 00:55:10 +02:00
|
|
|
margin: 0;
|
|
|
|
padding-right: 9px;
|
|
|
|
width: auto;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
/* More link */
|
|
|
|
|
|
|
|
.more-link,
|
|
|
|
.post-format-archive-link {
|
|
|
|
font-size: 14px;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-transform: uppercase;
|
2013-10-15 18:46:09 +02:00
|
|
|
white-space: pre;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.more-link:hover,
|
|
|
|
.post-format-archive-link:hover {
|
2013-07-29 00:55:10 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.more-link .meta-nav,
|
|
|
|
.post-format-archive-link .meta-nav {
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.more-link:hover .meta-nav,
|
|
|
|
.post-format-archive-link:hover .meta-nav {
|
|
|
|
left: 5px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.4 Gallery
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
.gallery {
|
|
|
|
margin-bottom: 20px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-item {
|
|
|
|
float: left;
|
|
|
|
margin: 0 4px 4px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-columns-1.gallery-size-medium,
|
|
|
|
.gallery-columns-1.gallery-size-thumbnail,
|
|
|
|
.gallery-columns-2.gallery-size-thumbnail,
|
|
|
|
.gallery-columns-3.gallery-size-thumbnail {
|
|
|
|
display: table;
|
|
|
|
margin: 0 auto 20px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-columns-1 .gallery-item {
|
|
|
|
max-width: 100%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-columns-2 .gallery-item {
|
|
|
|
max-width: 48%;
|
|
|
|
max-width: -webkit-calc(50% - 4px);
|
|
|
|
max-width: calc(50% - 4px);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-columns-3 .gallery-item {
|
|
|
|
max-width: 32%;
|
|
|
|
max-width: -webkit-calc(33.3% - 4px);
|
|
|
|
max-width: calc(33.3% - 4px);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-columns-4 .gallery-item {
|
|
|
|
max-width: 23%;
|
|
|
|
max-width: -webkit-calc(25% - 4px);
|
|
|
|
max-width: calc(25% - 4px);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-5 .gallery-item {
|
|
|
|
max-width: 19%;
|
|
|
|
max-width: -webkit-calc(20% - 4px);
|
|
|
|
max-width: calc(20% - 4px);
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-6 .gallery-item {
|
|
|
|
max-width: 15%;
|
|
|
|
max-width: -webkit-calc(16.7% - 4px);
|
|
|
|
max-width: calc(16.7% - 4px);
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-7 .gallery-item {
|
|
|
|
max-width: 13%;
|
|
|
|
max-width: -webkit-calc(14.28% - 4px);
|
|
|
|
max-width: calc(14.28% - 4px);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-8 .gallery-item {
|
|
|
|
max-width: 11%;
|
|
|
|
max-width: -webkit-calc(12.5% - 4px);
|
|
|
|
max-width: calc(12.5% - 4px);
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-9 .gallery-item {
|
|
|
|
max-width: 9%;
|
|
|
|
max-width: -webkit-calc(11.1% - 4px);
|
|
|
|
max-width: calc(11.1% - 4px);
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-1 .gallery-item:nth-of-type(1n),
|
|
|
|
.gallery-columns-2 .gallery-item:nth-of-type(2n),
|
|
|
|
.gallery-columns-3 .gallery-item:nth-of-type(3n),
|
|
|
|
.gallery-columns-4 .gallery-item:nth-of-type(4n),
|
|
|
|
.gallery-columns-5 .gallery-item:nth-of-type(5n),
|
|
|
|
.gallery-columns-6 .gallery-item:nth-of-type(6n),
|
|
|
|
.gallery-columns-7 .gallery-item:nth-of-type(7n),
|
|
|
|
.gallery-columns-8 .gallery-item:nth-of-type(8n),
|
|
|
|
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
|
|
|
|
margin-right: 0;
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.gallery-caption {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin: 0;
|
|
|
|
max-height: 50%;
|
|
|
|
opacity: 0;
|
|
|
|
padding: 6px 8px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-caption:before {
|
|
|
|
content: "";
|
|
|
|
height: 100%;
|
|
|
|
min-height: 49px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-item:hover .gallery-caption {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.gallery-columns-7 .gallery-caption,
|
|
|
|
.gallery-columns-8 .gallery-caption,
|
|
|
|
.gallery-columns-9 .gallery-caption {
|
|
|
|
display: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 6.5 Post Formats
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.format-aside .entry-content,
|
|
|
|
.format-aside .entry-summary,
|
|
|
|
.format-quote .entry-content,
|
|
|
|
.format-quote .entry-summary,
|
|
|
|
.format-link .entry-content,
|
|
|
|
.format-link.entry-summary {
|
|
|
|
padding-top: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .entry-meta .entry-title {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 12px;
|
2013-10-15 18:46:09 +02:00
|
|
|
font-weight: 400;
|
|
|
|
line-height: 1.3333333333;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
text-transform: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.entry-meta .entry-title a {
|
|
|
|
color: #767676;
|
2013-09-05 19:51:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.entry-meta .entry-title a:hover {
|
|
|
|
color: #2b2b2b;
|
2013-09-05 19:51:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 6.6 Post/Image/Paging Navigation
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-09-05 19:51:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.nav-links {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
2013-09-05 19:51:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.post-navigation,
|
|
|
|
.image-navigation {
|
|
|
|
margin: 24px auto 48px;
|
|
|
|
max-width: 474px;
|
|
|
|
padding: 0 10px;
|
2013-09-06 00:15:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.post-navigation [rel="prev"],
|
|
|
|
.post-navigation [rel="next"],
|
|
|
|
.image-navigation .previous-image,
|
|
|
|
.image-navigation .next-image {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
float: none;
|
|
|
|
padding: 11px 0;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
2013-09-05 19:51:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.post-navigation .meta-nav {
|
|
|
|
color: #767676;
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 2;
|
|
|
|
text-transform: uppercase;
|
2013-09-05 19:51:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.post-navigation a,
|
|
|
|
.image-navigation a {
|
|
|
|
color: #2b2b2b;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1.7142857142;
|
|
|
|
text-transform: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.post-navigation a:hover,
|
|
|
|
.image-navigation a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-10-15 18:46:09 +02:00
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Paging Navigation */
|
2013-07-29 00:55:10 +02:00
|
|
|
|
|
|
|
.paging-navigation {
|
2013-10-15 18:46:09 +02:00
|
|
|
border-top: 5px solid #000;
|
2013-07-29 00:55:10 +02:00
|
|
|
margin: 36px 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.paging-navigation .loop-pagination {
|
2013-10-15 18:46:09 +02:00
|
|
|
margin-top: -5px;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.paging-navigation .page-numbers {
|
2013-10-15 18:46:09 +02:00
|
|
|
border-top: 5px solid transparent;
|
2013-07-29 00:55:10 +02:00
|
|
|
display: inline-block;
|
2013-10-15 18:46:09 +02:00
|
|
|
font-size: 13px;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-weight: 900;
|
2013-10-15 18:46:09 +02:00
|
|
|
margin-right: 1px;
|
|
|
|
padding: 7px 15px;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.paging-navigation .page-numbers.current {
|
2013-10-15 18:46:09 +02:00
|
|
|
border-top: 5px solid #24890d;
|
2013-08-20 19:59:09 +02:00
|
|
|
color: #24890d;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.paging-navigation a {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.paging-navigation a:hover {
|
|
|
|
background-color: #f5f5f5;
|
2013-10-21 18:40:10 +02:00
|
|
|
border-top: 5px solid #55d737;
|
2013-09-25 00:34:09 +02:00
|
|
|
color: #2b2b2b;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.7 Attachments
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-10-21 18:35:09 +02:00
|
|
|
.attachment .content-sidebar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.attachment .entry-content {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment footer.entry-meta {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
2013-10-21 18:35:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.entry-attachment .attachment {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.8 Archives
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
.archive-header,
|
|
|
|
.page-header {
|
|
|
|
margin: 0 auto 12px;
|
2013-09-20 20:22:09 +02:00
|
|
|
max-width: 474px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.archive-title,
|
|
|
|
.page-title {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin: 0 0 24px;
|
2013-10-09 23:42:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.taxonomy-description {
|
|
|
|
color: #767676;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.taxonomy-description p:last-child {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.9 Contributor Page
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
.contributor {
|
2013-07-29 00:55:10 +02:00
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
2013-09-19 19:42:11 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
2013-10-15 18:46:09 +02:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 48px 10px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.contributor-info {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 474px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributor-avatar {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
float: left;
|
|
|
|
margin: 0 30px 20px 0;
|
|
|
|
padding: 2px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.contributor-name {
|
|
|
|
font-size: 16px;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-weight: 900;
|
2013-10-15 18:46:09 +02:00
|
|
|
line-height: 1.5;
|
|
|
|
margin: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.contributor-bio {
|
|
|
|
color: #767676;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.contributor-posts-link {
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 13px 30px 11px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.contributor-posts-link:before {
|
|
|
|
content: "\f443";
|
|
|
|
margin: -3px 5px -2px -3px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.10 404 Page
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
.error404 .page-header,
|
|
|
|
.error404 .page-content {
|
|
|
|
padding-top: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.error404 .page-content .search-form {
|
|
|
|
margin-bottom: 36px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 6.11 Front Page
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
.front-page-content-wrapper {
|
|
|
|
width: 100%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 6.11 Comments
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comments-area {
|
2013-10-08 23:22:10 +02:00
|
|
|
margin: 48px auto;
|
2013-09-20 20:22:09 +02:00
|
|
|
max-width: 474px;
|
|
|
|
padding: 0 10px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.comment-reply-title,
|
|
|
|
.comments-title, {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment-form {
|
2013-07-29 00:55:10 +02:00
|
|
|
background: #fff;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.comment-list {
|
2013-07-29 00:55:10 +02:00
|
|
|
list-style: none;
|
|
|
|
margin: 0 0 48px 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comment-author {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.7142857142;
|
2013-09-03 00:03:08 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.comment-list .reply,
|
|
|
|
.comment-metadata {
|
2013-09-03 00:03:08 +02:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 2;
|
|
|
|
text-transform: uppercase;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.comment-author .fn {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-weight: 900;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comment-author a {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.comment-list .trackback a,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-list .pingback a,
|
|
|
|
.comment-metadata a {
|
2013-08-20 19:59:09 +02:00
|
|
|
color: #767676;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comment-author a:hover,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-list .pingback a:hover,
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment-list .trackback a:hover,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-metadata a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comments-area article,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-list .pingback,
|
|
|
|
.comment-list .trackback {
|
2013-07-29 00:55:10 +02:00
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
margin-bottom: 24px;
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-top: 24px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.comment-list li:first-child article {
|
2013-07-29 00:55:10 +02:00
|
|
|
border: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comments-area article {
|
|
|
|
background: none;
|
|
|
|
min-height: 48px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comment-author {
|
|
|
|
padding-left: 36px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.comment-author .avatar {
|
2013-07-29 00:55:10 +02:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
2013-10-22 18:37:12 +02:00
|
|
|
height: 18px;
|
2013-07-29 00:55:10 +02:00
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
2013-10-15 18:46:09 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2013-09-03 00:03:08 +02:00
|
|
|
width: 18px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.bypostauthor .avatar {
|
2013-09-19 19:36:09 +02:00
|
|
|
background-color: #000;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-03 00:03:08 +02:00
|
|
|
.says {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.comment-author .fn {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-style: normal;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-03 00:03:08 +02:00
|
|
|
.comment-content,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-list .reply,
|
|
|
|
.comment-metadata {
|
2013-07-29 00:55:10 +02:00
|
|
|
padding-left: 36px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-03 00:03:08 +02:00
|
|
|
.comment-edit-link {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-03 00:03:08 +02:00
|
|
|
.comment-edit-link:before {
|
|
|
|
content: "\f411";
|
|
|
|
margin: 3px 2px 0 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-03 00:03:08 +02:00
|
|
|
.comment-reply-link:before,
|
|
|
|
.comment-reply-login:before {
|
|
|
|
content: "\f412";
|
|
|
|
margin: 3px 3px 0 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-05 19:45:08 +02:00
|
|
|
.comment-content {
|
2013-07-29 00:55:10 +02:00
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comment-content ul,
|
2013-08-15 05:13:44 +02:00
|
|
|
.comment-content ol {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin: 0 0 24px 22px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:44 +02:00
|
|
|
.comment-content li > ul,
|
|
|
|
.comment-content li > ol {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:29 +02:00
|
|
|
.comment-list .children {
|
2013-07-29 00:55:10 +02:00
|
|
|
list-style: none;
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-left: 18px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comments-area .children article {
|
|
|
|
border: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment-respond {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-bottom: 24px;
|
2013-10-09 23:42:09 +02:00
|
|
|
padding: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment .comment-respond {
|
2013-09-03 00:03:08 +02:00
|
|
|
margin-left: 36px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment-respond h3 {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-15 05:13:44 +02:00
|
|
|
.no-comments {
|
2013-08-20 19:59:09 +02:00
|
|
|
color: #767676;
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin-top: 24px;
|
|
|
|
padding: 0 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment-form label {
|
2013-07-29 00:55:10 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-21 18:40:10 +02:00
|
|
|
.comment-form input[type="text"],
|
|
|
|
.comment-form input[type="email"],
|
|
|
|
.comment-form input[type="url"] {
|
2013-07-29 00:55:10 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.form-allowed-tags {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.comment-form p:last-child {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-navigation {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 2;
|
|
|
|
margin-bottom: 48px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-navigation .nav-next,
|
|
|
|
.comment-navigation .nav-previous {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-navigation .nav-previous a {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comment-nav-above {
|
|
|
|
margin-top: 36px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 7.0 Sidebars
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-10-21 18:40:10 +02:00
|
|
|
/* Primary Sidebar, Footer Sidebar */
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
#secondary {
|
|
|
|
background-color: #000;
|
2013-10-22 18:37:12 +02:00
|
|
|
border-top: 1px solid #000;
|
2013-10-11 05:17:11 +02:00
|
|
|
clear: both;
|
|
|
|
color: rgba(255, 255, 255, 0.55);
|
2013-10-15 18:46:09 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2857142857;
|
2013-10-22 18:37:12 +02:00
|
|
|
margin-top: -1px;
|
2013-10-15 18:46:09 +02:00
|
|
|
padding: 0 10px;
|
2013-10-11 05:17:11 +02:00
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.site-description {
|
2013-08-20 19:59:09 +02:00
|
|
|
color: rgba(255, 255, 255, 0.55);
|
2013-07-29 00:55:10 +02:00
|
|
|
display: none;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.primary-sidebar {
|
|
|
|
padding-top: 48px;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-21 18:40:10 +02:00
|
|
|
.footer-sidebar a,
|
|
|
|
.primary-sidebar a {
|
2013-10-15 18:46:09 +02:00
|
|
|
color: rgba(255, 255, 255, 0.75);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-21 18:40:10 +02:00
|
|
|
.footer-sidebar a:hover,
|
|
|
|
.primary-sidebar a:hover {
|
|
|
|
color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-21 18:40:10 +02:00
|
|
|
.footer-sidebar .widget-title,
|
|
|
|
.footer-sidebar .widget-title a,
|
|
|
|
.footer-sidebar .widget-title a:hover,
|
|
|
|
.primary-sidebar .widget-title,
|
|
|
|
.primary-sidebar .widget-title a,
|
|
|
|
.primary-sidebar .widget-title a:hover {
|
2013-07-29 00:55:10 +02:00
|
|
|
color: #fff;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Content Sidebar */
|
|
|
|
|
|
|
|
.content-sidebar {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: #767676;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2857142857;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 36px 10px 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 7.1 Widgets
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin: 0 auto 48px;
|
2013-10-22 18:37:12 +02:00
|
|
|
width: 100%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-21 18:40:10 +02:00
|
|
|
.widget p {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget ul,
|
|
|
|
.widget ol {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget li > ol,
|
|
|
|
.widget li > ul {
|
2013-10-11 05:17:11 +02:00
|
|
|
margin-left: 10px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget select,
|
|
|
|
.widget iframe {
|
|
|
|
margin-left: 1px;
|
|
|
|
max-width: 99%;
|
|
|
|
}
|
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.widget-title {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.7142857142;
|
|
|
|
margin: 0 0 24px 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget-area button,
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget-area input[type="button"],
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget-area input[type="reset"],
|
|
|
|
.widget-area input[type="submit"] {
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 6px 24px;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget-area input[type="email"],
|
|
|
|
.widget-area input[type="password"],
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget-area input[type="search"],
|
|
|
|
.widget-area input[type="text"],
|
|
|
|
.widget-area input[type="url"],
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget-area textarea {
|
2013-10-15 18:46:09 +02:00
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
2013-07-29 00:55:10 +02:00
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
color: #fff;
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Calendar Widget*/
|
|
|
|
|
|
|
|
.widget_calendar table,
|
|
|
|
.widget_calendar th,
|
|
|
|
.widget_calendar td {
|
|
|
|
border-color: rgba(255, 255, 255, 0.2);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.widget_calendar table {
|
2013-07-29 00:55:10 +02:00
|
|
|
line-height: 2;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.widget_calendar caption {
|
2013-07-29 00:55:10 +02:00
|
|
|
color: #fff;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1.7142857142;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
text-align: left;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget_calendar thead th {
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_calendar tbody td,
|
|
|
|
.widget_calendar thead th {
|
2013-07-29 00:55:10 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.widget_calendar tbody a {
|
|
|
|
background-color: #24890d;
|
|
|
|
color: #fff;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_calendar tbody a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
background-color: #41a62a;
|
2013-10-11 05:17:11 +02:00
|
|
|
}
|
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
.footer-sidebar .widget_calendar tbody a,
|
|
|
|
.footer-sidebar .widget_calendar tbody a:hover,
|
|
|
|
.primary-sidebar .widget_calendar tbody a,
|
|
|
|
.primary-sidebar .widget_calendar tbody a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.widget_calendar #prev {
|
2013-07-29 00:55:10 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.widget_calendar #next {
|
2013-07-29 00:55:10 +02:00
|
|
|
padding-right: 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Cloud Widgets */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget_tag_cloud div {
|
2013-10-09 23:42:09 +02:00
|
|
|
word-wrap: break-word;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Ephemera Widget*/
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.widget_twentyfourteen_ephemera .hentry {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_twentyfourteen_ephemera li {
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-bottom: 18px;
|
2013-10-11 05:17:11 +02:00
|
|
|
padding: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.widget_twentyfourteen_ephemera .entry-title,
|
|
|
|
.widget_twentyfourteen_ephemera .entry-meta,
|
|
|
|
.widget_twentyfourteen_ephemera .post-format-archive-link {
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 1.6363636363;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.widget_twentyfourteen_ephemera .entry-title {
|
|
|
|
display: inline;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0 0 6px 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.widget_twentyfourteen_ephemera .entry-meta {
|
|
|
|
margin-bottom: 18px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.widget_twentyfourteen_ephemera .post-format-archive-link {
|
|
|
|
display: inline-block;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.widget_twentyfourteen_ephemera .wp-caption-text {
|
|
|
|
margin: 6px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_twentyfourteen_ephemera .format-gallery .wp-caption-text {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget_twentyfourteen_ephemera .entry-content a {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.widget_twentyfourteen_ephemera .entry-content blockquote p cite {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.3846153846;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* List Style Widgets*/
|
|
|
|
|
|
|
|
.widget_archive li,
|
|
|
|
.widget_categories li,
|
|
|
|
.widget_links li,
|
|
|
|
.widget_meta li,
|
|
|
|
.widget_nav_menu li,
|
|
|
|
.widget_pages li,
|
|
|
|
.widget_recent_comments li,
|
|
|
|
.widget_recent_entries li {
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
padding: 8px 0 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_archive li:first-child,
|
|
|
|
.widget_categories li:first-child,
|
|
|
|
.widget_links li:first-child,
|
|
|
|
.widget_meta li:first-child,
|
|
|
|
.widget_nav_menu li:first-child,
|
|
|
|
.widget_pages li:first-child,
|
|
|
|
.widget_recent_comments li:first-child,
|
|
|
|
.widget_recent_entries li:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_archive li li,
|
|
|
|
.widget_categories li li,
|
|
|
|
.widget_links li li,
|
|
|
|
.widget_meta li li,
|
|
|
|
.widget_nav_menu li li,
|
|
|
|
.widget_pages li li,
|
|
|
|
.widget_recent_comments li li,
|
|
|
|
.widget_recent_entries li li {
|
|
|
|
border-top: none;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
/* Recent Posts Widget */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.widget_recent_entries .post-date {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
/* RSS Widget */
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.widget_rss a img {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_rss li {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_rss li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Text Widget */
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.widget_text > div > :last-child {
|
|
|
|
margin-bottom: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 7.2 Content Sidebar Widgets
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.content-sidebar.widget-area .widget-title {
|
2013-07-29 00:55:10 +02:00
|
|
|
border-top: 5px solid #000;
|
|
|
|
color: #2b2b2b;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 900;
|
2013-10-11 05:17:11 +02:00
|
|
|
margin-bottom: 18px;
|
2013-07-29 00:55:10 +02:00
|
|
|
padding-top: 7px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.content-sidebar.widget-area .widget-title a,
|
|
|
|
.content-sidebar.widget-area .widget-title a:hover {
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar.widget-area button,
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-sidebar.widget-area input[type="button"],
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar.widget-area input[type="reset"],
|
|
|
|
.content-sidebar.widget-area input[type="submit"] {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar.widget-area input[type="email"],
|
|
|
|
.content-sidebar.widget-area input[type="password"],
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-sidebar.widget-area input[type="search"],
|
|
|
|
.content-sidebar.widget-area input[type="text"],
|
|
|
|
.content-sidebar.widget-area input[type="url"],
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar.widget-area textarea {
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* List Style Widgets*/
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar .widget_archive li,
|
|
|
|
.content-sidebar .widget_categories li,
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-sidebar .widget_links li,
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar .widget_meta li,
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-sidebar .widget_nav_menu li,
|
|
|
|
.content-sidebar .widget_pages li,
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar .widget_recent_comments li,
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-sidebar .widget_recent_entries li {
|
|
|
|
border-color: rgba(0, 0, 0, 0.1);
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
.content-sidebar .widget .children,
|
|
|
|
.content-sidebar .widget .sub-menu {
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/* Calendar Widget */
|
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.content-sidebar .widget_calendar table,
|
2013-10-15 18:46:09 +02:00
|
|
|
.content-sidebar .widget_calendar th,
|
|
|
|
.content-sidebar .widget_calendar td {
|
2013-07-29 00:55:10 +02:00
|
|
|
border-color: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.content-sidebar .widget_calendar caption {
|
2013-07-29 00:55:10 +02:00
|
|
|
color: #2b2b2b;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.content-sidebar .widget_calendar thead th {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.02);
|
|
|
|
}
|
2013-10-11 05:17:11 +02:00
|
|
|
|
|
|
|
/* Ephemera widget*/
|
2013-10-21 18:33:09 +02:00
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
|
|
|
|
line-height: 1.2857142857;
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
|
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 6px 0 9px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
|
|
|
|
content: "\f104";
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
|
|
|
|
content: "\f102";
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
|
|
|
|
content: "\f103";
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
|
|
|
|
content: "\f101";
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
|
|
|
|
content: "\f106";
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
|
|
|
|
content: "\f107";
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera li {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .entry-title,
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta,
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .more-link,
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .entry-title {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
|
2013-10-15 18:46:09 +02:00
|
|
|
color: #ccc;
|
2013-10-11 05:17:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
|
|
|
|
color: #767676;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover{
|
|
|
|
color: #2b2b2b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
|
|
|
|
color: #24890d;
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 8.0 Footer
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-10-11 05:17:11 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
#supplementary {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.site-footer {
|
|
|
|
background-color: #000;
|
2013-10-15 18:46:09 +02:00
|
|
|
color: #949a92;
|
2013-10-11 05:17:11 +02:00
|
|
|
font-size: 12px;
|
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.footer-sidebar {
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
2013-10-22 18:37:12 +02:00
|
|
|
padding-top: 48px;
|
2013-10-15 18:46:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.site-info {
|
2013-10-15 18:46:09 +02:00
|
|
|
color: rgba(255, 255, 255, 0.75);
|
2013-10-11 05:17:11 +02:00
|
|
|
padding: 15px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-info a {
|
2013-10-15 18:46:09 +02:00
|
|
|
color: rgba(255, 255, 255, 0.75);
|
2013-10-11 05:17:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-info a:hover {
|
|
|
|
color: #fff;
|
2013-08-20 19:53:09 +02:00
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
|
2013-09-19 23:33:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 9.0 Featured Content
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-09-19 23:33:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.featured-content {
|
2013-10-22 19:00:10 +02:00
|
|
|
background: url(images/pattern-dark.svg) #4d4d4d repeat fixed;
|
2013-10-11 05:17:11 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
2013-10-15 18:46:09 +02:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.featured-content .hentry {
|
|
|
|
color: #fff;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
background-color: #000;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured:hover img {
|
|
|
|
opacity: 0.85;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.featured-content .entry-wrap {
|
|
|
|
background-color: #000;
|
2013-10-21 18:33:09 +02:00
|
|
|
border-color: #000;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 12px 10px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 96px;
|
2013-10-15 18:46:09 +02:00
|
|
|
overflow: hidden;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.featured-content a {
|
|
|
|
color: #fff;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.featured-content a:hover {
|
2013-10-21 18:40:10 +02:00
|
|
|
color: #55d737;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.featured-content .entry-meta {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1.0909090909;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-content .cat-links {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-content .entry-title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.3333333333;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-transform: uppercase;
|
2013-09-19 23:33:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
/**
|
|
|
|
* 10.0 Media Queries
|
|
|
|
* -----------------------------------------------------------------------------
|
|
|
|
*/
|
2013-07-29 00:55:10 +02:00
|
|
|
|
|
|
|
@media screen and (max-width: 400px) {
|
2013-10-16 01:24:10 +02:00
|
|
|
.list-view .featured-thumbnail {
|
2013-07-29 00:55:10 +02:00
|
|
|
background: none;
|
|
|
|
min-height: 0;
|
|
|
|
width: auto;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-16 01:24:10 +02:00
|
|
|
.list-view .featured-thumbnail img {
|
2013-07-29 00:55:10 +02:00
|
|
|
float: left;
|
|
|
|
margin: 0 10px 3px 0;
|
|
|
|
width: 84px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.list-view .site-content .entry-header {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: transparent;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.list-view .content-area {
|
|
|
|
padding: 12px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-view .site-content .hentry {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
margin-bottom: 12px;
|
|
|
|
min-height: 60px;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-view .site-content .cat-links,
|
|
|
|
.list-view .site-content .entry-content,
|
|
|
|
.list-view .site-content .entry-summary,
|
|
|
|
.list-view .site-content footer.entry-meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-view .site-content .entry-title {
|
2013-10-09 23:42:09 +02:00
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.2;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
text-transform: none;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.list-view .site-content .format-aside .entry-title,
|
|
|
|
.list-view .site-content .format-link .entry-title,
|
|
|
|
.list-view .site-content .format-quote .entry-title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-view .site-content .entry-meta {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: transparent;
|
|
|
|
clear: none;
|
|
|
|
margin: 0;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.archive-header,
|
|
|
|
.page-header {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
padding-top: 12px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.error404 .page-header {
|
|
|
|
border-bottom: 0;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
@media screen and (min-width: 401px) {
|
2013-10-16 01:24:10 +02:00
|
|
|
a.featured-thumbnail:hover img {
|
2013-09-25 00:20:10 +02:00
|
|
|
opacity: 0.85;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.full-size-link:before,
|
2013-10-15 18:46:09 +02:00
|
|
|
.parent-post-link:before,
|
|
|
|
.site-content span + .byline:before,
|
|
|
|
.site-content span + .comments-link:before,
|
|
|
|
.site-content span + .edit-link:before,
|
|
|
|
.site-content span + .entry-date:before {
|
|
|
|
content: "";
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.attachment span.entry-date:before,
|
2013-08-22 19:01:08 +02:00
|
|
|
.entry-meta .edit-link a:before,
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .byline a:before,
|
|
|
|
.site-content .comments-link a:before,
|
|
|
|
.site-content .entry-date a:before,
|
|
|
|
.site-content .featured-post:before,
|
|
|
|
.site-content .full-size-link a:before,
|
|
|
|
.site-content .parent-post-link a:before,
|
|
|
|
.site-content .post-format a:before {
|
2013-07-29 00:55:10 +02:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2013-10-15 18:46:09 +02:00
|
|
|
display: inline-block;
|
|
|
|
font-family: Genericons;
|
|
|
|
font-size: 16px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
2013-07-29 00:55:10 +02:00
|
|
|
text-transform: none;
|
2013-09-24 18:42:10 +02:00
|
|
|
vertical-align: top;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-meta > span {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-video .post-format a:before {
|
|
|
|
content: "\f104";
|
|
|
|
margin: -2px 2px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-image .post-format a:before {
|
|
|
|
content: "\f102";
|
|
|
|
margin: -3px 3px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-quote .post-format a:before {
|
|
|
|
content: "\f106";
|
|
|
|
margin: -3px 3px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-gallery .post-format a:before {
|
|
|
|
content: "\f103";
|
|
|
|
margin: -3px 4px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-aside .post-format a:before {
|
|
|
|
content: "\f101";
|
|
|
|
margin: -2px 3px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-link .post-format a:before {
|
|
|
|
content: "\f107";
|
|
|
|
margin: -2px 3px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .featured-post:before {
|
|
|
|
content: "\f308";
|
|
|
|
margin: -3px 3px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-date a:before,
|
2013-09-20 20:22:09 +02:00
|
|
|
.attachment span.entry-date:before {
|
2013-10-15 18:46:09 +02:00
|
|
|
content: "\f303";
|
|
|
|
margin: -2px 1px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .byline a:before {
|
|
|
|
content: "\f304";
|
|
|
|
margin: -3px 0 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .comments-link a:before {
|
|
|
|
content: "\f300";
|
|
|
|
margin: -3px 2px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.entry-meta .edit-link a:before {
|
2013-10-15 18:46:09 +02:00
|
|
|
content: "\f411";
|
|
|
|
margin: -3px 2px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .full-size-link a:before {
|
|
|
|
content: "\f402";
|
|
|
|
margin: -3px 2px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .parent-post-link a:before {
|
|
|
|
content: "\f301";
|
|
|
|
margin: -3px 2px 0 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-16 01:24:10 +02:00
|
|
|
.list-view .site-content .has-featured-image .featured-thumbnail,
|
|
|
|
.list-view .site-content .format-standard .featured-thumbnail {
|
2013-10-15 18:46:09 +02:00
|
|
|
margin-top: -49px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.list-view .site-content .hentry {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
padding-top: 48px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.archive-header,
|
|
|
|
.page-header {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
@media screen and (min-width: 642px) {
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .entry-header {
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-right: 30px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .has-featured-image .entry-header,
|
|
|
|
.site-content .format-standard .entry-header {
|
2013-10-08 23:22:10 +02:00
|
|
|
margin-top: -48px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-standard.post-password-required .entry-header {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-top: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 673px) {
|
2013-08-20 19:31:08 +02:00
|
|
|
.content-area {
|
2013-07-29 00:55:10 +02:00
|
|
|
float: left;
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-top: 36px;
|
2013-07-29 00:55:10 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.site-content {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: 33.33333333%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.full-width .site-content {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .has-featured-image .entry-header,
|
|
|
|
.site-content .format-standard .entry-header {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.full-width .site-content .has-featured-image .entry-header,
|
|
|
|
.full-width .site-content .format-standard .entry-header {
|
|
|
|
margin-top: -48px;
|
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.archive-header,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comments-area,
|
|
|
|
.image-navigation,
|
2013-09-20 20:22:09 +02:00
|
|
|
.page-header,
|
|
|
|
.page-content,
|
|
|
|
.post-navigation,
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .entry-content,
|
|
|
|
.site-content .entry-summary,
|
|
|
|
.site-content footer.entry-meta {
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-right: 30px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar {
|
|
|
|
border: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
float: right;
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-left: -33.33333333%;
|
|
|
|
padding: 36px 30px 24px;
|
|
|
|
width: 33.33333333%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-10 17:36:10 +02:00
|
|
|
.featured-content .hentry {
|
2013-07-29 00:55:10 +02:00
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-10 17:36:10 +02:00
|
|
|
.featured-content .hentry:nth-child( 2n+1 ) {
|
2013-07-29 00:55:10 +02:00
|
|
|
clear: both;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-10 17:36:10 +02:00
|
|
|
.featured-content .entry-wrap {
|
2013-07-29 00:55:10 +02:00
|
|
|
height: 96px;
|
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 186px;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
@media screen and (min-width: 782px) {
|
2013-09-20 20:22:09 +02:00
|
|
|
.header-main {
|
2013-10-22 18:37:12 +02:00
|
|
|
padding: 0 0 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-toggle {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
/* Fixed Header */
|
|
|
|
|
|
|
|
.masthead-fixed .site-header {
|
|
|
|
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-bar.masthead-fixed .site-header {
|
|
|
|
top: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-bar.mp6.masthead-fixed .site-header {
|
|
|
|
top: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.masthead-fixed .site-main {
|
|
|
|
margin-top: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Primary Navigation */
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.primary-navigation {
|
2013-10-22 18:37:12 +02:00
|
|
|
float: right;
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 0 10px 0 -10px;
|
|
|
|
padding: 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation .menu-toggle {
|
|
|
|
display: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation .nav-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation.toggled-on {
|
|
|
|
border-bottom: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation li {
|
|
|
|
border: 0;
|
|
|
|
display: inline-block;
|
|
|
|
height: 48px;
|
|
|
|
line-height: 48px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation a {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul ul {
|
|
|
|
background-color: #24890d;
|
|
|
|
float: left;
|
|
|
|
position: absolute;
|
|
|
|
top: 48px;
|
|
|
|
left: -999em;
|
|
|
|
z-index: 99999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation li li {
|
|
|
|
border: 0;
|
2013-09-20 20:22:09 +02:00
|
|
|
display: block;
|
2013-10-22 18:37:12 +02:00
|
|
|
height: auto;
|
|
|
|
line-height: 1.0909090909;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul ul ul {
|
|
|
|
left: -999em;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul ul li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul ul a {
|
|
|
|
padding: 18px 12px;
|
|
|
|
white-space: normal;
|
|
|
|
width: 144px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation li:hover > a {
|
|
|
|
background-color: #24890d;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul ul a:hover {
|
|
|
|
background-color: #41a62a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul li:hover > ul,
|
|
|
|
.primary-navigation ul li.focus > ul {
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation ul ul li:hover > ul,
|
|
|
|
.primary-navigation ul ul li.focus > ul {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.primary-navigation li .current_page_item > a,
|
|
|
|
.primary-navigation li .current_page_ancestor > a,
|
|
|
|
.primary-navigation li .current-menu-item > a,
|
|
|
|
.primary-navigation li .current-menu-ancestor > a {
|
|
|
|
background-color: #000;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 213px;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
@media screen and (min-width: 810px) {
|
2013-10-15 18:46:09 +02:00
|
|
|
.full-width .site-content blockquote.alignleft,
|
|
|
|
.full-width .site-content blockquote.alignright {
|
|
|
|
width: -webkit-calc(50% + 130px);
|
|
|
|
width: calc(50% + 130px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-width .site-content blockquote.alignleft,
|
|
|
|
.full-width .site-content img.size-full.alignleft,
|
|
|
|
.full-width .site-content img.size-large.alignleft,
|
|
|
|
.full-width .site-content img.size-medium.alignleft,
|
|
|
|
.full-width .site-content .wp-caption.alignleft {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-left: -168px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.full-width .site-content blockquote.alignrigh,
|
|
|
|
.full-width .site-content img.size-full.alignright,
|
|
|
|
.full-width .site-content img.size-large.alignright,
|
|
|
|
.full-width .site-content img.size-medium.alignright,
|
|
|
|
.full-width .site-content .wp-caption.alignright {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: -168px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-21 18:35:09 +02:00
|
|
|
.attachment .entry-attachment .attachment {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: -168px;
|
|
|
|
margin-left: -168px;
|
|
|
|
max-width: 810px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.attachment .site-content .attachment img {
|
|
|
|
display: block;
|
2013-10-08 23:22:10 +02:00
|
|
|
margin: 0 auto;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.contributor-avatar {
|
|
|
|
margin-left: -168px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.contributor-summary {
|
2013-10-09 23:42:09 +02:00
|
|
|
float: left;
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 224px;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 870px) {
|
2013-10-08 23:22:10 +02:00
|
|
|
.content-area,
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar {
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-top: 72px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .has-featured-image .entry-header,
|
|
|
|
.site-content .format-standard .entry-header {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-top: -48px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-standard.post-password-required .entry-header {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.comment-list .trackback,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-list .pingback,
|
|
|
|
.comments-area article {
|
2013-07-29 00:55:10 +02:00
|
|
|
margin-bottom: 36px;
|
|
|
|
padding-top: 36px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.comment-author .avatar {
|
2013-10-22 18:37:12 +02:00
|
|
|
height: 34px;
|
2013-09-20 20:22:09 +02:00
|
|
|
top: 2px;
|
|
|
|
width: 34px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-22 19:01:08 +02:00
|
|
|
.comment-author,
|
2013-09-03 00:03:08 +02:00
|
|
|
.comment-content,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comment-list .reply,
|
|
|
|
.comment-metadata {
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-left: 54px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.comment-list .children {
|
|
|
|
margin-left: 37px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-03 00:03:08 +02:00
|
|
|
.comment .comment-respond {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-16 05:47:09 +02:00
|
|
|
.featured-content {
|
|
|
|
margin-bottom: -24px;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.attachment-featured-featured {
|
2013-10-21 18:33:09 +02:00
|
|
|
height: 241px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1008px) {
|
|
|
|
.search-box-wrapper {
|
|
|
|
padding-left: 182px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.site-content {
|
|
|
|
margin: 0 29.04761904% 0 182px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .entry-header {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content .has-featured-image .entry-header,
|
|
|
|
.site-content .format-standard .entry-header {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.content-sidebar {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-left: -29.04761904%;
|
|
|
|
width: 29.04761904%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-08-20 19:31:08 +02:00
|
|
|
.site:before {
|
2013-07-29 00:55:10 +02:00
|
|
|
background-color: #000;
|
2013-10-15 18:46:09 +02:00
|
|
|
content: "";
|
2013-08-15 05:13:29 +02:00
|
|
|
display: block;
|
2013-07-29 00:55:10 +02:00
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
position: absolute;
|
2013-10-15 18:46:09 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2013-09-20 20:22:09 +02:00
|
|
|
width: 182px;
|
2013-07-29 00:55:10 +02:00
|
|
|
z-index: 2;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
#secondary {
|
|
|
|
background-color: transparent;
|
2013-10-22 18:37:12 +02:00
|
|
|
border-top: 0;
|
2013-07-29 00:55:10 +02:00
|
|
|
clear: none;
|
|
|
|
float: left;
|
2013-10-09 23:42:09 +02:00
|
|
|
font-size: 11px;
|
2013-07-29 00:55:10 +02:00
|
|
|
line-height: 1.6363636363;
|
|
|
|
margin: 0 0 0 -100%;
|
2013-10-08 23:37:09 +02:00
|
|
|
min-height: 100vh;
|
2013-10-22 18:37:12 +02:00
|
|
|
padding: 0 30px;
|
2013-10-21 18:33:09 +02:00
|
|
|
width: 122px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.primary-sidebar {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.footer-sidebar .widget_archive li,
|
|
|
|
.footer-sidebar .widget_categories li,
|
|
|
|
.footer-sidebar .widget_links li,
|
|
|
|
.footer-sidebar .widget_meta li,
|
|
|
|
.footer-sidebar .widget_nav_menu li,
|
|
|
|
.footer-sidebar .widget_pages li,
|
|
|
|
.footer-sidebar .widget_recent_comments li,
|
|
|
|
.footer-sidebar .widget_recent_entries li,
|
|
|
|
.primary-sidebar .widget_archive li,
|
|
|
|
.primary-sidebar .widget_categories li,
|
|
|
|
.primary-sidebar .widget_links li,
|
|
|
|
.primary-sidebar .widget_meta li,
|
|
|
|
.primary-sidebar .widget_nav_menu li,
|
|
|
|
.primary-sidebar .widget_pages li,
|
|
|
|
.primary-sidebar .widget_recent_comments li,
|
|
|
|
.primary-sidebar .widget_recent_entries li {
|
|
|
|
border-top: none;
|
|
|
|
padding: 0;
|
2013-10-08 23:37:09 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.site-description {
|
|
|
|
display: block;
|
|
|
|
line-height: 1.6363636363;
|
|
|
|
margin: -3px 0 21px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation {
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
font-size: 11px;
|
2013-10-22 18:37:12 +02:00
|
|
|
margin: 0 0 48px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation ul,
|
|
|
|
.secondary-navigation ul ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation li {
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
position: relative;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation ul ul {
|
|
|
|
background: rgba(0, 0, 0, 0.9);
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2013-10-15 18:46:09 +02:00
|
|
|
top: -1px;
|
2013-10-21 18:33:09 +02:00
|
|
|
left: 122px;
|
|
|
|
width: 122px;
|
2013-07-29 00:55:10 +02:00
|
|
|
z-index: 9999;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation ul li:hover {
|
|
|
|
background: #000;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-07-29 00:55:10 +02:00
|
|
|
.secondary-navigation ul li:hover > ul {
|
|
|
|
display: block;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.primary-sidebar .widget-title,
|
|
|
|
.footer-sidebar .widget-title {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 11px;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1.6363636363;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-22 18:37:12 +02:00
|
|
|
#supplementary {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.footer-sidebar {
|
2013-07-29 00:55:10 +02:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 1.6363636363;
|
2013-10-22 18:37:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-footer .widget {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
float: left;
|
|
|
|
padding: 0 30px;
|
|
|
|
width: 25%;
|
2013-10-11 05:17:11 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-11 05:17:11 +02:00
|
|
|
.site-info {
|
2013-10-21 18:33:09 +02:00
|
|
|
padding: 15px 30px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.front-page-content-wrapper {
|
|
|
|
float: left;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.featured-content {
|
|
|
|
padding-left: 182px;
|
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.featured-content .hentry {
|
|
|
|
width: 33.3333333%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-content .hentry:nth-child( 2n+1 ) {
|
|
|
|
clear: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-content .hentry:nth-child( 3n+1 ) {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-content .entry-wrap {
|
|
|
|
height: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 152px;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
@media screen and (min-width: 1040px) {
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .has-featured-image .entry-header,
|
|
|
|
.site-content .format-standard .entry-header {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-top: -48px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
|
|
|
.site-content .format-standard.post-password-required .entry-header {
|
2013-10-08 23:22:10 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.archive-header,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comments-area,
|
|
|
|
.image-navigation,
|
2013-09-20 20:22:09 +02:00
|
|
|
.page-header,
|
|
|
|
.page-content,
|
|
|
|
.post-navigation,
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .entry-header,
|
|
|
|
.site-content .entry-content,
|
|
|
|
.site-content .entry-summary,
|
|
|
|
.site-content footer.entry-meta {
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-10-08 23:22:10 +02:00
|
|
|
.full-width .archive-header,
|
2013-10-15 18:46:09 +02:00
|
|
|
.full-width .comments-area,
|
|
|
|
.full-width .image-navigation,
|
2013-10-08 23:22:10 +02:00
|
|
|
.full-width .page-header,
|
|
|
|
.full-width .page-content,
|
|
|
|
.full-width .post-navigation,
|
2013-10-15 18:46:09 +02:00
|
|
|
.full-width .site-content .entry-header,
|
|
|
|
.full-width .site-content .entry-content,
|
|
|
|
.full-width .site-content .entry-summary,
|
|
|
|
.full-width .site-content footer.entry-meta {
|
|
|
|
padding-right: 30px;
|
|
|
|
padding-left: 30px;
|
2013-10-08 23:22:10 +02:00
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 158px;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1080px) {
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content {
|
|
|
|
margin-left: 222px;
|
|
|
|
}
|
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.site:before {
|
|
|
|
width: 222px;
|
2013-09-03 00:03:08 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.search-box-wrapper,
|
|
|
|
.featured-content {
|
|
|
|
padding-left: 222px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
#secondary,
|
|
|
|
.secondary-navigation ul ul {
|
2013-10-21 18:33:09 +02:00
|
|
|
width: 162px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.secondary-navigation ul ul {
|
2013-10-21 18:33:09 +02:00
|
|
|
left: 162px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1110px) {
|
2013-09-02 23:21:09 +02:00
|
|
|
.archive-header,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comments-area,
|
|
|
|
.image-navigation,
|
2013-09-20 20:22:09 +02:00
|
|
|
.page-header,
|
|
|
|
.page-content,
|
|
|
|
.post-navigation,
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .entry-header,
|
|
|
|
.site-content .entry-content,
|
|
|
|
.site-content .entry-summary,
|
|
|
|
.site-content footer.entry-meta {
|
2013-09-20 20:22:09 +02:00
|
|
|
padding-right: 30px;
|
|
|
|
padding-left: 30px;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 164px;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1218px) {
|
|
|
|
.archive-header,
|
2013-10-15 18:46:09 +02:00
|
|
|
.comments-area,
|
|
|
|
.image-navigation,
|
2013-09-20 20:22:09 +02:00
|
|
|
.page-header,
|
|
|
|
.page-content,
|
|
|
|
.post-navigation,
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content .entry-header,
|
|
|
|
.site-content .entry-content,
|
|
|
|
.site-content .entry-summary,
|
|
|
|
.site-content footer.entry-meta {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: 54px;
|
|
|
|
}
|
2013-10-15 18:46:09 +02:00
|
|
|
|
2013-09-20 20:22:09 +02:00
|
|
|
.full-width .archive-header,
|
2013-10-15 18:46:09 +02:00
|
|
|
.full-width .comments-area,
|
|
|
|
.full-width .image-navigation,
|
2013-09-20 20:22:09 +02:00
|
|
|
.full-width .page-header,
|
|
|
|
.full-width .page-content,
|
|
|
|
.full-width .post-navigation,
|
2013-10-15 18:46:09 +02:00
|
|
|
.full-width .site-content .entry-header,
|
|
|
|
.full-width .site-content .entry-content,
|
|
|
|
.full-width .site-content .entry-summary,
|
|
|
|
.full-width .site-content footer.entry-meta {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: auto;
|
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 184px;
|
|
|
|
}
|
2013-09-20 20:22:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1260px) {
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content blockquote.alignleft,
|
|
|
|
.site-content blockquote.alignright {
|
2013-09-20 20:22:09 +02:00
|
|
|
width: -webkit-calc(50% + 18px);
|
|
|
|
width: calc(50% + 18px);
|
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content blockquote.alignleft {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-left: -18%;
|
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
2013-10-15 18:46:09 +02:00
|
|
|
.site-content blockquote.alignright {
|
2013-09-20 20:22:09 +02:00
|
|
|
margin-right: -18%;
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|
2013-10-21 18:33:09 +02:00
|
|
|
|
|
|
|
.attachment-featured-featured {
|
|
|
|
height: 192px;
|
|
|
|
}
|
2013-07-29 00:55:10 +02:00
|
|
|
}
|