2015-01-09 15:18:57 +01:00
|
|
|
body{
|
|
|
|
|
color:#fff;
|
|
|
|
|
font-family: 'Abel', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-19 22:50:16 +01:00
|
|
|
h3{
|
|
|
|
|
color:#fff;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-09 15:18:57 +01:00
|
|
|
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{
|
2015-01-09 18:01:24 +01:00
|
|
|
height: 30px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-header a{
|
|
|
|
|
color:#000;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-19 22:50:16 +01:00
|
|
|
.site-header{
|
|
|
|
|
background:#fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.site-footer{
|
2015-01-09 15:18:57 +01:00
|
|
|
color: #fff;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
|
|
|
|
|
2015-01-09 18:01:24 +01:00
|
|
|
.content{
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-11 10:18:24 +01:00
|
|
|
.event-date{
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-09 18:01:24 +01:00
|
|
|
.event-date h3{
|
|
|
|
|
font-size: 96px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.event-date h4{
|
|
|
|
|
font-size: 18px;
|
2015-01-11 10:38:32 +01:00
|
|
|
font-weight: normal;
|
2015-01-09 18:01:24 +01:00
|
|
|
}
|
|
|
|
|
|
2014-12-19 22:50:16 +01:00
|
|
|
.artist-media {
|
|
|
|
|
width: 100%;
|
2015-01-11 10:18:24 +01:00
|
|
|
height: 140px;
|
2015-01-09 15:18:57 +01:00
|
|
|
background: #000;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.artist-media img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-11-30 23:17:02 +01:00
|
|
|
.event{
|
|
|
|
|
padding:10px;
|
2015-01-11 10:18:24 +01:00
|
|
|
margin-bottom: 10px;
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
|
|
|
|
|
2015-01-09 18:01:24 +01:00
|
|
|
.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)";
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 00:03:34 +01:00
|
|
|
.upcoming{
|
|
|
|
|
background: #ccc;
|
2015-01-09 15:18:57 +01:00
|
|
|
display: normal;
|
2014-12-04 00:03:34 +01:00
|
|
|
}
|
|
|
|
|
|
2014-11-30 23:17:02 +01:00
|
|
|
.talk{
|
2015-01-09 15:18:57 +01:00
|
|
|
padding:0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.talk :hover{
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
2014-12-01 00:39:03 +01:00
|
|
|
|
2014-12-19 22:50:16 +01:00
|
|
|
.talk_detail{
|
|
|
|
|
padding:10px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.talk_detail h3{
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-11 10:18:24 +01:00
|
|
|
.talk_detail h4{
|
|
|
|
|
font-size: 20px;
|
2014-12-19 22:50:16 +01:00
|
|
|
background: #fff;
|
2015-01-09 15:18:57 +01:00
|
|
|
color: #000;
|
2015-01-11 10:18:24 +01:00
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.talk_detail h5{
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.talk_detail a{
|
|
|
|
|
color: #337AB7;
|
2015-01-09 15:18:57 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
float: center;
|
2015-01-11 10:18:24 +01:00
|
|
|
text-weight: bold;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
2015-01-11 10:18:24 +01:00
|
|
|
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;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer{
|
2015-01-11 10:18:24 +01:00
|
|
|
margin-top:10px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer li{
|
|
|
|
|
list-style-type:none;
|
2015-01-11 10:18:24 +01:00
|
|
|
float: left;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer h4{
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-supporters li img{
|
2015-01-11 10:18:24 +01:00
|
|
|
height: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-social li{
|
|
|
|
|
|
2014-12-01 00:39:03 +01:00
|
|
|
}
|