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:
  #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 */
/* Note: more CSS in the author pane css file */
.author-pane .author-name {
  font-size: 120%;
  font-weight: bold;
}

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

.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;
}

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. /* Note: more CSS in the author pane css file */
  72. .author-pane .author-name {
  73. font-size: 120%;
  74. font-weight: bold;
  75. }
  76. .author-pane .picture img {
  77. border: 1px solid #CCCCCC;
  78. background: #ffffff;
  79. }
  80. .author-pane .author-pane-label {
  81. font-weight: bold;
  82. }
  83. /* Post text area */
  84. .forum-post-panel-main {
  85. border-left: 1px solid #CCCCCC;
  86. }
  87. /* Signature */
  88. .author-signature {
  89. font-size: .8em;
  90. }
  91. /* Post footer */
  92. .forum-post-footer {
  93. border-top: 1px solid #CCCCCC;
  94. }
  95. .forum-jump-links {
  96. border-right: 1px solid #CCCCCC;
  97. }