Pushing this mess anyway
This commit is contained in:
67
css/creations.css
Executable file
67
css/creations.css
Executable file
@@ -0,0 +1,67 @@
|
||||
body.creation-page { }
|
||||
|
||||
body.creation-page .creation-container {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .title {
|
||||
background: var(--menu-bg);
|
||||
border: var(--menu-border);
|
||||
border-bottom: none;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
font-family: var(--spfont1);
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .title td { padding: 8px; }
|
||||
|
||||
body.creation-page .creation-container .gallery-cell {
|
||||
background: var(--menu-bg);
|
||||
border-left: var(--menu-border);
|
||||
border-right: var(--menu-border);
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .gallery {
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .gallery .gallery-pager {
|
||||
width: 24px;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-family: var(--spfont1);
|
||||
color: var(--main-text);
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .filmstrip-cell {
|
||||
background: var(--menu-bg);
|
||||
border: var(--menu-border);
|
||||
border-top: none;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .info-cell {
|
||||
width: 224px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .info-panel {
|
||||
background: var(--menu-bg);
|
||||
border: var(--menu-border);
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .info-panel hr,
|
||||
body.creation-page .creation-container .box[name='desc'] hr {
|
||||
border: var(--menu-border);
|
||||
color: var(--menu-bg);
|
||||
}
|
||||
|
||||
body.creation-page .creation-container .tabbed-cell {
|
||||
vertical-align: top;
|
||||
}
|
||||
Reference in New Issue
Block a user