Files
Aurora.3/html/browser/rdconsole.css
Geeves 2cb2bce2af Gradual Research (#9342)
The RnD Console UI has been overhauled.
    RnD levels are now a gradual progress instead of just leveling up, not much has changed, but deconstructed items now give more * Data disks now tell you what they contain.
    The red scanning goggles now let you see examined items' tech levels.
    RnD consoles should now open on the main menu instead of the research menu.
    Ejected items from the RnD console and destructive analyzer now go into your hands if you're adjacent.
2020-07-18 23:36:06 +03:00

55 lines
858 B
CSS

h3 {
text-decoration: underline;
color: #5c87a8;
padding-top: 2px;
padding-bottom: 2px;
}
a,
a:link,
a:visited,
a:active,
.linkOn,
.linkOff {
background: #2d4b63;
color: #84b2d4;
transition: background 0.2s, color 0.2s;
}
a:hover {
background: #84b2d4;
color: #203649;
}
.menu a {
font-size: 150%;
line-height: 150%;
}
.rdconsole-build li.highlight {
padding-bottom: 6px;
border-bottom: 1px solid transparent;
transition: background-color 0.2s, color 0.2s, border 0.2s;
}
.rdconsole-build li.highlight:hover {
border-bottom: 1px solid #5c87a8;
background-color: #1d1d1d;
color: #99c2c9;
}
.no-build {
display: inline;
color: #141414;
text-decoration: none;
background: #7c7c7c;
border: 1px solid #161616;
padding: 1px 4px 1px 4px;
margin: 0 2px 0 0;
cursor: default;
}
.menu .no-build {
font-size: 150%;
line-height: 150%;
}