/home/coolpkct/www/websites/cake3.cool.rocks/_themes/kosel/css/styles.css
/* Generated from SASS source code */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
/* list-style: none; */
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ==================== The following styles are common to Boma, Kosel and Zero =============== */
@font-face {
font-family: "meteocons";
src: url("../../base/fonts/meteocons.eot");
src: url("../../base/fonts/meteocons.eot?#iefix") format("embedded-opentype"), url("../../base/fonts/meteocons.woff") format("woff"), url("../../base/fonts/meteocons.ttf") format("truetype"), url("../../base/fonts/meteocons.svg#meteocons") format("svg");
font-weight: normal;
font-style: normal;
}
html {
overflow-y: scroll;
overflow-x: hidden;
}
body {
font-family: Arial, sans-serif;
font-size: 75%;
font-weight: normal;
line-height: 1.75;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0 2.5%;
}
:focus {
outline: 0;
}
a {
text-decoration: none;
-webkit-transition: color .4s ease-out;
-moz-transition: color .4s ease-out;
-o-transition: color .4s ease-out;
-ms-transition: color .4s ease-out;
transition: color .4s ease-out;
}
a img {
border: none;
}
p, ul, ol, dl {
margin: 0.25em 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 0.333333em 0;
font-style: normal;
line-height: 1.1;
}
img, object, embed {
-ms-interpolation-mode: bicubic;
max-width: 100%;
}
img.sk-auto-height {
/* Override height settings from CKEditor defaults. See ckeditordialogue.js */
height: auto !important;
}
b, strong {
font-weight: bold;
}
em, i {
font-style: italic;
}
object, embed {
height: auto;
}
/**
* Main blocks
*/
#wrapper,
header,
section,
footer {
position: relative;
}
#wrapper:before, #wrapper:after,
header:before,
header:after,
section:before,
section:after,
footer:before,
footer:after {
/* Micro clearfix */
content: " ";
display: table;
}
#wrapper:after,
header:after,
section:after,
footer:after {
clear: both;
}
.ie7 #wrapper, .ie7
header, .ie7
section, .ie7
footer {
*zoom: 1;
}
footer {
clear: both;
margin-bottom: 1em;
}
/**
* Modules
* Re-usable css for use across themes
* Designed to work with standard template html
*/
/**
* Module to show / hide main nav on smaller screens
* See init.js
*/
.hidden-nav {
display: none;
}
.nav-anchors {
position: absolute;
right: 0;
top: -0.5em;
list-style-type: none;
padding-left: 0;
margin: 0;
}
#menu-anchor {
font-size: 4em;
line-height: 1;
display: block;
}
/* Use data attributes to insert menu icon */
#menu-anchor [data-icon]:before {
font-family: 'meteocons';
content: attr(data-icon);
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
/* Show hidden nav and hide menu icon */
.hidden-nav {
display: block;
}
#nav-anchors {
display: none;
}
}
/**
* Page body module styles user-provided html from CKEditor
*/
.page-body {
line-height: 1.75;
}
.page-body a {
border-bottom: 1px dotted;
}
.page-body ul,
.page-body ol {
padding-left: 2em;
}
.page-body li {
margin-bottom: 0.75em;
}
.page-body dd {
margin-bottom: 1em;
}
.page-body h2:empty {
margin: 0;
padding: 0;
}
.page-body table {
width: 100%;
/* Don't use shorthand because it sets color to text color */
border-width: 1px;
border-style: solid;
margin: 0 1em 1em 0;
}
.page-body caption,
.page-body th {
text-align: left;
font-weight: bold;
}
.page-body th,
.page-body td {
border-width: 1px;
border-style: solid;
padding: 0 0.25em;
}
@media only screen and (min-width: 768px) {
.body-content {
-moz-column-gap: 2.5em;
-moz-column-rule: none;
-webkit-column-gap: 2.5em;
-webkit-column-rule: none;
column-gap: 2.5em;
column-rule: none;
}
.columns-2 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.columns-3 {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
/**
* Gallery modules
*/
.gallery {
margin-bottom: 2em;
}
.gallery-juicebox .jb-splash a {
color: #FFFFFF;
}
.gallery-listviewer .gallery-wrap {
list-style-type: none;
margin: 0;
padding: 0;
}
.gallery-listviewer .gallery-wrap > .gallery-item:last-child {
margin: 0;
}
.gallery-listviewer .gallery-item {
padding: 0;
margin: 0 0 2em 0;
}
.gallery-listviewer .gallery-item .title {
margin-bottom: 0;
}
.gallery-listviewer .gallery-item .title + .caption {
margin-top: 0;
}
.gallery-listviewer .center {
margin: 0 auto;
}
.gallery-listviewer .image-wrap {
/* intrinsic ratios image sizing */
position: relative;
height: 0;
background-color: #666;
margin-bottom: 1em;
}
.gallery-listviewer .image-wrap img {
position: absolute;
top: 0;
left: 0;
}
/**
* Gallery index module
*/
.thumbs {
list-style-type: none;
margin: 0;
padding: 0;
}
.thumbs:before, .thumbs:after {
/* Micro clearfix */
content: " ";
display: table;
}
.thumbs:after {
clear: both;
}
.ie7 .thumbs {
*zoom: 1;
}
.thumbs figure {
text-align: center;
}
.thumbs figcaption {
margin: 0.5em 0 0.5em;
text-align: center;
line-height: 1.25;
overflow: hidden;
height: 3.75em;
}
.thumbs figcaption a {
border-bottom: none;
}
.thumbs .thumb-image {
opacity: 0.999;
/* hack for 1 px white line over drop shadows in FF Mac */
}
.thumbs a:hover .thumb-image {
opacity: 0.8;
}
.thumbs .image-wrap {
/* Intrinsic ratios image sizing */
position: relative;
height: 0;
}
.thumbs .image-wrap img {
position: absolute;
left: 0;
top: 0;
}
.thumbs-item {
margin-top: 0;
margin-bottom: 0.5em;
zoom: 1;
margin-left: auto;
margin-right: auto;
width: 98.75%;
/* Left margin collapses into parent */
}
@media only screen and (min-width: 330px) {
/* all layouts gallery thumbs switch to 2 columns */
.thumbs-item {
float: left;
margin-left: 1.25%;
margin-right: 1.25%;
width: 47.5%;
}
.ie7 .thumbs .thumbs-item {
width: 47.25%;
/* ie7 rounding correction */
}
}
/**
* vcard module
*/
.vcard {
margin-bottom: 0.75em;
}
.vcard .adr > span {
display: block;
line-height: 1.4;
}
/* ========================== Kosel Styles ============================================= */
@font-face {
font-family: "BebasNeueRegular";
src: url("../fonts/BebasNeue-webfont.eot");
src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
font-weight: normal;
font-style: normal;
}
/**
* Base styles
*/
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.333333em;
}
h3, h4, h5, h6 {
font-size: 1.166666em;
}
/**
* Layout styles
*/
#wrapper {
max-width: 1078px;
/* 1024/0.95 to allow for margins */
margin: 12px auto;
}
.content, header, footer {
margin-left: 2.5%;
margin-right: 2.5%;
}
header {
margin-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
min-height: 59px;
}
header .hgroup {
width: 80%;
overflow: hidden;
}
@media only screen and (min-width: 768px) {
header .hgroup {
float: left;
width: 30%;
}
}
header h1 {
font-size: 32px;
margin-bottom: 3px;
}
header h2 {
margin-bottom: 6px;
font-size: 12px;
}
.restricted > * {
max-width: 560px;
}
.restricted > div {
max-width: none;
}
.gallery li,
.vcard {
border-bottom-width: 1px;
border-bottom-style: solid;
}
footer {
margin-top: 1em;
padding-top: 1em;
border-top-width: 1px;
border-top-style: solid;
}
footer small {
font-size: 0.9166666em;
}
/*
* Top-right navigation module
* Subnav is cloned with js and shown on wide screens as a separate list to achieve right-align
* nav ul ul selects subnav on small screens only
* .nav2 selects subnav on wide screens
* .subnav selects subnav on all screens
*/
nav {
overflow: hidden;
margin-top: 1em;
}
nav ul {
overflow: hidden;
list-style: none;
}
nav ul li {
white-space: nowrap;
}
nav ul a {
text-decoration: none;
font-size: 14px;
line-height: 20px;
vertical-align: text-top;
}
nav ul ul li {
float: left;
margin-right: 0.5em;
}
.subnav a {
font-size: 12px;
line-height: 16px;
}
.nav-2 {
display: none;
/* hide js generated sub nav */
}
.nav-2 li {
min-height: 18px;
}
@media only screen and (min-width: 768px) {
nav {
float: right;
width: 70%;
margin-top: 0;
}
nav ul {
margin: 0;
line-height: 1;
}
nav ul ul {
display: none;
/* hide regular sub nav */
}
nav > ul {
float: right;
text-align: right;
margin: 2px 0 15px 0;
}
nav > ul li {
display: inline-block;
margin-left: 0.5em;
}
.nav-2 {
display: block;
/* show js generated sub nav */
float: right;
text-align: right;
margin: 0 0 4px 0;
clear: both;
}
.no-js nav ul {
float: none;
text-align: left;
display: block;
clear: none;
}
.no-js nav ul li {
display: block;
}
}
/**
* Individual page styles
*/
.type-galleryindex .content,
.type-listviewer .gallery {
margin-top: 1em;
}
.type-about .profile-image {
margin: 0.25em 0 1em 0;
}
@media only screen and (min-width: 480px) {
.type-about .profile-image {
margin: 0.25em 0 0 0;
width: 40%;
float: right;
text-align: right;
}
.type-about .page-body {
margin: 0;
width: 55%;
max-width: 560px;
float: left;
}
.type-about .page-body h2 {
margin-top: 0;
}
}
/* Gallery index page breakpoints */
/* 3 column layout 3 column breakpoint */
@media only screen and (min-width: 768px) {
.index-3-col .thumbs-item {
width: 30.83333%;
}
.ie7 .index-3-col .thumbs-item {
margin-left: 1.1849%;
margin-right: 1.1849%;
width: 30.76823%;
}
}
/* 4 column layout 3 column breakpoint */
@media only screen and (min-width: 630px) {
.index-4-col .thumbs-item {
width: 30.83333%;
}
.ie7 .index-4-col .thumbs-item {
margin-left: 1.17063%;
margin-right: 1.17063%;
width: 30.75397%;
}
}
/* 4 column layout 4 column breakpoint */
@media only screen and (min-width: 930px) {
.index-4-col .thumbs-item {
width: 22.5%;
}
.ie7 .index-4-col .thumbs-item {
margin-left: 1.19624%;
margin-right: 1.19624%;
width: 22.44624%;
}
}
/* 5 column layout 3 column breakpoint */
@media only screen and (min-width: 530px) {
.index-5-col .thumbs-item {
width: 30.83333%;
}
.ie7 .index-5-col .thumbs-item {
margin-left: 1.15566%;
margin-right: 1.15566%;
width: 30.73899%;
}
}
/* 5 column layout 4 column breakpoint */
@media only screen and (min-width: 730px) {
.index-5-col .thumbs-item {
width: 22.5%;
}
.ie7 .index-5-col .thumbs-item {
margin-left: 1.18151%;
margin-right: 1.18151%;
width: 22.43151%;
}
}
/* 5 column layout 5 column breakpoint */
@media only screen and (min-width: 930px) {
.index-5-col .thumbs-item {
width: 17.5%;
}
.ie7 .index-5-col .thumbs-item {
margin-left: 1.19624%;
margin-right: 1.19624%;
width: 17.44624%;
}
}
/* 6 column layout 3 column breakpoint */
@media only screen and (min-width: 480px) {
.index-6-col .thumbs-item {
width: 30.83333%;
}
.ie7 .index-6-col .thumbs-item {
margin-left: 1.14583%;
margin-right: 1.14583%;
width: 30.72917%;
}
}
/* 6 column layout 4 column breakpoint */
@media only screen and (min-width: 630px) {
.index-6-col .thumbs-item {
width: 22.5%;
}
.ie7 .index-6-col .thumbs-item {
margin-left: 1.17063%;
margin-right: 1.17063%;
width: 22.42063%;
}
}
/* 6 column layout 5 column breakpoint */
@media only screen and (min-width: 780px) {
.index-6-col .thumbs-item {
width: 17.5%;
}
.ie7 .index-6-col .thumbs-item {
margin-left: 1.1859%;
margin-right: 1.1859%;
width: 17.4359%;
}
}
/* 6 column layout 6 column breakpoint */
@media only screen and (min-width: 930px) {
.index-6-col .thumbs-item {
width: 14.16667%;
}
.ie7 .index-6-col .thumbs-item {
margin-left: 1.19624%;
margin-right: 1.19624%;
width: 14.1129%;
}
}
/**
* User choices
*/
/* LIGHT SCHEME */
.light {
background-color: white;
color: #4c4c4c;
}
.light * {
border-color: #e4e4e4;
}
.light a:link, .light a:visited {
color: #999999;
border-bottom-color: #999999;
}
.light a:hover {
color: #222222;
border-bottom-color: #222222;
}
.light header h1 a:link, .light header h1 a:visited, .light header h1 a:hover {
color: #4c4c4c;
}
.light header h2 {
color: #4c4c4c;
}
.light header nav li.active > a:link,
.light header nav li.active > a:visited {
color: #4c4c4c;
}
/* DARK SCHEME */
.dark {
background-color: #111111;
color: #aaaaaa;
}
.dark * {
border-color: #333333;
}
.dark a:link, .dark a:visited {
color: #bababa;
border-bottom-color: #bababa;
}
.dark a:hover {
color: #eeeeee;
border-bottom-color: #eeeeee;
}
.dark header h1 a:link, .dark header h1 a:visited, .dark header h1 a:hover {
color: white;
}
.dark header h2 {
color: #aaaaaa;
}
.dark header nav li.active > a:link,
.dark header nav li.active > a:visited {
color: white;
}
/* background styles must be set individually for local override */
.background-cover {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
.background-repeat {
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
}
.background-repeat-x {
background-repeat: repeat-x;
background-position: top left;
background-attachment: scroll;
}
.background-repeat-y {
background-repeat: repeat-y;
background-position: top left;
background-attachment: scroll;
}
.ie7 body.background-cover,
.ie8 body.background-cover {
background-image: none;
}
.body-arial,
.headings-arial h1,
.headings-arial h2,
.headings-arial h3,
.headings-arial h4,
.headings-arial h5,
.headings-arial h6 {
font-family: Arial, sans-serif;
}
.body-courier,
.headings-courier h1,
.headings-courier h2,
.headings-courier h3,
.headings-courier h4,
.headings-courier h5,
.headings-courier h6 {
font-family: 'Courier New', monospace;
}
.body-georgia,
.headings-georgia h1,
.headings-georgia h2,
.headings-georgia h3,
.headings-georgia h4,
.headings-georgia h5,
.headings-georgia h6 {
font-family: Georgia, 'Times New Roman', Times, serif;
}
.body-helvetica,
.headings-helvetica h1,
.headings-helvetica h2,
.headings-helvetica h3,
.headings-helvetica h4,
.headings-helvetica h5,
.headings-helvetica h6 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.body-lucida-console,
.headings-lucida-console h1,
.headings-lucida-console h2,
.headings-lucida-console h3,
.headings-lucida-console h4,
.headings-lucida-console h5,
.headings-lucida-console h6 {
font-family: 'Lucida Console', monospace;
}
.body-lucida-sans,
.headings-lucida-sans h1,
.headings-lucida-sans h2,
.headings-lucida-sans h3,
.headings-lucida-sans h4,
.headings-lucida-sans h5,
.headings-lucida-sans h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.body-palatino,
.headings-palatino h1,
.headings-palatino h2,
.headings-palatino h3,
.headings-palatino h4,
.headings-palatino h5,
.headings-palatino h6 {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
.body-tahoma,
.headings-tahoma h1,
.headings-tahoma h2,
.headings-tahoma h3,
.headings-tahoma h4,
.headings-tahoma h5,
.headings-tahoma h6 {
font-family: Tahoma, Geneva, sans-serif;
}
.body-times,
.headings-times h1,
.headings-times h2,
.headings-times h3,
.headings-times h4,
.headings-times h5,
.headings-times h6 {
font-family: 'Times New Roman', Times, serif;
}
.body-verdana,
.headings-verdana h1,
.headings-verdana h2,
.headings-verdana h3,
.headings-verdana h4,
.headings-verdana h5,
.headings-verdana h6 {
font-family: Verdana, Geneva, Arial, sans-serif;
}
/**
* Fonts
* Kosel has an additional font option and applies the headings font to nav text
*/
.body-bebas,
.headings-bebas h1,
.headings-bebas h2,
.headings-bebas h3,
.headings-bebas h4,
.headings-bebas h5,
.headings-bebas h6,
.headings-bebas header nav ul li a,
.headings-bebas .thumbs figcaption,
.headings-bebas footer small {
font-family: BebasNeueRegular, Arial, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
}
.headings-bebas nav ul a {
font-size: 16px;
line-height: 20px;
}
.headings-bebas .nav-2 a,
.headings-bebas .subnav a {
font-size: 12px;
line-height: 14px;
}
.headings-arial header,
.headings-arial .thumbs figcaption,
.headings-arial footer small {
font-family: Arial, sans-serif;
}
.headings-courier header,
.headings-courier .thumbs figcaption,
.headings-courier footer small {
font-family: 'Courier New', monospace;
}
.headings-georgia header,
.headings-georgia .thumbs figcaption,
.headings-georgia footer small {
font-family: Georgia, 'Times New Roman', Times, serif;
}
.headings-helvetica header,
.headings-helvetica .thumbs figcaption,
.headings-helvetica footer small {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.headings-lucida-console header,
.headings-lucida-console .thumbs figcaption,
.headings-lucida-console footer small {
font-family: 'Lucida Console', monospace;
}
.headings-lucida-sans header,
.headings-lucida-sans .thumbs figcaption,
.headings-lucida-sans footer small {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.headings-palatino header,
.headings-palatino .thumbs figcaption,
.headings-palatino footer small {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
.headings-tahoma header,
.headings-tahoma .thumbs figcaption,
.headings-tahoma footer small {
font-family: Tahoma, Geneva, sans-serif;
}
.headings-times header,
.headings-times .thumbs figcaption,
.headings-times footer small {
font-family: 'Times New Roman', Times, serif;
}
.headings-verdana header,
.headings-verdana .thumbs figcaption,
.headings-verdana footer small {
font-family: Verdana, Geneva, Arial, sans-serif;
}