forked from web/portal
base layout: update CSP; add RP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user