/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
nano/css/nlayout_default.css
124 строки
2 KB
d3athrow
NanoUI fixes from bay and crewmonitor now has a station map so you can easily locate people.
19 июл 2014, 20:00
19 июл 2014, 20:00
b100660
Код
Авторство
О чём код?
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: 600px; overflow: hidden; border: 1px solid #40628a; background: url(nanomapBackground.png); } #uiMap { position: absolute; top: 50%; left: 50%; margin: -1024px 0 0 -1024px; width: 2048px; height: 2048px; } #uiMapImage { position: absolute; top: 0px; left: 0px; width: 2048px; height: 2048px; } #uiMapContent { position: absolute; top: 0px; left: 0px; width: 2048px; height: 2048px; } #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; } #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; }