Skip to content
Snippets Groups Projects
Commit f2634ff8 authored by Arkerthan's avatar Arkerthan
Browse files

Mostly split up mainStyleSheet.css

parent 0afb5edc
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,19 @@
height: calc(100% - 1.5em);
margin: 1.5em 0;
}
#ui-bar-body > :not(:first-child) {
/* margin-top: 2em; */
margin-top: 1.5em;
}
#story-author {
/* margin-top: 2em; */
margin-top: 0;
}
/* make cheat text boxes fit in sidebar */
#story-caption input {
min-width: 0;
width: calc(100% - 0.8em - 2px);
}
.favorite, .favorite:hover {
color: yellow;
text-decoration: none;
}
.not-favorite, .not-favorite:hover {
color: grey;
text-decoration: none;
}
/* TODO unify tooltip systems */
.hasTooltip {
text-decoration: underline;
}
/* interactable tooltip-like container - created/destroyed dynamically */
.details-overlay {
display: inline-block;
font-size: smaller;
width: max-content;
height: max-content;
border-style: solid;
border-color: slategray;
border-width: 2px;
border-radius: 3px;
background-color: rgb(17, 17, 17);
padding: 3px;
position: absolute;
z-index: 2;
text-indent: 0;
}
.adjacent-slave {
font-weight: bold;
}
.interact-name {
margin: 0 2em;
}
......@@ -15,49 +15,3 @@ div.cheat-menu {
text-align: center;
margin: 0 auto;
}
/* TODO unify tooltip systems */
.hasTooltip {
text-decoration: underline;
}
/* interactable tooltip-like container - created/destroyed dynamically */
.details-overlay {
display: inline-block;
font-size: smaller;
width: max-content;
height: max-content;
border-style: solid;
border-color: slategray;
border-width: 2px;
border-radius: 3px;
background-color: rgb(17, 17, 17);
padding: 3px;
position: absolute;
z-index: 2;
text-indent: 0;
}
/* make cheat textboxes fit in sidebar */
#story-caption input {
min-width: 0;
width: calc(100% - 0.8em - 2px);
}
/* slave interact navigation */
.adjacent-slave {
font-weight: bold;
}
.interact-name {
margin: 0 2em;
}
.favorite, .favorite:hover {
color: yellow;
text-decoration: none;
}
.not-favorite, .not-favorite:hover {
color: grey;
text-decoration: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment