Converted examples

This commit is contained in:
Björn Harrtell
2015-04-02 18:40:16 +02:00
committed by Andreas Hocevar
parent b9074342a6
commit 9880a860a3
24 changed files with 497 additions and 1265 deletions

18
examples_src/overlay.css Normal file
View File

@@ -0,0 +1,18 @@
#marker {
width: 20px;
height: 20px;
border: 1px solid #088;
border-radius: 10px;
background-color: #0FF;
opacity: 0.5;
}
#vienna {
text-decoration: none;
color: white;
font-size: 11pt;
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.2em;
}
.popover-content {
min-width: 180px;
}