272 lines
3 KiB
CSS
272 lines
3 KiB
CSS
/*blue 2098d1
|
|
lila 9775af*/
|
|
|
|
body{
|
|
color:#fff;
|
|
font-family: 'Abel', sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
h3{
|
|
color:#fff;
|
|
}
|
|
|
|
a{
|
|
|
|
}
|
|
|
|
a:hover{
|
|
text-decoration: none;
|
|
color: #ff0000;
|
|
}
|
|
|
|
.button{
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.navigator{
|
|
padding:20px;
|
|
background: #fff;
|
|
margin-top:40px;
|
|
border-top: 1px solid #333;
|
|
display:none;
|
|
}
|
|
|
|
.navigator li{
|
|
float: left;
|
|
margin: 4px;
|
|
}
|
|
|
|
.navigator h4{
|
|
color:#000;
|
|
}
|
|
|
|
.site-header{
|
|
background:#fff;
|
|
}
|
|
|
|
.site-footer{
|
|
color: #fff;
|
|
}
|
|
|
|
.content{
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.event-date{
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.event-date a{
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.event-date p{
|
|
color: #fff;
|
|
}
|
|
|
|
.event-date h3{
|
|
font-size: 96px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.event-date h4{
|
|
font-size: 18px;
|
|
font-weight: normal;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.event-date li{
|
|
list-style:none;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.artist-media {
|
|
width: 100%;
|
|
height: 140px;
|
|
background: #000;
|
|
}
|
|
|
|
.artist_media{
|
|
background: #000;
|
|
text-align:center;
|
|
}
|
|
|
|
.artist_media img{
|
|
width:100%;
|
|
}
|
|
|
|
.event{
|
|
#padding:10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.highlight{
|
|
background: #fff;
|
|
color: #000;
|
|
padding: 2px 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:20px 5px;
|
|
}
|
|
|
|
.talk :hover{
|
|
}
|
|
|
|
.talk_detail{
|
|
|
|
}
|
|
|
|
.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;
|
|
background: #fff;
|
|
}
|
|
|
|
.footer li{
|
|
list-style-type:none;
|
|
float: left;
|
|
margin: 10px;
|
|
}
|
|
|
|
.footer h4{
|
|
list-style-type:none;
|
|
background: #fff;
|
|
color: #000;
|
|
padding: 4px;
|
|
}
|
|
|
|
.supporters li{
|
|
list-style: none;
|
|
float: left;
|
|
}
|
|
|
|
.supporters li img{
|
|
height: 60px;
|
|
margin: 10px;
|
|
}
|
|
|
|
.footer-social li img{
|
|
height:40px;
|
|
}
|