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:
  #DEDEDE Sticky posts, statistics subheader
  #CCCCCC Borders, post seperator, avatar frame
*/

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

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

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

/*** FORUM TABLES ************************************************************/

#forum table {
  border: 2px solid #CCCCCC;
}

/* Headers */
#forum th a,
#forum th a:link,
#forum th a:hover,
#forum th a:visited {
  font-weight: bold;
}

/* Containers & Forums */
#forum td.container a {
  font-weight: bold;
}

#forum .description {
  font-size: 75%;
}

/* Topic listings */
#forum tr.sticky-topic {
  background: #DEDEDE;
}

#forum td.created,
#forum td.last-reply {
  font-size: 0.9em;
}

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

#forum-statistics {
  border: 2px solid #CCCCCC;
}

#forum-statistics-header {
  font-weight: bold;
}

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

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

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

/* Header at the top of each post */
.post-info {
  border-bottom: 1px solid #CCCCCC;
}

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

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

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

.forum-post-panel-sub .picture img {
  border: 1px solid #CCCCCC;
	background: #ffffff;
}

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

/* Post text area */
.forum-post-panel-main {
  border-left: 1px solid #CCCCCC;
}

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

/* Post footer */
.forum-post-footer {
  border-top: 1px solid #CCCCCC;
}

.forum-jump-links {
  border-right: 1px solid #CCCCCC;
}

/* 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/boxy/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. #DEDEDE Sticky posts, statistics subheader
  6. #CCCCCC Borders, post seperator, avatar frame
  7. */
  8. /*** FORUM LINK LISTS ********************************************************/
  9. .forum-links li {
  10. list-style-image: none;
  11. list-style-type: none;
  12. background: none;
  13. }
  14. .forum-links li a {
  15. font-weight: bold;
  16. }
  17. /*** FORUM TABLES ************************************************************/
  18. #forum table {
  19. border: 2px solid #CCCCCC;
  20. }
  21. /* Headers */
  22. #forum th a,
  23. #forum th a:link,
  24. #forum th a:hover,
  25. #forum th a:visited {
  26. font-weight: bold;
  27. }
  28. /* Containers & Forums */
  29. #forum td.container a {
  30. font-weight: bold;
  31. }
  32. #forum .description {
  33. font-size: 75%;
  34. }
  35. /* Topic listings */
  36. #forum tr.sticky-topic {
  37. background: #DEDEDE;
  38. }
  39. #forum td.created,
  40. #forum td.last-reply {
  41. font-size: 0.9em;
  42. }
  43. /*** FORUM STATISTICS *********************************************************/
  44. #forum-statistics {
  45. border: 2px solid #CCCCCC;
  46. }
  47. #forum-statistics-header {
  48. font-weight: bold;
  49. }
  50. .forum-statistics-sub-header {
  51. background-color: #DEDEDE;
  52. font-weight: bold;
  53. }
  54. /*** FORUM THREADS ***********************************************************/
  55. .forum-post {
  56. border: 2px solid #CCCCCC;
  57. }
  58. /* Header at the top of each post */
  59. .post-info {
  60. border-bottom: 1px solid #CCCCCC;
  61. }
  62. .posted-on {
  63. font-size: .8em;
  64. font-weight: bold;
  65. }
  66. .post-title {
  67. font-weight: bold;
  68. border-bottom: 1px solid #CCCCCC;
  69. }
  70. /* Author information pane */
  71. .forum-post-panel-sub .author-pane .author-name {
  72. font-size: 120%;
  73. font-weight: bold;
  74. }
  75. .forum-post-panel-sub .picture img {
  76. border: 1px solid #CCCCCC;
  77. background: #ffffff;
  78. }
  79. .forum-post-panel-sub .author-pane .author-pane-label {
  80. font-weight: bold;
  81. }
  82. /* Post text area */
  83. .forum-post-panel-main {
  84. border-left: 1px solid #CCCCCC;
  85. }
  86. /* Signature */
  87. .author-signature {
  88. font-size: .8em;
  89. }
  90. /* Post footer */
  91. .forum-post-footer {
  92. border-top: 1px solid #CCCCCC;
  93. }
  94. .forum-jump-links {
  95. border-right: 1px solid #CCCCCC;
  96. }
  97. /* AUTHOR PANE 2.x IMAGES ****************************************************/
  98. .forum-post-panel-sub .author-online {
  99. background: transparent url(images/user-online.png) no-repeat;
  100. padding-left: 20px;
  101. height: 20px;
  102. width: 100px;
  103. display: block;
  104. }
  105. .forum-post-panel-sub .author-offline {
  106. background: transparent url(images/user-offline.png) no-repeat;
  107. padding-left: 20px;
  108. height: 20px;
  109. width: 100px;
  110. display: block;
  111. }
  112. .forum-post-panel-sub .author-contact .author-pane-link span {
  113. background: transparent url(images/contact.png) no-repeat;
  114. padding-left: 26px;
  115. height: 20px;
  116. width: 100px;
  117. display: block;
  118. }
  119. .forum-post-panel-sub .author-privatemsg .author-pane-link span {
  120. background: transparent url(images/private-message.png) no-repeat;
  121. padding-left: 26px;
  122. height: 20px;
  123. width: 100px;
  124. display: block;
  125. }
  126. .forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
  127. background: transparent url(images/buddy-add.png) no-repeat;
  128. padding-left: 26px;
  129. height: 20px;
  130. width: 100px;
  131. display: block;
  132. }
  133. .forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
  134. background: transparent url(images/buddy-remove.png) no-repeat;
  135. padding-left: 26px;
  136. height: 20px;
  137. width: 100px;
  138. display: block;
  139. }