last touches

This commit is contained in:
Open-Steps.org 2015-03-01 19:46:21 +01:00
parent 49071fb9d8
commit cde5755238
11 changed files with 184 additions and 108 deletions

View file

@ -58,6 +58,7 @@ a:hover {
}
.navigator p {
color: #000;
padding-left:10px;
}
.navigator a:hover {
color: #fff;
@ -73,6 +74,13 @@ a:hover {
color: #9775af;
padding: 10px;
}
.share-page li{
float:left;
}
.share-page i{
font-size:30px;
padding: 4px;
}
.upcoming {
padding: 10px;
}
@ -100,6 +108,7 @@ a:hover {
}
.event-date p {
color: #fff;
padding-right: 10px;
}
.event-date h3 {
font-size: 96px;
@ -110,9 +119,15 @@ a:hover {
font-weight: normal;
padding-right: 10px;
}
.event-date ul {
padding-right: 10px;
}
.event-date li {
list-style: none;
padding-right: 10px;
float:right;
color: #CCC;
font-size:14px;
}
.artist-media {
width: 100%;
@ -126,6 +141,13 @@ a:hover {
.artist-media img {
width: 100%;
}
.artist-thumb{
padding: 10px;
}
.artist-thumb :hover{
padding: 10px;
}
.event {
#padding: 10px;
margin-bottom: 10px;
@ -255,9 +277,43 @@ a:hover {
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
color: #333;
font-weight: normal;
padding:0px;
}
#mc_embed_signup form{
padding: 0px;
padding-left: 10px;
}
.mc-field-group label{
color:#333;
font-weight: normal;
}
#mc_embed_signup .button {
background-color: #9775af;
clear: both;
border: 0px none;
border-radius: 4px;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: bold;
height: 32px;
line-height: 32px;
margin: 10px 5px 10px 0px;
padding: 0px 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: auto;
}
#mc_embed_signup .mc-field-group input {
display: block;
width: 100%;
padding: 8px 0px;
text-indent: 2%;
}
#mc_embed_signup input {
border: 1px solid #999;
}