You are here

advanced_forum.minimal.style.css in Advanced Forum More Styles 6.2

/**
 * Colors used in this style:  
 * #7FBDEF for the header bar on forum and topic listings. 
 * Search and replace to change its color.
 */
 
 /*********** General **********/
 #forum a,
 #forum-topic-list a {
  font-weight: normal;
 }
 
 /*********** Author Pane **********/
 

div.author-pane {
  font-size: 0.93em;
  color: #555;
}

span.author-pane-label {
 color: #555555;
 font-weight: bold;
}

.author-pane .picture img {
  padding: 8px;
  border: 1px solid #ddd;
  height: 70px;
}
.forum-post-info {
  border-bottom:1px solid #ddd;
  border-top:1px solid #ccc;
  font-size: 0.93em;
  color: #999;
  margin-bottom: 0;
}
ul.forum-links {
margin: 10px 20px 0 0;
}
ul.forum-links li {
list-style-type: none;
list-style-image: none;
font-size: 0.9em;
}
ul.forum-links li.forum {
   font-size: 1.1em;
   border: 1px solid #ccc;
   padding: 2px 7px;
}
div.forum-post-panel-main,
div.forum-post-links {
  border-left:1px solid #ddd;
}

#forum .description {
  font-size: 0.8em;
  color: #777;
}
#forum .container-description {
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 10px;
  color: #777;
  line-height: 1.2;
}
/*** FORUM LIST ******************************************************/

ul.forum-links {
  display: inline;
}
.forum-primary-links {
  padding-top: 22px;
}
#forum tr.container td {
  background: #7FBDEF;
}

#forum tr.odd,
#forum tr.even
 {
  border: 1px solid #ddd;
}
#forum tr.even {
  background: #eee;
}
#forum tr.odd {
  background: #fff;
}
#forum tr.even.container,
#forum tr.odd.container {
  border: 1px solid #76A3F0;
}
tr.container a,
#content tr.container a
 {
  color: white;
  font-weight: bold;
}

div#forum-statistics {
  border: 1px solid #ddd;
  font-size: 0.8em;
  color: #666;
  line-height: 1.6;
}
.forum-topic-legend,
.forum-folder-legend {
 color: #555;
 font-size: 0.8em;
  -moz-opacity:.75; 
  filter:alpha(opacity=75); 
  opacity:.75;
 
}
.forum-folder-legend dt {
  float: left;
  padding-right: 10px;
}
.forum-folder-legend dd{
  float: left;
  width: 100px;
  line-height: 1.4;
}

div#forum-statistics-active-header,
div#forum-statistics-statistics-header {
  background: #eee;
}
#forum td.forum-last-reply {
  color: #777;
  font-size: 0.93em;
  line-height: 1.4;
}

/*** TOPIC LIST ******************************************************/

table.forum-topics th,
table.forum-table th {
  background: #7FBDEF;
  padding: 3px 5px 5px 5px;
  font-size: 0.93em;
  border: 1px solid #7FBDEF;
}
table.forum-table td {
  padding: 6px 8px;
}
table.forum-table-topics tr td {
   padding: 7px 8px;
}
#forum table.forum-table.forums-overview th {
  background: #fff;
  padding:3px 5px 3px 5px;
  font-size: 0.93em;
  color: #494949;
}
#forum table.forum-table.forum-overview th a {
  color: black;
}

table.forum-table th
table.forum-topics td {
  padding: 0.3em;
}
#forum table.forum-table-topics th,
#forum table.forum-table-topics th a,
#forum table.forum-table th,
#forum table.forum-table th a,
table.forum-table-topics th,
table.forum-table-topics th a {
  color: white;
  font-weight: bold;
}
#forum table.forum-table-topics th.views-field-title {
  text-align: left;
}

table.forum-table-topics td.views-field-title,
table.forum-table-topics td.views-field-last-updated {
  font-size: 0.9em;
}
table.forum-table-topics td.views-field-title {
  line-height: 1.5;
  color: #777;
}
table.forum-table-topics td.views-field-title a {
  font-size: 1.1em;
}
table.forum-table-topics td.views-field-last-comment-timestamp {
  font-size: 0.93em;
  line-height: 1.4;
  background: #e5e5e5;
}

