Hallo ich hab ein Blog unter meiner Website eingebunden
http://www.dslmaus.de und Quasselecke
mein Problem ist das ich nicht weiß wie ich die Scrollbalken-Farbe änder und wie ich den Blog so optimiere das der untere Scrollbalken nicht da ist. Also ich hab versucht zu ändern aber so geht es nicht.
Ich zeig euch mal den Stylesheet und hoffe ihr könnt mir helfen.
CSS
/*
Theme Name: Stadtgefluester
Theme URI: [URL="http://www.dslmaus.de"]http://www.dslmaus.de[/URL]
Description: A basic black theme using a horizontal menubar
Author: DSLmaus
Author URI: [URL="http://www.dslmaus.de"]http://www.dslmaus.de[/URL]
*/
<SCRIPT LANGUAGE="JavaScript">
<!--
window.status="[URL="http://www.dslmaus.de"]www.dslmaus.de[/URL]"
// -->
</SCRIPT>
{scrollbar-base-color:#000000;
scrollbar-3dlight-color:#B27A9D;
scrollbar-arrow-color:#B27A9D;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#B27A9D;
scrollbar-shadow-color:#B27A9D;
scrollbar-track-color:#B27A9D;
}
a {
color: #b27a9d;
}
a[hreflang]:after {
content: "\0000a0[" attr(hreflang) "]";
color:#B5B8ED;
}
a img {
border: #D6C1CF 2px solid;
}
a:visited {
color: #b27a9d;
}
a:hover {
color: #D6C1CF;
}
#menu a {
color: #000000;
background: #B27A9D;
text-decoration: none;
}
li {
list-style-type: circle;
}
#menu a:visited {
color: #000000;
background: #B27A9D;
text-decoration: none;
}
acronym, abbr {
border-bottom: 1px dashed #B27A9D;
}
acronym, abbr, span.caps {
cursor: help;
font-size: 90%;
letter-spacing: .07em;
}
blockquote {
border-left: 3px solid #D6C1CF;
margin-left: 1.5em;
padding-left: 5px;
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0;
background-image: url(background.png);
color: #fff;
}
cite {
font-size: 90%;
font-style: normal;
}
h2 {
font: 90% Verdana, "Times New Roman", Times, serif;
letter-spacing: 0.2em;
margin: 15px 0 2px 0;
padding-bottom: 1px;
padding-left: 2px;
background: #B27A9D;
}
h3 {
font-family: "Times New Roman", Times, serif;
font-size: 100%;
margin-top: 0;
padding-top: 3px;
}
h4 {
font: italic normal 55% "Times New Roman";
color: #565;
margin-top: 0;
}
ol#comments li p {
font-size: 100%;
}
p, li, .feedback {
font-family: Georgia, serif;
font-size: small;
line-height: 16px;
}
code {
font: courier
}
.credit {
background: #000000;
color: #000000;
font-size: 11px;
padding: 3px;
border-bottom: double 3px #B27A9D;
text-align: center;
}
.credit a:link, .credit a:hover {
color: #000000;
}
.feedback,
.feedback a{
color: #ccc;
text-align: right;
font-size: small;
}
feedback a:visited {
color: #D6C1CF;
}
.menu {
padding: 0 0 0 20px;
}
.meta {
font-size: .75em;
color: #ccc;
}
.meta, .meta a {
color: #D6C1CF;
font-weight: normal;
letter-spacing: 0;
}
.meta ul {
display: inline;
margin: 0;
padding: 0;
list-style: none;
}
.meta li {
display: inline;
}
.storytitle {
margin: 0;
}
.storytitle a {
text-decoration: none;
}
img {
border: #D6C1CF 2px solid;
text-align: center;
}
#bordered {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
#commentform input, #commentform textarea {
background: #fff;
border-bottom: #808080 1px solid;
border-right: #808080 1px solid;
border-left: 0px;
border-top: 0px;
font-family: verdana;
font-size: 10px;
}
#commentform textarea {
width: 50%;
}
#content {
margin: 30px 15px 15px 25px;
min-height: 500px;
}
#header a{
position: relative;
top: 0px;
left: 0px;
margin: 0px;
padding: 120px 0 0 0;
width: 550px;
display: block;
overflow: hidden;
background-image: url("eretzvaju_2.jpg");
background-repeat: no-repeat;
height: 0px !important;
height /**/: 120px;
z-index: 10;
}
#main {
width:502px;
margin:0px auto;
color: #b27a9d;
background:#000;
}
#menu {
background: #B27A9D;
font-size: 85%;
padding-top: 1px;
padding-bottom: 2px;
}
#menu form {
margin: 0 0 0 13px;
}
#menu input {
background: #eee;
border: 1px solid #999;
letter-spacing: -0.05em;
width: 80%;
}
#menu ul {
list-style-type: none;
color: #ccc;
font-weight: bold;
list-style-type: none;
margin: 0;
padding-left: 13px;
text-transform: lowercase;
}
#menu ul li {
font: italic normal 110% Verdana, 'Times New Roman', Times, serif;
color: #fff;
letter-spacing: 0.2em;
margin-top: 10px;
padding-bottom: 2px;
}
#menu ul ul {
list-style-type: none;
font-variant: normal;
font-weight: normal;
line-height: 100%;
margin: 0;
padding: 0;
text-align: left;
}
#menu ul ul li {
border: 0;
font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: 0;
margin-top: 0;
padding: 0;
padding-left: 12px;
}
#menu ul ul li a {
color: #000000;
text-decoration: none;
}
#menu ul ul li a:hover {
border-bottom: 1px solid #b27a9d;
}
.wp-smiley {
border: 0px;
}
Alles anzeigen