Projet

Général

Profil

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

root / drupal7 / sites / all / themes / blogbuzz / css / chocolate.css @ a1cafe7e

1 85ad3d82 Assos Assos
/* $Id: chocolate.css,v 1.1.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: #E7E2D9;
19
}
20
21
a, .node-blog .date {
22
  color: #C07C54;
23
}
24
25
/** showcase **/
26
#showcase {
27
  border: 1px solid #C9BDA9;
28
}
29
30
#showcase div.number-pager {
31
  border-top: 1px solid #ABA497;
32
  background-color: #CFCBC3;
33
}
34
35
#showcase div.number-pager a {
36
  border: 1px solid #ABA497;
37
}
38
39
#showcase div.number-pager a.activeSlide {
40
  color: #fff;
41
  background: #C07C54;  
42
}
43
44
/** main & node **/
45
#content {
46
  border: 1px solid #C9BDA9;
47
}
48
49
.extra-links {
50
  background-color: #E7E2D9;
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 #C9BDA9;
62
}
63
64
.comment-by-node-author .user-picture img {
65
  border: 1px solid #C07C54;
66
}
67
68
/** sidebar **/
69
#sidebar-left .title, #sidebar-right .title {
70
  border-bottom: 1px solid #fff;
71
}
72
73
#sidebar-left h2, #sidebar-right h2 {
74
  color: #7C705A;
75
  border-bottom: 1px solid #C9BDA9;
76
}
77
78
#sidebar-left .boxed .content-wrapper, #sidebar-right .boxed .content-wrapper, #main-bottom .boxed .content-wrapper {
79
  border: 1px solid #C9BDA9;
80
}
81
82
/** footer **/
83
#footer {
84
  color: #fff;
85
  border-top: 2px solid #261A14;
86
  background-color: #4C3327;
87
}
88
89
#footer .title {
90
  border-bottom: 1px solid #624234;
91
}
92
93
#footer h2 {
94
  color: #fff;
95
  border-bottom: 1px solid #261A14;
96
}
97
98
/** button & read more **/
99
span.button, .read-more {
100
  border: 1px solid #C07C54;
101
}
102
103
span.button input.form-submit, .read-more a {
104
  border: 1px solid #D2A186;
105
  background-color: #C07C54;  
106
}
107
108
span.button input.form-submit:hover, .read-more a:hover {
109
  color: #C07C54;
110
  border: 1px solid #E7E2D9;
111
  background-color: #E7E2D9; 
112
}
113
114
/** pager **/
115
ul.pager {
116
  border-top: 1px solid #ABA497;
117
  background-color: #CFCBC3;  
118
}
119
120
/** breadcrumb **/
121
#breadcrumb {
122
  border-bottom: 1px solid #ABA497;
123
  background-color: #CFCBC3;
124
}
125
126
/** menu **/
127
#primary {
128
  background: #4C3327 url("../images/chocolate/bg_menu.png") repeat-x bottom left; 
129
}
130
131
#primary ul li {
132
  background: url("../images/chocolate/divider_menu.png") no-repeat bottom right; 
133
}
134
135
#primary ul li:hover,
136
#primary ul li.active,
137
#primary ul li.active-trail {
138
  background-color: #4C3327;
139
  background-image: none;
140
}
141
142
#primary ul ul li {
143
  background-color: #4C3327;
144
}
145
146
#primary ul ul li.expanded {
147
  background: #4C3327 url("../images/bg_menu_arrow.png") no-repeat 90% 50%;
148
}
149
150
#primary ul ul a:link,
151
#primary ul ul a:visited { 
152
  color: #CFCBC3;
153
}
154
155
#primary ul ul a:hover { 
156
  color: #fff;
157
}
158
159
#primary ul ul a {
160
  border-top: 1px solid #624234;  
161
  border-bottom: 1px solid #261A14;
162
}
163
164
#primary ul ul ul li a {
165
  border-top: 1px solid #624234;  
166
  border-bottom: 1px solid #261A14 !important;
167
}