Added events 20-29

This commit is contained in:
Open-Steps.org 2015-01-13 09:42:51 +01:00
parent ca0616274b
commit 057a63d15e
25 changed files with 441 additions and 19 deletions

View file

@ -8,8 +8,17 @@ h3{
color:#fff;
}
a{
}
a:hover{
text-decoration: none
text-decoration: none;
color: #ff0000;
}
.button{
}
.navbar-header{
@ -51,16 +60,30 @@ a:hover{
.event-date{
text-align: right;
padding-right: 20px;
padding-right: 10px;
}
.event-date a{
}
.event-date p{
color: #fff;
}
.event-date h3{
font-size: 96px;
padding-right: 10px;
}
.event-date h4{
font-size: 18px;
font-weight: normal;
padding-right: 10px;
}
.event-date li{
list-style:none;
}
.artist-media {
@ -78,6 +101,12 @@ a:hover{
margin-bottom: 10px;
}
.highlight{
background: #fff;
color: #000;
padding: 2px 10px;
}
.dark_bg{
padding: 10px;
background: rgb(0, 0, 0) transparent;