Updated ViziCities dev build

feature/threejs-update
Robin Hawkes 2016-11-08 21:13:40 -08:00
rodzic 0e7003f250
commit b2feb7dc6d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 1EC4C2D6765FA8CF
7 zmienionych plików z 14982 dodań i 3422 usunięć

9190
dist/vizicities-worker.js vendored 100644

Plik diff jest za duży Load Diff

4
dist/vizicities-worker.min.js vendored 100644

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

27
dist/vizicities.css vendored
Wyświetl plik

@ -1,4 +1,5 @@
.vizicities-attribution {
position: relative;
background: rgba(255, 255, 255, 0.9);
border-radius: 3px 0 0;
bottom: 0;
@ -16,7 +17,25 @@
text-decoration: none;
}
.vizicities-attribution a:hover {
color: #2bb2ed;
text-decoration: underline;
}
.vizicities-attribution a:hover {
color: #2bb2ed;
text-decoration: underline;
}
#attribution-container {
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 250px;
padding: 4px 7px;
padding-right: 120px;
background: #ffffff;
border-radius: 3px 0 0;
opacity: 0;
transition: opacity 100ms linear;
}
.is-visible #attribution-container {
opacity: 1;
}

9165
dist/vizicities.js vendored

Plik diff jest za duży Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long