331 lines
4.7 KiB
CSS
331 lines
4.7 KiB
CSS
/*blue 2098d1
|
|
lila 9775af*/
|
|
body {
|
|
color: #fff;
|
|
font-family: 'Abel', sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
h3 {
|
|
color: #fff;
|
|
}
|
|
a {
|
|
color: #9775af;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: #9775af;
|
|
cursor: pointer;
|
|
}
|
|
.small-text{
|
|
font-size: 10px;
|
|
}
|
|
.left{
|
|
float:left;
|
|
}
|
|
.right{
|
|
float:right;
|
|
}
|
|
.top-button {
|
|
display: none;
|
|
float: right;
|
|
}
|
|
.navbar-header {
|
|
text-align: center;
|
|
}
|
|
.navbar-options {
|
|
padding: 10px;
|
|
float: right;
|
|
}
|
|
.navbar-brand img {
|
|
height: 40px;
|
|
margin-top:-10px;
|
|
}
|
|
.navbar-header a {
|
|
color: #000;
|
|
}
|
|
.navbar-nav li a {
|
|
color: #000;
|
|
border-bottom: 4px solid #f8f8f8;
|
|
}
|
|
.navbar-nav li a:hover {
|
|
color: #9775af;
|
|
border-bottom: 4px solid #9775af;
|
|
}
|
|
.navigator {
|
|
padding: 20px;
|
|
background: #fff;
|
|
margin-top: 40px;
|
|
border-top: 1px solid #333;
|
|
display: none;
|
|
}
|
|
.navigator h4 {
|
|
|
|
}
|
|
.navigator a {
|
|
color: #000;
|
|
}
|
|
.navigator p {
|
|
color: #000;
|
|
padding-left:10px;
|
|
}
|
|
.navigator a:hover {
|
|
color: #fff;
|
|
}
|
|
.navigator li {
|
|
float: left;
|
|
margin: 4px;
|
|
}
|
|
.navigator h3 {
|
|
color: #9775af;
|
|
}
|
|
.navigator h4 {
|
|
color: #9775af;
|
|
padding: 10px;
|
|
}
|
|
.share-page li{
|
|
float:left;
|
|
}
|
|
.share-page i{
|
|
font-size:30px;
|
|
padding: 4px;
|
|
}
|
|
.upcoming {
|
|
padding: 10px;
|
|
}
|
|
.upcoming-media {
|
|
width: 100px;
|
|
height: 80px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-left: 4px;
|
|
}
|
|
.upcoming-media img {
|
|
width:100%;
|
|
}
|
|
.upcoming-detail p{
|
|
margin: 0px;
|
|
}
|
|
.site-header {
|
|
background: #fff;
|
|
}
|
|
.site-footer {
|
|
color: #fff;
|
|
}
|
|
.content {
|
|
margin-top: 40px;
|
|
}
|
|
.event-date {
|
|
text-align: right;
|
|
padding-right: 0px;
|
|
}
|
|
.event-date a {
|
|
margin-right: 10px;
|
|
}
|
|
.event-date p {
|
|
color: #fff;
|
|
padding-right: 10px;
|
|
}
|
|
.event-date h3 {
|
|
font-size: 96px;
|
|
padding-right: 10px;
|
|
}
|
|
.event-date h4 {
|
|
font-size: 18px;
|
|
font-weight: normal;
|
|
padding-right: 10px;
|
|
}
|
|
.event-date ul {
|
|
padding-right: 10px;
|
|
}
|
|
.event-date li {
|
|
list-style: none;
|
|
padding-right: 10px;
|
|
float:right;
|
|
color: #CCC;
|
|
font-size:14px;
|
|
}
|
|
.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)";
|
|
}
|
|
.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 {
|
|
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;
|
|
}
|
|
.call-for-talks{
|
|
height: 1600px;
|
|
}
|
|
.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: 40px;
|
|
margin: 4px;
|
|
}
|
|
.footer-support {
|
|
float: right;
|
|
}
|
|
.footer li {
|
|
font-size: 24px;
|
|
margin-right: 4px;
|
|
}
|
|
.footer li a:hover {
|
|
color: #000;
|
|
font-size: 24px;
|
|
}
|
|
.footer li img {
|
|
height: 40px;
|
|
}
|
|
.picbook .album-title {
|
|
display:none;
|
|
}
|
|
.picbook .photo-list .photo-list-item .item-thumb {
|
|
max-width: 100px;
|
|
}
|
|
#mc_embed_signup {
|
|
background: #fff;
|
|
clear: left;
|
|
color: #333;
|
|
font-weight: normal;
|
|
padding:0px;
|
|
}
|
|
#mc_embed_signup form{
|
|
padding-left: 10px;
|
|
}
|
|
.mc-field-group label{
|
|
color:#333;
|
|
font-weight: normal;
|
|
}
|
|
#mc_embed_signup .button {
|
|
background-color: #9775af;
|
|
clear: both;
|
|
border: 0px none;
|
|
border-radius: 4px;
|
|
color: #FFF;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
margin: 10px 5px 10px 0px;
|
|
padding: 0px 22px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
}
|
|
#mc_embed_signup .mc-field-group input {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 8px 0px;
|
|
text-indent: 2%;
|
|
}
|
|
#mc_embed_signup input {
|
|
border: 1px solid #999;
|
|
}
|