Projet

Général

Profil

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

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

1
/* FORUM LIST ICONS *********************************************************/
2

    
3
.forum-list-icon-wrapper {
4
  border-top: 1px solid #FFFFFF;
5
  background: #B5CDDF;
6
  background: -webkit-gradient(linear, left top, left bottom, from(#B5CDDF), to(#C8DBEA));
7
  background: -moz-linear-gradient(top, #B5CDDF, #C8DBEA);
8
  color: #3C78A7;
9
}
10

    
11
tr.even td.forum-folder .forum-list-icon-wrapper span,
12
tr.odd td.forum-folder .forum-list-icon-wrapper span {
13
  background: transparent url(images/forum_list_default.png) no-repeat center center;
14
}
15

    
16
tr.even td.forum-folder-new-posts .forum-list-icon-wrapper span,
17
tr.odd td.forum-folder-new-posts .forum-list-icon-wrapper span,
18
.forum-list-icon-legend .forum-list-icon-new-posts {
19
  background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
20
}
21

    
22
/* BUTTONIZED LINKS - GENERAL ***********************************************/
23
/* Based on http://css-tricks.com/examples/ButtonMaker */
24

    
25
a.af-button-large,
26
a.af-button-large:link,
27
a.af-button-large:visited,
28
a.af-button-small,
29
a.af-button-small:link,
30
a.af-button-small:visited,
31
a.author-pane-link,
32
a.author-pane-link:link,
33
a.author-pane-link:visited {
34
  color: #3C78A7;
35
}
36

    
37
.af-button-large,
38
.af-button-small,
39
.author-pane-link {
40
  border-top: 1px solid #FFFFFF;
41
  background: #EDF5FA;
42
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
43
  background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
44
  color: #3C78A7;
45
}
46

    
47
a.af-button-large:hover,
48
a.af-button-small:hover,
49
a.author-pane-link:hover {
50
  background: #C8DBEA;
51
  color: #3C78A7;
52
  border-top-color: #EFEFEF;
53
}
54

    
55
a.af-button-large:active,
56
a.af-button-small:active,
57
a.author-pane-link:active {
58
  background: #C8DBEA;
59
  color: #3C78A7;
60
  border-top-color: #EFEFEF;
61
}