Hi Ihr Lieben,
ich möchte die Breite meiner Sidebars von einem neuen Projekt vergössern. Ich werd wahnsinnig - es klappt irgendwie nicht.
Schaut es euch bitte mal an - über Hilfe würde ich mich sehr freuen!
Code
/* SIDEBAR(S) */
.sidebaradbox {
margin-top: 5px;
text-align:center;
}
.ad125 {
margin: 10px;
}
.sidebar {
margin: 0 0 10px 0;
color: #eeeeee;
}
.sidebar-right {
margin: 0 10px 0 0;
}
.sidebar-left {
margin: 0 0 0 10px
}
.sidebar a {
text-decoration: none;
color: #eeeeee;
}
.sidebar a:hover {
text-decoration: underline;
color:#f16b01;
}
#search {
border: 1px solid #434242;
height: 30px;
padding: 0;
background: #3b3a3a;
text-align: right;
}
#search input {
border: 0;
background: none;
color: #d5d5d5;
}
#s {
width: 140px;
padding: 4px;
margin:3px 0 0 0;
background: none;
}
#topsearch #s {
width: 140px;
}
#topsearch #search {
margin: 15px 0 0 0;
}
.sidebar h2 {
margin: 10px 0 0 0;
padding: 14px 0 12px 12px;
background: url(images/sidebar-tab.png) top left no-repeat;
font-size: 13px;
font-family: Arial, Helvetica, Sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #fff;
text-shadow: 0 1px 0 #000;
}
.sidebar ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
.sidebar ul li {
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0px;
}
.sidebar ul ul {
list-style-type: none;
margin: 0px;
padding: 0;
}
.sidebar ul li li {
padding: 6px 0px 8px 4px;
margin: 0px;
background: url(images/sidebar_line.png) left bottom repeat-x;
}
.sidebar ul li ul li {
background: url(images/sidebar_line.png) left bottom repeat-x;
padding: 6px 0px 8px 4px;
margin: 0;
}
.rssbox {
background: #3f3f3d;
border: 1px solid #4d4d4d;
padding: 10px;
margin: 10px 0 0 0;
}
.rssbox:hover {
border-color: #686868;
}
.rssbox a {
color: #bbb;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.rssbox a:hover {
color: #fff;
text-decoration: underline;
}
.twitterbox {
background: #3f3f3d;
border: 1px solid #4d4d4d;
padding: 10px;
margin: 10px 0 0 0;
}
.twitterbox:hover {
border-color: #686868;
}
.twitterbox a {
color: #bbb;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.twitterbox a:hover {
color: #fff;
text-decoration: underline;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
color: #aeaeae;
background: none;
}
#wp-calendar caption {
padding: 2px 4px;
text-transform: uppercase; margin: 2px 0 2px 0;
background: none;
color: #aeaeae;
}
#wp-calendar td {
color: #555;
font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #ddd;
color: #555;
}
#wp-calendar {
empty-cells: show;
font-size: 14px;
margin: 0;
font-weight: bold;
width: 95%;
}
Alles anzeigen