Hallo,
ich würde gerne in diesem style.css den seitenhintergrund ändern
So solls werden :
background-image: url('images/page_t.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
das style.css von meinen theme sieht so aus (siehe unten) wenn ich nun aber im body was ändere wirkt sich das auch auf den editor im admin bereich aus.
kann mir jemand helfen ich vermute das der seitenhintergrund im [COLOR=red]rot markierten[/COLOR] bereich definiert ist , oder ?
Code
body, p
{
margin: 0.5em 0;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
text-align: justify;
}
body
{
margin: 0 auto;
padding: 0;
color: #262626;
background-color: #DADADA;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
text-decoration: none;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 28px;
text-align: left;
}
a,
.art-post li a
{
text-decoration: underline;
color: #D11033;
}
a:link,
.art-post li a:link
{
text-decoration: underline;
color: #D11033;
}
a:visited, a.visited,
.art-post li a:visited, .art-post li a.visited
{
color: #545454;
}
a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover
{
text-decoration: none;
color: #9D0C26;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
margin: 0.67em 0;
color: #545454;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
margin: 0.8em 0;
font-size: 22px;
color: #707070;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
margin: 1em 0;
font-size: 18px;
color: #707070;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
margin: 1.25em 0;
font-size: 16px;
color: #262626;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
margin: 1.67em 0;
font-size: 14px;
color: #262626;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
margin: 2.33em 0;
font-size: 14px;
color: #262626;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
margin:0;
}
#art-main
{
position: relative;
width: 100%;
left: 0;
top: 0;
cursor:default;
}
[COLOR=red][B]#art-page-background-gradient[/B][/COLOR]
[B][COLOR=red]{[/COLOR][/B]
[B][COLOR=red]position: absolute;[/COLOR][/B]
[B][COLOR=red]background-image: url('images/page_g.jpg');[/COLOR][/B]
[B][COLOR=red]background-repeat: repeat-x;[/COLOR][/B]
[B][COLOR=red]top: 0;[/COLOR][/B]
[B][COLOR=red]width: 100%;[/COLOR][/B]
[B][COLOR=red]height: 100px;[/COLOR][/B]
[COLOR=red][B]}[/B][/COLOR]
[COLOR=red][B]#art-page-background-simple-gradient[/B][/COLOR]
[B][COLOR=red]{[/COLOR][/B]
[B][COLOR=red]position: absolute;[/COLOR][/B]
[B][COLOR=red]background-image: url('images/page_sg.jpg');[/COLOR][/B]
[B][COLOR=red]background-repeat: repeat-x;[/COLOR][/B]
[B][COLOR=red]top: 0;[/COLOR][/B]
[B][COLOR=red]width: 100%;[/COLOR][/B]
[B][COLOR=red]height: 100px;[/COLOR][/B]
[B][COLOR=red]}[/COLOR][/B]
.cleared
{
float: none;
clear: both;
margin: 0;
padding: 0;
border: none;
font-size: 1px;
}
form
Alles anzeigen
wäre echt toll wenn das jemand hinbekommt.
Danke :confused::oops: