scopesessions.org/css/custom.css

333 lines
4.7 KiB
CSS
Raw Normal View History

2015-02-03 04:36:49 +01:00
/*blue 2098d1
lila 9775af*/
2015-02-13 18:11:24 +01:00
body {
color: #fff;
font-family: 'Abel', sans-serif;
font-size: 16px;
}
2015-02-13 18:11:24 +01:00
h3 {
color: #fff;
2014-12-19 22:50:16 +01:00
}
2015-02-13 18:11:24 +01:00
a {
color: #9775af;
2015-01-13 09:42:51 +01:00
}
2015-02-13 18:11:24 +01:00
a:hover {
text-decoration: none;
color: #9775af;
cursor: pointer;
2015-01-13 09:42:51 +01:00
}
2015-03-04 13:07:55 +01:00
.small-text{
2015-03-26 16:12:06 +01:00
font-size: 14px;
2015-03-04 13:07:55 +01:00
}
.left{
float:left;
}
.right{
float:right;
}
2015-02-13 18:11:24 +01:00
.top-button {
display: none;
float: right;
}
2015-02-13 18:11:24 +01:00
.navbar-header {
2015-02-13 18:44:32 +01:00
text-align: center;
}
2015-02-13 18:11:24 +01:00
.navbar-options {
padding: 10px;
float: right;
}
2015-02-13 18:11:24 +01:00
.navbar-brand img {
2015-02-13 18:44:32 +01:00
height: 40px;
margin-top:-10px;
}
2015-02-13 18:11:24 +01:00
.navbar-header a {
color: #000;
}
2015-02-13 18:11:24 +01:00
.navbar-nav li a {
color: #000;
2015-02-13 18:09:23 +01:00
border-bottom: 4px solid #f8f8f8;
}
2015-02-13 18:11:24 +01:00
.navbar-nav li a:hover {
color: #9775af;
border-bottom: 4px solid #9775af;
2015-02-13 18:09:23 +01:00
}
2015-02-13 18:11:24 +01:00
.navigator {
padding: 20px;
2015-02-03 04:36:49 +01:00
background: #fff;
2015-02-13 18:11:24 +01:00
margin-top: 40px;
2015-02-03 04:36:49 +01:00
border-top: 1px solid #333;
2015-02-13 18:11:24 +01:00
display: none;
}
.navigator h4 {
2015-02-03 04:36:49 +01:00
}
2015-02-13 18:11:24 +01:00
.navigator a {
2015-02-13 18:09:23 +01:00
color: #000;
}
.navigator p {
color: #000;
2015-03-01 19:46:21 +01:00
padding-left:10px;
}
2015-02-13 18:11:24 +01:00
.navigator a:hover {
2015-02-16 09:45:44 +01:00
color: #fff;
2015-02-13 18:09:23 +01:00
}
2015-02-13 18:11:24 +01:00
.navigator li {
2015-02-03 04:36:49 +01:00
float: left;
margin: 4px;
}
2015-02-13 18:11:24 +01:00
.navigator h3 {
color: #9775af;
2015-02-13 18:09:23 +01:00
}
2015-02-13 18:11:24 +01:00
.navigator h4 {
2015-02-16 09:45:44 +01:00
color: #9775af;
padding: 10px;
2015-02-03 04:36:49 +01:00
}
2015-03-01 19:46:21 +01:00
.share-page li{
float:left;
}
.share-page i{
font-size:30px;
padding: 4px;
}
2015-02-13 18:11:24 +01:00
.upcoming {
2015-02-13 18:09:23 +01:00
padding: 10px;
}
2015-03-03 11:17:52 +01:00
.upcoming-media {
width: 100px;
2015-03-04 13:07:55 +01:00
height: 80px;
2015-03-26 16:12:06 +01:00
padding: 0px 10px;
2015-02-13 18:09:23 +01:00
float: left;
2015-02-13 18:11:24 +01:00
margin-right: 10px;
margin-left: 4px;
2015-02-13 18:09:23 +01:00
}
2015-03-03 11:17:52 +01:00
.upcoming-media img {
width:100%;
}
2015-03-04 13:07:55 +01:00
.upcoming-detail p{
margin: 0px;
}
2015-02-13 18:11:24 +01:00
.site-header {
background: #fff;
2014-12-19 22:50:16 +01:00
}
2015-02-13 18:11:24 +01:00
.site-footer {
color: #fff;
2014-12-19 22:50:16 +01:00
}
2015-02-13 18:11:24 +01:00
.content {
margin-top: 40px;
2015-01-09 18:01:24 +01:00
}
2015-02-13 18:11:24 +01:00
.event-date {
text-align: right;
2015-03-04 13:07:55 +01:00
padding-right: 0px;
2015-01-13 09:42:51 +01:00
}
2015-02-13 18:11:24 +01:00
.event-date a {
2015-02-03 04:36:49 +01:00
margin-right: 10px;
2015-01-13 09:42:51 +01:00
}
2015-02-13 18:11:24 +01:00
.event-date p {
color: #fff;
2015-03-01 19:46:21 +01:00
padding-right: 10px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.event-date h3 {
font-size: 96px;
padding-right: 10px;
2015-01-09 18:01:24 +01:00
}
2015-02-13 18:11:24 +01:00
.event-date h4 {
font-size: 18px;
font-weight: normal;
padding-right: 10px;
2015-01-13 09:42:51 +01:00
}
2015-03-01 19:46:21 +01:00
.event-date ul {
padding-right: 10px;
}
2015-02-13 18:11:24 +01:00
.event-date li {
list-style: none;
padding-right: 10px;
2015-03-01 19:46:21 +01:00
float:right;
color: #CCC;
font-size:14px;
2015-01-09 18:01:24 +01:00
}
2014-12-19 22:50:16 +01:00
.artist-media {
2015-02-13 18:11:24 +01:00
width: 100%;
height: 140px;
background: #000;
2014-12-19 22:50:16 +01:00
}
2015-02-13 18:11:24 +01:00
.artist-media {
background: #000;
text-align: center;
2014-11-30 23:17:02 +01:00
}
2015-02-13 18:11:24 +01:00
.artist-media img {
width: 100%;
2015-01-13 09:42:51 +01:00
}
2015-02-13 18:11:24 +01:00
.event {
#padding: 10px;
margin-bottom: 10px;
2015-01-09 18:01:24 +01:00
}
2015-02-13 18:11:24 +01:00
.highlight {
background: #fff;
color: #000;
padding: 2px 10px;
}
2015-02-13 18:11: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-11-30 23:17:02 +01:00
}
2015-02-13 18:11:24 +01:00
.talk {
padding: 20px 5px;
}
2015-02-13 18:11:24 +01:00
.talk:hover {} .talk-detail {} .talk-detail h3 {
font-size: 24px;
}
2015-02-13 18:11:24 +01:00
.talk-detail h4 {
font-size: 20px;
background: #fff;
color: #000;
padding: 4px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.talk-detail h5 {
font-size: 18px;
background: #fff;
color: #000;
padding: 4px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.talk-detail a {
margin: 0 auto;
padding: 2px;
float: center;
text-weight: bold;
}
2015-02-13 18:11:24 +01:00
.event-selector {
text-align: center;
}
2015-02-13 18:11:24 +01:00
.event-selector ul {
list-style: none;
}
2015-02-13 18:11:24 +01:00
.event-selector li {
float: left;
margin: 10px;
}
2015-02-13 18:11:24 +01:00
.event-selector a {
display: block;
color: #fff;
font-size: 20px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.gallery {
margin-bottom: 10px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.team li {
list-style-type: none;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.team-image img {
width: 100%;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.team-list {
text-align: left;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.nav_bottom {
margin-bottom: 10px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.page-title {
text-align: right;
padding-right: 20px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.page-title h3 {
margin-top: 0px;
font-size: 48px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.about h5 {
font-size: 18px;
background: #fff;
color: #000;
padding: 4px;
}
2015-03-03 11:17:52 +01:00
.call-for-talks{
height: 1600px;
}
2015-02-13 18:11:24 +01:00
.footer {
margin-top: 10px;
background: #fff;
}
2015-02-13 18:11:24 +01:00
.footer li {
list-style-type: none;
float: left;
margin: 10px;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.footer h4 {
list-style-type: none;
background: #fff;
color: #000;
padding: 4px;
}
2015-02-13 18:11:24 +01:00
.supporters li {
2015-02-03 04:36:49 +01:00
list-style: none;
float: left;
2015-01-11 10:18:24 +01:00
}
2015-02-13 18:11:24 +01:00
.supporters li img {
2015-02-28 22:51:15 +01:00
height: 40px;
margin: 4px;
2015-02-03 04:36:49 +01:00
}
2015-02-13 18:11:24 +01:00
.footer-support {
float: right;
2015-02-13 18:09:23 +01:00
}
.footer li {
2015-03-04 12:33:32 +01:00
font-size: 24px;
margin-right: 4px;
2015-02-13 18:09:23 +01:00
}
2015-02-13 18:11:24 +01:00
.footer li a:hover {
2015-02-13 18:09:23 +01:00
color: #000;
2015-03-04 12:33:32 +01:00
font-size: 24px;
2015-02-13 18:09:23 +01:00
}
2015-02-13 18:11:24 +01:00
.footer li img {
height: 40px;
2014-12-01 00:39:03 +01:00
}
.picbook .album-title {
display:none;
}
.picbook .photo-list .photo-list-item .item-thumb {
max-width: 100px;
}
2015-02-28 22:51:15 +01:00
#mc_embed_signup {
background: #fff;
clear: left;
2015-03-01 19:46:21 +01:00
color: #333;
font-weight: normal;
2015-02-28 22:51:15 +01:00
padding:0px;
}
#mc_embed_signup form{
2015-03-01 19:46:21 +01:00
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;
2015-02-28 22:51:15 +01:00
}