You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
2.8 KiB
Plaintext

.category {
.span9 {
margin-bottom: 50px;
}
.header {
margin-bottom:20px;
}
ul {
li {
list-style: none;
&.deleted {
-moz-opacity: 0.30;
opacity: 0.30;
}
}
&:last-child li {
border-bottom: 0;
}
}
ul {
padding-left: 0px;
}
.meta {
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.unread {
.topic-title {
font-weight: bold;
}
}
.topic-row {
border-radius: 5px;
padding: 5px 10px 5px 10px;
small {
vertical-align: 2px;
font-size: 14px;
}
h3 {
padding: 0;
margin: 0;
margin-top: 4px;
line-height: 25px;
white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
a {
width:100%;
display:inline-block;
}
.topic-title {
width: 100%;
font-size: 20px;
}
}
.teaser-pic {
width:20px;
height:20px;
}
.user-img {
width: 50px;
height: 50px;
margin-right:10px;
}
}
.latest-post {
float: right;
padding-top: 2px;
margin-right: 0px;
width: 40%;
.pull-right {
width: 100%;
height: 50px;
line-height: 16px;
margin-left: 1px;
padding: 2px 5px 5px 20px;
border-left: 1px solid #bbb;
img {
display: block;
float: left;
}
p {
display: block;
float: left;
width: 70%;
margin-left: 10px;
overflow: hidden;
max-height: 33px;
margin-bottom: 0px;
}
}
}
}
.category-item {
.select {
line-height: 50px;
font-size: 20px;
}
}
h4.category-title {
width: 100%;
font-weight: 700;
line-height: 21px;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
margin: 0;
}
.category-header {
width: 100%;
height: 110px;
text-align: center;
margin: 0;
padding-top:25px;
.pointer;
margin-bottom: 10px;
overflow:hidden;
&:hover {
filter: brightness(115%);
-webkit-filter: brightness(115%);
}
.category-box {
height:90px;
.post-preview {
padding-left:10px;
padding-right:10px;
text-align:left;
img {
width:60px;
height:60px;
padding-right:5px;
}
p {
overflow: hidden;
text-overflow:ellipsis;
height:60px;
}
}
}
}
.category-header-image-auto {
-webkit-background-size: auto!important;
-moz-background-size: auto!important;
-o-background-size: auto!important;
background-size: auto!important;
background-position: 0% 0% !important;
}
.category-header-image-cover {
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
background-size: cover!important;
background-position: center!important;
}
.category-header-image-contain {
-webkit-background-size: contain!important;
-moz-background-size: contain!important;
-o-background-size: contain!important;
background-size: contain!important;
background-position: center!important;
}