You are here

advanced-forum.blue_and_grey.style.css in Advanced Forum More Styles 7.2

/**
 * Thread list
 */
.forum-post-info {
  border-top: none;
  background: transparent;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0.5em;
}


.forum-post-number a {
  font-size: 0.8em;
}
.forum-in-reply-to {
  font-size: 0.8em;
}
div.forum-post {
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  border-top: none;
  border-bottom: 1px solid #cecece;
  background-color: transparent;
}

div.forum-topic-header {
  border-bottom: 1px solid #cecece;
}

.forum-post-wrapper {
  background-color: transparent;
}
.forum-post-panel-main {
  border-left: none;
  background-color: transparent;
  min-height: 20px;
  height: auto;
  margin-left: auto;
}
.forum-post-footer {
  border-top: none;
}
.forum-post-title {
  border-bottom: none;
  font-weight: 600;
  font-size: 1.4em;
  color: #5a5a5a;
  display: none; /* Hide the comment title in the node title. */
}
/* Show the comment title for inline posts.*/
.comment-wrapper .forum-post-title {
  display: block;
}

.forum-post-number a {
  font-weight: 700;
  color: #848484 !important;
}
.forum-posted-on {
  font-weight: 700;
  color: #848484;
  padding-left: 0;
}
.forum-in-reply-to {
  font-weight: 600;
  float: left;
}

.forum-post-wrapper .post-edited {
  font-size: 0.8em;
}

/**
 * Button links
 */
.forum-jump-links {
  margin: 5px 5px 5px 0;
}
.forum-post-links {
  margin: 5px 0 5px 5px;
}
body .forum-post-links li {
  margin-left: 0.5em;
  margin-right: 0;
}

/**
 * Author pane
 */
.forum-post-panel-sub .author-pane {
  margin: 0 0 1em 0;
  padding-top: 0.4em;
}
div.forum-post-panel-sub {
  width: 9em;
  font-size: 0.9em;
}
div.forum-post-panel-sub .author-pane .picture img {
  padding: 1px;
}
.forum-post-panel-sub .author-pane .author-name {
  font-weight: 600;
  font-size: 1em;
}
.forum-post-panel-sub .author-pane .picture {
  margin-bottom: 5px;
}
.forum-post-panel-main {
  margin-left: 9em;
}

/**
 * Forum Listing
 */
.forum-table-wrap span.forum-collapsible {
  width: 16px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  float: left;
  background: transparent url(images/container_collapse.png) no-repeat bottom center;
  cursor: pointer;
}
.forum-table-wrap span.container-collapsed {
  background: transparent url(images/container_expand.png) no-repeat center center;
}
.forum-table-description {
  padding-left: 16px;
}
body .forum-table-wrap {
  margin-bottom: 0;
}
body .forum-table-wrap .forum-table-superheader {
  border-top: 1px solid #cfcfcf;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: #f3f3f3;
  background-image: linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  background-image: -o-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  background-image: -moz-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  background-image: -webkit-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  background-image: -ms-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  background-image: -webkit-gradient( linear, left bottom,left top, color-stop(0.18, rgb(254,254,254)), color-stop(0.59, rgb(243,243,243)));
}
body .forum-list-icon-legend {
  margin-top: 0;
}
body .forum-tools {
  margin-top: 0;
}
.forum-table-wrap th.forum-name {
  color: transparent;
}
.forum-table-wrap .forum-table-forums {
  margin-left: 4%;
  width: 96%;
}

.forum-table-wrap .forum-table td {
  border: 0;
  vertical-align:top;
}
body .forum-table-wrap .forum-table tr.even, body .forum-table-wrap .forum-table tr.odd {
  border: none;
}
body .forum-table-wrap .forum-table {
  border: none;
}
body .forum-table-wrap thead tr {
  border: none;
  background-color: transparent;
}
body .forum-table-wrap table.forum-table-forums tbody tr td, body .forum-table-wrap table.forum-table-forums thead th, body .forum-table-wrap table.forum-table-forums tbody tr.forum-row {
  background: transparent;
}
.forum-table-wrap table.forum-table-forums thead.forum-header th.forum-last-post {
  text-align: left;
}
body .forum-table-wrap table.forum-table-forums tbody tr.forum-row {
  border-top: 1px dotted #cfcfcf;
}
body table.forum-table-forums tbody tr.forum-row td {
  padding-bottom: 2em;
  padding-top: 1em;
}
div.forum-table-wrap table.forum-table-forums {
  margin-top: -2em;
}
.forum-table-wrap .forum-table-superheader .forum-table-name, .forum-table-wrap .forum-table-superheader .forum-table-name a {
  font-weight: 600;
  color: #3285a7;
}
.forum-topi-legend .topic-icon-new {
  margin-top: 1em;
}

