Skip to content
Snippets Groups Projects
Commit 1a9e3bd5 authored by root's avatar root Committed by agata
Browse files

Patch theme darwin-buddypress-buddypack

parent c984f30e
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,7 @@ body {
font-family: Tahoma, Verdana, sans-serif;
line-height: 160%;
color: #333;
width: 90%;
min-width: 960px;
max-width: 1250px;
margin: 0 auto;
padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
......@@ -78,22 +76,15 @@ span.activity, div#message p {
text-decoration: none;
}
/* > Admin Bar
-------------------------------------------------------------- */
#wp-admin-bar .padder {
width: 90% !important; /* Line up the admin bar with the content body in this theme */
}
/* > Header
-------------------------------------------------------------- */
#header {
position: relative;
color: #fff;
background: #ba1800 url(darwin-sample.gif) repeat-x;
background: url("http://noblogs.autistici.org/wp-content/uploads/2010/06/header-noblogs.gif") no-repeat 0 -10px #FF0000;
margin-bottom: 20px;
height: 100px;
height: 120px;
padding-top: 25px;
}
body.activity-permalink #header { height: 65px; }
......@@ -151,11 +142,11 @@ ul#nav {
padding: 0;
position: absolute;
list-style: none;
background: #bc1800;
background: #000000;
width: 100%;
padding: 5px 0;
top: 100px;
border-top: 1px solid #cd4225;
top: 120px;
border-top: 1px solid #333333;
border-bottom: 1px solid #941300;
}
body.activity-permalink ul#nav { display: none; }
......@@ -169,14 +160,14 @@ ul#nav {
font-weight: bold;
text-decoration: none;
padding: 7px 15px;
background: #bc1800;
border-right: 1px solid #9b0f00;
border-left: 1px solid #cd4225;
background: #00000;
border-right: 1px solid #666666;
border-left: 1px solid #333333;
text-shadow: #000 1px 1px 0;
}
ul#nav li.selected a {
text-shadow: #222 1px 1px 0;
background: #d31f04;
background: #333333;
color: #fff;
font-weight: bold;
}
......@@ -186,10 +177,13 @@ ul#nav {
div#container {
position: relative;
width: 100%;
width: 90%;
max-width: 1250px;
min-width: 960px;
border-bottom: 1px solid #e0e0e0;
background: #fff;
overflow: hidden;
margin: 0 auto;
}
body.activity-permalink div#container {
background: none;
......@@ -666,6 +660,7 @@ form.standard-form {
form.standard-form input[type=password] {
margin-bottom: 5px;
width:75%;
}
form.standard-form label, form.standard-form span.label {
......@@ -1647,10 +1642,8 @@ body {
position: relative;
padding: 0;
width: 100%;
min-width: 960px;
max-width: 1250px;
margin: 0 auto;
background: #bc1800;
background: #000000;
height: 25px;
}
body.activity-permalink #wp-admin-bar .padder {
......@@ -1820,3 +1813,4 @@ body {
padding: 0 6px;
margin-left: 2px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment