2015-02-03 04:36:49 +01:00
|
|
|
/*blue 2098d1
|
|
|
|
|
lila 9775af*/
|
|
|
|
|
|
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-13 09:42:51 +01:00
|
|
|
a{
|
2015-02-13 18:09:23 +01:00
|
|
|
color: #9775af;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
|
|
|
|
|
2015-01-09 15:18:57 +01:00
|
|
|
a:hover{
|
2015-01-13 09:42:51 +01:00
|
|
|
text-decoration: none;
|
2015-02-13 18:09:23 +01:00
|
|
|
color: #9775af;
|
|
|
|
|
cursor: pointer;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.top-button{
|
|
|
|
|
display:none;
|
|
|
|
|
float:right;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-header{
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-options{
|
|
|
|
|
padding: 10px;
|
|
|
|
|
float:right;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
/*.navbar-options a{
|
2015-01-09 15:18:57 +01:00
|
|
|
margin-left: 10px;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: #CCC;
|
|
|
|
|
font-size: 18px;
|
2015-02-13 18:09:23 +01:00
|
|
|
}*/
|
2015-01-09 15:18:57 +01:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.navbar-nav li a{
|
|
|
|
|
color:#000;
|
|
|
|
|
border-bottom: 4px solid #f8f8f8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav li a:hover{
|
|
|
|
|
color:#9775af;
|
|
|
|
|
border-bottom: 4px solid #9775af;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-03 04:36:49 +01:00
|
|
|
.navigator{
|
|
|
|
|
padding:20px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin-top:40px;
|
|
|
|
|
border-top: 1px solid #333;
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.navigator a{
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigator a:hover{
|
|
|
|
|
color: #9775af;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-03 04:36:49 +01:00
|
|
|
.navigator li{
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.navigator h3{
|
|
|
|
|
color:#9775af;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-03 04:36:49 +01:00
|
|
|
.navigator h4{
|
|
|
|
|
color:#000;
|
2015-02-13 18:09:23 +01:00
|
|
|
padding-left:0px;
|
2015-02-03 04:36:49 +01:00
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.upcoming{
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.upcoming-media img{
|
|
|
|
|
height: 80px;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right:10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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;
|
2015-01-13 09:42:51 +01:00
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.event-date a{
|
2015-02-03 04:36:49 +01:00
|
|
|
margin-right: 10px;
|
2015-01-13 09:42:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.event-date p{
|
|
|
|
|
color: #fff;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
|
|
|
|
|
2015-01-09 18:01:24 +01:00
|
|
|
.event-date h3{
|
|
|
|
|
font-size: 96px;
|
2015-01-13 09:42:51 +01:00
|
|
|
padding-right: 10px;
|
2015-01-09 18:01:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.event-date h4{
|
|
|
|
|
font-size: 18px;
|
2015-01-11 10:38:32 +01:00
|
|
|
font-weight: normal;
|
2015-01-13 09:42:51 +01:00
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.event-date li{
|
|
|
|
|
list-style:none;
|
2015-02-03 04:36:49 +01:00
|
|
|
padding-right: 10px;
|
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
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.artist-media{
|
2015-02-03 04:36:49 +01:00
|
|
|
background: #000;
|
|
|
|
|
text-align:center;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.artist-media img{
|
2015-02-03 04:36:49 +01:00
|
|
|
width:100%;
|
2014-12-19 22:50:16 +01:00
|
|
|
}
|
|
|
|
|
|
2014-11-30 23:17:02 +01:00
|
|
|
.event{
|
2015-02-03 04:36:49 +01:00
|
|
|
#padding:10px;
|
2015-01-11 10:18:24 +01:00
|
|
|
margin-bottom: 10px;
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
|
|
|
|
|
2015-01-13 09:42:51 +01:00
|
|
|
.highlight{
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 2px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-09 18:01:24 +01:00
|
|
|
.dark_bg{
|
2015-02-03 04:36:49 +01:00
|
|
|
#padding: 10px;
|
2015-01-09 18:01:24 +01:00
|
|
|
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-11-30 23:17:02 +01:00
|
|
|
.talk{
|
2015-02-03 04:36:49 +01:00
|
|
|
padding:20px 5px;
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.talk :hover{
|
2014-11-30 23:17:02 +01:00
|
|
|
}
|
2014-12-01 00:39:03 +01:00
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.talk-detail{
|
2015-02-03 04:36:49 +01:00
|
|
|
|
2015-01-09 15:18:57 +01:00
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.talk-detail h3{
|
2015-01-09 15:18:57 +01:00
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.talk-detail h4{
|
2015-01-11 10:18:24 +01:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.talk-detail h5{
|
2015-01-11 10:18:24 +01:00
|
|
|
font-size: 18px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.talk-detail a{
|
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-02-03 04:36:49 +01:00
|
|
|
background: #fff;
|
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
|
|
|
}
|
|
|
|
|
|
2015-02-03 04:36:49 +01:00
|
|
|
.supporters li{
|
|
|
|
|
list-style: none;
|
|
|
|
|
float: left;
|
2015-01-11 10:18:24 +01:00
|
|
|
}
|
|
|
|
|
|
2015-02-03 04:36:49 +01:00
|
|
|
.supporters li img{
|
|
|
|
|
height: 60px;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
2015-01-11 10:18:24 +01:00
|
|
|
|
2015-02-13 18:09:23 +01:00
|
|
|
.footer-support{
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer li {
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer li a:hover{
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer li img{
|
2015-02-03 04:36:49 +01:00
|
|
|
height:40px;
|
2014-12-01 00:39:03 +01:00
|
|
|
}
|