mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
* Roundend report refactor * I won't be fixining every moved part but here you go * Preparation for feedback * Fixup * First draft of feedback (wip) * Simple version of feedback for custom objectives/explanation texts * Debug verb removal * Fixes & show again action button * Admin objective handling * Fix and first step of css standarization. * Every time * More css * Fix * Fixes, abductee datum, css tweak * Feedback and css fix * CLIENT DETAILS DATUM + CLIENT ACTIONS + spilled css fix * Integrates clockult badcode * Fix * Fix lists in assoc feedback * Unified antagonists and teams feedbacks, bumped up antagonists version * Adds chat link to reopen the the report * Fixes some clockcult stuff, passes antag name to feedback * review stuff * fix * Adds some missing spacing * Roundend corners, has css gone too far. * Spacing between same antags * Changeling and traitor objectives now have same spacing * Wizar report typo fix * Wrap brother team. * Also move it to more relevant file * Fixes cult summon objective * Fixes roundend report for full-round observers * Fixes wizard with apprentices roundend report * Tutorial scarabs don't show in roundend anymore, adds some check_ticks * Prettier station goals * Merges roundend delay things * Spread the lag around * Fixes relogin qdeling eminence * ckey -> key
67 lines
847 B
CSS
67 lines
847 B
CSS
.greentext {
|
|
color: #90ee90;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.greentext_alt {
|
|
color: green;
|
|
}
|
|
.redtext {
|
|
color: #ef2f3c;
|
|
font-weight: bold;
|
|
}
|
|
.neutraltext {
|
|
font-weight: bold; /* If you feel these should have some color feel free to change */
|
|
}
|
|
|
|
.marooned {
|
|
color: rgb(109, 109, 255); font-weight: bold;
|
|
}
|
|
|
|
.header {
|
|
font-size: 24px; font-weight: bold;
|
|
}
|
|
|
|
.big {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.medaltext {
|
|
color: #add8e6;
|
|
}
|
|
|
|
.codephrase {
|
|
color : #ef2f3c;
|
|
}
|
|
|
|
.redborder {
|
|
border-bottom: 2px solid #ef2f3c;
|
|
}
|
|
|
|
.greenborder {
|
|
border-bottom: 2px solid #90ee90;
|
|
}
|
|
|
|
.clockborder {
|
|
border-bottom: 2px solid #B18B25;
|
|
}
|
|
|
|
.stationborder {
|
|
border-bottom: 2px solid #add8e6;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
|
|
.panel {
|
|
background-color: #313131;
|
|
padding: 10px;
|
|
border-radius: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
body {
|
|
background-color: #272727;
|
|
color: #efefef;
|
|
} |