scopesessions.org/css/custom.css
2015-01-11 10:18:24 +01:00

209 lines
2.4 KiB
CSS

body{
color:#fff;
font-family: 'Abel', sans-serif;
font-size: 16px;
}
h3{
color:#fff;
}
a:hover{
text-decoration: none
}
.navbar-header{
padding-left: 20px;
}
.navbar-options{
padding: 10px;
float:right;
}
.navbar-options a{
margin-left: 10px;
color: #000;
padding: 10px;
background: #CCC;
font-size: 18px;
}
.navbar-brand img{
height: 30px;
}
.navbar-header a{
color:#000;
}
.site-header{
background:#fff;
}
.site-footer{
color: #fff;
}
.content{
margin-top: 40px;
}
.event-date{
text-align: right;
padding-right: 20px;
}
.event-date h3{
font-size: 96px;
}
.event-date h4{
font-size: 18px;
}
.artist-media {
width: 100%;
height: 140px;
background: #000;
}
.artist-media img {
width: 100%;
}
.event{
padding:10px;
margin-bottom: 10px;
}
.dark_bg{
padding: 10px;
background: rgb(0, 0, 0) transparent;
background: rgba(0, 0, 0, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
.upcoming{
background: #ccc;
display: normal;
}
.talk{
padding:0px;
}
.talk :hover{
}
.talk_detail{
padding:10px;
}
.talk_detail h3{
font-size: 24px;
}
.talk_detail h4{
font-size: 20px;
background: #fff;
color: #000;
padding: 4px;
}
.talk_detail h5{
font-size: 18px;
background: #fff;
color: #000;
padding: 4px;
}
.talk_detail a{
color: #337AB7;
margin: 0 auto;
padding: 2px;
float: center;
text-weight: bold;
}
.event-selector{
text-align: center;
}
.event-selector ul{
list-style:none;
}
.event-selector li{
float:left;
margin: 10px;
}
.event-selector a{
display: block;
color: #fff;
font-size: 20px;
}
.gallery{
margin-bottom:10px;
}
.team li{
list-style-type:none;
}
.team-image img{
width: 100%;
}
.team-list{
text-align: left;
}
.nav_bottom{
margin-bottom:10px;
}
.page-title{
text-align: right;
padding-right: 20px;
}
.page-title h3{
margin-top: 0px;
font-size: 48px;
}
.about h5{
font-size: 18px;
background: #fff;
color: #000;
padding: 4px;
}
.footer{
margin-top:10px;
}
.footer li{
list-style-type:none;
float: left;
margin: 10px;
}
.footer h4{
list-style-type:none;
background: #fff;
color: #000;
padding: 4px;
}
.footer-supporters li img{
height: 90px;
}
.footer-social li{
}