Projet

Général

Profil

Paste
Télécharger (459 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / styles / blue_lagoon_stacked / advanced-forum.blue_lagoon_stacked.style.css @ c169e7c4

1

    
2
/* Since this style inherits from Blue Lagoon, only a few adjustments are
3
   needed to account for having the Author Pane on top.
4
*/
5

    
6
/* Reset styles not needed with AP on top */
7
.forum-post-wrapper {
8
  background-color: transparent;
9
}
10

    
11
.forum-post-panel-main,
12
.forum-post-links {
13
  background-color: transparent;
14
  border-left: none;
15
}
16

    
17
/* Add in our AP styling */
18
.forum-post-panel-sub {
19
  background-color: #EDF5FA;
20
  border-bottom: 2px solid #91CDF5;
21
}
22