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 & TOPIC LIST ******************************************************/

#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 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: Changes from Naked in this section */
.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 */
/* Note: Changes from Naked in this section */
.forum-post-panel-main {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

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

File

styles/boxy_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. #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 & TOPIC LIST ******************************************************/
  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 STATISTICS *********************************************************/
  40. #forum-statistics {
  41. border: 2px solid #CCCCCC;
  42. }
  43. #forum-statistics-header {
  44. font-weight: bold;
  45. }
  46. .forum-statistics-sub-header {
  47. background-color: #DEDEDE;
  48. font-weight: bold;
  49. }
  50. /*** FORUM THREADS ***********************************************************/
  51. .forum-post {
  52. border: 2px solid #CCCCCC;
  53. }
  54. /* Header at the top of each post */
  55. .post-info {
  56. border-bottom: 1px solid #CCCCCC;
  57. }
  58. .posted-on {
  59. font-size: .8em;
  60. font-weight: bold;
  61. }
  62. .post-title {
  63. font-weight: bold;
  64. border-bottom: 1px solid #CCCCCC;
  65. }
  66. /* Author information pane */
  67. /* Note: Changes from Naked in this section */
  68. .author-pane .author-name {
  69. font-size: 120%;
  70. font-weight: bold;
  71. }
  72. .author-pane .picture img {
  73. border: 1px solid #CCCCCC;
  74. background: #ffffff;
  75. }
  76. .author-pane .author-pane-label {
  77. font-weight: bold;
  78. }
  79. /* Post text area */
  80. /* Note: Changes from Naked in this section */
  81. .forum-post-panel-main {
  82. border-top: 1px solid #CCCCCC;
  83. border-bottom: 1px solid #CCCCCC;
  84. }
  85. /* Signature */
  86. .author-signature {
  87. font-size: .8em;
  88. }