|
@@ -56,35 +56,42 @@ body {
|
|
|
.index-view .row {
|
|
|
margin: 0; }
|
|
|
|
|
|
-.category-panel {
|
|
|
+.category-panel, .forum-panel, .topic-panel, .widget-panel {
|
|
|
border: 1px solid #cad7e1;
|
|
|
border-radius: 0; }
|
|
|
+ .category-panel .category-head, .category-panel .forum-head, .category-panel .topic-head, .category-panel .widget-head, .forum-panel .category-head, .forum-panel .forum-head, .forum-panel .topic-head, .forum-panel .widget-head, .topic-panel .category-head, .topic-panel .forum-head, .topic-panel .topic-head, .topic-panel .widget-head, .widget-panel .category-head, .widget-panel .forum-head, .widget-panel .topic-head, .widget-panel .widget-head {
|
|
|
+ font-weight: bold; }
|
|
|
|
|
|
-.category-body {
|
|
|
+.category-body, .forum-body, .topic-body, .widget-body {
|
|
|
padding: 0; }
|
|
|
- .category-body .category-meta {
|
|
|
+ .category-body .category-meta, .category-body .forum-meta, .category-body .topic-meta, .category-body .widget-meta, .forum-body .category-meta, .forum-body .forum-meta, .forum-body .topic-meta, .forum-body .widget-meta, .topic-body .category-meta, .topic-body .forum-meta, .topic-body .topic-meta, .topic-body .widget-meta, .widget-body .category-meta, .widget-body .forum-meta, .widget-body .topic-meta, .widget-body .widget-meta {
|
|
|
padding-top: 0.5em;
|
|
|
height: 2.5em;
|
|
|
background-color: #e8ecf1;
|
|
|
border-bottom: 1px solid #cad7e1; }
|
|
|
- .category-body .category-meta .forum-name, .category-body .category-meta .forum-stats, .category-body .category-meta .forum-last-post {
|
|
|
- font-weight: bold; }
|
|
|
- .category-body .category-content {
|
|
|
+ .category-body .category-row, .category-body .forum-row, .category-body .topic-row, .category-body .widget-row, .forum-body .category-row, .forum-body .forum-row, .forum-body .topic-row, .forum-body .widget-row, .topic-body .category-row, .topic-body .forum-row, .topic-body .topic-row, .topic-body .widget-row, .widget-body .category-row, .widget-body .forum-row, .widget-body .topic-row, .widget-body .widget-row {
|
|
|
margin-top: 1em;
|
|
|
padding-bottom: 1em; }
|
|
|
- .category-body .category-content:not(:last-child) {
|
|
|
+ .category-body .category-row:not(:last-child), .category-body .forum-row:not(:last-child), .category-body .topic-row:not(:last-child), .category-body .widget-row:not(:last-child), .forum-body .category-row:not(:last-child), .forum-body .forum-row:not(:last-child), .forum-body .topic-row:not(:last-child), .forum-body .widget-row:not(:last-child), .topic-body .category-row:not(:last-child), .topic-body .forum-row:not(:last-child), .topic-body .topic-row:not(:last-child), .topic-body .widget-row:not(:last-child), .widget-body .category-row:not(:last-child), .widget-body .forum-row:not(:last-child), .widget-body .topic-row:not(:last-child), .widget-body .widget-row:not(:last-child) {
|
|
|
border-bottom: 1px solid #cad7e1; }
|
|
|
- .category-body .category-content .forum-info {
|
|
|
- position: relative;
|
|
|
- float: left; }
|
|
|
- .category-body .category-content .forum-info .forum-status {
|
|
|
- font-size: 2em;
|
|
|
- padding-right: 0.5em; }
|
|
|
- .category-body .category-content .forum-info .forum-name {
|
|
|
- font-weight: bold; }
|
|
|
- .category-body .category-content .forum-info .forum-moderators {
|
|
|
- font-style: italic; }
|
|
|
- .category-body .category-content .forum-last-post .last-post-title {
|
|
|
- font-weight: bold; }
|
|
|
+
|
|
|
+.category-body .category-meta .forum-name, .category-body .category-meta .forum-stats, .category-body .category-meta .forum-last-post {
|
|
|
+ font-weight: bold; }
|
|
|
+.category-body .category-row .forum-info {
|
|
|
+ position: relative;
|
|
|
+ float: left; }
|
|
|
+ .category-body .category-row .forum-info .forum-status {
|
|
|
+ font-size: 2em;
|
|
|
+ padding-right: 0.5em; }
|
|
|
+ .category-body .category-row .forum-info .forum-name {
|
|
|
+ font-weight: bold; }
|
|
|
+ .category-body .category-row .forum-info .forum-moderators {
|
|
|
+ font-style: italic; }
|
|
|
+.category-body .category-row .forum-last-post .last-post-title {
|
|
|
+ font-weight: bold; }
|
|
|
+
|
|
|
+p.stats {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0; }
|
|
|
|
|
|
/*# sourceMappingURL=flaskbb.css.map */
|