scopesessions.org/css/custom.css

45 lines
415 B
CSS
Raw Normal View History

2014-12-19 22:50:16 +01:00
h3{
color:#fff;
}
.site-header{
background:#fff;
}
.site-footer{
background:#fff;
}
.artist-media {
width: 100%;
max-height: 200px;
overflow: hidden;
}
.artist-media img {
width: 100%;
}
2014-11-30 23:17:02 +01:00
.event{
padding:10px;
margin:10px;
}
.event :hover{
}
.upcoming{
background: #ccc;
}
2014-11-30 23:17:02 +01:00
.talk{
padding:10px;
2014-12-19 22:50:16 +01:00
background: #fff;
height: 300px;
2014-11-30 23:17:02 +01:00
}
2014-12-01 00:39:03 +01:00
2014-12-19 22:50:16 +01:00
.talk_detail{
padding:10px;
background: #fff;
2014-12-01 00:39:03 +01:00
}