Projet

Général

Profil

Paste
Télécharger (4,97 ko) Statistiques
| Branche: | Révision:

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

1

    
2
/*
3
This file contains colors, graphics, and text effects.
4

5
Colors used:
6
  #3C78A7 fonts
7
  #C8DBEA main border, header background
8
  #EDF5FA background #1
9
  #E7F2F9 background #2
10
*/
11

    
12
/*** PAGER *******************************************************************/
13

    
14
.forum-pager .pager a:link,
15
.forum-pager .pager a:visited,
16
#forum-comments .pager a:link,
17
#forum-comments .pager a:visited {
18
  border: 1px solid #C8DBEA;
19
  background: #EDF5FA;
20
  background: -webkit-gradient(linear, left top, left bottom, from(#CBE2F1), to(#EDF5FA));
21
  background: -moz-linear-gradient(top, #CBE2F1, #EDF5FA);
22
  color: #3C78A7;
23
}
24

    
25
.forum-pager .pager-current,
26
.forum-pager .pager a:hover,
27
#forum-comments .pager-current,
28
#forum-comments .pager a:hover {
29
  background: #3C78A7;
30
  color: #FFFFFF !important;
31
}
32

    
33
.forum-pager .pager a.active,
34
#forum-comments .pager a.active {
35
  color: #333333;
36
}
37

    
38

    
39
/*** FORUM & TOPIC LIST ******************************************************/
40

    
41
/* General */
42
.forum-table {
43
  border: 1px solid #C8DBEA !important;
44
  color: #494949;
45
  border-collapse: separate;
46
  margin: 0 0 10px;
47
  padding: 0;
48
  width: 100%;
49
  background-color: white;
50
}
51

    
52
/* Main header on forum list */
53
.forum-table-wrap .forum-table-superheader {
54
  /* Background instead of background-color to reset from Silver Bells */
55
  background: #C8DBEA;
56
  border: 1px solid #C8DBEA;
57
}
58

    
59
/* Table header on forum list and topic list*/
60
.forum-table thead tr {
61
  border-top: 1px solid #FFFFFF;
62
  background: #EDF5FA;
63
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
64
  background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
65
  color: #3C78A7;
66
  line-height: 1.5em;
67
  padding: 2px 5px;
68
}
69

    
70
.forum-table thead tr a,
71
.forum-table thead tr a:visited,
72
.forum-table thead tr a:link {
73
  color: #3C78A7;
74
}
75

    
76
/* Rows, both tables */
77
.forum-table tr.odd {
78
  background: #EDF5FA;
79
}
80

    
81
.forum-table tr.even {
82
  background: #E7F2F9;
83
}
84

    
85
/* Active column on both tables - reset to prevent bleed thru from theme */
86
.forum-table tr.even td.active,
87
.forum-table tr.odd td.active{
88
  background-color: transparent;
89
}
90

    
91
/* Individual cells on both tables */
92
.forum-table td {
93
  /* Structure here because this is unique to this style */
94
  line-height: 1.5em;
95
  padding: 4px;
96
  border: none;
97
}
98

    
99
/* Placeholder when there are no topics in the list */
100
.view-advanced-forum-topic-list .view-empty {
101
  border: 3px solid #C8DBEA;
102
}
103

    
104
/*** Sticky topics ***/
105
.forum-table tr.forum-last-sticky {
106
  border-bottom: 10px solid #C8DBEA;
107
}
108

    
109
.forum-table .sticky-label {
110
  font-weight: bold;
111
}
112

    
113
/*** FORUM STATISTICS *********************************************************/
114
#forum-statistics {
115
  border: 1px solid #C8DBEA;
116
}
117

    
118
#forum-statistics-header {
119
  border-top: 1px solid #FFFFFF;
120
  background: #EDF5FA;
121
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
122
  background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
123
}
124

    
125
.forum-statistics-sub-header {
126
  background-color: #E7F2F9;
127
  color: #3C78A7;
128
  border-top: 2px solid white;
129
  border-bottom: 2px solid white;
130
}
131

    
132
.forum-statistics-sub-body {
133
  background-color: #EDF5FA;
134
  color: #494949;
135
}
136

    
137
/*** FORUM TOPICS **********************************************************/
138

    
139
div.forum-post {
140
  border: 1px solid #C8DBEA !important;
141
}
142

    
143
/* Header at the top of each post */
144
.forum-post-info,
145
.forum-post-wrapper,
146
.forum-post-footer {
147
  border: 2px solid white;
148
  background: #EDF5FA;
149
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
150
  background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
151
  color: #3C78A7;
152
}
153

    
154
.forum-post-info {
155
  background-color: #C8DBEA;
156
  color: #3C78A7;
157
  margin-bottom: 0;
158
  border-bottom: none;
159
}
160

    
161
.forum-post-number a {
162
  color: #3C78A7 !important;
163
}
164

    
165
/* Wrapper around AP and content */
166
.forum-post-wrapper {
167
  background-color: #E7F2F9;
168
  border-bottom: 2px solid white;
169
}
170

    
171
/* Author information pane */
172
.forum-post-panel-sub {
173
  color: #3C78A7;
174
}
175

    
176
/* Author information pane */
177
.forum-post-panel-sub .author-pane .picture img {
178
  border: 1px solid #C8DBEA;
179
  padding: 5px;
180
  background-color: #FFFFFF;
181
}
182

    
183
/* Post text area */
184
.forum-post-panel-main {
185
  border: none;
186
  background-color: white;
187
}
188

    
189
.forum-post-title {
190
  border-bottom: none;
191
  border-left: 2px solid white;
192
  background-color: #EDF5FA;
193
  line-height: 225%;
194
  padding-bottom: 2px;
195
  color: #3C78A7;
196
}
197

    
198
/* Post footer */
199
.forum-post-footer {
200
  background-color: #EDF5FA;
201
  color: #3C78A7;
202
}
203

    
204
.forum-jump-links {
205
  border-right: none;
206
}
207

    
208
/* Box under top post before first reply */
209
.forum-top-post-footer {
210
  border: 1px solid #C8DBEA;
211
  background: #EDF5FA;
212
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
213
  background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
214
  color: #3C78A7;
215
}
216

    
217
/* Topic navigation */
218
.forum-topic-navigation {
219
  border: 1px solid #C8DBEA;
220
  background: #EDF5FA;
221
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
222
  background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
223
  color: #3C78A7;
224
}