forked from web/portal
Deployed new layout, Added second page, Added meta information, Compressed images and cleaned folders, Added imprint and privacy links, Changed screenshot and README
This commit is contained in:
@@ -15,17 +15,42 @@ a {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.heading-summary {
|
||||
.nav-container {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.nav {
|
||||
margin-top: 1rem;
|
||||
background-color: #747474;
|
||||
border: none;
|
||||
color: #fff;
|
||||
padding: 10px 16px;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.nav:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
background-color: #deffbc;
|
||||
margin: auto;
|
||||
width: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 48rem;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #9ace3e;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 10rem;
|
||||
}
|
||||
|
||||
.footer > p > a, .footer > p > a:visited, .footer > p > a:active {
|
||||
color: #747474;
|
||||
}
|
||||
|
||||
.epframe {
|
||||
@@ -42,6 +67,11 @@ a {
|
||||
margin: 0.5%;
|
||||
display: inline-block;
|
||||
background-size: cover;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.epsquare:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.eptextfunc {
|
||||
@@ -66,7 +96,7 @@ a {
|
||||
}
|
||||
|
||||
.epcolprojekte {
|
||||
background-color: #889e33;
|
||||
background-color: #97a141;
|
||||
background-image: url(epprojekte.png);
|
||||
}
|
||||
|
||||
@@ -76,7 +106,7 @@ a {
|
||||
}
|
||||
|
||||
.epcolmaillist {
|
||||
background-color: #889e33;
|
||||
background-color: #0aa6df;
|
||||
background-image: url(epmaillist.png);
|
||||
}
|
||||
|
||||
@@ -85,6 +115,26 @@ a {
|
||||
background-image: url(epcloud.png);
|
||||
}
|
||||
|
||||
.epcolcalendar {
|
||||
background-color: #3B6CA6;
|
||||
background-image: url(epcalendar.png);
|
||||
}
|
||||
|
||||
.epcolcontacts {
|
||||
background-color: #3B6CA6;
|
||||
background-image: url(epcontacts.png);
|
||||
}
|
||||
|
||||
.epcolpolls {
|
||||
background-color: #3B6CA6;
|
||||
background-image: url(eppolls.png);
|
||||
}
|
||||
|
||||
.epcoldeck {
|
||||
background-color: #3B6CA6;
|
||||
background-image: url(epdeck.png);
|
||||
}
|
||||
|
||||
.epcolsmartwe {
|
||||
background-color: #E05656;
|
||||
background-image: url(epsmartwe.png);
|
||||
@@ -102,13 +152,24 @@ a {
|
||||
|
||||
.epcolsurvey {
|
||||
background-color: #42ac00;
|
||||
background-image: url(epsmartwe.png);
|
||||
background-image: url(epsurvey.png);
|
||||
}
|
||||
|
||||
.epcolnext {
|
||||
background-color: #b694ff;
|
||||
background-image: url(epnext.png);
|
||||
.epcolmap {
|
||||
background-color: #008600;
|
||||
background-image: url(epmap.png);
|
||||
}
|
||||
|
||||
.epcolaudittool {
|
||||
background-color: #7ca399;
|
||||
background-image: url(epaudittool.png);
|
||||
}
|
||||
|
||||
.epcolprevious {
|
||||
background-color: #b694ff;
|
||||
background-image: url(epprevious.png);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
.epsquare {
|
||||
width: 30%;
|
||||
|
||||
Reference in New Issue
Block a user