Benutzer:Herwig/chameleon.css: Unterschied zwischen den Versionen
Aus Archiv
Herwig (Diskussion | Beiträge) |
Herwig (Diskussion | Beiträge) |
||
Zeile 2: | Zeile 2: | ||
color: #8c8a75 ; | color: #8c8a75 ; | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | body.page-Hauptseite div.header_top { | ||
+ | background-image: url(/images/portrait.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 17% 0; | ||
+ | height: 300px; | ||
+ | display: block; | ||
+ | background-color: #d9826e; | ||
+ | } | ||
+ | |||
+ | body.page-Hauptseite div.header_top h1 { | ||
+ | margin-left: 30%; | ||
+ | font-family: 'Rock Salt',cursive; | ||
+ | font-size: 40pt; | ||
+ | color: #f1ebdd; | ||
+ | padding-top: 95px; | ||
+ | margin-top: 0px; | ||
} | } | ||
Version vom 22. Juli 2018, 13:28 Uhr
a:link{
color: #8c8a75 ;
text-decoration: none;
}
body.page-Hauptseite div.header_top {
background-image: url(/images/portrait.jpg);
background-repeat: no-repeat;
background-position: 17% 0;
height: 300px;
display: block;
background-color: #d9826e;
}
body.page-Hauptseite div.header_top h1 {
margin-left: 30%;
font-family: 'Rock Salt',cursive;
font-size: 40pt;
color: #f1ebdd;
padding-top: 95px;
margin-top: 0px;
}
.myImage{
width:760px;
height:auto;
}