Projet

Général

Profil

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

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

1

    
2
/* Since this style inherits from Silver Bells, 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-info {
8
  margin-bottom: 0;
9
}
10

    
11
.forum-post-wrapper {
12
  background-color: transparent;
13
}
14

    
15
.forum-post-panel-main,
16
.forum-post-links {
17
  background-color: transparent;
18
  border-left: none;
19
}
20

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