slitaz-forge view scn/themes/slitaz/style.css @ rev 243

people: small link fixes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 22:40:48 2012 +0200 (2012-04-07)
parents 3bf8b7331ace
children
line source
1 /*
2 Theme Name: SliTaz BuddyPress
3 Theme URI: http://www.slitaz.org
4 Description: The default SliTaz theme for BuddyPress.
5 Version: 1.1
6 Author: Christophe Lincoln
7 Author URI: http://people.slitaz.org/~pankso/
8 Template: bp-default
9 Tags: buddypress, two-columns, custom-header, white, brown
10 */
12 /* Inherit the default theme styles */
13 @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
15 /* Inherit the default theme adminbar styles */
16 @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
18 /* SliTaz theme styles */
20 html {
21 min-height: 102%;
22 }
24 body {
25 background: #fff;
26 font-size: 13px;
27 font-family: sans-serif, vernada, arial;
28 line-height: 130%;
29 color: #000;
30 width: auto;
31 min-width: 780px;
32 max-width: 100%;
33 margin: 0 auto;
34 padding-top: 0 !important;
35 }
37 a { text-decoration: underline; color: #215090; }
38 a:hover { text-decoration: none; color: blue; }
40 #wp-admin-bar .padder {
41 width: 100% !important; /* Line up the admin bar with the content body in this theme */
42 }
44 #header {
45 color: #fff;
46 background: #351a0a;
47 -moz-border-radius-bottomleft: 0px;
48 -webkit-border-bottom-left-radius: 0px;
49 -moz-border-radius-bottomright: 0px;
50 -webkit-border-bottom-right-radius: 0px;
51 padding-top: 1px;
52 margin: 0px;
53 height: 39px;
54 }
56 #header #search-bar {
57 z-index: 100;
58 position: absolute;
59 top: 76px;
60 right: 20px;
61 width: 386px;
62 text-align: right;
63 background: #cc5b17;
64 -moz-border-radius: 4px;
65 -webkit-border-radius: 4px;
66 border-radius: 4px;
67 height: 40px;
68 }
70 #header h1 {
71 position: absolute;
72 bottom: 0;
73 top: 0px;
74 left: 0px;
75 width: 250px;
76 margin: 0;
77 line-height: 100%;
78 background: url(images/logo.png) no-repeat left center;
79 padding: 6px 0 0 42px;
80 }
81 #header h1 a {
82 color: #fff;
83 font-size: 20px;
84 font-style: italic;
85 text-decoration: none;
86 }
88 #header h1 a:hover, #network a:hover { color: #d66018; }
90 #network {
91 float: right;
92 padding: 9px 5px 0;
93 font-size: 12px;
94 }
95 #network a { padding: 0 6px; color: #fff; font-weight: bold; text-decoration: none;}
96 #network img, .infobox img { vertical-align: middle; }
98 #block {
99 z-index: 20;
100 min-height: 120px;
101 position: absolute;
102 /* top: 40px; */
103 background: #d66018;
104 margin: 0 0 40px 0;
105 padding: 40px 12% 0;
106 text-align: center;
107 color: #333;
108 border-bottom: 1px solid #f5f5f5;
109 }
111 div#container {
112 position: relative;
113 width: auto;
114 -moz-border-radius: 6px;
115 -webkit-border-radius: 6px;
116 border-right: 1px solid #e0e0e0;
117 border-bottom: 1px solid #e0e0e0;
118 background: #fff;
119 overflow: hidden;
120 margin-top: 180px;
121 padding: 0 40px 40px 40px;
122 }
124 div#content .padder { padding: 0 19px 19px 0; }
126 ul#nav { bottom: -130px; z-index: 120; }
127 ul#nav li a { background: #cc5b17; padding: 6px; }
128 ul#nav li.selected a, ul#nav li.current_page_item a {
129 background: #fff; }
131 #footer {
132 background: #f1f1f1;
133 padding: 40px;
134 text-align: center;
135 color: #666;
136 text-shadow: #fafafa 0px 0px 0;
137 margin: 0;
138 }
139 #footer a { color: #666; padding: 0 2px; }
141 /* Adminbar */
143 #wp-admin-bar { position: absolute; top: 40px; width: 100%; }
144 body#bp-default #wp-admin-bar .padder {
145 min-width: 840px;
146 max-width: 100%;
147 }
148 #wp-admin-bar .padder { background: #d66018; }
149 #wp-admin-bar ul li ul {
150 background: #f1f1f1;
151 border: 1px solid #ddd;
152 }
153 #wp-admin-bar li a, #admin-bar-logo, #wp-admin-bar ul li ul a,
154 #wp-admin-bar ul li ul li:hover ul li a,
155 #wp-admin-bar ul li ul li ul li:hover a {
156 color: #333333;
157 }
158 #wp-admin-bar ul.main-nav li:hover,
159 #wp-admin-bar ul.main-nav li.sfhover,
160 #wp-admin-bar ul.main-nav li ul li.sfhover {
161 background-color: #f1f1f1;
162 }
163 #wp-admin-bar ul.main-nav li ul li:hover,
164 #wp-admin-bar ul.main-nav li ul li.sfhover,
165 #wp-admin-bar ul.main-nav li ul li.sfhover {
166 background-color: #f1f1f1;
167 }
168 #wp-admin-bar li a:hover, #wp-admin-bar ul li ul a:hover,
169 #wp-admin-bar ul li ul li:hover a,
170 #wp-admin-bar ul li ul li ul li:hover a:hover {
171 color: blue;
172 }