Program and Cfp theme

This commit is contained in:
Gopesh Tulsyan 2014-06-25 18:08:43 +05:30
parent 2c4101ab45
commit 4ca7217c70
3 changed files with 29 additions and 8 deletions

View file

@ -5,7 +5,7 @@
body {
background-color: #f2f2f2;
font-family: 'Lato';
font-weight: 300;
font-weight: 350;
font-size: 16px;
color: #555;
@ -89,3 +89,23 @@ a:after {
font-weight: 500;
}
}
#program{
.tracks:hover{
background-color: white;
}
}
#callforpapers{
.timer-box{
width: 130px;
margin: 35px 24px 0 0;
border-radius: 50%;
border:4px solid #989797;
}
#cfp-date{
font-size: 40px;
font-family: 'Coustard', serif;
color: #ff6633;
}
}