Projet

Général

Profil

Paste
Télécharger (1,37 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / styles / naked_stacked / advanced-forum.naked_stacked.structure.css @ 27370441

1

    
2
/*
3
This document contains structural markup such as widths, margins, padding, and
4
floats.
5
*/
6

    
7
/*** FORUM THREADS ***********************************************************/
8

    
9
/* Header at the top of each post */
10
.post-info {
11
  margin-bottom: none /* Reset */
12
}
13

    
14
.posted-on {
15
  padding: 0 10px;
16
}
17

    
18
.post-title {
19
  padding: 5px 0px 5px 10px;
20
}
21

    
22
/* Author information pane */
23
.forum-post-panel-sub {
24
  float: none; /* Reset */
25
  line-height: 110%;
26
  width: auto; /* Reset */
27
}
28

    
29
.forum-post-panel-sub .author-pane {
30
  margin: 0; /* Reset */
31
  padding: 10px 0 5px 10px;
32
}
33

    
34
.forum-post-panel-sub .author-pane-top {
35
  overflow: auto;
36
  height: 100px;
37
}
38

    
39
.forum-post-panel-sub .author-pane .picture {
40
  float: left;
41
  display: block;
42
  margin: 2px 10px 2px 2px;
43
}
44

    
45
.forum-post-panel-sub .author-pane-section-1,
46
.forum-post-panel-sub .author-pane-section-2,
47
.forum-post-panel-sub .author-pane-stats {
48
  float: left;
49
  display: block;
50
  margin-right: 10px;
51
}
52

    
53
.forum-post-panel-sub .author-pane-contact,
54
.forum-post-panel-sub .author-pane-admin {
55
  float: right;
56
  display: block;
57
  margin-right: 5px;
58
}
59

    
60
/* Post text area */
61
.forum-post-wrapper .forum-post-panel-main {
62
  clear: both;
63
  margin-left: 0px;  /* Reset */
64
  min-height: 0px;  /* Reset */
65
  height: auto !important;  /* Reset */
66
}
67

    
68
.forum-post-panel-main .content {
69
  padding-top: 0; /* Reset */
70
  padding: 5px;
71
}
72

    
73
.forum-post-links {
74
  float: right;
75
}