root / drupal7 / sites / all / themes / blogbuzz / css / blue.css @ 1f623f01
1 |
/* $Id: blue.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: #C0D8F0; |
19 |
} |
20 |
|
21 |
a, .node-blog .date { |
22 |
color: #C72840; |
23 |
} |
24 |
|
25 |
/** showcase **/
|
26 |
#showcase {
|
27 |
border: 1px solid #96BFE6; |
28 |
} |
29 |
|
30 |
#showcase div.number-pager { |
31 |
border-top: 1px solid #386DA8; |
32 |
background-color: #719BD1; |
33 |
} |
34 |
|
35 |
#showcase div.number-pager a { |
36 |
border: 1px solid #96BFE6; |
37 |
} |
38 |
|
39 |
#showcase div.number-pager a.activeSlide { |
40 |
color: #fff; |
41 |
background: #A90532; |
42 |
} |
43 |
|
44 |
/** main & node **/
|
45 |
#content {
|
46 |
border: 1px solid #96BFE6; |
47 |
} |
48 |
|
49 |
.extra-links {
|
50 |
background-color: #C0D8F0; |
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 #96BFE6; |
62 |
} |
63 |
|
64 |
.comment-by-node-author .user-picture img { |
65 |
border: 1px solid #C72840; |
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 #96BFE6; |
76 |
} |
77 |
|
78 |
#sidebar-left .boxed .content-wrapper, #sidebar-right .boxed .content-wrapper, #main-bottom .boxed .content-wrapper { |
79 |
border: 1px solid #96BFE6; |
80 |
} |
81 |
|
82 |
/** footer **/
|
83 |
#footer {
|
84 |
color: #fff; |
85 |
border-top: 2px solid #386DA8; |
86 |
background-color: #719BD1; |
87 |
} |
88 |
|
89 |
#footer .title { |
90 |
border-bottom: 1px solid #C0D8F0; |
91 |
} |
92 |
|
93 |
#footer h2 { |
94 |
color: #fff; |
95 |
border-bottom: 1px solid #386DA8; |
96 |
} |
97 |
|
98 |
/** button & read more **/
|
99 |
span.button, .read-more { |
100 |
border: 1px solid #A90532; |
101 |
} |
102 |
|
103 |
span.button input.form-submit, .read-more a { |
104 |
border: 1px solid #D8023F; |
105 |
background-color: #A90532; |
106 |
} |
107 |
|
108 |
span.button input.form-submit:hover, .read-more a:hover { |
109 |
color: #A90532; |
110 |
border: 1px solid #C0D8F0; |
111 |
background-color: #C0D8F0; |
112 |
} |
113 |
|
114 |
/** pager **/
|
115 |
ul.pager { |
116 |
border-top: 1px solid #386DA8; |
117 |
background-color: #719BD1; |
118 |
} |
119 |
|
120 |
/** breadcrumb **/
|
121 |
#breadcrumb {
|
122 |
border-bottom: 1px solid #386DA8; |
123 |
background-color: #719BD1; |
124 |
} |
125 |
|
126 |
/** menu **/
|
127 |
#primary {
|
128 |
background: #A90532 url("../images/blue/bg_menu.png") repeat-x bottom left; |
129 |
} |
130 |
|
131 |
#primary ul li { |
132 |
background: url("../images/blue/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: #A90532; |
139 |
background-image: none; |
140 |
} |
141 |
|
142 |
#primary ul ul li { |
143 |
background-color: #A90532; |
144 |
} |
145 |
|
146 |
#primary ul ul li.expanded { |
147 |
background: #A90532 url("../images/bg_menu_arrow.png") no-repeat 90% 50%; |
148 |
} |
149 |
|
150 |
#primary ul ul a { |
151 |
border-top: 1px solid #D8023F; |
152 |
border-bottom: 1px solid #6A0421; |
153 |
} |
154 |
|
155 |
#primary ul ul ul li a { |
156 |
border-top: 1px solid #D8023F; |
157 |
border-bottom: 1px solid #6A0421 !important; |
158 |
} |