Working on UI

This commit is contained in:
Open-Steps.org 2014-12-19 22:50:16 +01:00
parent 83d57a0d1f
commit ba8497fb71
11 changed files with 66 additions and 67 deletions

View file

@ -1,11 +1,31 @@
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{
background: #eee;
padding:10px;
margin:10px;
}
.event :hover{
background: #e7ccfb;
}
.upcoming{
@ -14,15 +34,11 @@
.talk{
padding:10px;
background: #ddd;
background: #fff;
height: 300px;
}
.content{
/*background: #000;
color: #fff;*/
}
.site-footer{
/*background: #000;
color: #fff;*/
.talk_detail{
padding:10px;
background: #fff;
}