You are here

advanced_forum.css in Advanced Forum 5

/*
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: 75%;
  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 {
  background: #ffffff;
  border: 2px solid #91CDF5;
}

.forum-post-panel-sub {
  background: #EDF5FA;
}

/* 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-comment .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;
}

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

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

.author-pane .author-pane-label {
  font-weight: bold;
}

/* Post text area */
/* Note: Changes from Naked in this section */
.forum-post-panel-main {
  border-top: 1px solid #91CDF5;
  border-bottom: 1px solid #91CDF5;
}

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

File

styles/blue_lagoon_stacked/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: 75%;
  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. background: #ffffff;
  102. border: 2px solid #91CDF5;
  103. }
  104. .forum-post-panel-sub {
  105. background: #EDF5FA;
  106. }
  107. /* Header at the top of each post */
  108. .post-info {
  109. background: #91CDF5 ;
  110. color: #ffffff;
  111. border-bottom: 1px solid #91CDF5;
  112. }
  113. .posted-on {
  114. font-size: .8em;
  115. font-weight: bold;
  116. }
  117. .forum-comment .new {
  118. color: #ffffff;
  119. }
  120. .post-title {
  121. font-weight: bold;
  122. border-bottom: 1px solid #91CDF5;
  123. }
  124. .post-num a:link,
  125. .post-num a:visited,
  126. .post-num a:active,
  127. .post-num a:hover {
  128. color: #ffffff;
  129. }
  130. /* Author information pane */
  131. .author-pane .author-name {
  132. font-size: 120%;
  133. font-weight: bold;
  134. }
  135. .author-pane .picture img {
  136. border: 1px solid #91CDF5;
  137. background: #ffffff;
  138. }
  139. .author-pane .author-pane-label {
  140. font-weight: bold;
  141. }
  142. /* Post text area */
  143. /* Note: Changes from Naked in this section */
  144. .forum-post-panel-main {
  145. border-top: 1px solid #91CDF5;
  146. border-bottom: 1px solid #91CDF5;
  147. }
  148. /* Signature */
  149. .author-signature {
  150. font-size: .8em;
  151. }