44 lines
415 B
CSS
44 lines
415 B
CSS
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%;
|
|
}
|
|
|
|
.event{
|
|
padding:10px;
|
|
margin:10px;
|
|
}
|
|
|
|
.event :hover{
|
|
}
|
|
|
|
.upcoming{
|
|
background: #ccc;
|
|
}
|
|
|
|
.talk{
|
|
padding:10px;
|
|
background: #fff;
|
|
height: 300px;
|
|
}
|
|
|
|
.talk_detail{
|
|
padding:10px;
|
|
background: #fff;
|
|
}
|