flaskbb.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. html {
  2. position: relative;
  3. min-height: 100%; }
  4. body {
  5. background-color: #E8F1F2;
  6. margin-bottom: 60px; }
  7. .flaskbb-footer {
  8. position: absolute;
  9. bottom: 0;
  10. height: 60px;
  11. width: inherit;
  12. padding-top: 1em; }
  13. .flaskbb-layout {
  14. padding-top: 20px;
  15. color: #5a5a5a; }
  16. .flaskbb-header {
  17. color: #fff;
  18. text-align: left;
  19. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  20. background-color: #3276b1;
  21. background-image: -webkit-linear-gradient(top, #285e8e 0%, #3276b1 100%);
  22. background-image: linear-gradient(to bottom, #285e8e 0%, #3276b1 100%);
  23. background-repeat: repeat-x;
  24. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285e8e', endColorstr='#3276b1', GradientType=0);
  25. border: 1px solid #cad7e1;
  26. border-bottom: 0;
  27. border-radius: 0.25em 0.25em 0 0;
  28. position: relative;
  29. height: 12em;
  30. padding: 2.5em 2em;
  31. margin-top: 2.5em; }
  32. .flaskbb-header .flaskbb-meta .flaskbb-title {
  33. color: #fff;
  34. font-size: 3em;
  35. font-weight: bold; }
  36. .flaskbb-header .flaskbb-meta .flaskbb-subtitle {
  37. color: #e8ecf1; }
  38. .forum-navigation {
  39. border: 1px solid #cad7e1;
  40. border-radius: 0 0 0.25em 0.25em; }
  41. .forum-navigation .navbar-nav .user-btn {
  42. padding-right: 2em;
  43. padding-left: 1em; }
  44. .forum-navigation .navbar-nav > li > a:hover, .forum-navigation .navbar-default .navbar-nav > li > a:focus {
  45. color: #555;
  46. background-color: #e7e7e7; }
  47. .flaskbb-breadcrumb {
  48. border: 1px solid #cad7e1;
  49. border-radius: 0; }
  50. .index-view .forum-row, .index-view .category-row, .index-view .post-row, .forum-view .forum-row, .forum-view .category-row, .forum-view .post-row, .topic-view .forum-row, .topic-view .category-row, .topic-view .post-row {
  51. margin: 0; }
  52. .category-panel, .forum-panel, .topic-panel, .widget-panel {
  53. border: 1px solid #cad7e1;
  54. border-radius: 0;
  55. margin-bottom: 0; }
  56. .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 {
  57. font-weight: bold; }
  58. .category-body, .forum-body, .topic-body, .widget-body {
  59. padding: 0; }
  60. .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 {
  61. padding-top: 0.5em;
  62. height: 2.5em;
  63. background-color: #e8ecf1;
  64. border-bottom: 1px solid #cad7e1; }
  65. .category-body .category-row, .category-body .forum-row, .category-body .topic-row, .category-body .widget-row, .category-body .post-row, .forum-body .category-row, .forum-body .forum-row, .forum-body .topic-row, .forum-body .widget-row, .forum-body .post-row, .topic-body .category-row, .topic-body .forum-row, .topic-body .topic-row, .topic-body .widget-row, .topic-body .post-row, .widget-body .category-row, .widget-body .forum-row, .widget-body .topic-row, .widget-body .widget-row, .widget-body .post-row {
  66. margin-top: 0.5em;
  67. padding-bottom: 0.5em; }
  68. .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), .category-body .post-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), .forum-body .post-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), .topic-body .post-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), .widget-body .post-row:not(:last-child) {
  69. border-bottom: 1px solid #cad7e1; }
  70. .topic-body .post-row {
  71. margin-top: 0;
  72. padding-bottom: 0; }
  73. .topic-body .post-row .post-author {
  74. padding-left: 0.5em;
  75. padding-bottom: 0.5em;
  76. background-color: #e8ecf1; }
  77. .topic-body .post-row .post-meta {
  78. padding-top: 0.5em;
  79. padding-left: 0.5em;
  80. padding-right: 0.5em;
  81. border-bottom: 1px solid #e8ecf1; }
  82. .topic-body .post-row .post-box {
  83. padding-left: 0;
  84. padding-right: 0; }
  85. .topic-body .post-row .post-box .post-content {
  86. padding-top: 0.5em;
  87. padding-left: 0.5em;
  88. padding-right: 0.5em; }
  89. .topic-body .post-row .post-footer {
  90. width: 100%;
  91. height: 100%;
  92. border-top: 1px solid #e8ecf1; }
  93. .topic-body .post-row .post-footer .post-signature {
  94. padding-left: 0.5em; }
  95. .topic-body .post-row .post-footer .post-controls {
  96. padding-left: 0; }
  97. .topic-body .post-row .post-footer .post-controls .inline-form {
  98. padding: 6px 12px; }
  99. .forum-body .forum-meta .topic-name, .forum-body .forum-meta .topic-stats, .forum-body .forum-meta .topic-last-post {
  100. font-weight: bold; }
  101. .forum-body .forum-row .topic-info {
  102. position: relative; }
  103. .forum-body .forum-row .topic-info .topic-status {
  104. float: left;
  105. font-size: 1.5em;
  106. padding-right: 0.5em; }
  107. .forum-body .forum-row .topic-info .topic-status .topic-locked {
  108. font-size: 1.5em; }
  109. .forum-body .forum-row .topic-info .topic-name {
  110. font-weight: bold; }
  111. .forum-body .forum-row .topic-info .topic-pages {
  112. font-size: small; }
  113. .category-body .category-meta .forum-name, .category-body .category-meta .forum-stats, .category-body .category-meta .forum-last-post {
  114. font-weight: bold; }
  115. .category-body .category-row .forum-info {
  116. position: relative; }
  117. .category-body .category-row .forum-info .forum-status {
  118. float: left;
  119. font-size: 2em;
  120. padding-right: 0.5em; }
  121. .category-body .category-row .forum-info .forum-name {
  122. font-weight: bold; }
  123. .category-body .category-row .forum-info .forum-moderators {
  124. font-style: italic; }
  125. .category-body .category-row .forum-last-post .last-post-title {
  126. font-weight: bold; }
  127. p.flaskbb-stats {
  128. margin: 0;
  129. padding: 0; }
  130. .controls-row {
  131. padding: 0.5em 0;
  132. margin: 0; }
  133. .controls-row .pagination {
  134. padding: 0;
  135. margin: 0; }
  136. .controls-col {
  137. margin: 0;
  138. padding: 0; }
  139. .inline-form {
  140. display: inline;
  141. padding: 0px; }
  142. .inline-form .btn-link {
  143. padding: 0px; }
  144. .dropdown-messages {
  145. min-width: 15em; }
  146. .dropdown-messages .message-subject {
  147. font-style: italic; }
  148. .dropdown-messages .author-name {
  149. font-weight: bold; }
  150. .editor {
  151. padding: 0;
  152. min-height: 0; }
  153. .editor > .md-editor.active {
  154. border-color: none;
  155. box-shadow: none; }
  156. .editor > .md-editor > .md-footer, .editor > .md-editor > .md-header {
  157. background: #F6F9FC; }
  158. .editor > .md-editor > textarea {
  159. border-top: 1px solid #cad7e1;
  160. border-bottom: none;
  161. background: #fff;
  162. padding-left: 3px; }
  163. .editor > .md-editor > .md-preview {
  164. border-top: 1px solid #cad7e1;
  165. border-right: 1px solid #cad7e1;
  166. border-bottom: none;
  167. background: #eee; }
  168. .emoji {
  169. vertical-align: middle;
  170. width: 20px;
  171. height: 20px; }
  172. /*# sourceMappingURL=flaskbb.css.map */