scopesessions.org/css/custom.css
2015-02-16 09:45:44 +01:00

255 lines
3.5 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;
}
.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;
}
.navigator a:hover {
color: #fff;
}
.navigator li {
float: left;
margin: 4px;
}
.navigator h3 {
color: #9775af;
}
.navigator h4 {
color: #9775af;
padding: 10px;
}
.upcoming {
padding: 10px;
}
.upcoming-media img {
height: 60px;
float: left;
margin-right: 10px;
margin-left: 4px;
}
.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)";
}
.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;
}
.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-support {
float: right;
}
.footer li {
font-size: 32px;
}
.footer li a:hover {
color: #000;
font-size: 32px;
}
.footer li img {
height: 40px;
}
.picbook .album-title {
display:none;
}
.picbook .photo-list .photo-list-item .item-thumb {
max-width: 100px;
}