/**
 * Topic list
 */
body .forum-table tr.forum-last-sticky {
  border-bottom: none;
}
.forum-table .sticky-label {
  display: none;
}
.forum-table-topics td {
  padding-top: 1em;
  padding-bottom: 1em;
}
body .forum-table {
  border: none;
}
body .forum-table-topics .forum-table-superheader, body .forum-table-topics thead tr {
  border: none;
  background: transparent;
}
body .forum-table-topics thead th {
  background: transparent;
  border-left: none;
  border-right: none;
}
.forum-table thead tr a, .forum-table thead tr a:visited, .forum-table thead tr a:link {
  font-weight: 600;
}
body .forum-table.forum-table-topics tr {
  border-top: none;
  background: transparent;
}
body .forum-table.forum-table-topics td {
  background: transparent;
  border: none;
}
body .forum-table-topics thead {
  border-bottom: 2px solid #cbcbcb;
}
body table.forum-table.forum-table-topics tr {
  border-bottom: 1px dotted #cbcbcb;
}
body .forum-table-topics th.views-field-last-updated {
  text-align: left;
}
body .forum-table th img {
  vertical-align: top;
}
#forum-topic-list .sticky-header {
  display: none;
}
td.views-field-comment-count a {
  display: none;
}
.views-field-title .marker {
  display: none;
}

File

