base layout: update CSP; add RP

This commit is contained in:
Thomas Dedek
2019-12-22 10:45:40 +01:00
parent 032fad44e2
commit 01c73e9f01
8 changed files with 54 additions and 92 deletions

View File

@@ -14,41 +14,6 @@ a {
color: #333;
}
/*
.item-box {
border-radius: 15px;
position: relative;
float: left;
border: 1px dashed gray;
width: 480px;
height: 140px;
background-color: #eee;
margin: 20px;
padding: 8px;
}
.item-box .image-box {
width: 100px;
height: 100px;
float: left;
padding: 10px;
}
.item-box img {
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
}
h2 {
color: #009da5;
font-size: 26px;
font-weight: 500;
}
*/
#epframe {
margin: auto;
max-width: 900px;
@@ -74,7 +39,6 @@ h2 {
.epsrect {
width: 23%;
padding-bottom: 32.2%;
background-color: none;
position: relative;
margin: 0.5%;
display: inline-block;
@@ -83,6 +47,19 @@ h2 {
border: 1px solid #ccc;
}
.epsrect.buchvoll {
background-image: url(gwoe-arbeitsbuch-5v.jpg);
}
.epsrect.buchkompakt {
background-image: url(gwoe-arbeitsbuch-5k.jpg);
}
.epsrect.buchkodex {
background-image: url(epecg.png);
}
.epsrect.buchregel {
background-image: url(gwoe-regelwerk.jpg); background-size: 100%;
}
.eptextfunc {
width: 100%;
font-weight: bold;