.forum-topic-legend img,
.forum-folder-legend img {
  -moz-opacity:.65; 
  filter:alpha(opacity=65); 
  opacity:.65;
}
.forum-topic-legend dl {
  clear: left;
  display: block;
  padding: 6px 0;
}
.forum-topic-legend dt,
.forum-topic-legend dd {
  float: left;
}
.forum-topic-legend dd {
  padding-left: 10px;
  width: 90px;
  line-height: 1.4;
}
.forum-topic-legend div.legend-group {
  padding-right: 20px;
}
.forum-secondary-links ul li {
  background: none;
}
/*** THREAD ***********************************************************/
div.post-title {
  font-weight: bold;
}
li.topic_reply.first.last,
li.comment_add.first.last
 {
  list-style-type: none;
  list-style-image: none;
  background: none;
  padding-bottom: 5px;
}
div.forum-post-links {
  border-left: 0;
}
.forum-post-links ul.links li {
  margin-left: 5px;
  font-size: 0.93em;
  
}
#forum-comments .forum-post-links ul.links li a,
.forum-post-wrapper .forum-post-links ul.links li a {
  font-weight: bold;
}
.forum-post-wrapper a,
#forum-comments a {
  font-weight: normal;
}



File

styles/minimal/advanced_forum.minimal.style.css
View source
  1. /**
  2. * Colors used in this style:
  3. * #7FBDEF for the header bar on forum and topic listings.
  4. * Search and replace to change its color.
  5. */
  6. /*********** General **********/
  7. #forum a,
  8. #forum-topic-list a {
  9. font-weight: normal;
  10. }
  11. /*********** Author Pane **********/
  12. div.author-pane {
  13. font-size: 0.93em;
  14. color: #555;
  15. }
  16. span.author-pane-label {
  17. color: #555555;
  18. font-weight: bold;
  19. }
  20. .author-pane .picture img {
  21. padding: 8px;
  22. border: 1px solid #ddd;
  23. height: 70px;
  24. }
  25. .forum-post-info {
  26. border-bottom:1px solid #ddd;
  27. border-top:1px solid #ccc;
  28. font-size: 0.93em;
  29. color: #999;
  30. margin-bottom: 0;
  31. }
  32. ul.forum-links {
  33. margin: 10px 20px 0 0;
  34. }
  35. ul.forum-links li {
  36. list-style-type: none;
  37. list-style-image: none;
  38. font-size: 0.9em;
  39. }
  40. ul.forum-links li.forum {
  41. font-size: 1.1em;
  42. border: 1px solid #ccc;
  43. padding: 2px 7px;
  44. }
  45. div.forum-post-panel-main,
  46. div.forum-post-links {
  47. border-left:1px solid #ddd;
  48. }
  49. #forum .description {
  50. font-size: 0.8em;
  51. color: #777;
  52. }
  53. #forum .container-description {
  54. font-weight: normal;
  55. font-size: 0.8em;
  56. padding-left: 10px;
  57. color: #777;
  58. line-height: 1.2;
  59. }
  60. /*** FORUM LIST ******************************************************/
  61. ul.forum-links {
  62. display: inline;
  63. }
  64. .forum-primary-links {
  65. padding-top: 22px;
  66. }
  67. #forum tr.container td {
  68. background: #7FBDEF;
  69. }
  70. #forum tr.odd,
  71. #forum tr.even
  72. {
  73. border: 1px solid #ddd;
  74. }
  75. #forum tr.even {
  76. background: #eee;
  77. }
  78. #forum tr.odd {
  79. background: #fff;
  80. }
  81. #forum tr.even.container,
  82. #forum tr.odd.container {
  83. border: 1px solid #76A3F0;
  84. }
  85. tr.container a,
  86. #content tr.container a
  87. {
  88. color: white;
  89. font-weight: bold;
  90. }
  91. div#forum-statistics {
  92. border: 1px solid #ddd;
  93. font-size: 0.8em;
  94. color: #666;
  95. line-height: 1.6;
  96. }
  97. .forum-topic-legend,
  98. .forum-folder-legend {
  99. color: #555;
  100. font-size: 0.8em;
  101. -moz-opacity:.75;
  102. filter:alpha(opacity=75);
  103. opacity:.75;
  104. }
  105. .forum-folder-legend dt {
  106. float: left;
  107. padding-right: 10px;
  108. }
  109. .forum-folder-legend dd{
  110. float: left;
  111. width: 100px;
  112. line-height: 1.4;
  113. }
  114. div#forum-statistics-active-header,
  115. div#forum-statistics-statistics-header {
  116. background: #eee;
  117. }
  118. #forum td.forum-last-reply {
  119. color: #777;
  120. font-size: 0.93em;
  121. line-height: 1.4;
  122. }
  123. /*** TOPIC LIST ******************************************************/
  124. table.forum-topics th,
  125. table.forum-table th {
  126. background: #7FBDEF;
  127. padding: 3px 5px 5px 5px;
  128. font-size: 0.93em;
  129. border: 1px solid #7FBDEF;
  130. }
  131. table.forum-table td {
  132. padding: 6px 8px;
  133. }
  134. table.forum-table-topics tr td {
  135. padding: 7px 8px;
  136. }
  137. #forum table.forum-table.forums-overview th {
  138. background: #fff;
  139. padding:3px 5px 3px 5px;
  140. font-size: 0.93em;
  141. color: #494949;
  142. }
  143. #forum table.forum-table.forum-overview th a {
  144. color: black;
  145. }
  146. table.forum-table th
  147. table.forum-topics td {
  148. padding: 0.3em;
  149. }
  150. #forum table.forum-table-topics th,
  151. #forum table.forum-table-topics th a,
  152. #forum table.forum-table th,
  153. #forum table.forum-table th a,
  154. table.forum-table-topics th,
  155. table.forum-table-topics th a {
  156. color: white;
  157. font-weight: bold;
  158. }
  159. #forum table.forum-table-topics th.views-field-title {
  160. text-align: left;
  161. }
  162. table.forum-table-topics td.views-field-title,
  163. table.forum-table-topics td.views-field-last-updated {
  164. font-size: 0.9em;
  165. }
  166. table.forum-table-topics td.views-field-title {
  167. line-height: 1.5;
  168. color: #777;
  169. }
  170. table.forum-table-topics td.views-field-title a {
  171. font-size: 1.1em;
  172. }
  173. table.forum-table-topics td.views-field-last-comment-timestamp {
  174. font-size: 0.93em;
  175. line-height: 1.4;
  176. background: #e5e5e5;
  177. }
  178. .forum-topic-legend img,
  179. .forum-folder-legend img {
  180. -moz-opacity:.65;
  181. filter:alpha(opacity=65);
  182. opacity:.65;
  183. }
  184. .forum-topic-legend dl {
  185. clear: left;
  186. display: block;
  187. padding: 6px 0;
  188. }
  189. .forum-topic-legend dt,
  190. .forum-topic-legend dd {
  191. float: left;
  192. }
  193. .forum-topic-legend dd {
  194. padding-left: 10px;
  195. width: 90px;
  196. line-height: 1.4;
  197. }
  198. .forum-topic-legend div.legend-group {
  199. padding-right: 20px;
  200. }
  201. .forum-secondary-links ul li {
  202. background: none;
  203. }
  204. /*** THREAD ***********************************************************/
  205. div.post-title {
  206. font-weight: bold;
  207. }
  208. li.topic_reply.first.last,
  209. li.comment_add.first.last
  210. {
  211. list-style-type: none;
  212. list-style-image: none;
  213. background: none;
  214. padding-bottom: 5px;
  215. }
  216. div.forum-post-links {
  217. border-left: 0;
  218. }
  219. .forum-post-links ul.links li {
  220. margin-left: 5px;
  221. font-size: 0.93em;
  222. }
  223. #forum-comments .forum-post-links ul.links li a,
  224. .forum-post-wrapper .forum-post-links ul.links li a {
  225. font-weight: bold;
  226. }
  227. .forum-post-wrapper a,
  228. #forum-comments a {
  229. font-weight: normal;
  230. }