X-Git-Url: https://robinkrens.nl/gitweb/?p=robinkrens.nl;a=blobdiff_plain;f=travel%2Ftravel.css;fp=travel%2Ftravel.css;h=82cf7b327e0565a77c184074aa8a7cc44e533d70;hp=0000000000000000000000000000000000000000;hb=8b03ea69fd1b69dee76a0f5d7f1ab594b2135dc0;hpb=62da952ff19284ffdf28c30118a709ab8b4744b2 diff --git a/travel/travel.css b/travel/travel.css new file mode 100644 index 0000000..82cf7b3 --- /dev/null +++ b/travel/travel.css @@ -0,0 +1,122 @@ +body { + font-family: 'Abel', sans-serif; + margin: 0px; + padding: 0px; +} + +#listwrap { + display: table; + width: 100%; + text-align: center; + background-color: #EEEEEE; + } + +ul#menu { + border-bottom: 1px solid black; + list-style-type: none; + text-align: center; + padding: 18px; + margin: 0; + + +} + +ul#menu li { + font-size: 1.4em; + display: inline; + margin: 0; + +} + +ul#menu li a { + color: black; + padding: 18px; + text-style-type: bold; + text-decoration: none; +} + +ul#menu li a:hover { + background-color: #99FF00; +} + + +h1 { text-align: center; + font-ize: 1.5em; + paddin: 0; + margin: 15px 0 15px 0;} + + +#container { + padding-top: 30px; + width: 1000px; + margin: 0 auto; + +} + +#world-map { + float: left; + width: 300px; height: 450px; + padding: 10px; + border: 1px solid black; + -moz-border-radius: 10px; + border-radius: 10px; + margin-right: 15px; + +} + +#map { + float: left; + width: 300px; height: 450px; + padding: 10px; + border: 3px solid black; + -moz-border-radius: 10px; + border-radius: 10px; + +} + +#main { + + float: left; + width: 650px; + padding-right: 10px; +} + + +.jvectormap-label { + position: absolute; + display: none; + border: solid 1px #CDCDCD; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 5px; + background: #2e2e2e; + color: white; + font-family: sans-serif, Verdana; + font-size: smaller; + padding: 3px; +} + +.jvectormap-zoomin, .jvectormap-zoomout { + display: none; + position: absolute; + left: 10px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + background: #292929; + padding: 3px; + color: white; + width: 10px; + height: 10px; + cursor: pointer; + line-height: 10px; + text-align: center; +} + +.jvectormap-zoomin { + top: 10px; +} + +.jvectormap-zoomout { + top: 30px; +} \ No newline at end of file