You are here

advanced_forum.blue_lagoon_stacked.style.css in Advanced Forum 6.2

/* Since this style inherits from Blue Lagoon, 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-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: #EDF5FA;
  border-bottom: 2px solid #91CDF5;
}

File

styles/blue_lagoon_stacked/advanced_forum.blue_lagoon_stacked.style.css
View source
  1. /* Since this style inherits from Blue Lagoon, 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-wrapper {
  6. background-color: transparent;
  7. }
  8. .forum-post-panel-main,
  9. .forum-post-links {
  10. background-color: transparent;
  11. border-left: none;
  12. }
  13. /* Add in our AP styling */
  14. .forum-post-panel-sub {
  15. background-color: #EDF5FA;
  16. border-bottom: 2px solid #91CDF5;
  17. }