css, html, delete
This commit is contained in:
@@ -19,12 +19,26 @@ body {
|
||||
text-align: center;
|
||||
text-shadow:black 3px 2px;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: #FFFFFF;
|
||||
background-color: #084791;
|
||||
border: none;
|
||||
border-radius: 60px;
|
||||
}
|
||||
|
||||
.clSiteHeader a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.clSiteHeader:hover {
|
||||
background-color: #0D71E4;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clSiteHeader a:visited, a:active {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.clContent {
|
||||
position: absolute;
|
||||
top: 150px; /* height, padding, border, margin von idSiteHeader beachten */
|
||||
@@ -33,7 +47,7 @@ body {
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
background-image: url("https://lionel.kr.hs-niederrhein.de/logo_hs_02.png");
|
||||
background-image: url("/img/logo.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user