home.less

v1.18.x
psychobunny 12 years ago
parent 9fa75a8b45
commit 392b80fe14

@ -2,7 +2,7 @@
{motd} {motd}
</div> </div>
<div class="row categories"> <div class="row home">
<!-- BEGIN categories --> <!-- BEGIN categories -->
<div class="col-md-3 col-xs-6"> <div class="col-md-3 col-xs-6">
<a href="category/{categories.slug}"> <a href="category/{categories.slug}">

@ -1 +1,12 @@
@import "../vanilla/home"; @import "../vanilla/home";
.home {
h4 {
color: #555;
}
.icon {
border-radius: 5px;
}
}

@ -1,2 +1 @@
@import "../vanilla/noscript"; @import "../vanilla/noscript";
@import "../vanilla/mixins";

@ -1,2 +1 @@
@import "../vanilla/style"; @import "../vanilla/style";
@import "../vanilla/mixins";

@ -1,33 +1,45 @@
.categories { .home {
padding-top: 10px; padding-top: 10px;
h4 { h4 {
font-weight: 700; font-weight: 700;
line-height: 20px;
text-align: left; text-align: left;
/*color: #555;*/ // NOTE: color for cat/topic header links should be grey in the default theme when we get around to it.
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
a {
text-decoration: none;
border: 0;
}
.icon { .icon {
width: 100%; width: 100%;
height: 110px; height: 110px;
text-align: center; text-align: center;
border-radius: 0px;
margin: 0; margin: 0;
padding-top:25px; padding-top:25px;
.pointer; .pointer;
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 5px;
overflow:hidden; overflow:hidden;
} }
} }
// TODO EVERYTHING BELOW: Please Remove! -- colors & animations should not go here
.category-purple { .category-purple {
@color: #ab1290; @color: #ab1290;
background: @color; background: @color;

Loading…
Cancel
Save