@import url('library/css/wpbs.css');
@import url('http://fonts.googleapis.com/css?family=Lato:700,400,400italic');
@import url('//assets.okfn.org/themes/okfn/okf-panel.css');
@media (min-width: 768px) {
[class*="column"] {
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
column-gap: 20px;
}
.column2 {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.column3 {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
ul > br,
div > br,
section > br,
p:empty {
display: none;
}
iframe {
max-width: 100%;
}
body {
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
color: #5E5E5E;
font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
color: #1d1d1d;
line-height: 120%;
}
h2 {
font-size: 28px;
}
h3 {
text-transform: uppercase;
}
.highlight {
background-color: #000;
text-shadow: none;
}
.highlight.accent {
background-color: #0088CC;
}
.highlight,
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6 {
color: #FFF;
}
.btn {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: -moz-linear-gradient(top, #444444, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #222222;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background-color: #222222;
*background-color: #151515;
}
.btn-primary:active,
.btn-primary.active {
background-color: #080808 \9;
}
.btn-inverse {
color: #000;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #FFF;
background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
background-image: -o-linear-gradient(top, #ffffff, #ffffff);
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
border-color: #FFF;
*background-color: #FFF;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
text-shadow: none;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color: #000;
background-color: #FFF;
*background-color: #FFF;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn-inverse:active,
.btn-inverse.active {
background-color: #FFF \9;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.navbar .btn-navbar {
color: #ABABAB;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar .btn-navbar:hover {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar .icon {
display: inline-block;
display: none;
}
.navbar .btn-navbar .icon-bar {
-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.nav-pills > li > a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color: rgba(0, 136, 204, 0.4);
color: #FFF;
text-align: center;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav-pills > li > a:hover {
background-color: rgba(0, 136, 204, 0.5);
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
background-color: #0088cc;
}
.label {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 5px;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#main h6 {
text-transform: uppercase;
font-size: 15px;
}
header .navbar-fixed-top .navbar-inner,
header .navbar-static-top .navbar-inner {
border-width: 0;
background-image: none;
background-color: #FFF;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
-moz-transition: box-shadow 0.5s ease-in-out;
-o-transition: box-shadow 0.5s ease-in-out;
-ms-transition: box-shadow 0.5s ease-in-out;
transition: box-shadow 0.5s ease-in-out;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
body.top header .navbar-fixed-top .navbar-inner,
header .navbar-static-top .navbar-inner {
-webkit-box-shadow: none;
box-shadow: none;
}
header .navbar .brand {
display: block;
height: 50px;
padding-left: 0px;
padding-right: 0px;
padding-top: 25px;
}
header .navbar .brand small {
display: block;
}
header .navbar .pre-nav {
text-align: right;
margin-top: 45px;
margin-bottom: 5px;
height: 40px;
color: #ababab;
float: right;
}
header .navbar .details {
font-size: 17px;
font-style: italic;
display: inline-block;
line-height: 40px;
float: left;
}
header .navbar .details li {
display: inline-block;
}
header .navbar .details li.strapline {
font-size: 17px;
}
header .navbar .details li.strapline:after {
content: ' \00b7';
}
header .navbar .tweets {
display: none;
text-align: right;
height: 30px;
margin-top: 14px;
float: right;
}
.navbar .nav {
margin-bottom: 20px;
}
.navbar .nav .dropdown-toggle .caret {
margin-top: 10px;
}
.navbar-search a {
display: none;
}
.fixed-okf-panel .okfn-ribbon,
.fixed-okf-panel .okfn-ribbon a {
width: 189px;
}
.fixed-okf-panel .okfn-ribbon a {
background-image: url(images/okf-ribbon.png);
background-position: center top;
height: 115px;
opacity: 0.9;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
-o-transition: opacity 0.5s linear;
-ms-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}
.fixed-okf-panel .okfn-ribbon a:hover,
.fixed-okf-panel .okfn-ribbon.active a {
opacity: 1.0;
-webkit-transition: opacity 0s linear;
-moz-transition: opacity 0s linear;
-o-transition: opacity 0s linear;
-ms-transition: opacity 0s linear;
transition: opacity 0s linear;
}
#okf-panel {
border-color: #13544C;
}
header .navbar .social-links {
height: 40px;
text-align: right;
float: right;
margin-left: 15px;
}
header .navbar .social-links li {
display: inline-block;
margin: 0 0 0 3px;
}
header .navbar .social-links li a {
background-image: url(images/social-icons.png);
background-repeat: no-repeat;
background-position: center 10px;
opacity: 0.3;
display: block;
float: right;
height: 40px;
width: 24px;
text-indent: 24px;
overflow: hidden;
}
header .navbar .social-links li a:hover {
opacity: 0.9;
}
header .navbar .social-links li.facebook a {
background-position: center -40px;
}
header .navbar .social-links li .hash-link {
background-image: none;
text-indent: 0;
width: auto;
line-height: 40px;
opacity: 1;
color: #ababab;
font-style: italic;
}
header .navbar .social-links li .hash-link:hover {
text-decoration: none;
color: #1d1d1d;
}
#content {
padding: 0;
}
#content .post_content section {
border-bottom: solid 4px #1d1d1d;
margin-bottom: 15px;
}
#main article {
margin-bottom: 0px;
}
#main article footer {
margin-top: 25px;
}
.page-header {
border-bottom: none;
margin-top: 0;
padding: 0;
}
.widget {
margin-bottom: 20px;
}
.widget.widget_tag_cloud .widgettitle {
display: none;
}
.widget.widget_tag_cloud .label {
padding: 7px;
margin-right: 6px;
line-height: 37px;
}
.widget.widget_recent_entries .widgettitle {
display: none;
}
.widget.widget_recent_entries ul {
background-color: #17505c;
background-image: url(images/latest-posts.jpg);
background-position: center top;
background-size: cover;
margin: 0;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.widget.widget_recent_entries ul li {
display: block;
border-bottom: solid 5px #FFF;
}
.widget.widget_recent_entries ul li a {
display: block;
padding: 4px 12px;
color: #FFF;
}
.widget.widget_recent_entries ul li a:hover {
text-decoration: none;
background-color: rgba(255, 255, 255, 0.1);
}
.sidebar .widget .tweetfeed {
margin: 0 0 10px 0;
}
.sidebar .widget .tweetfeed li {
display: block;
border-bottom: dotted 1px #cccccc;
padding: 10px 0;
}
.sidebar .widget .tweetfeed li .tweet-name a {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #5E5E5E;
font-weight: bold;
}
.sidebar .widget .tweetfeed li .tweet-name:after {
content: ' ';
}
.sidebar .widget .tweetfeed li .tweet-screen-name a {
color: #5E5E5E;
}
.sidebar .widget .tweetfeed li .tweet-twittar {
float: left;
width: 48px;
height: 48px;
padding: 3px;
margin: 0 7px 3px 0;
border: solid 1px #cccccc;
background-color: #FFF;
}
.sidebar .widget .tweetfeed li .tweet-content {
display: block;
min-height: 36px;
margin: 0;
}
.sidebar .widget .tweetfeed li .intent-meta {
display: block;
}
.sidebar .widget .tweetfeed li .intent-meta a {
font-size: 12px;
display: inline-block;
background-color: #cccccc;
color: #FFF;
padding: 0 4px;
}
.sidebar .widget .tweetfeed li .intent-meta a:hover {
background-color: #AFAFAF;
}
.thumbnail,
a.thumbnail:hover {
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow: none;
-webkit-box-shadow: none;
padding: 0px;
}
.thumbnails {
margin-bottom: 10px;
}
.thumbnails > li {
margin-bottom: 20px;
}
.table th,
.table td {
border-top: 4px solid #ededed;
}
.table th {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #1d1d1d;
}
.table-condensed th,
.table-condensed td {
border-top-width: 1px;
}
.carousel.carousel-fade .item {
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.carousel.carousel-fade .active.left {
left: 0;
opacity: 0;
z-index: 2;
}
.carousel.carousel-fade .next {
left: 0;
opacity: 1;
z-index: 1;
}
.hero-unit,
.blog .hero-unit {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
position: relative;
color: #FFF;
font-size: 91px;
line-height: 83px;
text-transform: uppercase;
padding: 25px 35px;
margin-bottom: 20px;
}
.hero-unit .inner {
position: absolute;
bottom: 0px;
padding: 40px 45px;
}
.hero-unit h1 {
font-size: 51px;
margin-bottom: 9px;
}
.hero-unit p {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 25px;
text-transform: none;
}
.hero-unit p.meta {
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
font-size: 16px;
line-height: 16px;
margin: 0;
}
.hero-unit a {
color: #FFF;
border-bottom: dotted 1px #FFF;
}
.hero-unit a:hover {
color: #FFF;
text-decoration: none;
border-bottom: solid;
}
.page-template-page-homepage-php .hero-unit {
padding: 0px;
height: 425px;
}
.tweet_list {
list-style: none;
margin: 0;
padding: 0;
}
.tweet_list li {
list-style-type: none;
}
.tweet_list .tweet_avatar,
.tweet_list li .tweet_time {
display: none;
}
.page-template-page-homepage-php .twitter-ticker {
margin-bottom: 20px;
position: relative;
overflow-y: hidden;
height: 46px;
padding: 0 15px;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 18px;
}
.page-template-page-homepage-php .twitter-ticker .tweetfeed {
margin: 0;
padding-left: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.page-template-page-homepage-php .twitter-ticker .tweetfeed li {
list-style: none;
height: 46px;
color: #1d1d1d;
}
.page-template-page-homepage-php .twitter-ticker .tweetfeed li a {
font-weight: bold;
color: #1d1d1d;
}
.page-template-page-homepage-php .twitter-ticker .tweetfeed li .tweet-twittar,
.page-template-page-homepage-php .twitter-ticker .tweetfeed li .tweet-name,
.page-template-page-homepage-php .twitter-ticker .tweetfeed li .tweet-screen-name,
.page-template-page-homepage-php .twitter-ticker .tweetfeed li .intent-meta {
display: none;
}
.page-template-page-homepage-php .twitter-ticker .tweetfeed li .tweet-content {
margin: 0;
line-height: 22px;
}
.page-template-page-homepage-php .twitter-ticker .hash-link {
position: absolute;
z-index: 1;
background-image: url("images/social-icons.png");
background-position: center 4px;
background-repeat: no-repeat;
display: block;
height: 24px;
overflow: hidden;
text-indent: 24px;
width: 24px;
}
.page-template-page-homepage-php .twitter-ticker #ticker {
margin-left: 35px;
}
.page-template-page-homepage-php .twitter-ticker .tweet_text {
font-size: 18px;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #1d1d1d;
}
.page-template-page-homepage-php .twitter-ticker .tweet_text a {
font-weight: 700;
color: #1d1d1d;
}
.carousel-caption,
.homepage-tagline {
background-color: transparent;
color: #FFF;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}
.homepage-tagline {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15px;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}
.homepage-tagline p {
margin: 10px 0px 0px 0px;
}
@media (min-width: 768px) {
.homepage-tagline {
font-size: 32px;
padding: 30px;
}
}
.blog-latest .post {
height: 276px;
display: block;
background-position: center center;
background-size: cover;
position: relative;
}
.blog-latest .post .text {
display: block;
position: absolute;
margin: 20px;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 10px;
font-size: 18px;
bottom: 0;
left: 0;
right: 0;
}
.blog-latest .post .ribbon {
margin-top: 25px;
display: none;
}
.ribbon {
display: inline-block;
margin-left: -2px;
padding: 2px 8px 2px 1px;
background-image: url(images/ribbon-shadow.png);
background-position: right center;
}
.ribbon .inner {
display: inline-block;
background: #1d1d1d;
color: #FFF;
position: relative;
height: 35px;
line-height: 35px;
padding: 0 15px 0 20px;
font-size: 18px;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
.ribbon .inner:before,
.ribbon .inner:after {
content: '';
position: absolute;
right: -6px;
width: 0px;
height: 0px;
border-style: solid;
border-color: transparent;
border-left-color: #1d1d1d;
}
.ribbon .inner:before {
border-width: 0px 0 18px 6px;
top: 0;
}
.ribbon .inner:after {
border-width: 18px 0 0px 6px;
bottom: 0;
}
.ribbon-large {
padding-right: 12px;
background-image: url(images/ribbon-large-shadow.png);
}
.ribbon-large .inner {
height: 58px;
line-height: 58px;
font-size: 31px;
font-weight: 700;
}
.ribbon-large .inner:before,
.ribbon-large .inner:after {
right: -10px;
}
.ribbon-large .inner:before {
border-width: 0px 0 29px 10px;
top: 0;
}
.ribbon-large .inner:after {
border-width: 29px 0 0px 10px;
bottom: 0;
}
.promo-link {
display: block;
height: 276px;
position: relative;
background-position: center center;
background-size: cover;
}
.promo-link .ribbon-large {
position: absolute;
top: 50%;
margin-top: -30px;
}
.post-navigation {
margin-top: 20px;
}
.post-navigation div:nth-of-type(even) {
text-align: right;
}
.speakers .speakers-heading {
margin-left: 20px;
margin-top: 0;
font-size: 20px;
text-transform: capitalize;
}
.speakers .image {
display: block;
background-color: #f7f7f7;
}
.speakers .image span {
display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 136px;
overflow: hidden;
}
.speaker.featured .image span {
height: 185px;
}
.speakers .logo .image {
padding: 20px;
}
.speakers .logo .image span {
background-size: contain;
height: 96px;
}
.speakers .logo.featured .image {
padding: 30px;
}
.speakers .logo.featured .image span {
height: 125px;
}
.speakers h6 {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.speakers .role {
display: block;
margin: -8px 0 8px 0;
color: #5E5E5E;
font-style: italic;
}
.speakers .blurb {
height: 140px;
overflow: hidden;
}
.speakers .blurb .more {
font-weight: bold;
color: #1d1d1d;
font-style: italic;
}
.speakers .links {
margin: 0;
}
.speakers .links:empty {
display: none;
}
.speakers .links li {
display: block;
float: left;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 16px;
font-size: 13px;
margin-top: 10px;
}
.speakers .links li a {
font-weight: bold;
color: #1d1d1d;
}
.speakers .links li a:hover {
text-decoration: none;
}
.speakers .links li.web a,
.speakers .links li.twitter a {
width: 19px;
height: 16px;
display: block;
overflow: hidden;
text-indent: -999px;
margin-right: 5px;
background-repeat: no-repeat;
background-position: center center;
}
.speakers .links li.web a {
background-image: url(images/w.png);
}
.speakers .links li.twitter a {
background-image: url(images/twitter.png);
}
.speakers .links li.location a {
padding-left: 20px;
background-image: url(images/marker.png);
background-repeat: no-repeat;
display: inline-block;
}
.schedule .schedule-day {
text-transform: uppercase;
font-size: 18px;
margin: 0;
}
.schedule th {
width: 60px;
padding-top: 15px;
padding-left: 0;
padding-right: 0;
}
.schedule td.slot {
padding-top: 15px;
padding-left: 20px;
padding-right: 0;
}
.schedule td.slot h4.title {
margin-top: 0;
margin-bottom: 3px;
font-size: 14px;
font-weight: 700;
}
.schedule .details {
display: block;
}
.schedule .location {
display: block;
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #1d1d1d;
font-weight: 700;
font-size: 13px;
padding-left: 18px;
margin: 5px 10px 5px 0;
background-image: url(images/marker.png);
background-repeat: no-repeat;
background-position: left center;
float: left;
}
.schedule .colour {
display: block;
overflow: hidden;
width: 16px;
height: 16px;
text-indent: 20px;
margin: 5px 10px 5px 0;
float: left;
}
.schedule .colour.blue {
background-color: #049cdb;
}
.schedule .colour.green {
background-color: #46a546;
}
.schedule .colour.red {
background-color: #e31200;
}
.schedule .colour.yellow {
background-color: #ffc40d;
}
.schedule .colour.orange {
background-color: #f89406;
}
.schedule .colour.pink {
background-color: #c3325f;
}
.schedule .colour.purple {
background-color: #7a43b6;
}
div.featured {
position: relative;
}
div.featured .image {
background-position: center center;
background-size: cover;
position: relative;
}
div.featured .image > div {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 10px 15px;
margin: 20px;
}
div.featured .image > div > * {
margin: 0;
}
.wp-caption {
font-size: 12px;
opacity: 0.8;
}
.padding-bottom {
padding-bottom: 15px;
}
.page-template-page-image-left-php header .featured {
margin-bottom: 20px;
}
.page-template-page-image-left-php header .featured > div h1 {
text-transform: uppercase;
font-size: 30px;
}
.page-template-page-image-left-php header .featured .wp-caption {
position: absolute;
top: 5px;
right: 5px;
padding: 0 5px;
background-color: #000000;
background-color: rgba(0, 0, 0, 0.3);
color: #cccccc;
color: rgba(204, 204, 204, 0.9);
}
@media (min-width: 980px) {
body {
padding-top: 140px;
}
header .navbar .brand {
margin-left: 0px;
}
.nav-collapse {
float: right;
}
.navbar .nav {
margin-top: 43px;
margin-right: 0;
}
.navbar .nav > li > a {
padding: 0px 0px 5px 0px;
margin-left: 16px;
font-size: 16px;
color: #1d1d1d;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
border-color: #1d1d1d;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-bottom-color: #1d1d1d;
border-top-color: #1d1d1d;
}
header .navbar .tweets {
display: block;
}
.navbar-search {
margin: -3px -7px 0 7px;
}
.navbar-search a {
display: inline-block;
cursor: pointer;
height: 29px;
width: 29px;
overflow: hidden;
text-indent: -999px;
background-image: url(images/mag.png);
background-repeat: no-repeat;
background-position: center 6px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.navbar-search a:hover,
.navbar-search.active a {
background-color: #1d1d1d;
background-position: center -44px;
}
.navbar-search.active a {
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.navbar-search .search-bar {
position: absolute;
right: 0;
top: 29px;
background-color: #1d1d1d;
margin: 0;
padding: 5px;
-webkit-border-radius: 2px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 2px;
-moz-border-radius-topright: 0;
border-radius: 2px;
border-top-right-radius: 0;
display: none;
}
.navbar-search.active .search-bar {
display: block;
}
.navbar-search .search-bar #s {
margin: 0;
padding: 2px 5px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
body.okf-panel .navbar .pre-nav,
body.okf-panel .nav-collapse {
margin-right: 205px;
}
.widget_search input {
width: 188px;
}
}
@media (max-width: 979px) {
header .navbar .brand {
margin-left: 20px;
margin-top: 0 !important;
}
.okfn-ribbon {
display: none;
}
header .navbar .pre-nav {
margin-top: 3px;
}
}
@media (max-width: 767px) {
header .navbar .nav {
padding-top: 10px;
}
header .navbar .details {
padding-top: 0px;
float: none;
clear: left;
}
.schedule table,
.schedule thead,
.schedule tbody,
.schedule th,
.schedule td,
.schedule tr {
display: block;
}
.schedule th {
border: none;
}
.schedule td.slot {
padding-left: 0px;
}
header .navbar .social-links {
display: none;
}
}
@media (max-width: 480px) {
header .navbar .pre-nav {
float: left;
}
}
.footer-links {
float: none;
}
.footer-links .menu li {
margin-left: 0px;
margin-right: 5px;
}
.footer-links .menu li a {
color: #5E5E5E;
border-left: solid 1px #5E5E5E;
padding-left: 5px;
}
.footer-links .menu li:first-of-type a {
border: none;
padding-left: 0;
}
.ws-schedule {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
min-width: 940px;
}
.ws-schedule,
.ws-schedule a,
.ws-schedule a:hover {
color: #1d1d1d;
}
.ws-schedule th.rowheader {
font-size: 10px;
}
.ws-schedule td.blue {
background-color: rgba(4, 156, 219, 0.55);
}
.ws-schedule td.green {
background-color: rgba(70, 165, 70, 0.5);
}
.ws-schedule td.red {
background-color: rgba(227, 18, 0, 0.7);
}
.ws-schedule td.yellow {
background-color: rgba(255, 196, 13, 0.5);
}
.ws-schedule td.orange {
background-color: rgba(248, 148, 6, 0.65);
}
.ws-schedule td.pink {
background-color: rgba(195, 50, 95, 0.65);
}
.ws-schedule td.purple {
background-color: rgba(122, 67, 182, 0.6);
}
.ws-schedule td.navy {
background-color: rgba(3, 31, 82, 0.4);
}
.ws-schedule td.crimson {
background-color: rgba(157, 38, 29, 0.6);
}
.ws-schedule td.teal {
background-color: rgba(70, 160, 165, 0.65);
}
.ws-schedule td.turquoise {
background-color: rgba(4, 196, 219, 0.4);
}
.ws-schedule td.violet {
background-color: rgba(165, 70, 165, 0.45);
}
.socialcount li {
color: #fff;
font-size: .875em;
line-height: 2.52em;
}
.socialcount > li {
background-color: #afafaf;
}
.socialcount > li > a:focus,
.socialcount > li:hover,
.socialcount > li.hover {
background-color: #464646;
}
.socialcount {
list-style: none;
padding-left: 0;
margin: 0 0 .6em 0;
overflow: hidden;
}
.socialcount-large {
line-height: normal;
}
.socialcount :link,
.socialcount :visited {
color: inherit;
}
.socialcount > li {
display: inline-block;
*display: inline;
zoom: 1;
position: relative;
vertical-align: top;
min-width: 80px;
min-height: 30px;
text-align: center;
white-space: nowrap;
*margin-right: 4px;
}
.socialcount-small > li {
min-width: 0;
}
.socialcount-large > li {
float: left;
margin: 0 .6em .6em 0;
}
.socialcount.recommend .facebook {
min-width: 120px;
}
.socialcount-small.recommend .facebook {
min-width: 0;
}
.socialcount-large > li,
.socialcount-large.recommend .facebook {
min-width: 105px;
}
.socialcount > li > a {
display: block;
padding: 0 5px;
text-decoration: none;
color: inherit;
}
.socialcount-small > li > a {
padding-left: 8px;
padding-right: 8px;
}
.socialcount-large > li > a {
padding: 12px 5px 8px;
}
.socialcount .count {
color: inherit;
position: relative;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
margin-left: 6px;
}
.socialcount-large .count {
display: block;
width: 100%;
margin-left: 0;
padding-top: 10px;
}
.socialcount-small .count {
margin-left: 0;
}
.socialcount .facebook iframe {
height: 21px;
width: 90px;
}
.socialcount.de_DE .facebook iframe {
width: 78px;
}
.socialcount.like .facebook iframe {
width: 48px;
}
.socialcount.like.de_DE .facebook iframe {
width: 75px;
}
.socialcount .button {
display: none;
width: 100%;
position: absolute;
left: 0;
top: 5px;
text-align: center;
pointer-events: none;
}
.socialcount .button iframe {
pointer-events: auto;
}
.socialcount-large .button {
top: auto;
bottom: 2px;
}
.socialcount.grade-a.activate-on-hover > li.hover .count,
.socialcount.grade-a.activate-on-click > li.hover.active .count {
text-indent: -999px;
}
.socialcount.grade-a.activate-on-hover > li.hover .button,
.socialcount.grade-a.activate-on-click > li.hover.active .button {
display: block;
}
.socialcount.grade-a.activate-on-hover > li.hover > a,
.socialcount.grade-a.activate-on-click > li.hover.active > a {
cursor: default;
}
.socialcount-small.grade-a.activate-on-hover > li.hover > a,
.socialcount-small.grade-a.activate-on-click > li.hover.active > a,
.socialcount.grade-a.activate-on-hover > li.hover .button iframe,
.socialcount.grade-a.activate-on-click > li.hover.active .button iframe {
cursor: pointer;
}
.socialcount .loading {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
background-color: #aaa;
background-color: rgba(170, 170, 170, 0.7);
color: #000;
text-transform: uppercase;
font-size: .75em;
text-align: center;
}
.socialcount-large .loading {
padding-top: 30%;
}
.socialcount .loading .dot {
display: inline-block;
width: 6px;
height: 6px;
margin: 0 3px;
background: #fff;
opacity: 0;
border-radius: 50%;
-webkit-animation: socialCountLoadingFade .6s infinite;
-moz-animation: socialCountLoadingFade .6s infinite;
animation: socialCountLoadingFade .6s infinite;
}
.socialcount .loading .dot:nth-child(1) {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}
.socialcount .loading .dot:nth-child(2) {
-webkit-animation-delay: .05s;
-moz-animation-delay: .05s;
animation-delay: .05s;
}
.socialcount .loading .dot:nth-child(3) {
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
animation-delay: .1s;
}
@-webkit-keyframes socialCountLoadingFade {
0% {
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
opacity: 0;
}
}
@-moz-keyframes socialCountLoadingFade {
0% {
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
opacity: 0;
}
}
@keyframes socialCountLoadingFade {
0% {
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
opacity: 0;
}
}
.social-icon {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle;
*margin-right: 5px;
}
.socialcount.grade-a.activate-on-hover > li.hover .social-icon,
.socialcount.grade-a.activate-on-click > li.hover.active .social-icon {
display: none;
}
.socialcount-small.grade-a.activate-on-hover > li.hover .social-icon,
.socialcount-small.grade-a.activate-on-click > li.hover.active .social-icon,
.socialcount-large.grade-a.activate-on-hover > li.hover .social-icon,
.socialcount-large.grade-a.activate-on-click > li.hover.active .social-icon {
display: inline-block;
*display: inline;
zoom: 1;
}
.icon-sprite,
.icon-facebook,
.icon-googleplus,
.icon-share,
.icon-twitter {
background: url('images/icon-s8df06ae4f6.png') no-repeat;
}
.icon-facebook {
background-position: 0 0;
height: 15px;
width: 17px;
}
.icon-googleplus {
background-position: -21px 0;
height: 17px;
width: 20px;
}
.icon-share {
background-position: -45px 0;
height: 16px;
width: 20px;
}
.icon-twitter {
background-position: -69px 0;
height: 15px;
width: 17px;
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
.social-icon {
-webkit-background-size: auto 17px;
-moz-background-size: auto 17px;
-o-background-size: auto 17px;
background-size: auto 17px;
background-image: url('images/icon-hd-s9293bc9986.png');
}
}
