Template:Manual Chem Box/styles.css: Difference between revisions
From Space Station 14 Wiki
(made tooltips not clip inside the chem box; added styles for catalyst tooltip note) |
(list of all reagents styles) |
||
Line 36: | Line 36: | ||
.quickbox-catalyst-note-tooltip { | .quickbox-catalyst-note-tooltip { | ||
font-weight: normal; | font-weight: normal; | ||
} | |||
/* list of all reagents */ | |||
.reagents-list { | |||
display: flex; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
justify-content: space-evenly; | |||
} | } |
Revision as of 07:34, 17 September 2024
.quickbox {
width: 27em;
}
.quickboxhead {
font-weight: 500;
}
.quickbox-section {
width:100%;
overflow:visible;
border-bottom: 1px solid #303038;
}
.quickboxbody-section-bare {
padding: 0 0.5em;
}
.quickboxbody-section-header {
font-weight:bold;
line-height:1.6;
padding: 0 0.5em;
}
.quickboxbody-section-body {
border-left: .5em solid var(--border-color-light);
padding: 0.25em 0.5em;
margin-left: 0.5em;
}
.quickbox-catalyst-note {
color: gray;
font-size: small;
}
.quickbox-catalyst-note-tooltip {
font-weight: normal;
}
/* list of all reagents */
.reagents-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}