Projet

Général

Profil

Paste
Télécharger (3,21 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / blogbuzz / css / stone.css @ 87dbc3bf

1
/* $Id: stone.css,v 1.3.4.2 2011/01/23 05:28:15 antsin Exp $ */
2

    
3
/*
4
+----------------------------------------------------------------+
5
|   BlogBuzz for Dupal 7.x - Version 1.0                         |
6
|   Copyright (C) 2011 Antsin.com All Rights Reserved.           |
7
|   @license - GNU GENERAL PUBLIC LICENSE                        |
8
|----------------------------------------------------------------|
9
|   Theme Name: BlogBuzz                                         |
10
|   Description: BlogBuzz by Antsin                              |
11
|   Author: Antsin.com                                           |
12
|   Website: http://www.antsin.com/                              |
13
|----------------------------------------------------------------+
14
*/
15

    
16
/** body **/
17
body {
18
  background-color: #EBEBE1;
19
}
20

    
21
a {
22
  color: #F49021;
23
}
24

    
25
/** showcase **/
26
#showcase {
27
  border: 1px solid #D8D9C7;
28
}
29

    
30
#showcase div.number-pager {
31
  border-top: 1px solid #898777;
32
  background-color: #B5B4AA;
33
}
34

    
35
#showcase div.number-pager a {
36
  border: 1px solid #D8D9C7;
37
}
38

    
39
#showcase div.number-pager a.activeSlide {
40
  color: #fff;
41
  background: #8D9091;  
42
}
43

    
44
/** main & node **/
45
#content {
46
  border: 1px solid #D8D9C7;
47
}
48

    
49
.extra-links {
50
  background-color: #EBEBE1;
51
}
52

    
53
#main-bottom h2 {
54
  color: #7C705A;
55
  font-size: 140%;
56
  padding: 8px 10px;
57
  border: 1px solid #fff;
58
}
59

    
60
#main-bottom .title {
61
  border: 1px solid #D8D9C7;
62
}
63

    
64
.node-blog .date {
65
  color: #8D9091;
66
}
67

    
68
.comment-by-node-author .user-picture img {
69
  border: 1px solid #F49021;
70
}
71

    
72
/** sidebar **/
73
#sidebar-left .title, #sidebar-right .title {
74
  border-bottom: 1px solid #fff;
75
}
76

    
77
#sidebar-left h2, #sidebar-right h2 {
78
  color: #7C705A;
79
  border-bottom: 1px solid #D8D9C7;
80
}
81

    
82
#sidebar-left .boxed .content-wrapper, #sidebar-right .boxed .content-wrapper, #main-bottom .boxed .content-wrapper {
83
  border: 1px solid #D8D9C7;
84
}
85

    
86
/** footer **/
87
#footer {
88
  border-top: 2px solid #898777;
89
  background-color: #B5B4AA;
90
}
91

    
92
#footer .title {
93
  border-bottom: 1px solid #D8D7D2;
94
}
95

    
96
#footer h2 {
97
  color: #444444;
98
  border-bottom: 1px solid #979587;
99
}
100

    
101
/** button & read more **/
102
span.button, .read-more {
103
  border: 1px solid #8D9091;
104
}
105

    
106
span.button input.form-submit, .read-more a {
107
  border: 1px solid #A2A5A6;
108
  background-color: #8D9091;
109
}
110

    
111
span.button input.form-submit:hover, .read-more a:hover {
112
  color: #8D9091;
113
  border: 1px solid #EBEBE1;
114
  background-color: #EBEBE1; 
115
}
116

    
117
/** pager **/
118
ul.pager {
119
  border-top: 1px solid #898777;
120
  background-color: #B5B4AA;
121
}
122

    
123
/** breadcrumb **/
124
#breadcrumb {
125
  border-bottom: 1px solid #898777;
126
  background-color: #B5B4AA;
127
}
128

    
129
/** menu **/
130
#primary {
131
  background: #8d9091 url("../images/stone/bg_menu.png") repeat-x bottom left; 
132
}
133

    
134
#primary ul li {
135
  background: url("../images/stone/divider_menu.png") no-repeat bottom right; 
136
}
137

    
138
#primary ul li:hover,
139
#primary ul li.active,
140
#primary ul li.active-trail {
141
  background-color: #8d9091;
142
  background-image: none;
143
}
144

    
145
#primary ul ul li {
146
  background-color: #8d9091;
147
}
148

    
149
#primary ul ul li.expanded {
150
  background: #8d9091 url("../images/bg_menu_arrow.png") no-repeat 90% 50%;
151
}
152

    
153
#primary ul ul a {
154
  border-top: 1px solid #B4B7B8;  
155
  border-bottom: 1px solid #6F7475;
156
}
157

    
158
#primary ul ul ul li a {
159
  border-top: 1px solid #B4B7B8;  
160
  border-bottom: 1px solid #6F7475 !important;
161
}