styles/blue_and_grey/advanced-forum.blue_and_grey.style.css
View source
  1. /**
  2. * Thread list
  3. */
  4. .forum-post-info {
  5. border-top: none;
  6. background: transparent;
  7. color: #333;
  8. font-weight: bold;
  9. border-bottom: none;
  10. padding-bottom: 0.5em;
  11. }
  12. .forum-post-number a {
  13. font-size: 0.8em;
  14. }
  15. .forum-in-reply-to {
  16. font-size: 0.8em;
  17. }
  18. div.forum-post {
  19. padding-top: 1em;
  20. padding-bottom: 1em;
  21. border: none;
  22. border-top: none;
  23. border-bottom: 1px solid #cecece;
  24. background-color: transparent;
  25. }
  26. div.forum-topic-header {
  27. border-bottom: 1px solid #cecece;
  28. }
  29. .forum-post-wrapper {
  30. background-color: transparent;
  31. }
  32. .forum-post-panel-main {
  33. border-left: none;
  34. background-color: transparent;
  35. min-height: 20px;
  36. height: auto;
  37. margin-left: auto;
  38. }
  39. .forum-post-footer {
  40. border-top: none;
  41. }
  42. .forum-post-title {
  43. border-bottom: none;
  44. font-weight: 600;
  45. font-size: 1.4em;
  46. color: #5a5a5a;
  47. display: none; /* Hide the comment title in the node title. */
  48. }
  49. /* Show the comment title for inline posts.*/
  50. .comment-wrapper .forum-post-title {
  51. display: block;
  52. }
  53. .forum-post-number a {
  54. font-weight: 700;
  55. color: #848484 !important;
  56. }
  57. .forum-posted-on {
  58. font-weight: 700;
  59. color: #848484;
  60. padding-left: 0;
  61. }
  62. .forum-in-reply-to {
  63. font-weight: 600;
  64. float: left;
  65. }
  66. .forum-post-wrapper .post-edited {
  67. font-size: 0.8em;
  68. }
  69. /**
  70. * Button links
  71. */
  72. .forum-jump-links {
  73. margin: 5px 5px 5px 0;
  74. }
  75. .forum-post-links {
  76. margin: 5px 0 5px 5px;
  77. }
  78. body .forum-post-links li {
  79. margin-left: 0.5em;
  80. margin-right: 0;
  81. }
  82. /**
  83. * Author pane
  84. */
  85. .forum-post-panel-sub .author-pane {
  86. margin: 0 0 1em 0;
  87. padding-top: 0.4em;
  88. }
  89. div.forum-post-panel-sub {
  90. width: 9em;
  91. font-size: 0.9em;
  92. }
  93. div.forum-post-panel-sub .author-pane .picture img {
  94. padding: 1px;
  95. }
  96. .forum-post-panel-sub .author-pane .author-name {
  97. font-weight: 600;
  98. font-size: 1em;
  99. }
  100. .forum-post-panel-sub .author-pane .picture {
  101. margin-bottom: 5px;
  102. }
  103. .forum-post-panel-main {
  104. margin-left: 9em;
  105. }
  106. /**
  107. * Forum Listing
  108. */
  109. .forum-table-wrap span.forum-collapsible {
  110. width: 16px;
  111. display: block;
  112. margin-left: 0;
  113. margin-right: 0;
  114. float: left;
  115. background: transparent url(images/container_collapse.png) no-repeat bottom center;
  116. cursor: pointer;
  117. }
  118. .forum-table-wrap span.container-collapsed {
  119. background: transparent url(images/container_expand.png) no-repeat center center;
  120. }
  121. .forum-table-description {
  122. padding-left: 16px;
  123. }
  124. body .forum-table-wrap {
  125. margin-bottom: 0;
  126. }
  127. body .forum-table-wrap .forum-table-superheader {
  128. border-top: 1px solid #cfcfcf;
  129. border-right: none;
  130. border-left: none;
  131. border-bottom: none;
  132. background-color: #f3f3f3;
  133. background-image: linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  134. background-image: -o-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  135. background-image: -moz-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  136. background-image: -webkit-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  137. background-image: -ms-linear-gradient(bottom, rgb(254,254,254) 18%, rgb(243,243,243) 59%);
  138. background-image: -webkit-gradient( linear, left bottom,left top, color-stop(0.18, rgb(254,254,254)), color-stop(0.59, rgb(243,243,243)));
  139. }
  140. body .forum-list-icon-legend {
  141. margin-top: 0;
  142. }
  143. body .forum-tools {
  144. margin-top: 0;
  145. }
  146. .forum-table-wrap th.forum-name {
  147. color: transparent;
  148. }
  149. .forum-table-wrap .forum-table-forums {
  150. margin-left: 4%;
  151. width: 96%;
  152. }
  153. .forum-table-wrap .forum-table td {
  154. border: 0;
  155. vertical-align:top;
  156. }
  157. body .forum-table-wrap .forum-table tr.even, body .forum-table-wrap .forum-table tr.odd {
  158. border: none;
  159. }
  160. body .forum-table-wrap .forum-table {
  161. border: none;
  162. }
  163. body .forum-table-wrap thead tr {
  164. border: none;
  165. background-color: transparent;
  166. }
  167. body .forum-table-wrap table.forum-table-forums tbody tr td, body .forum-table-wrap table.forum-table-forums thead th, body .forum-table-wrap table.forum-table-forums tbody tr.forum-row {
  168. background: transparent;
  169. }
  170. .forum-table-wrap table.forum-table-forums thead.forum-header th.forum-last-post {
  171. text-align: left;
  172. }
  173. body .forum-table-wrap table.forum-table-forums tbody tr.forum-row {
  174. border-top: 1px dotted #cfcfcf;
  175. }
  176. body table.forum-table-forums tbody tr.forum-row td {
  177. padding-bottom: 2em;
  178. padding-top: 1em;
  179. }
  180. div.forum-table-wrap table.forum-table-forums {
  181. margin-top: -2em;
  182. }
  183. .forum-table-wrap .forum-table-superheader .forum-table-name, .forum-table-wrap .forum-table-superheader .forum-table-name a {
  184. font-weight: 600;
  185. color: #3285a7;
  186. }
  187. .forum-topi-legend .topic-icon-new {
  188. margin-top: 1em;
  189. }
  190. /**
  191. * Topic list
  192. */
  193. body .forum-table tr.forum-last-sticky {
  194. border-bottom: none;
  195. }
  196. .forum-table .sticky-label {
  197. display: none;
  198. }
  199. .forum-table-topics td {
  200. padding-top: 1em;
  201. padding-bottom: 1em;
  202. }
  203. body .forum-table {
  204. border: none;
  205. }
  206. body .forum-table-topics .forum-table-superheader, body .forum-table-topics thead tr {
  207. border: none;
  208. background: transparent;
  209. }
  210. body .forum-table-topics thead th {
  211. background: transparent;
  212. border-left: none;
  213. border-right: none;
  214. }
  215. .forum-table thead tr a, .forum-table thead tr a:visited, .forum-table thead tr a:link {
  216. font-weight: 600;
  217. }
  218. body .forum-table.forum-table-topics tr {
  219. border-top: none;
  220. background: transparent;
  221. }
  222. body .forum-table.forum-table-topics td {
  223. background: transparent;
  224. border: none;
  225. }
  226. body .forum-table-topics thead {
  227. border-bottom: 2px solid #cbcbcb;
  228. }
  229. body table.forum-table.forum-table-topics tr {
  230. border-bottom: 1px dotted #cbcbcb;
  231. }
  232. body .forum-table-topics th.views-field-last-updated {
  233. text-align: left;
  234. }
  235. body .forum-table th img {
  236. vertical-align: top;
  237. }
  238. #forum-topic-list .sticky-header {
  239. display: none;
  240. }
  241. td.views-field-comment-count a {
  242. display: none;
  243. }
  244. .views-field-title .marker {
  245. display: none;
  246. }