css rework - diary and entry
parent
5f3a0d10f3
commit
c404cf7077
@ -1,50 +0,0 @@
|
|||||||
.content-grid {
|
|
||||||
grid-area: 3 / 1 / 4 / 4;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 40% 60%;
|
|
||||||
grid-template-rows: 1fr 9.5em;
|
|
||||||
grid-column-gap: 0px;
|
|
||||||
grid-row-gap: 0px;
|
|
||||||
background-image: url(../img/prom/runebless.png);
|
|
||||||
}
|
|
||||||
.content-left {
|
|
||||||
grid-area: 1 / 1 / 2 / 2;
|
|
||||||
background-image: url(../img/prom/BlessFREY_logo.png);
|
|
||||||
background-size: 20em;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.content-right {
|
|
||||||
grid-area: 1 / 2 / 3 / 3;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: left;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.latest {
|
|
||||||
background-color: #C0AAC0;
|
|
||||||
}
|
|
||||||
.latest-title {
|
|
||||||
position: absolute;
|
|
||||||
width: 20em;
|
|
||||||
background-color: #C0AAC0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.latest-centered {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #C0AAC0;
|
|
||||||
}
|
|
||||||
.latest-grid {
|
|
||||||
word-break: break-word;
|
|
||||||
width: 20em;
|
|
||||||
grid-area: 2 / 1 / 3 / 2;
|
|
||||||
overflow-y: scroll;
|
|
||||||
color: black;
|
|
||||||
background-color: #C0AAC0;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.latest-grid ul {
|
|
||||||
margin-top: 1.5em;
|
|
||||||
}
|
|
@ -1,21 +1,20 @@
|
|||||||
footer {
|
footer {
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
background-color: #404164;
|
background-color: #0f0233;
|
||||||
width: 100vw;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
footer a:link {
|
footer a:link {
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
}
|
}
|
||||||
footer a:visited {
|
footer a:visited {
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
}
|
}
|
||||||
footer a:hover {
|
footer a:hover {
|
||||||
color: #E1B9E6;
|
color: #b61e54;
|
||||||
}
|
}
|
||||||
footer a:active {
|
footer a:active {
|
||||||
color: #C0AAC0;
|
color: #b61e54;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue