Working on UI
This commit is contained in:
parent
83d57a0d1f
commit
ba8497fb71
11 changed files with 66 additions and 67 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue