You are here

advanced_forum.css in Advanced Forum 6

/*
This file contains colors, graphics, and text effects. For structural markup,
see advanced_forum-structure.css.

Colors used:
  #ffffff Text on headers
  #0062A0 Pager number
  #91CDF5 Borders & headers
  #BDE0F5 Container background, sticky topic
  #5F67A5 Container description
  #898989 Forum description
  #EDF5FA Author pane background

Images used:
  images/pager-bg.png Pager background gradient.
*/

/*** FORUM LINK LISTS ********************************************************/

.forum-links li {
  list-style-image: none;
  list-style-type: none;
  background: none;
}

.forum-links li a {
  font-weight: bold;
}

/*** PAGER *******************************************************************/

#forum .pager a:link,
#forum .pager a:visited,
#forum-comments .pager a:link,
#forum-comments .pager a:visited {
  text-decoration: none;
  border: 1px solid #91CDF5;
  background: #ffffff url(images/pager-bg.png) repeat-x left top;
  font-weight: bold;
}

#forum .pager-current,
#forum .pager a:hover,
#forum-comments .pager-current,
#forum-comments .pager a:hover {
  color: #0062A0; 
}

#forum .pager a.active,
#forum-comments .pager a.active {
  background: #fff url(images/pager-bg.png) repeat-x left top;
  color: #0062A0; 
}

/*** FORUM & TOPIC LIST ******************************************************/

/* General */
#forum .forum-table,
#forum .forum-topics {
  border: 1px solid #91CDF5;
}

/* Headers */
#forum .forum-table th,
#forum .forum-topics th,
#forum .forum-topics th a,
#forum .forum-topics th a:link,
#forum .forum-topics th a:hover,
#forum .forum-topics th a:visited {
  background-color: #91CDF5;
  color: #ffffff;
  font-weight: bold;
}

#forum .forum-table tbody,
#forum .forum-topics tbody {
  border-top: none;
}

/* Containers & Forums */
#forum td.container {
  background-color: #BDE0F5;
  border-bottom: none;
}

#forum .forum-details .description {
  font-size: 85%;
  color: #898989;
}

#forum .container .forum-details .description {
  font-weight: normal;
  color: #5F67A5;
}

/* Topic listings */

#forum td .links {
  font-size: 0.9em;
}

#forum tr.sticky-topic {
  background-color: #BDE0F5;
}

/*** FORUM STATISTICS ********************************************************/

#forum-statistics {
  border: 1px solid #91CDF5;
}

#forum-statistics-header {
  background-color: #91CDF5;
  color: #ffffff;
  font-weight: bold;
}

.forum-statistics-sub-header {
  background-color: #BDE0F5;
  font-weight: bold;
}

/*** FORUM THREADS ***********************************************************/

.forum-post {
  border: 2px solid #91CDF5;
}

/* Header at the top of each post */
.post-info {
  background: #91CDF5 ;
  color: #ffffff;
  border-bottom: 1px solid #91CDF5;
}

.posted-on {
  font-size: .8em;
  font-weight: bold;
}

.forum-post .new {
  color: #ffffff;
}

.post-title {
  font-weight: bold;
  border-bottom: 1px solid #91CDF5;
}

.post-num a:link,
.post-num a:visited,
.post-num a:active,
.post-num a:hover {
  color: #ffffff;
}

/* Wrap around author pane and comment */
.forum-post-wrapper {
  background-color: #edf5fa;
}

/* Author information pane */
.forum-post-panel-sub  .author-pane .author-name {
  font-size: 120%;
  font-weight: bold;
}

.forum-post-panel-sub  .author-pane  .picture img {
	border: 1px solid #91CDF5;
	background: #ffffff;
}

.forum-post-panel-sub .author-pane .author-pane-label {
  font-weight: bold;
}

/* Post text area */
.forum-post-panel-main {
  background-color: #fff;
  border-left: 1px solid #91CDF5;
}

/* Signature */
.author-signature {
  font-size: .8em;
}

/* Post footer */
.forum-post-footer {
  background-color: #fff;
  border-top: 1px solid #91CDF5;
}

.forum-post-links {
  background-color: #fff;
  border-left: 1px solid #91CDF5;
}

/* AUTHOR PANE 2.x IMAGES ****************************************************/
.forum-post-panel-sub .author-online {
  background: transparent url(images/user-online.png) no-repeat;
  padding-left: 20px;
  height: 20px;
  width: 100px;
  display: block;
}

.forum-post-panel-sub .author-offline {
  background: transparent url(images/user-offline.png) no-repeat;
  padding-left: 20px;
  height: 20px;
  width: 100px;
  display: block;
}

.forum-post-panel-sub .author-contact .author-pane-link span {
  background: transparent url(images/contact.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}

.forum-post-panel-sub .author-privatemsg .author-pane-link span {
  background: transparent url(images/private-message.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}

.forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
  background: transparent url(images/buddy-add.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}

.forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
  background: transparent url(images/buddy-remove.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}


File

styles/blue_lagoon/advanced_forum.css
View source
  1. /*
  2. This file contains colors, graphics, and text effects. For structural markup,
  3. see advanced_forum-structure.css.
  4. Colors used:
  5. #ffffff Text on headers
  6. #0062A0 Pager number
  7. #91CDF5 Borders & headers
  8. #BDE0F5 Container background, sticky topic
  9. #5F67A5 Container description
  10. #898989 Forum description
  11. #EDF5FA Author pane background
  12. Images used:
  13. images/pager-bg.png Pager background gradient.
  14. */
  15. /*** FORUM LINK LISTS ********************************************************/
  16. .forum-links li {
  17. list-style-image: none;
  18. list-style-type: none;
  19. background: none;
  20. }
  21. .forum-links li a {
  22. font-weight: bold;
  23. }
  24. /*** PAGER *******************************************************************/
  25. #forum .pager a:link,
  26. #forum .pager a:visited,
  27. #forum-comments .pager a:link,
  28. #forum-comments .pager a:visited {
  29. text-decoration: none;
  30. border: 1px solid #91CDF5;
  31. background: #ffffff url(images/pager-bg.png) repeat-x left top;
  32. font-weight: bold;
  33. }
  34. #forum .pager-current,
  35. #forum .pager a:hover,
  36. #forum-comments .pager-current,
  37. #forum-comments .pager a:hover {
  38. color: #0062A0;
  39. }
  40. #forum .pager a.active,
  41. #forum-comments .pager a.active {
  42. background: #fff url(images/pager-bg.png) repeat-x left top;
  43. color: #0062A0;
  44. }
  45. /*** FORUM & TOPIC LIST ******************************************************/
  46. /* General */
  47. #forum .forum-table,
  48. #forum .forum-topics {
  49. border: 1px solid #91CDF5;
  50. }
  51. /* Headers */
  52. #forum .forum-table th,
  53. #forum .forum-topics th,
  54. #forum .forum-topics th a,
  55. #forum .forum-topics th a:link,
  56. #forum .forum-topics th a:hover,
  57. #forum .forum-topics th a:visited {
  58. background-color: #91CDF5;
  59. color: #ffffff;
  60. font-weight: bold;
  61. }
  62. #forum .forum-table tbody,
  63. #forum .forum-topics tbody {
  64. border-top: none;
  65. }
  66. /* Containers & Forums */
  67. #forum td.container {
  68. background-color: #BDE0F5;
  69. border-bottom: none;
  70. }
  71. #forum .forum-details .description {
  72. font-size: 85%;
  73. color: #898989;
  74. }
  75. #forum .container .forum-details .description {
  76. font-weight: normal;
  77. color: #5F67A5;
  78. }
  79. /* Topic listings */
  80. #forum td .links {
  81. font-size: 0.9em;
  82. }
  83. #forum tr.sticky-topic {
  84. background-color: #BDE0F5;
  85. }
  86. /*** FORUM STATISTICS ********************************************************/
  87. #forum-statistics {
  88. border: 1px solid #91CDF5;
  89. }
  90. #forum-statistics-header {
  91. background-color: #91CDF5;
  92. color: #ffffff;
  93. font-weight: bold;
  94. }
  95. .forum-statistics-sub-header {
  96. background-color: #BDE0F5;
  97. font-weight: bold;
  98. }
  99. /*** FORUM THREADS ***********************************************************/
  100. .forum-post {
  101. border: 2px solid #91CDF5;
  102. }
  103. /* Header at the top of each post */
  104. .post-info {
  105. background: #91CDF5 ;
  106. color: #ffffff;
  107. border-bottom: 1px solid #91CDF5;
  108. }
  109. .posted-on {
  110. font-size: .8em;
  111. font-weight: bold;
  112. }
  113. .forum-post .new {
  114. color: #ffffff;
  115. }
  116. .post-title {
  117. font-weight: bold;
  118. border-bottom: 1px solid #91CDF5;
  119. }
  120. .post-num a:link,
  121. .post-num a:visited,
  122. .post-num a:active,
  123. .post-num a:hover {
  124. color: #ffffff;
  125. }
  126. /* Wrap around author pane and comment */
  127. .forum-post-wrapper {
  128. background-color: #edf5fa;
  129. }
  130. /* Author information pane */
  131. .forum-post-panel-sub .author-pane .author-name {
  132. font-size: 120%;
  133. font-weight: bold;
  134. }
  135. .forum-post-panel-sub .author-pane .picture img {
  136. border: 1px solid #91CDF5;
  137. background: #ffffff;
  138. }
  139. .forum-post-panel-sub .author-pane .author-pane-label {
  140. font-weight: bold;
  141. }
  142. /* Post text area */
  143. .forum-post-panel-main {
  144. background-color: #fff;
  145. border-left: 1px solid #91CDF5;
  146. }
  147. /* Signature */
  148. .author-signature {
  149. font-size: .8em;
  150. }
  151. /* Post footer */
  152. .forum-post-footer {
  153. background-color: #fff;
  154. border-top: 1px solid #91CDF5;
  155. }
  156. .forum-post-links {
  157. background-color: #fff;
  158. border-left: 1px solid #91CDF5;
  159. }
  160. /* AUTHOR PANE 2.x IMAGES ****************************************************/
  161. .forum-post-panel-sub .author-online {
  162. background: transparent url(images/user-online.png) no-repeat;
  163. padding-left: 20px;
  164. height: 20px;
  165. width: 100px;
  166. display: block;
  167. }
  168. .forum-post-panel-sub .author-offline {
  169. background: transparent url(images/user-offline.png) no-repeat;
  170. padding-left: 20px;
  171. height: 20px;
  172. width: 100px;
  173. display: block;
  174. }
  175. .forum-post-panel-sub .author-contact .author-pane-link span {
  176. background: transparent url(images/contact.png) no-repeat;
  177. padding-left: 26px;
  178. height: 20px;
  179. width: 100px;
  180. display: block;
  181. }
  182. .forum-post-panel-sub .author-privatemsg .author-pane-link span {
  183. background: transparent url(images/private-message.png) no-repeat;
  184. padding-left: 26px;
  185. height: 20px;
  186. width: 100px;
  187. display: block;
  188. }
  189. .forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
  190. background: transparent url(images/buddy-add.png) no-repeat;
  191. padding-left: 26px;
  192. height: 20px;
  193. width: 100px;
  194. display: block;
  195. }
  196. .forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
  197. background: transparent url(images/buddy-remove.png) no-repeat;
  198. padding-left: 26px;
  199. height: 20px;
  200. width: 100px;
  201. display: block;
  202. }