homepage complete, hero unit et al.

This commit is contained in:
psychobunny
2013-05-07 20:49:27 +00:00
parent 96b9d41698
commit b734ee5c50
3 changed files with 46 additions and 31 deletions

View File

@@ -34,7 +34,7 @@ body {
@media (min-width: 979px) {
body {
padding-top: 60px;
padding-top: 70px;
}
}
@@ -310,13 +310,17 @@ footer.footer {
text-align: center;
border-radius: 5px;
margin: 0;
padding-top:20px;
padding-top:25px;
cursor: pointer;
margin-bottom: 20px;
}
.category-row h4 {
font-weight: 700;
text-align: center;
color: #555;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.category-row a {
text-decoration: none;
@@ -326,4 +330,29 @@ footer.footer {
.category-purple {
background: #ab1290;
color: white;
}
.category-darkblue {
background: #004C66;
color: white;
}
.category-blue {
background: #0059B2;
color: white;
}
.category-darkgreen {
background: #004000;
color: white;
}
.category-orange {
color: white;
background: #FF7A4D;
}
.hero-unit {
background: #56BCDA;
color: white;
padding: 30px;
}