navbar looks like skillbar; lots of bugs fixed; maybe gets too big at full-screen at 1080p
parent
36ac84cc5a
commit
9676954861
@ -0,0 +1,59 @@
|
||||
.sidebar {
|
||||
grid-area: 2 / 2 / 2 / 3;
|
||||
display: row;
|
||||
/* grid-template-columns: auto;
|
||||
grid-template-rows: repeat(4, auto);*/
|
||||
grid-column-gap: 0em;
|
||||
grid-row-gap: 0em;
|
||||
/* align-content: start;
|
||||
padding-left: 0em;*/
|
||||
}
|
||||
|
||||
.sidebar a:link {
|
||||
font-weight: bold;
|
||||
}
|
||||
.sidebar a {
|
||||
color: #1D1761;
|
||||
}
|
||||
.sidebar a:hover {
|
||||
color: #3127A5;
|
||||
}
|
||||
.sidebar a:visited {
|
||||
color: #1D1761;
|
||||
}
|
||||
.sidebar a:active {
|
||||
color: #3B2FC6;
|
||||
}
|
||||
|
||||
|
||||
.diary-box {
|
||||
background-color: #A88AA8;
|
||||
text-align: center;
|
||||
border-radius: 1em;
|
||||
margin: 1em;
|
||||
padding: .3em;
|
||||
margin-top: 0em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.about-box {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
}
|
||||
.twitter-box {
|
||||
grid-area: 2 / 1 / 3 / 2;
|
||||
}
|
||||
.latest {
|
||||
grid-area: 3 / 1 / 4 / 2;
|
||||
}
|
||||
.latest-text {
|
||||
text-align: left;
|
||||
padding: 0em;
|
||||
background-color: #A88AA8;
|
||||
}
|
||||
.wordcloud {
|
||||
grid-area: 4 / 1 / 5 / 2;
|
||||
}
|
||||
.disclosure {
|
||||
grid-area: 5 / 1 / 6 / 2;
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue