mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
homepage complete, hero unit et al.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user