Files
CHOMPStation2/nano/css/layout_default.css

129 lines
2.3 KiB
CSS

body {
background: #272727 url(uiBackground.png) 50% 0 repeat-x;
}
#uiWrapper {
width: 100%;
height: 100%;
-ms-user-select: none;
user-select: none;
}
#uiTitleWrapper {
position: relative;
height: 30px;
}
#uiTitleText {
position: absolute;
top: 6px;
left: 44px;
width: 66%;
overflow: hidden;
color: #E9C183;
font-size: 16px;
}
#uiTitle.icon {
padding: 6px 8px 6px 42px;
background-position: 2px 50%;
background-repeat: no-repeat;
}
#uiTitleFluff {
position: absolute;
top: 4px;
right: 12px;
width: 42px;
height: 24px;
background: url(uiTitleFluff.png) 50% 50% no-repeat;
}
#uiStatusIcon {
position: absolute;
top: 4px;
left: 12px;
width: 24px;
height: 24px;
}
#uiMapWrapper {
clear: both;
padding: 8px;
}
#uiMapHeader {
position: relative;
clear: both;
}
#uiMapContainer {
position: relative;
width: 100%;
height: 550px;
overflow: hidden;
border: 1px solid #40628a;
background: url(nanomapBackground.png);
}
#uiMap {
position: absolute;
top: 50%;
left: 50%;
margin: -280px 0 0 -280px; /* VOREStation Edit - Tether map is small */
width: 140px; /* VOREStation Edit - Tether map is small */
height: 140px; /* VOREStation Edit - Tether map is small */
overflow: hidden;
zoom: 4;
}
#uiMapImage {
position: absolute;
bottom: 1px;
left: 1px;
width: 140px; /* VOREStation Edit - Tether map is small */
height: 140px; /* VOREStation Edit - Tether map is small */
}
#uiMapContent {
position: absolute;
bottom: 0px;
left: 0px;
width: 140px; /* VOREStation Edit - Tether map is small */
height: 140px; /* VOREStation Edit - Tether map is small */
}
#uiMapFooter {
position: relative;
clear: both;
}
#uiContent {
clear: both;
padding: 8px;
}
#uiMapTooltip {
position: absolute;
right: 10px;
top: 10px;
border: 1px solid #40628a;
background-color: #272727;
padding: 8px;
display: none;
z-index: 9999;
}
#uiLoadingNotice {
position: relative;
background: url(uiNoticeBackground.jpg) 50% 50%;
color: #000000;
font-size: 14px;
font-style: italic;
font-weight: bold;
padding: 3px 4px 3px 4px;
margin: 4px 0 4px 0;
}