Version 1
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
|
||||
border-bottom-right-radius: 1vw;
|
||||
border-bottom-left-radius: 1vw;
|
||||
|
||||
background-color: var(--postHeaderBoxColor);
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -46,13 +49,13 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.vologdaInterestingPlace{
|
||||
.vologdaPlace{
|
||||
position:relative;
|
||||
left: calc(100% - (50% + var(--blockSize)/2));
|
||||
|
||||
width: var(--blockSize);
|
||||
margin-top: 6vw;
|
||||
height: calc(var(--boxHeight) * 9);
|
||||
height: calc(var(--boxHeight) * 10);
|
||||
|
||||
text-align: center;
|
||||
|
||||
@@ -80,43 +83,31 @@
|
||||
border-radius: 1vw 1vw 1vw 1vw; /* CSS3 */
|
||||
}
|
||||
|
||||
.vologdaPlace{
|
||||
position:relative;
|
||||
left: calc(100% - (50% + var(--blockSize)/2));
|
||||
margin-top: var(--vologdaBoxMargin);
|
||||
|
||||
width: var(--blockSize);
|
||||
height: calc(var(--boxHeight) * 5);
|
||||
|
||||
text-align: center;
|
||||
|
||||
background-color: var(--vologdaBoxColor);
|
||||
border-radius: 1vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.prevFooter{
|
||||
position:relative;
|
||||
margin: auto;
|
||||
margin-top: calc(var(--boxHeight) * 1.5);
|
||||
|
||||
border-bottom-right-radius: 1vw;
|
||||
border-bottom-left-radius: 1vw;
|
||||
height: calc(var(--boxHeight) * 0.4);
|
||||
width: 70%;
|
||||
|
||||
background-color: var(--postHeaderBoxColor);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
footer{
|
||||
position:relative;
|
||||
margin: auto;
|
||||
height: calc(var(--boxHeight) * 1);
|
||||
|
||||
margin-top: calc(var(--boxHeight) * 1.5);
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.prevFooter{
|
||||
height: calc(var(--boxHeight) * 0.4);
|
||||
|
||||
border-top-right-radius: 1vw;
|
||||
border-top-left-radius: 1vw;
|
||||
background-color: var(--postHeaderBoxColor);
|
||||
}
|
||||
|
||||
.postFooter{
|
||||
height: calc(var(--boxHeight) * 1);
|
||||
|
||||
border-radius: 1vw;
|
||||
border-bottom-right-radius: 1vw;
|
||||
border-bottom-left-radius: 1vw;
|
||||
background-color: var(--headerBoxColor);
|
||||
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user