+@import "mixins";
+
+
ul.breadcrumb {
margin: 0;
padding: 0;
.forum-body {
+
+ position: relative;
+
+ .search-result {
+ em {
+ background-color: yellow;
+ }
+ }
+
.pagination {
ul {
margin: 0;
}
.forum-topic-count, .forum-post-count, .topic-post-count, .topic-view-count {
- width: 16%;
+ width: 10%;
text-align: center;
}
.forum-last-post, .topic-last-post {
- width: 20%;
+ width: 32%;
text-align: center;
}
-
+ .post:nth-child(4n+4) {
+ background-color: lighten(#D0D0D0 , 10%);
+ }
.post-header {
padding: 3px 0 3px 20px;
.mini-pagination {
padding: 3px 0 3px 10px;
}
+
+
+ .post-form {
+ input, textarea {
+ @include base-font;
+ font-size: 1.6em;
+ }
+ #id_name {
+ width: 698px;
+ }
+ }
}