configure theme styling
This commit is contained in:
parent
b869bc9cfc
commit
d63840b6f3
|
@ -1,11 +1,11 @@
|
||||||
body.creation-page { }
|
body.creations { }
|
||||||
|
|
||||||
body.creation-page .creation-container {
|
body.creations .creation-container {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .title {
|
body.creations .creation-container .title {
|
||||||
background: var(--menu-bg);
|
background: var(--menu-bg);
|
||||||
border: var(--menu-border);
|
border: var(--menu-border);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -15,20 +15,20 @@ body.creation-page .creation-container .title {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .title td { padding: 8px; }
|
body.creations .creation-container .title td { padding: 8px; }
|
||||||
|
|
||||||
body.creation-page .creation-container .gallery-cell {
|
body.creations .creation-container .gallery-cell {
|
||||||
background: var(--menu-bg);
|
background: var(--menu-bg);
|
||||||
border-left: var(--menu-border);
|
border-left: var(--menu-border);
|
||||||
border-right: var(--menu-border);
|
border-right: var(--menu-border);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .gallery {
|
body.creations .creation-container .gallery {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .gallery .gallery-pager {
|
body.creations .creation-container .gallery .gallery-pager {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -38,30 +38,30 @@ body.creation-page .creation-container .gallery .gallery-pager {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .filmstrip-cell {
|
body.creations .creation-container .filmstrip-cell {
|
||||||
background: var(--menu-bg);
|
background: var(--menu-bg);
|
||||||
border: var(--menu-border);
|
border: var(--menu-border);
|
||||||
border-top: none;
|
border-top: none;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .info-cell {
|
body.creations .creation-container .info-cell {
|
||||||
width: 224px;
|
width: 224px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .info-panel {
|
body.creations .creation-container .info-panel {
|
||||||
background: var(--menu-bg);
|
background: var(--menu-bg);
|
||||||
border: var(--menu-border);
|
border: var(--menu-border);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .info-panel hr,
|
body.creations .creation-container .info-panel hr,
|
||||||
body.creation-page .creation-container .box[name='desc'] hr {
|
body.creations .creation-container .box[name='desc'] hr {
|
||||||
border: var(--menu-border);
|
border: var(--menu-border);
|
||||||
color: var(--menu-bg);
|
color: var(--menu-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.creation-page .creation-container .tabbed-cell {
|
body.creations .creation-container .tabbed-cell {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
|
@ -99,8 +99,8 @@ body.dashboard .stats .unread { color: var(--alert); }
|
||||||
.dash-container .primary .mainbox .alert {
|
.dash-container .primary .mainbox .alert {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
background: var(--quote-bg);
|
background: var(--secondary-container-background);
|
||||||
border: var(--quote-border);
|
border: var(--secondary-container-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-container .primary .mainbox .alert.unread .content {
|
.dash-container .primary .mainbox .alert.unread .content {
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
--primary-container-background: #d9d4c9;
|
--primary-container-background: #d9d4c9;
|
||||||
--primary-container-border: 2px outset #e5e2d1;
|
--primary-container-border: 2px outset #e5e2d1;
|
||||||
|
|
||||||
|
--secondary-container-background: #cacaca;
|
||||||
|
--secondary-container-border: 2px outset #c1c1c1;
|
||||||
|
|
||||||
--header-bg: #ffffff;
|
--header-bg: #ffffff;
|
||||||
--header-text: #000000;
|
--header-text: #000000;
|
||||||
--header-line: 2px solid #000000;
|
--header-line: 2px solid #000000;
|
||||||
|
@ -32,9 +35,9 @@
|
||||||
|
|
||||||
--staff: #d500d1;
|
--staff: #d500d1;
|
||||||
|
|
||||||
--tab-border: 2px outset #000;
|
--tab-border: 2px outset #d9e2d7;
|
||||||
--tab-inactive: #b9b3ae;
|
--tab-inactive: #a8a8a8;
|
||||||
--tab-selected: #ddd0bf;
|
--tab-selected: #c8cbce;
|
||||||
--tab-gradient: #dedede;
|
--tab-gradient: #dedede;
|
||||||
|
|
||||||
--popup-title-bg: #b3b3b3;
|
--popup-title-bg: #b3b3b3;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user