Projet

Général

Profil

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

root / drupal7 / sites / all / themes / blogbuzz / css / pink.css @ e4215af7

1 85ad3d82 Assos Assos
/* $Id: pink.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: #ECDEE3;
19
}
20
21
a, .node-blog .date {
22
  color: #56B8C4;
23
}
24
25
/** showcase **/
26
#showcase {
27
  border: 1px solid #FAC2CE;
28
}
29
30
#showcase div.number-pager {
31
  border-top: 1px solid #56B8C4;
32
  background-color: #98D4DC;
33
}
34
35
#showcase div.number-pager a {
36
  border: 1px solid #56B8C4;
37
}
38
39
#showcase div.number-pager a.activeSlide {
40
  color: #fff;
41
  background: #F5859D;  
42
}
43
44
/** main & node **/
45
#content {
46
  border: 1px solid #FAC2CE;
47
}
48
49
.extra-links {
50
  background-color: #FAC2CE;
51
}
52
53
#main-bottom h2 {
54
  color: #444444;
55
  font-size: 140%;
56
  padding: 8px 10px;
57
  border: 1px solid #fff;
58
}
59
60
#main-bottom .title {
61
  border: 1px solid #FAC2CE;
62
}
63
64
.comment-by-node-author .user-picture img {
65
  border: 1px solid #56B8C4;
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: #444444;
75
  border-bottom: 1px solid #FAC2CE;
76
}
77
78
#sidebar-left .boxed .content-wrapper, #sidebar-right .boxed .content-wrapper, #main-bottom .boxed .content-wrapper {
79
  border: 1px solid #FAC2CE;
80
}
81
82
/** footer **/
83
#footer {
84
  border-top: 2px solid #56B8C4;
85
  background-color: #98D4DC;
86
}
87
88
#footer .title {
89
  border-bottom: 1px solid #CCEAEE;
90
}
91
92
#footer h2 {
93
  color: #444444;
94
  border-bottom: 1px solid #56B8C4;
95
}
96
97
/** button & read more **/
98
span.button, .read-more {
99
  border: 1px solid #98D4DC;
100
}
101
102
span.button input.form-submit, .read-more a {
103
  border: 1px solid #CCEAEE;
104
  background-color: #98D4DC;; 
105
}
106
107
span.button input.form-submit:hover, .read-more a:hover {
108
  color: #fff;
109
  border: 1px solid #F5859D;
110
  background-color: #F5859D; 
111
}
112
113
/** pager **/
114
ul.pager {
115
  border-top: 1px solid #EF4569;
116
  background-color: #F5859D;  
117
}
118
119
/** breadcrumb **/
120
#breadcrumb {
121
  border-bottom: 1px solid #56B8C4;
122
  background-color: #98D4DC;
123
}
124
125
/** menu **/
126
#primary {
127
  background: #98D4DC url("../images/pink/bg_menu.png") repeat-x bottom left; 
128
}
129
130
#primary ul li {
131
  background: url("../images/pink/divider_menu.png") no-repeat bottom right; 
132
}
133
134
#primary ul li:hover,
135
#primary ul li.active,
136
#primary ul li.active-trail {
137
  background-color: #98D4DC;
138
  background-image: none;
139
}
140
141
#primary ul ul li {
142
  background-color: #98D4DC;
143
}
144
145
#primary ul ul li.expanded {
146
  background: #98D4DC url("../images/bg_menu_arrow.png") no-repeat 90% 50%;
147
}
148
149
#primary ul ul a {
150
  border-top: 1px solid #CCEAEE;  
151
  border-bottom: 1px solid #56B8C4;
152
}
153
154
#primary ul ul ul li a {
155
  border-top: 1px solid #CCEAEE;  
156
  border-bottom: 1px solid #56B8C4 !important;
157
}