mirror of https://gitlab.com/bashrc2/epicyon
Modern style verticals
parent
5997959a12
commit
43e1e8fada
|
@ -132,6 +132,7 @@
|
||||||
--header-vertical-offset: 0;
|
--header-vertical-offset: 0;
|
||||||
--profile-background-height: 25vw;
|
--profile-background-height: 25vw;
|
||||||
--profile-text-align: left;
|
--profile-text-align: left;
|
||||||
|
--verticals-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -1038,6 +1039,10 @@ div.container {
|
||||||
.col-center {
|
.col-center {
|
||||||
width: var(--column-center-width);
|
width: var(--column-center-width);
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
|
border-bottom: var(--verticals-width) solid var(--tab-border-color);
|
||||||
|
border-top: none;
|
||||||
|
border-left: var(--verticals-width) solid var(--tab-border-color);
|
||||||
|
border-right: var(--verticals-width) solid var(--tab-border-color);
|
||||||
}
|
}
|
||||||
.col-right a:link {
|
.col-right a:link {
|
||||||
background: var(--column-left-color);
|
background: var(--column-left-color);
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"verticals-width": "3px",
|
||||||
"newswire-publish-icon": "False",
|
"newswire-publish-icon": "False",
|
||||||
"full-width-timeline-buttons": "False",
|
"full-width-timeline-buttons": "False",
|
||||||
"icons-as-buttons": "True",
|
"icons-as-buttons": "True",
|
||||||
|
@ -32,7 +33,7 @@
|
||||||
"post-separator-margin-bottom": "1%",
|
"post-separator-margin-bottom": "1%",
|
||||||
"post-separator-width": "95%",
|
"post-separator-width": "95%",
|
||||||
"post-separator-height": "1px",
|
"post-separator-height": "1px",
|
||||||
"column-left-border-width": "1px",
|
"column-left-border-width": "0px",
|
||||||
"column-right-border-width": "0px",
|
"column-right-border-width": "0px",
|
||||||
"column-left-border-color": "black",
|
"column-left-border-color": "black",
|
||||||
"column-left-header-color": "black",
|
"column-left-header-color": "black",
|
||||||
|
|
Loading…
Reference in New Issue