First draft of new layout

This commit is contained in:
2021-05-06 23:23:00 +02:00
parent 6947ee23b9
commit c6aa110b19
14 changed files with 80 additions and 33 deletions

View File

@@ -15,6 +15,19 @@ a {
margin: auto;
}
.heading-summary {
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;
}
.epframe {
margin: auto;
max-width: 900px;
@@ -36,15 +49,15 @@ a {
font-weight: bold;
position: absolute;
color: white;
bottom: 20%;
bottom: 33%;
font-size: 1.35rem;
}
.eptexttool {
.eptextdescription {
width: 100%;
position: absolute;
color: white;
bottom: 8%;
top: 68%;
}
.epcolwiki {
@@ -63,7 +76,7 @@ a {
}
.epcolmaillist {
background-color: #99CC00;
background-color: #889e33;
background-image: url(epmaillist.png);
}
@@ -82,11 +95,20 @@ a {
background-image: url(epcode.png);
}
.epcolforum {
background-color: #FF9900;
background-image: url(epforum.png);
.epcolchat {
background-color: #F5455C;
background-image: url(epchat.png);
}
.epcolsurvey {
background-color: #42ac00;
background-image: url(epsmartwe.png);
}
.epcolnext {
background-color: #b694ff;
background-image: url(epnext.png);
}
@media only screen and (max-width: 900px) {
.epsquare {
width: 30%;

BIN
static/epchat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/epnext.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB