css, html, delete

This commit is contained in:
darthsandmann
2016-11-16 16:52:00 +01:00
parent 5332dfa3f4
commit d315cd1009
19 changed files with 60 additions and 57 deletions

View File

@@ -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;
}