mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
141 lines
1.8 KiB
CSS
141 lines
1.8 KiB
CSS
#ntbgcenter
|
|
{
|
|
background-position: 550px 0px !important;
|
|
}
|
|
#textbased
|
|
{
|
|
display: none;
|
|
width: 100%;
|
|
}
|
|
|
|
#textbased table
|
|
{
|
|
min-width: 380px;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#textbased td
|
|
{
|
|
vertical-align: top;
|
|
padding: 2px;
|
|
}
|
|
|
|
#textbased tbody td
|
|
{
|
|
transition: .2s all;
|
|
}
|
|
|
|
#uiMapImage {
|
|
position: absolute;
|
|
bottom: 2px;
|
|
left: -6px;
|
|
}
|
|
/*#uiMap
|
|
{
|
|
position: fixed;
|
|
top: 8px;
|
|
left: 8px;
|
|
border: 2px inset #888;
|
|
}*/
|
|
|
|
/*#uiMapImage
|
|
{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: -512px 0 0 -512px;
|
|
width: 256px;
|
|
height: 256px;
|
|
overflow: hidden;
|
|
zoom:2;
|
|
}*/
|
|
|
|
/*#uiMap {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 600px;
|
|
overflow: hidden;
|
|
border: 1px solid #40628a;
|
|
background: url(nanomapBackground.png);
|
|
}*/
|
|
#uiMap {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: -512px 0 0 -512px;
|
|
width: 256px;
|
|
height: 256px;
|
|
overflow: hidden;
|
|
zoom: 4;
|
|
}
|
|
#uiMapContainer {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 600px;
|
|
overflow: hidden;
|
|
border: 1px solid #40628a;
|
|
background: url(nanomapBackground.png);
|
|
}
|
|
|
|
#uiMapTooltip {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
border: 1px solid #40628a;
|
|
background-color: #272727;
|
|
padding: 8px;
|
|
display: none;
|
|
z-index: 9999;
|
|
}
|
|
a { display: inline; }
|
|
|
|
.oxygen
|
|
{
|
|
color: #3498db;
|
|
}
|
|
|
|
.toxin
|
|
{
|
|
color: #2ecc71;
|
|
}
|
|
|
|
.fire
|
|
{
|
|
color: #e67e22;
|
|
}
|
|
|
|
.brute
|
|
{
|
|
color: #e74c3c;
|
|
}
|
|
|
|
|
|
.toxin_light {
|
|
color: #3ADF00;
|
|
}
|
|
|
|
.oxygen_light {
|
|
color: #6698FF;
|
|
}
|
|
|
|
.dot
|
|
{
|
|
transition: .2s all;
|
|
position: absolute;
|
|
width: 3px;
|
|
height: 3px;
|
|
margin-top: 0px;
|
|
margin-left: 0px;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.dot.active
|
|
{
|
|
z-index: 9999 !important;
|
|
width: 8px;
|
|
height: 8px;
|
|
margin-top: -2px;
|
|
margin-left: -3px;
|
|
}
|