You are here

advanced_forum.silver_bells_stacked.style.css in Advanced Forum 6.2

/* Since this style inherits from Silver Bells, only a few adjustments are
   needed to account for having the Author Pane on top.
*/

/* Reset styles not needed with AP on top */
.forum-post-info {
  margin-bottom: 0;
}

.forum-post-wrapper {
  background-color: transparent;
}

.forum-post-panel-main,
.forum-post-links {
  background-color: transparent;
  border-left: none;
}

/* Add in our AP styling */
.forum-post-panel-sub {
  background-color: #F5F5F5;
  border-bottom: 1px solid #C1C1C1;
}

File

styles/silver_bells_stacked/advanced_forum.silver_bells_stacked.style.css
View source
  1. /* Since this style inherits from Silver Bells, only a few adjustments are
  2. needed to account for having the Author Pane on top.
  3. */
  4. /* Reset styles not needed with AP on top */
  5. .forum-post-info {
  6. margin-bottom: 0;
  7. }
  8. .forum-post-wrapper {
  9. background-color: transparent;
  10. }
  11. .forum-post-panel-main,
  12. .forum-post-links {
  13. background-color: transparent;
  14. border-left: none;
  15. }
  16. /* Add in our AP styling */
  17. .forum-post-panel-sub {
  18. background-color: #F5F5F5;
  19. border-bottom: 1px solid #C1C1C1;
  20. }