Files
Aurora.3/html/browser/misc.css
Geeves 2b81cdd077 Better UIs (#9355)
Improved the UIs of: Memories/Notes, cult tomes, autolathes, biogenerators, chem heaters, wizard spellbooks, cryopods, soulstones, space heaters.
2020-07-18 00:10:28 +03:00

39 lines
551 B
CSS

h1,
h2,
h3,
h4,
h5,
h6 {
padding: 8px 0 4px 0;
color: #5c87a8;
}
table {
border-collapse: collapse;
}
tr.build {
border-bottom: 1px solid transparent;
transition: background-color 0.2s, color 0.2s, border 0.2s;
}
tr.build:hover {
border-bottom: 1px solid #5c87a8;
background-color: #1d1d1d;
color: #99c2c9;
}
.no-build {
display: inline-block;
color: #141414;
text-decoration: none;
background-color: #7c7c7c;
border: 1px solid #161616;
padding: 1px 4px 1px 4px;
margin: 0 2px 0 0;
cursor: default;
}
.inline {
display: inline;
}