diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | app/pages/admin.py | 5 | ||||
-rw-r--r-- | app/pages/views.py | 4 | ||||
-rw-r--r-- | config/base_urls.py | 2 | ||||
-rw-r--r-- | config/settings.py | 2 | ||||
-rw-r--r-- | site/media/css/base032810.css | 360 | ||||
-rw-r--r-- | site/media/css/base092210.css | 1 | ||||
-rw-r--r-- | site/media/css/ie-photo.css | 2 | ||||
-rw-r--r-- | site/media/css/ie.css | 1 | ||||
-rw-r--r-- | site/media/css/stylesv6.css | 1636 | ||||
-rw-r--r-- | site/media/googlehostedservice.html | 1 | ||||
-rw-r--r-- | site/media/js/html5css3ie.min.js | 64 | ||||
-rw-r--r-- | site/media/js/ios-viewport-scaling-bug-fix.js | 2 | ||||
-rw-r--r-- | site/media/js/photos.min.js | 20 | ||||
-rw-r--r-- | site/media/robots.txt | 2 |
15 files changed, 37 insertions, 2067 deletions
@@ -14,3 +14,5 @@ Thumbs.db venv/ site/ static/ +v6/ +oldsite/ diff --git a/app/pages/admin.py b/app/pages/admin.py index bdcf884..66e4d8f 100644 --- a/app/pages/admin.py +++ b/app/pages/admin.py @@ -3,7 +3,7 @@ from django.contrib import admin from django.forms import Textarea from django.db import models - +''' class PageAdmin(admin.ModelAdmin): formfield_overrides = { models.TextField: {'widget': Textarea(attrs={'rows': 25, 'cols': 40})}, @@ -22,4 +22,5 @@ class PageAdmin(admin.ModelAdmin): }) ) -#admin.site.register(Page, PageAdmin) +admin.site.register(Page, PageAdmin) +''' diff --git a/app/pages/views.py b/app/pages/views.py index cb605ab..e933399 100644 --- a/app/pages/views.py +++ b/app/pages/views.py @@ -2,9 +2,7 @@ from django.shortcuts import render_to_response, get_object_or_404 from django.template import RequestContext from pages.models import Page -''' def page(request, slug): - obj = get_object_or_404(Page, slug__exact=slug) + obj = "" #get_object_or_404(Page, slug__exact=slug) context = {'object': obj, } return render_to_response(["details/%s.html" % obj.slug, 'details/page.html'], context, context_instance=RequestContext(request)) -''' diff --git a/config/base_urls.py b/config/base_urls.py index 62ff3e6..45cb168 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -64,7 +64,7 @@ urlpatterns += patterns('', #homepage (r'^$', 'blog.views.home'), #pages - (r'^(?P<slug>[-\w]+)/$', 'pages.views.page'), + #(r'^(?P<slug>[-\w]+)/$', 'pages.views.page'), ) diff --git a/config/settings.py b/config/settings.py index 9a18f89..7f204b8 100644 --- a/config/settings.py +++ b/config/settings.py @@ -63,7 +63,7 @@ PIN_PASS = "hyperrealtryptamine@34zaq" #root url BASE_URL = "http://luxagraf.net/" #path to the folder that holds the generated html files -FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'v8/') +FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'site/') #media and image URLs for the generated html files BAKED_IMAGES_URL = 'https://images.luxagraf.net/' BAKED_MEDIA_URL = 'http://luxagraf.net/media/' diff --git a/site/media/css/base032810.css b/site/media/css/base032810.css deleted file mode 100644 index b629d73..0000000 --- a/site/media/css/base032810.css +++ /dev/null @@ -1,360 +0,0 @@ -/* -------------- reset from blueprint ---------------------- */ -html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - font-size: 100%; - vertical-align: baseline; - border: 0; - outline: 0; - background: transparent; -} - -ol, ul, li { list-style: none; } - -blockquote, q { quotes: none; } -:focus { outline: 0; } - -table { - border-collapse: collapse; - border-spacing: 0; -} -/*html5 fix*/ -header, section, footer, aside, article, nav {display: block;text-align:left;} -/* --------------------- Basic Typography Stuff ------------------------ */ - -* {margin:0;} -html {height:100%;} -body { - background: #faf9f4; - font-family: "Hoefler Text", Georgia, "Times New Roman", Times, Serif; - /* font-size 15px */ - font-size: 93.75%; - /* line height of 24 px */ - line-height: 23px; - color: #241d13; -} -body {height:100%;text-align: center;} - -html>body { font-size: 15px;} - -p { - margin: 0.8em 0 0 0; -} -a:link { - text-decoration: none; - color: #333; -} - -a:visited { - color: #736357; - text-decoration: none; -} - -a:hover { - color: #b53a04 !important; - text-decoration: none; -} -article a {border-bottom: 1px dotted #f00;} -blockquote, blockquote p { font-size: 14px !important; margin: 1.2em !important; line-height: 22px !important; font-style: italic !important;} -/* --------------------- layout ------------------------ */ - - -/* global header and nav elements */ -header {margin: 15px auto 0; width: 700px; padding-bottom: 85px;text-align: center;} -header nav {float: left;margin-left: 35px; margin-top: 2px; letter-spacing: .10em} -header nav.rt { float: left; margin: 2px 0 0 0; clear:right;} -header nav ul { margin: 0 auto 0;} -header nav li {display: block; text-align: right; font-size: 11px; margin: 0 0 2px 0; line-height: 19px; text-transform: uppercase;} -header nav.rt li {text-align: left;} -header hgroup {float: left;} -header hgroup h1, -header hgroup h1 a { - font: 44px/44px Georgia, "Times New Roman", Times, Serif; - text-transform: uppercase; - letter-spacing: 6px; - color: #b53a04 !important; - width: 480px; -} -header hgroup h1 a:hover, header hgroup h2 a:hover { color: #736357 !important; } -header hgroup h2 { - font-size: 18px; - line-height: 30px; - font-weight: normal; - text-transform: uppercase; - letter-spacing: 2px; - font-style: italic; -} -header hgroup h2, header hgroup h2 a {color: #b53a04 !important;} - - - -/* global article styles */ -article h1, -article h1 a { - font: 42px/48px Georgia, "Times New Roman", Times, Serif; - font-style: normal; - color: #241d13 !important; - margin: 55px 0 5px 0; - border: none; - text-align: center; -} -h3 { - margin: 24px 0; - font-size: 32px; - line-height: 42px; - font-weight: normal; - font-style: italic; - letter-spacing: 1px; - border-bottom: 1px dotted #ccc; - padding-left: 4px; -} - -/*make the first graf bigger for browsers that understand -- suck it ie6 */ -body.writing-detail article section#post p:nth-of-type(1), body#home article section#featured-article p:nth-of-type(1) { - font: 18px/28px "Hoefler Text", Georgia, "Times New Roman", Times, Serif; - margin: 0 0 1em 0; -} - - - - -article {margin: 0 auto; width: 530px;} - -.all-link { color: #888; text-align: center; margin: 12px 0 22px;text-transform: uppercase; font-size: 80%;font-style: italic; } -.all-link a {border: none;} - - -/* pagination */ -section#pagination ul {padding-top: 36px; text-align:center; clear: both;} -section#pagination ul li { - display: inline; - margin: 0; - font-variant: small-caps; -} -section#pagination ul li a, section#pagination ul li.current { - padding: 3px; - border: none; - font-size: 100%; - -} -section#pagination ul li:first-child {padding-right: 8px;} -section#pagination ul li:last-child {padding-left: 4px;} - -/* Home page */ - -body#home section#writing-archive {clear:both;} -body#home section#writing-archive h2 {font-size: 1.6em; - font-weight: normal; - text-transform:uppercase; - letter-spacing:2px; - margin-top: 32px; - color: #333; -} -body#home section#writing-archive ul h3 {font-size: 22px; line-height: 28px; margin: 30px 0 8px; padding-bottom: 4px;letter-spacing: .01em;} -body#home section#writing-archive ul h3 a {border: none;} -body#home section#writing-archive ul li {clear:both; padding: 18px 0; color: #888;} -body#home section#writing-archive ul li:first-child {padding-top: 0;} -body#home section#writing-archive ul li img {border: #000 10px solid; float: left; margin: 4px 18px 0 0; } -body#home section#writing-archive ul li p.intro {float:left; color: #000; width: 345px; margin: 6px 0 0 0;} - - - -/* About page */ -body#about article h3 {font-size: 20px; line-height: 22px; clear: both;} -body#about article ul { margin: 22px 0;} -body#about article ul li { - list-style-type: disc; - margin: 8px; - font-size: 85%; - line-height: 150%; - list-style-position: inside; -} - - -/* Writing Archives */ -body#writing article ul h3 {font-size: 26px; line-height: 34px; margin: 36px 0 8px; padding-bottom: 4px;letter-spacing: .01em;} -body#writing article ul h3 a {border: none;} -body#writing article ul li {clear:both; padding: 24px 0; color: #888;} -body#writing article ul li:first-child {padding-top: 0;} -body#writing article ul li img {border: #000 10px solid; float: left; margin: 4px 18px 0 0;} -body#writing article ul li p.intro {float:left; color: #000; width: 345px; margin:0;} - - - -/* Photo Archives */ -body#photo-archive article {width: 810px;} -body#photo-archive ul#photo-galleries li {background: #000; width: 210px; float: left; margin: 20px; min-height: 370px; color: #888; padding: 10px; font-size: 85%; line-height: 18px;} -body#photo-archive ul li a {border: none;} -body#photo-archive ul li h3 {font-size: 14px; color: #f9f9f4; border: none; line-height: 18px;margin: 4px 0;padding: 0;} -body#photo-archive ul li p {margin: 0;} - - -/* Map pages */ -body#map article {width: 940px;} -div#map-canvas {float: left;width: 800px; height: 500px; border: #000 10px solid; margin-bottom: 120px;} -div.infowin { font-size: 85%; line-height: 18px; margin-bottom: 16px;} -div.infowin h4 {font-size: 16px; - line-height: 24px; - font-weight: normal; - font-style: italic; - letter-spacing: 1px; -} -div.infowin a { color: #b53a04 !important; border-bottom: 1px dotted #b53a04; } -div.infowin .date { color: #888; text-align: center; text-transform: uppercase; font-size: 80%;font-style: italic;display: block;text-align: left; margin: 0;} - -aside {float: right; margin-top: -10px;} -aside h4 { - font-size: 16px; - line-height: 24px; - font-weight: normal; - font-style: italic; - letter-spacing: 1px; - font-variant: small-caps; - margin: 8px 0 2px; -} -aside ul li { margin-left: 4px; font-size: 80%; line-height: 20px;} -aside.meta { float: none; text-align: center; margin: 22px 0 22px 0; color: #736357; font-size: 12px;} -aside.meta a {color: #736357; border: none;} -aside.meta span {line-height: 16px;} -aside.meta .topics {display: block;} -aside.meta div.geo {letter-spacing: .10em; font-size: 13px;text-transform: uppercase;} - -/* Writing Detail Pages */ -.all-link {display: block;color: #888; text-align: center; margin: 12px 0 22px;} -/* drop caps */ -span.drop { - font-size: 5.5em; - display: block; - float: left; - padding: 30px 5px 5px 0; - overflow: visible; - font-family: Georgia, "Times New Roman", Times, Serif; -} -ol.footnote { - border-top: 1px dotted #ccc; - font-size: 12px; - margin: 18px 0; -} -ol.footnote li { - margin: 12px 0; - line-height: .8em; -} -ol.footnote li p {line-height: 18px !important; font-size:12px !important;} -ol.footnote li a, ol.footnote li span {font-size: 12px; } -hr.footnotes { - display: none; -} -section#post-metadata {margin: 30px 0 20px; font-style: italic; border-top: #dadada 1px solid;border-bottom: #dadada 1px solid;} -section#post-metadata h4 {display: none;} -section#post-metadata p {margin: 10px 40px;font-size: 80%; line-height: 18px;} - -section#page-navigation ul {width: 560px;} -section#page-navigation li {display: block; float: left;} -section#page-navigation li a { - border-bottom: none; - font-variant: small-caps; -} -section#page-navigation li.next {float: right;} - -section#comments h4 { - clear: both; - font-size: 26px; - line-height: 26px; - font-weight: normal; - text-transform: uppercase; - letter-spacing: 2px; - margin: 45px 0; - padding-top: 45px; -} -section#comments h4 span {font-size: 90%; font-style: italic;} -section p.pull-quote {text-align: center; font-style: italic;font-size: 14px !important; line-height: 18px !important;margin-bottom: 24px;} -span.credit {display: block;} -/* Projects */ -dl.lprog dd {text-indent: 15px;} -dl.lprog {margin: 44px 0 22px 0;} - - -/*contact form*/ -.form-holder {width: 500px; margin: 40px auto;} -.form-holder li { clear: both; } -.form-holder dt {float: left; margin: 0 10px 6px 0; text-align: right; width: 130px;} -.form-holder dd { float: left;} -.form-holder .button { clear: both; float: right; margin: 8px 30px 100px 0;} -/* --------------------- Footer ------------------------ */ -footer {text-align:center; padding-top: 40px; font-size: 80%; clear:both; margin-top: 60px; background:#ded1c0;} -footer div { margin: 0 auto; width: 580px;} -footer section {float: left; margin: 0 14px; width: 110px; line-height: 20px;} -footer section:first-child {width: 220px; margin: 0 20px 0 30px;} -footer section:last-child {float: none; clear: both; width: 560px; padding-top: 30px; text-align: center;} -footer section h4 { - margin: 0 0 8px 0; - font-size: 16px; - font-weight: normal; - font-variant: small-caps; - letter-spacing: 1px; - border-bottom: #999 1px dotted; - letter-spacing: .2em; - line-height: 1.1em; - text-transform: uppercase; - padding-bottom: 3px; - color: #333; -} -footer section p {margin: 0; padding-bottom: 20px;} -footer section ul li {list-style-type: none; margin-left: 4px;} -footer ul li img {margin-right:5px; -position:relative; -top:2px;} -footer nav {clear:both; margin: 0 auto; width: 560px; margin-bottom: 30px;} -footer nav ul {clear:both; width: 560px;text-align: center;padding: 5px 0;border-bottom: #999 1px dotted;} -footer nav ul li {display: inline; margin: 5px; font-size: 105%; - font-variant: small-caps; - letter-spacing: .2em; - line-height: 1.1em; - text-transform: uppercase;} -/* --------------------- img classes ------------------------ */ -span.figure {display: block; background: #000;border: #000 10px solid; } -span.figure p {color: #f9f9f4; font-size: 80%; font-style: italic; } -div#clearfix {clear:both; } -img.postpic, img.postpicright { - display: block; - margin: .3em .6em; - border: #000 10px solid; - clear: both; -} - -img.postpic { - float: left; - margin-left: 0; - margin-top: .3em; -} -img.postpicright { - float: right; - margin-right: 0; -} - -img.postpicleft { - float: left; - margin: 5px; -} -img.picfull { - border: #000 10px solid; -} -/* --------------------- misc classes ------------------------ */ -.hide {display:none;} -.dsq-brlink, img[src='http://maps.gstatic.com/intl/en_us/mapfiles/poweredby.png'], .terms-of-use-link {display: none;} -#dsq-comments-count {display: none;} -div[dir='ltr'] span { - width: 0; - visibility: collapse; -} -p.update {font-size: 12px !important; line-height: 18px !important;} -#dsq-comments-title {display: none;} -#dsq-new-post {padding: 10px !important; background:#ded1c0 !important; margin-top: 50px !important} -.disqus-link-count {text-decoration: none; border: none;} -a.disqus-link-count:hover {color: #222 !important; cursor:pointer !important;} -span.alert { color: red;} -.notes {font-variant:small-caps; -letter-spacing:1px; -text-transform:lowercase;} -dl.addendum dt {font-style:italic;margin: 0.8em 0 0 0; margin-left: -30px; text-indent: -30px;padding-left: 30px;} -dl.addendum dd {margin: 0.8em 0 0 0;} diff --git a/site/media/css/base092210.css b/site/media/css/base092210.css deleted file mode 100644 index d6de921..0000000 --- a/site/media/css/base092210.css +++ /dev/null @@ -1 +0,0 @@ -ol,ul,li,dl{list-style:none;margin:0;padding:0;border:0;outline:0;background:transparent}blockquote,q{quotes:none}:focus{outline:0}header,section,footer,aside,article,nav{display:block;text-align:left}*:focus{outline:#b53a04 dotted thin}html{height:100%}body{background:#fff;font-family:Hoefler Text, Georgia, Times New Roman, Times, serif;font-size:15px;line-height:23px;color:#201a11;position:relative;min-height:100%;width:980px;height:100%;text-align:center;margin:0 auto}p{margin:0.8em 0 0 0}a{text-decoration:none;color:#201a11}a:visited{color:#201a11;text-decoration:none}a:hover{color:#b53a04;text-decoration:none}header{border-bottom:#201a11 2px solid;height:150px;margin-bottom:40px;font-size:1.1em;letter-spacing:1px;line-height:1.2em;font-size:12px}header nav{text-transform:uppercase;float:left;margin-top:102px;margin-left:40px}header li{display:inline;font-size:12px;margin-left:4px;letter-spacing:1px}header li a:hover{color:#b53a04}#logo{background:url("../img/logo.png") no-repeat left bottom;height:148px;width:400px;float:left;text-indent:-1000px}header h2{float:left;text-indent:-1000px;display:none}footer{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;background:#201a11;height:36px;color:#888;font-size:12px;margin:80px auto 0}footer li{float:left;text-transform:uppercase;line-height:36px;margin-left:8px}footer a{color:#888 !important}footer a:hover{color:#b53a04 !important}footer nav{float:right;margin-right:8px}footer p{float:left;padding-left:8px;line-height:36px;margin:0}article ul{font-size:1.5em}#breadcrumbs{font-weight:normal;font-size:0.8em;letter-spacing:1px;line-height:1.2em;text-transform:uppercase;font-size:11px}#breadcrumbs li{display:inline}.hide{display:none}.postpic,.postpicright{display:block;margin:0.3em 0.6em;border:#201a11 10px solid;clear:both}.postpic{float:left;margin-left:0;margin-top:0.3em}.postpicright{float:right;margin-right:0}.postpicleft{float:left;margin:5px}.picfull{border:#201a11 10px solid;margin-top:20px}.post-image{margin:0 10px 0 0;float:left;border:#201a11 10px solid !important}.picwide{clear:both;margin:30px 0 30px -200px;border:#201a11 10px solid}.pull-quote{font-size:14px !important;font-style:italic !important}sup{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:0.7em;line-height:0;padding:3px 0 3px 3px}sup a{line-height:0}.numeral{font-family:Helvetica, Verdana, sans-serif;font-size:22px;font-weight:bold;display:block;margin-top:60px;margin-bottom:0}.nfirst{margin-top:0px !important}.figure{position:relative;margin:0}.figure .legend{display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity:0.85;opacity:0.85;position:absolute;bottom:9px;left:0;font-size:13px;padding:8px 0 8px 8px;width:auto;background:#201a11;color:#999}.button{display:block;font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;margin:10px 10px 0 0;width:auto;font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:10px}.button a{padding:9px 14px 7px 14px;font-weight:bold;line-height:25px;text-transform:uppercase;background:#d7d7d7;color:#666;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px}.button a:hover{background:#b53a04;color:#fff}.hide,.dsq-brlink,img[src='http://maps.gstatic.com/intl/en_us/mapfiles/poweredby.png'],.terms-of-use-link,#dsq-comments-count{display:none}div[dir='ltr'] span{width:0;visibility:collapse}#writing-archive,#featured{margin-top:72px;margin-bottom:36px}#writing-archive li,#featured li{clear:both}#writing-archive h3,#writing-archive h1,#featured h3,#featured h1{font-family:Helvetica, Verdana, sans-serif;font-size:24px;line-height:1.3em;font-weight:normal;margin:0;text-align:left}#writing-archive div,#featured div{width:400px;margin-right:20px;float:left;text-align:justify}#writing-archive div h1,#featured div h1{margin-top:3px}#writing-archive .img,#featured .img{width:520px;margin-left:20px;margin-bottom:36px}#writing-archive p,#featured p{margin:0;font-size:16px}#writing-archive .location,#writing-archive time,#featured .location,#featured time{font-size:0.8em;letter-spacing:1px;line-height:1.2em;text-transform:uppercase;line-height:3em;font-size:11px}#writing-archive img,#featured img{border:#201a11 10px solid}#pagination{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:13px;width:980px;clear:both;margin:0;border-top:#201a11 1px dotted;border-bottom:#201a11 1px dotted;text-align:center}#pagination .pages{margin:8px 0;clear:both}#pagination li{display:inline;margin:2px}#pagination .current{color:#b53a04}#writing-detail{font-size:1.7em;line-height:1.5em}#writing-detail header{border:none;height:auto;width:auto;margin:0 0 0 0}#writing-detail h1{font-family:Helvetica, Verdana, sans-serif;font-size:2em;line-height:1.5em;font-weight:normal;font-size:30px;line-height:1.2em;margin:0;letter-spacing:0.5px}#writing-detail aside{font-size:0.8em;letter-spacing:1px;line-height:1.2em;text-transform:uppercase;font-size:12px;line-height:2.3em}#writing-detail aside a{color:#201a11}#writing-detail aside a:hover{color:#b53a04}#writing-detail dl{font-size:100%}#writing-detail dl dt{font-style:italic;margin:9px}#writing-detail a{color:#b53a04}#writing-detail h3{font-family:Helvetica, Verdana, sans-serif;font-size:2em;line-height:1.5em;font-weight:normal;font-size:1.6em;line-height:1.2em}#post-metadata{width:560px;border-top:#201a11 1px dotted;border-bottom:#201a11 1px dotted;margin:24px 0 24px 200px;padding-bottom:8px;clear:both;background:none;height:auto;float:none}#post-metadata p{font-family:Hoefler Text, Georgia, Times New Roman, Times, serif;color:#201a11;line-height:25px;float:none;padding:8px 0;font-size:14px}#post-metadata p a{color:#b53a04 !important}#page-navigation{width:980px;clear:both;margin:24px 0 0 0;text-transform:uppercase;font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal}#page-navigation li#next{float:right;margin-right:140px;font-size:13px !important}#page-navigation li#prev{float:left;margin-left:120px;font-size:13px !important}#comments{clear:both;width:520px;margin:24px 0 24px 200px;font-size:13px}#comments h4{margin-top:96px;font-family:Helvetica, Verdana, sans-serif;font-size:2em;line-height:1.5em;font-weight:normal;text-transform:uppercase;font-size:18px}h4 a.disqus-link-count{color:#201a11 !important}ul#dsq-comments{font-size:1.2em}.dsq-comment-cite{font-family:Helvetica, Arial, sans-serif;font-size:0.9em !important;font-weight:normal;text-transform:uppercase}.dsq-comment-header-time,.dsq-comment-footer{font-family:Helvetica, Arial, Verdana, sans-serif}.dsq-comment-footer{font-size:0.8em}#dsq-comments-title{display:none !important}.drop{font-size:4.8em;display:block;float:left;padding:38px 10px 5px 0;overflow:visible}.drop-small{font-size:2.9em;display:block;float:left;padding:19px 8px 5px 0;overflow:visible}blockquote{font-size:0.8em}.footnote{margin:18px 0;width:540px}.footnote li{margin:12px 0;line-height:0.8em}.footnote p{line-height:18px !important;font-size:14px}.footnote a,.footnote span{font-size:14px}#writing-detail .figure{margin-top:24px}#writing-detail .figure img{border:#201a11 10px solid}#writing-detail .figure .legend{width:552px;padding:8px 0 12px 16px;font-family:Helvetica, Arial, Verdana, sans-serif}h4.notes{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-weight:bold;text-transform:uppercase}.addendum dt{font-style:italic;margin:0.8em 0 0 0;margin-left:-30px !important;text-indent:-30px;padding-left:30px}.addendum dd{margin:0.8em 0 0 0}.single article header,.single article #post-body{margin-left:200px !important;width:560px !important}.single article header p:nth-of-type(1),.single article #post-body p:nth-of-type(1){font-size:20px;line-height:28px}.double article header{float:left;width:180px !important;text-align:right !important;margin-top:20px !important}.double article aside section{text-align:right !important;font-size:1em;line-height:18px}#post-body{width:780px;margin-left:20px;font-size:17px;line-height:25px}#post-body .col{width:350px;float:left;margin:0 40px 0 0}#post-body .narrow{width:520px}.double #post-body{float:left}#photo-archive article{width:980px}#photo-archive article h1{display:none}#photo-galleries{margin-left:-10px;width:1000px}#photo-galleries li{float:left;margin:8px;position:relative;display:block;height:350px;width:291px;border:10px #201a11 solid}#photo-galleries .figure{height:362px;width:291px;margin:0}#photo-galleries .legend{color:#888;width:285px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;margin:0;line-height:18px;text-align:left}#photo-galleries h3{color:#fff;padding:0;margin:3px 0;font-size:0.8em;letter-spacing:1px;line-height:1.2em;text-transform:uppercase}#photo-galleries p{margin:0}.map-legend{width:160px;margin-top:24px;float:left}.map-legend h4{font-size:1.1em;letter-spacing:1px;line-height:1.2em;font-size:14px;margin:8px 0}.map-legend li{font-size:13px;margin:0;line-height:20px}.clearfix{clear:both}#map-canvas{float:right;width:760px;height:500px;border:#201a11 10px solid;margin-left:40px;margin-top:24px}section#location #map-canvas{width:295px;height:350px;border:#201a11 10px solid;margin:10px 0 0 5px}.infowin{line-height:18px;margin-bottom:16px}.infowin p{font-size:1.4em;line-height:1.4em}.infowin h4{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:2.4em;margin:6px 0 0 0}.infowin a{color:#b53a04 !important;border-bottom:1px dotted #b53a04}.infowin .date{color:#888;text-align:center;text-transform:uppercase;display:block;text-align:left;margin:6px 0 0;font-size:1.2em}#about article section{clear:both;margin-top:24px}#about article section ul{font-size:1em;margin:18px}#about article section li{margin:9px}#about article section li a{font-weight:bold}.image{float:left;width:180px;margin-top:48px}.image img{border:#201a11 10px solid}.content{float:left;margin-left:20px;width:540px;font-size:16px}.content h3{font-family:Helvetica, Verdana, sans-serif;font-size:24px;line-height:1.3em;font-weight:normal;margin:0}section#post{margin-left:200px}section#post h1{font-family:Helvetica, Verdana, sans-serif;font-size:2em;line-height:1.5em;font-weight:normal}.contact-form li{clear:both;width:440px;padding:4px 0}.contact-form dt{float:left;font-family:Helvetica, Verdana, sans-serif;font-size:24px;line-height:1.3em;font-weight:normal;text-align:right;font-size:0.9em}.contact-form dt label{font-style:normal;text-align:right}.contact-form dd{text-align:right;margin-top:4px}.contact-form dd input#id_name,.contact-form dd input#id_email,.contact-form dd input#id_subject_line{width:298px}.top{margin:36px 0 36px 0;clear:both;width:940px}.top a{color:#b53a04}p.col{width:360px;float:left;margin:0 40px 0 0;font-size:14px}p.two{margin:0;margin-left:40px;width:450px}.break{border-bottom:#e3e3e3 1px solid;width:980px;height:2px;padding-top:36px;clear:both;margin:0}.project-tease{margin-top:65px}.project-tease li{margin-top:36px;clear:both}.project-tease li h3{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:24px;line-height:24px;margin:0;width:380px;font-weight:bold}.project-tease .tease{float:left}.project-tease .img{float:right;width:540px;margin-bottom:72px}.project-tease .img img{border:#201a11 10px solid}.project-tease .lede{clear:both;margin:0;padding-top:12px;width:380px}.project-tease .lede p{font-family:Hoefler Text, Georgia, Times New Roman, Times, serif;font-size:16px;line-height:23px;text-align:justify}.project-tease .proj{font-size:64px;line-height:50px;float:left;margin:2px 2px 0 0}.project-tease .proj span{font-size:36px}.project-tease dt a{display:block;width:175px;float:left}.map-container{width:469px;height:392px;position:absolute;right:20px;bottom:60px;z-index:2000;margin:0;padding:0;background:url("../img/mapbg-dark.png") no-repeat top left}.more-container{width:405px;height:260px;position:absolute;right:-30px;bottom:40px;z-index:2000;background:url("../img/parkbg.png") no-repeat top left}.more-container dl{margin-top:45px;margin-left:45px}.more-container dl dt,.more-container dl dd{font-size:0.9em;line-height:25px;margin:4px 0;font-family:Helvetica, Verdana, sans-serif;color:#fff}.more-container dl dt{clear:left;float:left;width:65px;font-weight:bold;line-height:25px;font-size:0.7em;text-transform:uppercase}.more-container dl dd{float:left;width:250px;overflow:hidden}.more-container dl dd a:hover{color:#b53a04}.map-wrapper{width:400px;height:328px;margin:37px 0 0 44px}#parks{margin-top:36px}#parks article{width:980px;position:relative;display:block;margin-top:36px;clear:both;margin-bottom:72px}#parks .figure img{border:none}#parks h1{display:block;color:#888;padding:10px 10px 10px 15px;background:#201a11;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity:0.85;opacity:0.85;position:absolute;top:0;width:960px;color:#fff;font-family:Helvetica, Verdana, sans-serif;font-size:2em;line-height:1.5em;font-weight:normal;margin:0}#parks .legend{display:block;padding:10px 10px 10px 15px;background:#201a11;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity:0.85;opacity:0.85;position:absolute;bottom:0;height:45px;width:980px;font-size:10px;line-height:16px;color:#fff}#parks .legend h2{font-family:Helvetica, Verdana, sans-serif;font-size:24px;line-height:1.3em;font-weight:normal;line-height:36px;font-size:18px;margin:0;padding:0;float:left}#parks .legend p{margin:6px 0 10px 0}#parks .legend .buttons{padding-top:6px;float:right;margin-right:20px}#parks .legend .buttons li{float:left;clear:none;margin:0px 10px 0 0;width:auto;font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:10px}#parks .legend .buttons li a{padding:9px 14px 7px 14px;font-weight:bold;line-height:25px;text-transform:uppercase;background:#463215;color:#fff;-moz-border-radius:25px;-webkit-border-radius:25px;-o-border-radius:25px;border-radius:25px}#parks .legend .buttons li a:hover{background:#b53a04}#parks .map{width:280px;margin-top:42px;height:130px;float:left;margin-left:6px}#parks .map a{display:none}#parks .map div div span{display:none}#parks .entry-foot{clear:both;font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:12px;background:#f3f;width:980px;margin-top:4px}img[src='http://maps.gstatic.com/intl/en_us/mapfiles/poweredby.png']{display:none !important}#featured-image img{margin-left:20px;margin-bottom:78px}.hyphenate{text-align:justify}#currently{font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;text-transform:uppercase;font-size:12px;clear:both;width:980px;padding-top:20px;border-top:#b9b9b9 1px dotted}#currently{padding:0;margin-bottom:0px;margin-top:36px;border-top:#201a11 1px solid}#featured-intro h1{font-family:Helvetica, Verdana, sans-serif;font-size:2em;line-height:1.5em;font-weight:normal;font-size:24px;line-height:1.2em;margin:0}#writing-tease h2{margin:24px 0 24px 0;font-size:12px}#archive:after{clear:both}#archive{border-top:#b9b9b9 1px dotted;clear:both}#archive h1{margin:36px 0 24px 0;text-transform:uppercase;font-family:Helvetica, Verdana, sans-serif;font-size:1em;font-weight:normal;font-size:12px;font-weight:bold}#archive article{float:left;width:300px;margin-bottom:20px}#archive article h1{font-size:18px;margin:0;text-transform:none;font-weight:400}#archive h2{font-size:1.1em;letter-spacing:1px;line-height:1.2em;font-size:12px;margin:0}#archive .col2{margin-left:40px;margin-right:40px}#archive p{margin:0}#archive p.hyphenate{margin-top:3px;text-align:justify}#archive img{margin-top:4px}#archive .location,#archive time{font-size:0.8em;letter-spacing:1px;line-height:1.2em;text-transform:uppercase;line-height:3em;margin:0;padding:0;font-size:0.7em;text-align:left}.ie #photo-galleries a img,.ie #photo-galleries img{outline:none;border:none !important}.ie #photo-galleries li{width:291px;height:350px}.ie #photo-galleries .legend{margin:0;bottom:0;margin-bottom:8px}.ie .button a{background:none;padding:0}.ie .button a:hover{background:none;color:#b53a04 !important}.ie .drop{padding:28px 10px 5px 0}.ie .figure .legend{bottom:5px;padding:8px 0 8px 8px}.ie8 body{outline:none;border:none}.ie8 *:focus{border:none} diff --git a/site/media/css/ie-photo.css b/site/media/css/ie-photo.css deleted file mode 100644 index 4d27cd2..0000000 --- a/site/media/css/ie-photo.css +++ /dev/null @@ -1,2 +0,0 @@ -ul#breadcrumbs {margin-top: -30px;} -#slideshow-controls { margin-top: -30px;}
\ No newline at end of file diff --git a/site/media/css/ie.css b/site/media/css/ie.css deleted file mode 100644 index 45e898c..0000000 --- a/site/media/css/ie.css +++ /dev/null @@ -1 +0,0 @@ -.archive{clear:both}.archive article{*clear:both}#pagination{clear:both}.figcaption{*clear:both;*display:inline-block}.top{clear:both;display:inline-block}#projects-archive{clear:both;display:inline-block}.black nav a,.black nav a:visited,.dark nav a,.dark nav a:visited{color:#fff !important}.black nav a:hover,.dark nav a:hover{color:#b53a04 !important}#map-canvas img{border:none}.park h1,.park .legend{*margin-left:-490px !important}.park .legend{height:60px !important}.park .buttons{margin-top:15px !important}.park .buttons a{display:block;float:left;margin-left:8px;padding:7px !important}.park .map-wrapper{*margin-left:22px !important}.drop{font-size:5em !important;padding:24px 10px 20px 0 !important}.double .drop,.drop-small{padding:14px 8px 5px 0}.picfull{display:block !important;float:none !important;clear:both !important;display:inline-block !important}.dark body:focus,.black body:focus{outline:none\9} diff --git a/site/media/css/stylesv6.css b/site/media/css/stylesv6.css deleted file mode 100644 index 8d68ed4..0000000 --- a/site/media/css/stylesv6.css +++ /dev/null @@ -1,1636 +0,0 @@ -ol, ul, li, dl { - list-style: none; - margin: 0; - padding: 0; - border: 0; - outline: 0; - background: transparent; } - -blockquote, q { - quotes: none; } - -hr { - display: none; } - -:focus { - outline: 0; } - -article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { - display: block; - margin: 0; - padding: 0; } - -html { - overflow-y: scroll; - background: white; - border-top: 3px #201a11 solid; } - -body { - margin: 0 auto; - padding: 0; - width: 90%; - font: normal 100% ff-meta-serif-web-pro, Hoefler Text, Georgia, Times New Roman, Times, serif; - color: #201a11; - background-color: transparent; } - -h1, h2, h3, h4, h5, h6 { - font-family: Helvetica Neue, Helvetica, Verdana, sans-serif; } - -h1 { - font-size: 1.875em; - line-height: 1.3em; - font-weight: normal; } - -h2 { - margin-bottom: 0.75em; - font-size: 1.5em; - line-height: 1.5; - font-weight: normal; } - -h3 { - margin-bottom: 1em; - font-size: 1.6em; - line-height: 1.5; } - -h4 { - margin-bottom: 1.25em; - font-size: 1.25em; - line-height: 1.25; } - -h5 { - margin-bottom: 1.5em; - font-size: 1em; } - -h6 { - font-size: 1em; } - -p { - font-size: 1.0625em; - line-height: 1.5em; - margin: 1em 0 0; } - -ul, ol { - margin: 0 0 1.5em -24px; - padding-left: 24px; } - -ul { - list-style-type: disc; } - -ol { - list-style-type: decimal; } - -li ul, li ol { - margin: 0; - font-size: 1em; } - -dl, dd { - margin-bottom: 1.5em; } - -dt { - font-weight: normal; } - -b, strong { - font-weight: bold; } - -i, em { - font-style: italic; } - -footer p { - font-size: 0.625em; - text-align: center; } - -a { - text-decoration: none; - color: #201a11; - -webkit-transition: color 0.3s ease-out; - -moz-transition: color 0.3s ease-out; - -o-transition: color 0.3s ease-out; - -ms-transition: color 0.3s ease-out; - transition: color 0.3s ease-out; } - a:hover { - color: #b53a04; } - -sup { - font: normal 0.625em Helvetica, Verdana, sans-serif; } - -small { - font: normal 0.75em Helvetica, Verdana, sans-serif; } - -blockquote { - font-style: italic; - font-size: 1em; - line-height: 1.625em; } - blockquote p { - font-size: 1em; } - blockquote cite { - font-style: normal; } - -img { - border: 10px #201a11 solid; } - -pre { - margin-bottom: 1.5em; - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; } - -pre, code { - font: 0.875em "andale mono", "lucida console", monospace; - line-height: 1.5; } - -.bl, time, #photo-galleries h1 { - text-transform: uppercase; - font-size: 11px; - letter-spacing: 1px; } - -.drop { - font-size: 3em; - float: left; - display: block; - padding: 18px 10px 5px 0; - overflow: visible; } - -.double .drop, .drop-small { - font-size: 3.1em; - display: block; - float: left; - padding: 16px 8px 5px 0; - overflow: visible; } - -.button { - display: block; - margin-top: 8px; } - .button a { - padding: 9px 14px 7px 14px; - font-weight: bold; - line-height: 25px; - text-transform: uppercase; - background: #d7d7d7; - color: #666666 !important; - -moz-border-radius: 25px; - -webkit-border-radius: 25px; - border-radius: 25px; - font: bold 10px Helvetica, Verdana, sans-serif; - width: auto; } - .button a:hover { - background: #b53a04; - color: white !important; } - -.alert { - color: #ff3530; } - -#page-navigation { - margin: 24px auto; } - #page-navigation strong { - display: block; - text-align: right; - margin-top: 1px; - text-transform: uppercase; - font-size: 0.75em; - letter-spacing: 0.1625em; - font-weight: normal; - font-style: normal; } - -#pagination { - margin-top: 1em; - border-top: 1px #201a11 dotted; - border-bottom: 1px #201a11 dotted; - text-align: center; - font-family: Helvetica Neue, Helvetica, Verdana, sans-serif; - padding: 0.25em 0; } - #pagination ul { - margin-bottom: 0; } - #pagination li { - display: inline; - text-align: center; } - -a { - outline: none; - color: #111111; - text-decoration: none; } - a:visited { - outline: none; - color: #111111; - text-decoration: none; } - a:hover { - outline: none; - color: #b53a04; - text-decoration: none; } - a:active, a:focus { - outline: none; - color: black; } - -/* 5.FIGURES & IMAGES */ -figure { - margin-bottom: 1.5em; } - figure img, figure object, figure embed { - margin-bottom: 0.75em; - max-width: 100%; } - -figcaption { - display: block; - font-weight: normal; } - -table { - border-collapse: collapse; - border-spacing: 0; - margin-bottom: 1.4em; - width: 100%; - font-size: 0.875em; - /* 14 / 16 = .875 */ } - -th { - font-weight: bold; - padding: 0.25em 10px 0.25em 5px; } - -td, caption { - padding: 0.25em 10px 0.25em 5px; } - -tfoot { - font-style: italic; } - -caption { - background-color: transparent; } - -.clearfix { - zoom: 1; } - .clearfix:before, .clearfix:after { - content: "\0020"; - display: block; - height: 0; - overflow: hidden; } - .clearfix:after { - clear: both; } - -.hide { - display: none; } - -body { - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; } - -a:link { - -webkit-tap-highlight-color: #349edb; } - -::-webkit-selection { - background: #1777af; - color: #fafafa; - text-shadow: none; } - -::-moz-selection { - background: #1777af; - color: #fafafa; - text-shadow: none; } - -::selection { - background: #1777af; - color: #fafafa; - text-shadow: none; } - -.ie7 img, .iem7 img { - -ms-interpolation-mode: bicubic; } - -header[role="banner"] { - margin: 0 auto; - text-align: center; } - header[role="banner"] h1 { - background: url("../img/tree.png") 0 0 no-repeat; - text-indent: -9999px; - width: 151px; - height: 84px; - margin: 0 auto; } - header[role="banner"] h2 { - background: url("../img/text-centered.png") 0 0 no-repeat; - text-indent: -9999px; - width: 184px; - height: 54px; - margin: 0 auto; } - -nav[role="navigation"], footer[role="contentinfo"] nav { - margin: 1em auto; - border-top: 1px #201a11 dotted; - border-bottom: 1px #201a11 dotted; - padding: 0.5em; - text-align: center; } - nav[role="navigation"] ul, footer[role="contentinfo"] nav ul { - margin: 0.25em 0 0.25em -30px; } - nav[role="navigation"] li, footer[role="contentinfo"] nav li { - display: inline; - margin: 0 0.125em; } - -#breadcrumbs { - text-align: center; } - #breadcrumbs li { - display: inline; } - -img { - width: 95%; - height: auto; } - -.postpic, .postpicright { - display: block; - width: auto; } - -object, embed { - width: 100%; } - -.postpic { - float: left; - margin: 0.3em 10px 10px 0; } - -.postpicright { - float: right; - margin: 0.3em 0 10px 10px; } - -.postpicleft { - float: left; - margin: 5px; } - -.picfull { - margin-top: 20px; } - -.picwide { - clear: both; - margin: 1em 0; } - -.figure { - position: relative; } - .figure .legend { - display: block; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; - filter: alpha(opacity=90); - -moz-opacity: 0.9; - -khtml-opacity: 0.9; - opacity: 0.9; - position: absolute; - bottom: 10px; - left: 0; - font-size: 13px; - padding: 8px 0 8px 12px; - width: 95%; - background: #201a11; - color: #999999; } - -.dateline { - text-align: center; } - -.archive h1 { - font-size: 1.5em; - text-align: center; } -.archive article { - padding-bottom: 1em; - border-bottom: 1px #ececec solid; } - -.home article { - border: none; - margin-bottom: 2em; } -.home h1 { - font-size: 1.2em; - margin: 0; - text-align: center; } -.home img { - float: left; - width: auto; - margin: 20px 8px 0 0; } -.home .sh { - text-transform: uppercase; - font-weight: bold; - font-size: 0.75em; - margin: 2em 0; } - -#photo-galleries { - margin-top: 2em; } - #photo-galleries h1 { - font: 13px bold Hoefler Text, Georgia, Times New Roman, Times, serif; - color: white; } - #photo-galleries li { - margin: 10px 0 0 0; } - -.geo, article[role="main"] time { - margin: 0.5em 0; - display: block; - text-align: center; } - -article[role="main"] { - margin-top: 3em; } - article[role="main"] h1 { - text-align: center; - font-size: 1.5em; } - article[role="main"] p > a { - color: #b53a04; } - article[role="main"] p > a:hover { - text-decoration: underline; } - -.footnote { - border-top: 1px #201a11 dotted; - margin: 1.5em 0 0 0; - padding: 1em 0 0 0; } - .footnote p { - font-size: 0.875em !important; - line-height: 20px !important; } - -#page-navigation { - margin: 2em auto; - text-align: center; - display: table; } - #page-navigation ul { - margin: 0 auto; - width: 100%; - text-align: center; - padding: 0; } - #page-navigation li { - margin: 6px auto; - clear: both; - line-height: 24px; - text-align: center; } - #page-navigation span { - min-width: 70px; - display: block; - text-align: right; - margin-right: 10px; - margin-top: 2px; - float: left; } - #page-navigation a { - display: block; - float: left; - text-align: left; - font-style: italic; } - -#map-canvas { - border: 10px #201a11 solid; - width: 95%; - height: 300px; } - -.map-legend h4 { - font-size: 1em; - font-weight: bold; - margin: 1em 0 0.25em; } -.map-legend li { - display: inline; } - .map-legend li:after { - content: ","; } - -.infowin h4 { - margin: 0 0 5px 0; - font-weight: normal; } -.infowin .date { - text-transform: uppercase; - font-size: 11px; - letter-spacing: 1px; } -.infowin p { - font-size: 1em; } - -footer[role="contentinfo"] { - margin-top: 2em; } - -nav:after, footer:before, -footer:after, .archive article:after, #archive:after, article[role="main"] header:after, #map-canvas:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; } - -.dark { - background: #201a11; } - .dark body { - color: #cccccc; } - .dark *:focus { - outline: #b53a04 dotted thin; } - .dark a { - color: #b53a04; } - .dark a:visited { - color: white; - text-decoration: none; } - .dark a:hover { - color: white; - text-decoration: none; } - .dark a:visited > :hover { - color: #b53a04; } - .dark img { - border: none; } - .dark header[role="banner"], .dark footer[role='contentinfo'] { - margin-bottom: 0.5em; } - .dark header[role="banner"] nav, .dark footer[role='contentinfo'] nav { - margin-bottom: 0; } - .dark header[role="banner"] a, .dark footer[role='contentinfo'] a { - color: white; } - .dark header[role="banner"] a:hover, .dark footer[role='contentinfo'] a:hover { - color: #b53a04; } - .dark header[role="banner"] a:visited, .dark footer[role='contentinfo'] a:visited { - color: white; } - .dark header[role="banner"] h1, .dark footer[role='contentinfo'] h1 { - background: url("../img/tree.png") left -84px no-repeat; } - .dark header[role="banner"] h2, .dark footer[role='contentinfo'] h2 { - background: url("../img/text-centered.png") 0 -60px no-repeat; } - .dark header[role="banner"] { - border-bottom: #cccccc 1px solid; } - .dark article[role="main"] .legend { - bottom: 0; } - .dark .park { - text-align: center; - position: relative; } - .dark .park h1 { - font-size: 1.5em; - margin-bottom: 5px; } - .dark .park h2 { - font-size: 1.125em; - margin: 0; } - .dark .park img { - width: 100%; } - .dark .park .legend { - position: relative; } - .dark .park .meta { - height: 0; } - .dark .park .buttons li { - margin: 5px; - display: inline; - text-transform: uppercase; - font: normal 0.5em Helvetica Neue, Helvetica, Verdana, sans-serif; } - .dark .park .map-container { - width: 469px; - height: 392px; - position: absolute; - right: 20px; - bottom: 60px; - z-index: 2000; - margin: 0; - padding: 0; - background: url("../img/mapbg-dark.png") no-repeat top left; } - .dark .park .map-wrapper { - width: 400px; - height: 328px; - margin: 37px 0 0 44px; } - .dark .park .more-container { - width: 405px; - height: 260px; - position: absolute; - right: -30px; - bottom: 40px; - z-index: 2000; - background: url("../img/parkbg.png") no-repeat top left; - font: normal 0.9em/25px Helvetica Neue, Helvetica, Verdana, sans-serif; } - .dark .park .more-container dl { - margin-top: 45px; - margin-left: 45px; - text-align: left; } - .dark .park .more-container dl dt, .dark .park .more-container dl dd { - margin: 4px 0; - color: white; } - .dark .park .more-container dl dt { - clear: left; - float: left; - width: 65px; - font-weight: bold; - line-height: 25px; - font-size: 0.7em; - text-transform: uppercase; - text-align: right; - margin-right: 8px; } - .dark .park .more-container dl dd { - float: left; - width: 250px; - overflow: hidden; } - .dark .park .more-container dl dd a:hover { - color: #b53a04; } - -.black { - background: #14100b; - color: #cccccc; } - .black *:focus { - outline: #b53a04 dotted thin; } - .black a { - text-decoration: none; - color: #b53a04; } - .black a:visited { - color: white; - text-decoration: none; } - .black a:hover { - color: white; - text-decoration: none; } - .black #breadcrumbs { - color: #cccccc; } - .black header[role="banner"] h1 { - background: url("../img/tree.png") left -168px no-repeat; } - .black header[role="banner"] h2 { - background: url("../img/text-centered.png") 0 -121px no-repeat; } - .black nav[role="navigation"] { - border-top: 1px #cccccc dotted; - border-bottom: 1px #cccccc dotted; } - .black .directions { - display: none; } - .black #slides { - width: 100%; } - .black h3 { - font-size: 1em; - margin: 0 0.5em; } - .black h6 { - display: none; } - .black #slides article { - clear: both; - margin: 20px 0; } - .black #slides img { - width: 100%; - border: none; } - .black .photo-options, .black .map-link { - display: none; } - .black .figcaption { - clear: both; - background: #1a1713; - -moz-border-radius: 0 0 0.5em 0.5em; - -webkit-border-radius: 0 0 0.5em 0.5em; - border-radius: 0 0 0.5em 0.5em; - color: white; - margin: -0.25em 0 0 0; - padding: 1em 0 1em 0; - z-index: 100; } - .black .caption { - width: 100%; - float: none; } - .black .caption p { - font: normal 0.75em Helvetica, Verdana, sans-serif; - margin: 0.5em 0 0 0.75em; - padding-bottom: 0.25em; } - .black footer[role='contentinfo'] nav { - border-top: #cccccc 1px dotted; - border-bottom: #cccccc 1px dotted; } - .black footer[role='contentinfo'] p { - color: #cccccc; } - -@media only screen and (min-width: 768px) { - header[role="banner"] { - margin-top: 2em; - height: 60px; - padding-bottom: 12px; - border-bottom: 1px solid #201a11; - margin-bottom: 2em; } - header[role="banner"] h1 { - float: left; - width: 160px; - margin-top: -12px; } - header[role="banner"] h2 { - background: url("../img/text.png") 0 0 no-repeat; - margin-top: 5px; - float: left; } - header[role="banner"] nav[role="navigation"] { - border: none; - float: left; - margin-left: 2em; } - header[role="banner"] nav[role="navigation"] ul { - margin-top: 14px; } - - #breadcrumbs { - text-align: left; } - - .archive article { - margin-bottom: 2em; - padding-bottom: 2em; - border: none; } - .archive h1, .archive p { - float: left; - text-align: left; - margin: 0; } - .archive p { - line-height: 1.25em; } - .archive h1 { - line-height: 2.4em; - margin-top: 0.15em; - width: 100%; } - .archive .dateline { - clear: left; - width: 38%; } - .archive .hyphenate { - text-align: justify; - width: 38%; - margin-top: 0.5em; - font-size: 1em; } - .archive time { - display: inline; - float: right; } - .archive img { - float: right; - width: 56%; } - - .home article { - clear: both; - min-height: 300px; } - .home article h1 { - margin-top: 2em; - text-align: left; } - .home article .dateline { - text-align: left; } - .home article img { - margin-bottom: 2em; - margin-left: 2em; - float: right; } - - #photo-galleries { - margin: 0 auto; - padding-left: 12px; - width: 100%; } - #photo-galleries img { - width: auto; } - #photo-galleries .legend { - width: 291px; } - #photo-galleries li { - float: left; - margin-right: 16px; } - - #photo-galleries:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; } - - .single article { - width: 35.625em; - margin: 4em auto; } - .single article header { - width: 35.625em; } - .single article header h1 { - font-size: 2em; - text-align: left; - margin: 0 0 0.675em 0; } - .single article header aside, .single article header time { - text-align: left; } - - #code article h1, #contact article h1 { - font-size: 2em; - text-align: left; - margin: 0 0 0.675em 0; } - - .drop { - font-size: 4.8em; - padding: 35px 10px 5px 0; } - - .col { - float: left; - width: 38%; - margin-right: 2em; } - - .two { - width: 53%; } - - .top { - margin-bottom: 2em; - font-size: 0.875em; - padding-bottom: 2em; - border-bottom: #e3e3e3 1px solid; } - - .top:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; } - - .double article[role="main"] header { - width: 9em; - float: left; - margin-left: 0; } - .double article[role="main"] header h1, .double article[role="main"] header aside { - text-align: right; - line-height: 1.1em; - margin-top: 16px; } - .double article[role="main"] header h1 { - font-size: 1.875em; } - .double article[role="main"] header time { - display: block; - text-align: right; } - .double article[role="main"] .col { - margin-left: 1.25em; - width: 34%; } - .double article[role="main"] .sec { - margin-right: 0; - margin-left: 1em; } - .double article[role="main"] .narrow { - width: 35.625em; - margin: 0 auto; } - - .post-body-single .legend { - width: 98%; } - - .post-body-single p:first-of-type { - font-size: 1.25em; - line-height: 28px; } - - #about .post-body-single p:nth-of-type(1) { - font-size: 1.063em; } - - .addendum { - line-height: 25px; } - .addendum dt { - margin-left: -30px; - font-style: italic; - padding-left: 30px; - text-indent: -30px; - margin-bottom: 0.5em; } - .addendum dd { - margin-left: 0; } - - h4.notes { - text-transform: uppercase; - font-size: 1em; } - - .pullquote { - width: 10em; - margin: 0 1em 1em -2em; - font-style: italic; - font-size: 1.3em; - float: left; - line-height: 1.6em; } - - .numeral { - display: block; - font: bold 1.2em Helvetica, Verdana, sans-serif; - margin-bottom: 0; - margin-top: 60px; } - - .post-body-single h3 { - font-size: 1.6em; - line-height: 1.2em; - font-weight: normal; } - - #map-canvas { - height: 400px; } - - #about img { - width: auto; - clear: both; } - - footer[role="contentinfo"] { - font-size: 110%; } - footer[role="contentinfo"] nav { - border: none; } - footer[role="contentinfo"] nav li { - margin: 0 0.5em; } - - .dark header[role="banner"] h2 { - background: url("../img/text.png") 0 -61px no-repeat; } - .dark .park { - position: relative; - display: block; - margin: 2em 0 2em 0; } - .dark .park h1 { - display: block; - position: absolute; - top: 0px; - background: #201a11; - z-index: 1000; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; - filter: alpha(opacity=90); - -moz-opacity: 0.9; - -khtml-opacity: 0.9; - opacity: 0.9; - color: white; - margin: 0; - width: 100%; - text-align: left; - line-height: 2em; - font-size: 2em; - padding-left: 0.25em; } - .dark .park .figure { - position: relative; - border: none; } - .dark .park .legend { - position: absolute; - bottom: 0; - width: 100%; - margin: 0; - background: #201a11; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; - filter: alpha(opacity=90); - -moz-opacity: 0.9; - -khtml-opacity: 0.9; - opacity: 0.9; } - .dark .park .legend h2 { - font: normal 1.2em/2.6 Helvetica, Verdana, sans-serif; - color: white; - margin: 0 0 0 1em; - float: left; - padding: 0.3em 0; } - .dark .park .legend:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; } - .dark .park .buttons { - margin: 0.5em 10px 0 0; - line-height: 2.6em; - float: right; } - .dark .park .buttons li { - margin: 0 0.25em; - font-size: 10px; } - .dark .park .buttons a { - font-weight: bold; - padding: 0.875em 1.75em 0.75em; - background: #463215; - color: white; - -moz-border-radius: 25px; - -webkit-border-radius: 25px; - border-radius: 25px; } - .dark .park .buttons a:hover { - background: #b53a04; } - - .black header[role="banner"] { - border-bottom: 1px #cccccc solid; } - .black header[role="banner"] h2 { - background: url("../img/text.png") 0 -121px no-repeat; } - .black h6 { - display: block; - text-align: center; - text-transform: uppercase; - font-size: 0.625em; - margin: 0 0 1.25em 0; } - .black h6 a { - color: #b5b5b5; } - .black h6 a:hover { - color: #b53a04; } - .black #slides article { - position: relative; } - .black #slides img { - display: block; - margin: 0 auto; } - .black #slides .v { - width: auto; } - .black .photo-options, .black .map-link { - display: block; } - .black .figcaption { - margin: 0; - padding: 1em 0 1em 0; } - .black .figcaption h3 { - float: left; - padding: 0; - font-weight: normal; } - .black .figcaption .caption { - border-right: 1px solid #1f1f21; - width: 58%; - float: left; - padding-right: 1em; } - .black .figcaption .caption p { - margin-left: 0.5em; - font-size: 0.875em; - clear: both; } - .black .figcaption .map-link { - float: right; - background: #211d19; - line-height: 1em; - color: white; - text-align: center; - text-transform: uppercase; - margin: 0 0.25em; - font: normal 0.75em Helvetica, Verdana, sans-serif; - padding: 0.5em 1em; - -moz-border-radius: 1em; - -webkit-border-radius: 1em; - border-radius: 1em; } - .black .figcaption .map-link:hover { - background: #b53a04; } - .black .figcaption .photo-options { - float: left; - margin-left: 1em; } - .black .figcaption .photo-options p { - font: normal 0.75em Helvetica, Verdana, sans-serif; - color: #414144; - line-height: 1.5em; } - .black .figcaption .photo-options p a { - color: #414144; - font-weight: normal; } - .black .figcaption .photo-options p a:hover { - color: #b53a04; } - .black .figcaption li { - display: inline; - margin: 0 0.25em; - font: normal 1em Helvetica, Verdana, sans-serif; } - .black .figcaption a { - font-weight: bold; } - .black .figcaption p { - margin: 0 1em; - color: #74757a; - font-size: 1em; } - .black .figcaption:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; } - .black .map-container { - width: 469px; - height: 392px; - position: absolute; - bottom: 100px; - left: 20px; - z-index: 2000; - margin: 0; - padding: 0; - background: url("../img/mapbg.png") no-repeat top left; } - .black .map-wrapper { - width: 400px; - height: 328px; - position: absolute; - bottom: 27px; - margin: 0px 0 0 44px; } - .black footer[role='contentinfo'] nav { - border: none; } } -@media only screen and (min-width: 992px) { - body { - width: 61.75em; } - - img { - width: auto !important; } - - header[role="banner"] { - margin-top: 5.5em; } - header[role="banner"] h1 { - width: 190px; } - header[role="banner"] nav[role="navigation"] { - margin-left: 8%; } - - .archive { - padding-top: 2em; } - .archive article { - margin-bottom: 2em; - padding-bottom: 2em; - border: none; } - .archive h1 { - width: 42%; - font-size: 1.5em; - line-height: 1.3em; - margin-top: 0.15em; - margin-bottom: 0.25em; - letter-spacing: 0.5px; } - .archive p { - line-height: 1.5em; } - .archive img { - float: right; } - .archive .hyphenate, .archive .dateline { - width: 41%; } - .archive .hyphenate { - font-size: 1em; } - - .single article { - margin-left: 20%; } - - .picwide { - clear: both; - margin: 30px 0 30px -200px; } - - .pullquote { - margin-left: -6em; } - - #page-navigation { - margin-left: auto; - margin-right: auto; } - - .home .sh { - text-align: left; } - .home article { - width: 19em; - float: left; - margin-right: 2em; - clear: none; } - .home .last { - margin-right: 0; } - .home .post-image { - float: left; - margin: 20px 8px 8px 0; } - .home .hyphenate, .home .dateline { - width: auto; - text-align: left; } - .home .hyphenate { - text-align: justify; } - - .double article[role="main"] header { - width: 10em; - float: left; - margin-left: 0; - margin-top: 1em; } - .double article[role="main"] header h1, .double article[role="main"] header aside { - text-align: right; - line-height: 1.2em; } - .double article[role="main"] header h1 { - font-size: 1.875em; } - .double article[role="main"] .col { - width: 47%; - margin-left: 0.875em; } - .double article[role="main"] .sec { - margin-left: 0; } - .double article[role="main"] .post-body-double { - margin: 2em 0 0 1.25em; - float: left; - width: 48.75em; } - .double article[role="main"] .post-body-double p { - margin: 0 0 1em 0; } - .double article[role="main"] .post-body-double .narrow { - width: 35.625em; - margin-bottom: 1em; - clear: both; - margin-left: 1em; } - .double article[role="main"] .post-body-double .hyphenate { - margin-top: 0; } - - #map-canvas { - width: 48.5em; - height: 31.25em; - float: right; - margin-bottom: 3em; } - - .map-legend ul { - margin-bottom: 1em; } - .map-legend h4 { - margin-bottom: 0.3em; - letter-spacing: 1px; - font-size: 0.75em; - text-transform: uppercase; } - .map-legend li { - display: block; - font-size: 0.875em; - margin: 2px 0; } - .map-legend li:after { - content: ""; } - - .two { - margin-left: 3em; - width: 51%; } - - .black #slides { - width: 62.5em; } - .black #slides img { - width: auto; } - .black .directions { - display: block; - font: normal 0.675em Helvetica, Verdana, sans-serif; - color: #414144; - text-align: center; - margin-bottom: 1.75em; } - .black .caption { - width: 70% !important; } - .black .map-container { - margin-left: 17em; } - - .guide .intro { - margin-bottom: 2.5em; } - .guide .formatted { - column-count: 3; - column-gap: 1.5em; - -moz-column-count: 3; - -moz-column-gap: 24px; - -webkit-column-count: 3; - -webkit-column-gap: 1.5em; } - .guide img { - border: 8px #201a11 solid; } - .guide .date, .guide .meta { - float: left; } - .guide .meta { - line-height: 18px; } - .guide .tags { - margin: 20px 0 10px 0; } - .guide .guide-dek { - padding: 0; - width: 610px; - float: right; } - .guide .guide-dek h1 { - margin: 0 !important; } - .guide article:after, .guide .intro:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; } } -.leaflet-map-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-pane, .leaflet-tile-container, .leaflet-overlay-pane, .leaflet-shadow-pane, .leaflet-marker-pane, .leaflet-popup-pane, .leaflet-overlay-pane svg, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { - position: absolute; - left: 0; - top: 0; } - -.leaflet-container { - overflow: hidden; - -ms-touch-action: none; } - -.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - -webkit-user-drag: none; } - -.leaflet-marker-icon, .leaflet-marker-shadow { - display: block; } - -.leaflet-container img { - max-width: none !important; } - -.leaflet-container img.leaflet-image-layer { - max-width: 15000px !important; } - -.leaflet-tile { - filter: inherit; - visibility: hidden; } - -.leaflet-tile-loaded { - visibility: inherit; } - -.leaflet-zoom-box { - width: 0; - height: 0; } - -.leaflet-overlay-pane svg { - -moz-user-select: none; } - -.leaflet-tile-pane { - z-index: 2; } - -.leaflet-objects-pane { - z-index: 3; } - -.leaflet-overlay-pane { - z-index: 4; } - -.leaflet-shadow-pane { - z-index: 5; } - -.leaflet-marker-pane { - z-index: 6; } - -.leaflet-popup-pane { - z-index: 7; } - -.leaflet-vml-shape { - width: 1px; - height: 1px; } - -.lvml { - behavior: url(#default#VML); - display: inline-block; - position: absolute; } - -.leaflet-control { - position: relative; - z-index: 7; - pointer-events: auto; } - -.leaflet-top, .leaflet-bottom { - position: absolute; - z-index: 1000; - pointer-events: none; } - -.leaflet-top { - top: 0; } - -.leaflet-right { - right: 0; } - -.leaflet-bottom { - bottom: 0; } - -.leaflet-left { - left: 0; } - -.leaflet-control { - float: left; - clear: both; } - -.leaflet-right .leaflet-control { - float: right; } - -.leaflet-top .leaflet-control { - margin-top: 10px; } - -.leaflet-bottom .leaflet-control { - margin-bottom: 10px; } - -.leaflet-left .leaflet-control { - margin-left: 10px; } - -.leaflet-right .leaflet-control { - margin-right: 10px; } - -.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup { - opacity: 0; - -webkit-transition: opacity .2s linear; - -moz-transition: opacity .2s linear; - -o-transition: opacity .2s linear; - transition: opacity .2s linear; } - -.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { - opacity: 1; } - -.leaflet-zoom-anim .leaflet-zoom-animated { - -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); - -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1); - -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1); - transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); } - -.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile, .leaflet-touching .leaflet-zoom-animated { - -webkit-transition: none; - -moz-transition: none; - -o-transition: none; - transition: none; } - -.leaflet-zoom-anim .leaflet-zoom-hide { - visibility: hidden; } - -.leaflet-clickable { - cursor: pointer; } - -.leaflet-container { - cursor: -webkit-grab; - cursor: -moz-grab; } - -.leaflet-popup-pane, .leaflet-control { - cursor: auto; } - -.leaflet-dragging .leaflet-container, .leaflet-dragging .leaflet-clickable { - cursor: move; - cursor: -webkit-grabbing; - cursor: -moz-grabbing; } - -.leaflet-container { - background: #ddd; - outline: 0; } - -.leaflet-container a { - color: #0078A8; } - -.leaflet-container a.leaflet-active { - outline: 2px solid orange; } - -.leaflet-zoom-box { - border: 2px dotted #38f; - background: rgba(255, 255, 255, 0.5); } - -.leaflet-container { - font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif; } - -.leaflet-bar { - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); - border-radius: 4px; } - -.leaflet-bar a, .leaflet-bar a:hover { - background-color: #fff; - border-bottom: 1px solid #ccc; - width: 26px; - height: 26px; - line-height: 26px; - display: block; - text-align: center; - text-decoration: none; - color: black; } - -.leaflet-bar a, .leaflet-control-layers-toggle { - background-position: 50% 50%; - background-repeat: no-repeat; - display: block; } - -.leaflet-bar a:hover { - background-color: #f4f4f4; } - -.leaflet-bar a:first-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -.leaflet-bar a:last-child { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-bottom: none; } - -.leaflet-bar a.leaflet-disabled { - cursor: default; - background-color: #f4f4f4; - color: #bbb; } - -.leaflet-touch .leaflet-bar a { - width: 30px; - height: 30px; - line-height: 30px; } - -.leaflet-control-zoom-in, .leaflet-control-zoom-out { - font: bold 18px 'Lucida Console',Monaco,monospace; - text-indent: 1px; } - -.leaflet-control-zoom-out { - font-size: 20px; } - -.leaflet-touch .leaflet-control-zoom-in { - font-size: 22px; } - -.leaflet-touch .leaflet-control-zoom-out { - font-size: 24px; } - -.leaflet-control-layers { - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); - background: #fff; - border-radius: 5px; } - -.leaflet-control-layers-toggle { - background-image: url(images/layers.png); - width: 36px; - height: 36px; } - -.leaflet-retina .leaflet-control-layers-toggle { - background-image: url(images/layers-2x.png); - background-size: 26px 26px; } - -.leaflet-touch .leaflet-control-layers-toggle { - width: 44px; - height: 44px; } - -.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle { - display: none; } - -.leaflet-control-layers-expanded .leaflet-control-layers-list { - display: block; - position: relative; } - -.leaflet-control-layers-expanded { - padding: 6px 10px 6px 6px; - color: #333; - background: #fff; } - -.leaflet-control-layers-selector { - margin-top: 2px; - position: relative; - top: 1px; } - -.leaflet-control-layers label { - display: block; } - -.leaflet-control-layers-separator { - height: 0; - border-top: 1px solid #ddd; - margin: 5px -10px 5px -6px; } - -.leaflet-container .leaflet-control-attribution { - background: #fff; - background: rgba(255, 255, 255, 0.7); - margin: 0; } - -.leaflet-control-attribution, .leaflet-control-scale-line { - padding: 0 5px; - color: #333; } - -.leaflet-control-attribution a { - text-decoration: none; } - -.leaflet-control-attribution a:hover { - text-decoration: underline; } - -.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale { - font-size: 11px; } - -.leaflet-left .leaflet-control-scale { - margin-left: 5px; } - -.leaflet-bottom .leaflet-control-scale { - margin-bottom: 5px; } - -.leaflet-control-scale-line { - border: 2px solid #777; - border-top: none; - line-height: 1.1; - padding: 2px 5px 1px; - font-size: 11px; - white-space: nowrap; - overflow: hidden; - -moz-box-sizing: content-box; - box-sizing: content-box; - background: #fff; - background: rgba(255, 255, 255, 0.5); } - -.leaflet-control-scale-line:not(:first-child) { - border-top: 2px solid #777; - border-bottom: none; - margin-top: -2px; } - -.leaflet-control-scale-line:not(:first-child):not(:last-child) { - border-bottom: 2px solid #777; } - -.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { - box-shadow: none; } - -.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { - border: 2px solid rgba(0, 0, 0, 0.2); - background-clip: padding-box; } - -.leaflet-popup { - position: absolute; - text-align: center; } - -.leaflet-popup-content-wrapper { - padding: 1px; - text-align: left; - border-radius: 12px; } - -.leaflet-popup-content { - margin: 13px 19px; - line-height: 1.4; } - -.leaflet-popup-content p { - margin: 18px 0; } - -.leaflet-popup-tip-container { - margin: 0 auto; - width: 40px; - height: 20px; - position: relative; - overflow: hidden; } - -.leaflet-popup-tip { - width: 17px; - height: 17px; - padding: 1px; - margin: -10px auto 0; - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); - transform: rotate(45deg); } - -.leaflet-popup-content-wrapper, .leaflet-popup-tip { - background: white; - box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); } - -.leaflet-container a.leaflet-popup-close-button { - position: absolute; - top: 0; - right: 0; - padding: 4px 4px 0 0; - text-align: center; - width: 18px; - height: 14px; - font: 16px/14px Tahoma,Verdana,sans-serif; - color: #c3c3c3; - text-decoration: none; - font-weight: 700; - background: transparent; } - -.leaflet-container a.leaflet-popup-close-button:hover { - color: #999; } - -.leaflet-popup-scrolled { - overflow: auto; - border-bottom: 1px solid #ddd; - border-top: 1px solid #ddd; } - -.leaflet-oldie .leaflet-popup-content-wrapper { - zoom: 1; } - -.leaflet-oldie .leaflet-popup-tip { - width: 24px; - margin: 0 auto; - -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)"; - filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678); } - -.leaflet-oldie .leaflet-popup-tip-container { - margin-top: -1px; } - -.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip { - border: 1px solid #999; } - -.leaflet-div-icon { - background: #fff; - border: 1px solid #666; } - -@media print { - * { - background: transparent !important; - color: black !important; - text-shadow: none !important; - filter: none !important; - -ms-filter: none !important; } - - a { - color: #444444 !important; - text-decoration: underline; } - a:visited { - color: #444444 !important; - text-decoration: underline; } - a[href]:after { - content: " (" attr(href) ")"; } - - abbr[title]:after { - content: " (" attr(title) ")"; } - - a[href^="javascript:"]:after, a[href^="#"]:after { - content: ""; } - - pre, blockquote { - border: 1px solid #999999; - page-break-inside: avoid; } - - thead { - display: table-header-group; } - - tr, img { - page-break-inside: avoid; } - - @page { - margin: 0.5cm; } - p, h2, h3 { - orphans: 3; - widows: 3; } - - h2, h3 { - page-break-after: avoid; } } - -/*# sourceMappingURL=stylesv6.css.map */ diff --git a/site/media/googlehostedservice.html b/site/media/googlehostedservice.html deleted file mode 100644 index 21ca48c..0000000 --- a/site/media/googlehostedservice.html +++ /dev/null @@ -1 +0,0 @@ -googleffffffffa0ebb2f3
\ No newline at end of file diff --git a/site/media/js/html5css3ie.min.js b/site/media/js/html5css3ie.min.js index 6a83920..f492e90 100644 --- a/site/media/js/html5css3ie.min.js +++ b/site/media/js/html5css3ie.min.js @@ -1,54 +1,10 @@ -if(typeof Object.create!=="function"){Object.create=function(o){function F(){};F.prototype=o;return new F();};} -var ua={toString:function(){return navigator.userAgent;},test:function(s){return this.toString().toLowerCase().indexOf(s.toLowerCase())>-1;}};ua.version=(ua.toString().toLowerCase().match(/[\s\S]+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1];ua.webkit=ua.test("webkit");ua.gecko=ua.test("gecko")&&!ua.webkit;ua.opera=ua.test("opera");ua.ie=ua.test("msie")&&!ua.opera;ua.ie6=ua.ie&&document.compatMode&&typeof document.documentElement.style.maxHeight==="undefined";ua.ie7=ua.ie&&document.documentElement&&typeof document.documentElement.style.maxHeight!=="undefined"&&typeof XDomainRequest==="undefined";ua.ie8=ua.ie&&typeof XDomainRequest!=="undefined";var domReady=function(){var _1=[];var _2=function(){if(!arguments.callee.done){arguments.callee.done=true;for(var i=0;i<_1.length;i++){_1[i]();}}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",_2,false);} -if(ua.ie){(function(){try{document.documentElement.doScroll("left");} -catch(e){setTimeout(arguments.callee,50);return;} -_2();})();document.onreadystatechange=function(){if(document.readyState==="complete"){document.onreadystatechange=null;_2();}};} -if(ua.webkit&&document.readyState){(function(){if(document.readyState!=="loading"){_2();}else{setTimeout(arguments.callee,10);}})();} -window.onload=_2;return function(fn){if(typeof fn==="function"){_1[_1.length]=fn;} -return fn;};}();var cssHelper=function(){var _3={BLOCKS:/[^\s{][^{]*\{(?:[^{}]*\{[^{}]*\}[^{}]*|[^{}]*)*\}/g,BLOCKS_INSIDE:/[^\s{][^{]*\{[^{}]*\}/g,DECLARATIONS:/[a-zA-Z\-]+[^;]*:[^;]+;/g,RELATIVE_URLS:/url\(['"]?([^\/\)'"][^:\)'"]+)['"]?\)/g,REDUNDANT_COMPONENTS:/(?:\/\*([^*\\\\]|\*(?!\/))+\*\/|@import[^;]+;)/g,REDUNDANT_WHITESPACE:/\s*(,|:|;|\{|\})\s*/g,MORE_WHITESPACE:/\s{2,}/g,FINAL_SEMICOLONS:/;\}/g,NOT_WHITESPACE:/\S+/g};var _4,_5=false;var _6=[];var _7=function(fn){if(typeof fn==="function"){_6[_6.length]=fn;}};var _8=function(){for(var i=0;i<_6.length;i++){_6[i](_4);}};var _9={};var _a=function(n,v){if(_9[n]){var _b=_9[n].listeners;if(_b){for(var i=0;i<_b.length;i++){_b[i](v);}}}};var _c=function(_d,_e,_f){if(ua.ie&&!window.XMLHttpRequest){window.XMLHttpRequest=function(){return new ActiveXObject("Microsoft.XMLHTTP");};} -if(!XMLHttpRequest){return"";} -var r=new XMLHttpRequest();try{r.open("get",_d,true);r.setRequestHeader("X_REQUESTED_WITH","XMLHttpRequest");} -catch(e){_f();return;} -var _10=false;setTimeout(function(){_10=true;},5000);document.documentElement.style.cursor="progress";r.onreadystatechange=function(){if(r.readyState===4&&!_10){if(!r.status&&location.protocol==="file:"||(r.status>=200&&r.status<300)||r.status===304||navigator.userAgent.indexOf("Safari")>-1&&typeof r.status==="undefined"){_e(r.responseText);}else{_f();} -document.documentElement.style.cursor="";r=null;}};r.send("");};var _11=function(_12){_12=_12.replace(_3.REDUNDANT_COMPONENTS,"");_12=_12.replace(_3.REDUNDANT_WHITESPACE,"$1");_12=_12.replace(_3.MORE_WHITESPACE," ");_12=_12.replace(_3.FINAL_SEMICOLONS,"}");return _12;};var _13={mediaQueryList:function(s){var o={};var idx=s.indexOf("{");var lt=s.substring(0,idx);s=s.substring(idx+1,s.length-1);var mqs=[],rs=[];var qts=lt.toLowerCase().substring(7).split(",");for(var i=0;i<qts.length;i++){mqs[mqs.length]=_13.mediaQuery(qts[i],o);} -var rts=s.match(_3.BLOCKS_INSIDE);if(rts!==null){for(i=0;i<rts.length;i++){rs[rs.length]=_13.rule(rts[i],o);}} -o.getMediaQueries=function(){return mqs;};o.getRules=function(){return rs;};o.getListText=function(){return lt;};o.getCssText=function(){return s;};return o;},mediaQuery:function(s,mql){s=s||"";var not=false,_14;var exp=[];var _15=true;var _16=s.match(_3.NOT_WHITESPACE);for(var i=0;i<_16.length;i++){var _17=_16[i];if(!_14&&(_17==="not"||_17==="only")){if(_17==="not"){not=true;}}else{if(!_14){_14=_17;}else{if(_17.charAt(0)==="("){var _18=_17.substring(1,_17.length-1).split(":");exp[exp.length]={mediaFeature:_18[0],value:_18[1]||null};}}}} -return{getList:function(){return mql||null;},getValid:function(){return _15;},getNot:function(){return not;},getMediaType:function(){return _14;},getExpressions:function(){return exp;}};},rule:function(s,mql){var o={};var idx=s.indexOf("{");var st=s.substring(0,idx);var ss=st.split(",");var ds=[];var dts=s.substring(idx+1,s.length-1).split(";");for(var i=0;i<dts.length;i++){ds[ds.length]=_13.declaration(dts[i],o);} -o.getMediaQueryList=function(){return mql||null;};o.getSelectors=function(){return ss;};o.getSelectorText=function(){return st;};o.getDeclarations=function(){return ds;};o.getPropertyValue=function(n){for(var i=0;i<ds.length;i++){if(ds[i].getProperty()===n){return ds[i].getValue();}} -return null;};return o;},declaration:function(s,r){var idx=s.indexOf(":");var p=s.substring(0,idx);var v=s.substring(idx+1);return{getRule:function(){return r||null;},getProperty:function(){return p;},getValue:function(){return v;}};}};var _19=function(el){if(typeof el.cssHelperText!=="string"){return;} -var o={mediaQueryLists:[],rules:[],selectors:{},declarations:[],properties:{}};var _1a=o.mediaQueryLists;var ors=o.rules;var _1b=el.cssHelperText.match(_3.BLOCKS);if(_1b!==null){for(var i=0;i<_1b.length;i++){if(_1b[i].substring(0,7)==="@media "){_1a[_1a.length]=_13.mediaQueryList(_1b[i]);ors=o.rules=ors.concat(_1a[_1a.length-1].getRules());}else{ors[ors.length]=_13.rule(_1b[i]);}}} -var oss=o.selectors;var _1c=function(r){var ss=r.getSelectors();for(var i=0;i<ss.length;i++){var n=ss[i];if(!oss[n]){oss[n]=[];} -oss[n][oss[n].length]=r;}};for(i=0;i<ors.length;i++){_1c(ors[i]);} -var ods=o.declarations;for(i=0;i<ors.length;i++){ods=o.declarations=ods.concat(ors[i].getDeclarations());} -var ops=o.properties;for(i=0;i<ods.length;i++){var n=ods[i].getProperty();if(!ops[n]){ops[n]=[];} -ops[n][ops[n].length]=ods[i];} -el.cssHelperParsed=o;_4[_4.length]=el;return o;};var _1d=function(el,s){el.cssHelperText=_11(s||el.innerHTML);return _19(el);};var _1e=function(){_5=true;_4=[];var _1f=[];var _20=function(){for(var i=0;i<_1f.length;i++){_19(_1f[i]);} -var _21=document.getElementsByTagName("style");for(i=0;i<_21.length;i++){_1d(_21[i]);} -_5=false;_8();};var _22=document.getElementsByTagName("link");for(var i=0;i<_22.length;i++){var _23=_22[i];if(_23.getAttribute("rel").indexOf("style")>-1&&_23.href&&_23.href.length!==0&&!_23.disabled){_1f[_1f.length]=_23;}} -if(_1f.length>0){var c=0;var _24=function(){c++;if(c===_1f.length){_20();}};var _25=function(_26){var _27=_26.href;_c(_27,function(_28){_28=_11(_28).replace(_3.RELATIVE_URLS,"url("+_27.substring(0,_27.lastIndexOf("/"))+"/$1)");_26.cssHelperText=_28;_24();},_24);};for(i=0;i<_1f.length;i++){_25(_1f[i]);}}else{_20();}};var _29={mediaQueryLists:"array",rules:"array",selectors:"object",declarations:"array",properties:"object"};var _2a={mediaQueryLists:null,rules:null,selectors:null,declarations:null,properties:null};var _2b=function(_2c,v){if(_2a[_2c]!==null){if(_29[_2c]==="array"){return(_2a[_2c]=_2a[_2c].concat(v));}else{var c=_2a[_2c];for(var n in v){if(v.hasOwnProperty(n)){if(!c[n]){c[n]=v[n];}else{c[n]=c[n].concat(v[n]);}}} -return c;}}};var _2d=function(_2e){_2a[_2e]=(_29[_2e]==="array")?[]:{};for(var i=0;i<_4.length;i++){_2b(_2e,_4[i].cssHelperParsed[_2e]);} -return _2a[_2e];};domReady(function(){var els=document.body.getElementsByTagName("*");for(var i=0;i<els.length;i++){els[i].checkedByCssHelper=true;} -if(document.implementation.hasFeature("MutationEvents","2.0")||window.MutationEvent){document.body.addEventListener("DOMNodeInserted",function(e){var el=e.target;if(el.nodeType===1){_a("DOMElementInserted",el);el.checkedByCssHelper=true;}},false);}else{setInterval(function(){var els=document.body.getElementsByTagName("*");for(var i=0;i<els.length;i++){if(!els[i].checkedByCssHelper){_a("DOMElementInserted",els[i]);els[i].checkedByCssHelper=true;}}},1000);}});var _2f=function(d){if(typeof window.innerWidth!="undefined"){return window["inner"+d];}else{if(typeof document.documentElement!="undefined"&&typeof document.documentElement.clientWidth!="undefined"&&document.documentElement.clientWidth!=0){return document.documentElement["client"+d];}}};return{addStyle:function(s,_30){var el=document.createElement("style");el.setAttribute("type","text/css");document.getElementsByTagName("head")[0].appendChild(el);if(el.styleSheet){el.styleSheet.cssText=s;}else{el.appendChild(document.createTextNode(s));} -el.addedWithCssHelper=true;if(typeof _30==="undefined"||_30===true){cssHelper.parsed(function(_31){var o=_1d(el,s);for(var n in o){if(o.hasOwnProperty(n)){_2b(n,o[n]);}} -_a("newStyleParsed",el);});}else{el.parsingDisallowed=true;} -return el;},removeStyle:function(el){return el.parentNode.removeChild(el);},parsed:function(fn){if(_5){_7(fn);}else{if(typeof _4!=="undefined"){if(typeof fn==="function"){fn(_4);}}else{_7(fn);_1e();}}},mediaQueryLists:function(fn){cssHelper.parsed(function(_32){fn(_2a.mediaQueryLists||_2d("mediaQueryLists"));});},rules:function(fn){cssHelper.parsed(function(_33){fn(_2a.rules||_2d("rules"));});},selectors:function(fn){cssHelper.parsed(function(_34){fn(_2a.selectors||_2d("selectors"));});},declarations:function(fn){cssHelper.parsed(function(_35){fn(_2a.declarations||_2d("declarations"));});},properties:function(fn){cssHelper.parsed(function(_36){fn(_2a.properties||_2d("properties"));});},broadcast:_a,addListener:function(n,fn){if(typeof fn==="function"){if(!_9[n]){_9[n]={listeners:[]};} -_9[n].listeners[_9[n].listeners.length]=fn;}},removeListener:function(n,fn){if(typeof fn==="function"&&_9[n]){var ls=_9[n].listeners;for(var i=0;i<ls.length;i++){if(ls[i]===fn){ls.splice(i,1);i-=1;}}}},getViewportWidth:function(){return _2f("Width");},getViewportHeight:function(){return _2f("Height");}};}();domReady(function enableCssMediaQueries(){var _37;var _38={LENGTH_UNIT:/[0-9]+(em|ex|px|in|cm|mm|pt|pc)$/,RESOLUTION_UNIT:/[0-9]+(dpi|dpcm)$/,ASPECT_RATIO:/^[0-9]+\/[0-9]+$/,ABSOLUTE_VALUE:/^[0-9]*(\.[0-9]+)*$/};var _39=[];var _3a=function(){var id="css3-mediaqueries-test";var el=document.createElement("div");el.id=id;var _3b=cssHelper.addStyle("@media all and (width) { #"+id+" { width: 1px !important; } }",false);document.body.appendChild(el);var ret=el.offsetWidth===1;_3b.parentNode.removeChild(_3b);el.parentNode.removeChild(el);_3a=function(){return ret;};return ret;};var _3c=function(){_37=document.createElement("div");_37.style.cssText="position:absolute;top:-9999em;left:-9999em;"+"margin:0;border:none;padding:0;width:1em;font-size:1em;";document.body.appendChild(_37);if(_37.offsetWidth!==16){_37.style.fontSize=16/_37.offsetWidth+"em";} -_37.style.width="";};var _3d=function(_3e){_37.style.width=_3e;var _3f=_37.offsetWidth;_37.style.width="";return _3f;};var _40=function(_41,_42){var l=_41.length;var min=(_41.substring(0,4)==="min-");var max=(!min&&_41.substring(0,4)==="max-");if(_42!==null){var _43;var _44;if(_38.LENGTH_UNIT.exec(_42)){_43="length";_44=_3d(_42);}else{if(_38.RESOLUTION_UNIT.exec(_42)){_43="resolution";_44=parseInt(_42,10);var _45=_42.substring((_44+"").length);}else{if(_38.ASPECT_RATIO.exec(_42)){_43="aspect-ratio";_44=_42.split("/");}else{if(_38.ABSOLUTE_VALUE){_43="absolute";_44=_42;}else{_43="unknown";}}}}} -var _46,_47;if("device-width"===_41.substring(l-12,l)){_46=screen.width;if(_42!==null){if(_43==="length"){return((min&&_46>=_44)||(max&&_46<_44)||(!min&&!max&&_46===_44));}else{return false;}}else{return _46>0;}}else{if("device-height"===_41.substring(l-13,l)){_47=screen.height;if(_42!==null){if(_43==="length"){return((min&&_47>=_44)||(max&&_47<_44)||(!min&&!max&&_47===_44));}else{return false;}}else{return _47>0;}}else{if("width"===_41.substring(l-5,l)){_46=document.documentElement.clientWidth||document.body.clientWidth;if(_42!==null){if(_43==="length"){return((min&&_46>=_44)||(max&&_46<_44)||(!min&&!max&&_46===_44));}else{return false;}}else{return _46>0;}}else{if("height"===_41.substring(l-6,l)){_47=document.documentElement.clientHeight||document.body.clientHeight;if(_42!==null){if(_43==="length"){return((min&&_47>=_44)||(max&&_47<_44)||(!min&&!max&&_47===_44));}else{return false;}}else{return _47>0;}}else{if("device-aspect-ratio"===_41.substring(l-19,l)){return _43==="aspect-ratio"&&screen.width*_44[1]===screen.height*_44[0];}else{if("color-index"===_41.substring(l-11,l)){var _48=Math.pow(2,screen.colorDepth);if(_42!==null){if(_43==="absolute"){return((min&&_48>=_44)||(max&&_48<_44)||(!min&&!max&&_48===_44));}else{return false;}}else{return _48>0;}}else{if("color"===_41.substring(l-5,l)){var _49=screen.colorDepth;if(_42!==null){if(_43==="absolute"){return((min&&_49>=_44)||(max&&_49<_44)||(!min&&!max&&_49===_44));}else{return false;}}else{return _49>0;}}else{if("resolution"===_41.substring(l-10,l)){var res;if(_45==="dpcm"){res=_3d("1cm");}else{res=_3d("1in");} -if(_42!==null){if(_43==="resolution"){return((min&&res>=_44)||(max&&res<_44)||(!min&&!max&&res===_44));}else{return false;}}else{return res>0;}}else{return false;}}}}}}}}};var _4a=function(mq){var _4b=mq.getValid();var _4c=mq.getExpressions();var l=_4c.length;if(l>0){for(var i=0;i<l&&_4b;i++){_4b=_40(_4c[i].mediaFeature,_4c[i].value);} -var not=mq.getNot();return(_4b&&!not||not&&!_4b);}};var _4d=function(mql){var mqs=mql.getMediaQueries();var t={};for(var i=0;i<mqs.length;i++){if(_4a(mqs[i])){t[mqs[i].getMediaType()]=true;}} -var s=[],c=0;for(var n in t){if(t.hasOwnProperty(n)){if(c>0){s[c++]=",";} -s[c++]=n;}} -if(s.length>0){_39[_39.length]=cssHelper.addStyle("@media "+s.join("")+"{"+mql.getCssText()+"}",false);}};var _4e=function(_4f){for(var i=0;i<_4f.length;i++){_4d(_4f[i]);} -if(ua.ie){document.documentElement.style.display="block";setTimeout(function(){document.documentElement.style.display="";},0);setTimeout(function(){cssHelper.broadcast("cssMediaQueriesTested");},100);}else{cssHelper.broadcast("cssMediaQueriesTested");}};var _50=function(){for(var i=0;i<_39.length;i++){cssHelper.removeStyle(_39[i]);} -_39=[];cssHelper.mediaQueryLists(_4e);};var _51=0;var _52=function(){var _53=cssHelper.getViewportWidth();var _54=cssHelper.getViewportHeight();if(ua.ie){var el=document.createElement("div");el.style.position="absolute";el.style.top="-9999em";el.style.overflow="scroll";document.body.appendChild(el);_51=el.offsetWidth-el.clientWidth;document.body.removeChild(el);} -var _55;var _56=function(){var vpw=cssHelper.getViewportWidth();var vph=cssHelper.getViewportHeight();if(Math.abs(vpw-_53)>_51||Math.abs(vph-_54)>_51){_53=vpw;_54=vph;clearTimeout(_55);_55=setTimeout(function(){if(!_3a()){_50();}else{cssHelper.broadcast("cssMediaQueriesTested");}},500);}};window.onresize=function(){var x=window.onresize||function(){};return function(){x();_56();};}();};var _57=document.documentElement;_57.style.marginLeft="-32767px";setTimeout(function(){_57.style.marginTop="";},20000);return function(){if(!_3a()){cssHelper.addListener("newStyleParsed",function(el){_4e(el.cssHelperParsed.mediaQueryLists);});cssHelper.addListener("cssMediaQueriesTested",function(){if(ua.ie){_57.style.width="1px";} -setTimeout(function(){_57.style.width="";_57.style.marginLeft="";},0);cssHelper.removeListener("cssMediaQueriesTested",arguments.callee);});_3c();_50();}else{_57.style.marginLeft="";} -_52();};}());try{document.execCommand("BackgroundImageCache",false,true);} -catch(e){} -// html5shiv MIT @rem remysharp.com/html5-enabling-script -// iepp v1.6.2 MIT @jon_neal iecss.com/print-protector -/*@cc_on(function(m,c){var z="abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video";function n(d){for(var a=-1;++a<o;)d.createElement(i[a])}function p(d,a){for(var e=-1,b=d.length,j,q=[];++e<b;){j=d[e];if((a=j.media||a)!="screen")q.push(p(j.imports,a),j.cssText)}return q.join("")}var g=c.createElement("div");g.innerHTML="<z>i</z>";if(g.childNodes.length!==1){var i=z.split("|"),o=i.length,s=RegExp("(^|\\s)("+z+")", -"gi"),t=RegExp("<(/*)("+z+")","gi"),u=RegExp("(^|[^\\n]*?\\s)("+z+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),r=c.createDocumentFragment(),k=c.documentElement;g=k.firstChild;var h=c.createElement("body"),l=c.createElement("style"),f;n(c);n(r);g.insertBefore(l, -g.firstChild);l.media="print";m.attachEvent("onbeforeprint",function(){var d=-1,a=p(c.styleSheets,"all"),e=[],b;for(f=f||c.body;(b=u.exec(a))!=null;)e.push((b[1]+b[2]+b[3]).replace(s,"$1.iepp_$2")+b[4]);for(l.styleSheet.cssText=e.join("\n");++d<o;){a=c.getElementsByTagName(i[d]);e=a.length;for(b=-1;++b<e;)if(a[b].className.indexOf("iepp_")<0)a[b].className+=" iepp_"+i[d]}r.appendChild(f);k.appendChild(h);h.className=f.className;h.innerHTML=f.innerHTML.replace(t,"<$1font")});m.attachEvent("onafterprint", -function(){h.innerHTML="";k.removeChild(h);k.appendChild(f);l.styleSheet.cssText=""})}})(this,document);@*/
\ No newline at end of file +/*! Respond.js v1.4.2: min/max-width media query polyfill + * Copyright 2014 Scott Jehl + * Licensed under MIT + * http://j.mp/respondjs */ + +!function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='­<style media="'+a+'"> #mq-test-1 { width: 42px; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){v(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))},g=function(a){return a.replace(c.regex.minmaxwh,"").match(c.regex.other)};if(c.ajax=f,c.queue=d,c.unsupportedmq=g,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,comments:/\/\*[^*]*\*+([^/][^*]*\*+)*\//gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\(\s*min\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,maxw:/\(\s*max\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,minmaxwh:/\(\s*m(in|ax)\-(height|width)\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/gi,other:/\([^\)]*\)/g},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var h,i,j,k=a.document,l=k.documentElement,m=[],n=[],o=[],p={},q=30,r=k.getElementsByTagName("head")[0]||l,s=k.getElementsByTagName("base")[0],t=r.getElementsByTagName("link"),u=function(){var a,b=k.createElement("div"),c=k.body,d=l.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=k.createElement("body"),c.style.background="none"),l.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&l.insertBefore(c,l.firstChild),a=b.offsetWidth,f?l.removeChild(c):c.removeChild(b),l.style.fontSize=d,e&&(c.style.fontSize=e),a=j=parseFloat(a)},v=function(b){var c="clientWidth",d=l[c],e="CSS1Compat"===k.compatMode&&d||k.body[c]||d,f={},g=t[t.length-1],p=(new Date).getTime();if(b&&h&&q>p-h)return a.clearTimeout(i),i=a.setTimeout(v,q),void 0;h=p;for(var s in m)if(m.hasOwnProperty(s)){var w=m[s],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?j||u():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?j||u():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(n[w.rules]))}for(var C in o)o.hasOwnProperty(C)&&o[C]&&o[C].parentNode===r&&r.removeChild(o[C]);o.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=k.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,r.insertBefore(E,g.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(k.createTextNode(F)),o.push(E)}},w=function(a,b,d){var e=a.replace(c.regex.comments,"").replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var h=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},i=!f&&d;b.length&&(b+="/"),i&&(f=1);for(var j=0;f>j;j++){var k,l,o,p;i?(k=d,n.push(h(a))):(k=e[j].match(c.regex.findStyles)&&RegExp.$1,n.push(RegExp.$2&&h(RegExp.$2))),o=k.split(","),p=o.length;for(var q=0;p>q;q++)l=o[q],g(l)||m.push({media:l.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:n.length-1,hasquery:l.indexOf("(")>-1,minw:l.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:l.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}v()},x=function(){if(d.length){var b=d.shift();f(b.href,function(c){w(c,b.href,b.media),p[b.href]=!0,a.setTimeout(function(){x()},0)})}},y=function(){for(var b=0;b<t.length;b++){var c=t[b],e=c.href,f=c.media,g=c.rel&&"stylesheet"===c.rel.toLowerCase();e&&g&&!p[e]&&(c.styleSheet&&c.styleSheet.rawCssText?(w(c.styleSheet.rawCssText,e,f),p[e]=!0):(!/^([a-zA-Z:]*\/\/)/.test(e)&&!s||e.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&("//"===e.substring(0,2)&&(e=a.location.protocol+e),d.push({href:e,media:f})))}x()};y(),c.update=y,c.getEmValue=u,a.addEventListener?a.addEventListener("resize",b,!1):a.attachEvent&&a.attachEvent("onresize",b)}}(this); +/** +* @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.2",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b)}(this,document); diff --git a/site/media/js/ios-viewport-scaling-bug-fix.js b/site/media/js/ios-viewport-scaling-bug-fix.js deleted file mode 100644 index a33774c..0000000 --- a/site/media/js/ios-viewport-scaling-bug-fix.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(doc){var addEvent='addEventListener',type='gesturestart',qsa='querySelectorAll',scales=[1,1],meta=qsa in doc?doc[qsa]('meta[name=viewport]'):[];function fix(){meta.content='width=device-width,minimum-scale='+scales[0]+',maximum-scale='+scales[1];doc.removeEventListener(type,fix,!0);} -if((meta=meta[meta.length-1])&&addEvent in doc){fix();scales=[.25,1.6];doc[addEvent](type,fix,!0);}}(document);
\ No newline at end of file diff --git a/site/media/js/photos.min.js b/site/media/js/photos.min.js index c0fbfdf..f2e866e 100644 --- a/site/media/js/photos.min.js +++ b/site/media/js/photos.min.js @@ -1 +1,19 @@ -b'(function () {\n\t\'use strict\';\n\n\tL.TileLayer.Provider = L.TileLayer.extend({\n\t\tinitialize: function (arg, options) {\n\t\t\tvar providers = L.TileLayer.Provider.providers;\n\n\t\t\tvar parts = arg.split(\'.\');\n\n\t\t\tvar providerName = parts[0];\n\t\t\tvar variantName = parts[1];\n\n\t\t\tif (!providers[providerName]) {\n\t\t\t\tthrow \'No such provider (\' + providerName + \')\';\n\t\t\t}\n\n\t\t\tvar provider = {\n\t\t\t\turl: providers[providerName].url,\n\t\t\t\toptions: providers[providerName].options\n\t\t\t};\n\n\t\t\t// overwrite values in provider from variant.\n\t\t\tif (variantName && \'variants\' in providers[providerName]) {\n\t\t\t\tif (!(variantName in providers[providerName].variants)) {\n\t\t\t\t\tthrow \'No such variant of \' + providerName + \' (\' + variantName + \')\';\n\t\t\t\t}\n\t\t\t\tvar variant = providers[providerName].variants[variantName];\n\t\t\t\tvar variantOptions;\n\t\t\t\tif (typeof variant === \'string\') {\n\t\t\t\t\tvariantOptions = {\n\t\t\t\t\t\tvariant: variant\n\t\t\t\t\t};\n\t\t\t\t} else {\n\t\t\t\t\tvariantOptions = variant.options;\n\t\t\t\t}\n\t\t\t\tprovider = {\n\t\t\t\t\turl: variant.url || provider.url,\n\t\t\t\t\toptions: L.Util.extend({}, provider.options, variantOptions)\n\t\t\t\t};\n\t\t\t} else if (typeof provider.url === \'function\') {\n\t\t\t\tprovider.url = provider.url(parts.splice(1, parts.length - 1).join(\'.\'));\n\t\t\t}\n\n\t\t\t// replace attribution placeholders with their values from toplevel provider attribution,\n\t\t\t// recursively\n\t\t\tvar attributionReplacer = function (attr) {\n\t\t\t\tif (attr.indexOf(\'{attribution.\') === -1) {\n\t\t\t\t\treturn attr;\n\t\t\t\t}\n\t\t\t\treturn attr.replace(/\\{attribution.(\\w*)\\}/,\n\t\t\t\t\tfunction (match, attributionName) {\n\t\t\t\t\t\treturn attributionReplacer(providers[attributionName].options.attribution);\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t};\n\t\t\tprovider.options.attribution = attributionReplacer(provider.options.attribution);\n\n\t\t\t// Compute final options combining provider options with any user overrides\n\t\t\tvar layerOpts = L.Util.extend({}, provider.options, options);\n\t\t\tL.TileLayer.prototype.initialize.call(this, provider.url, layerOpts);\n\t\t}\n\t});\n\n\t/**\n\t * Definition of providers.\n\t * see http://leafletjs.com/reference.html#tilelayer for options in the options map.\n\t */\n\n\t//jshint maxlen:220\n\tL.TileLayer.Provider.providers = {\n\t\tOpenStreetMap: {\n\t\t\turl: \'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\',\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'© <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, \' +\n\t\t\t\t\t\'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tMapnik: {},\n\t\t\t\tBlackAndWhite: {\n\t\t\t\t\turl: \'http://{s}.www.toolserver.org/tiles/bw-mapnik/{z}/{x}/{y}.png\'\n\t\t\t\t},\n\t\t\t\tDE: {\n\t\t\t\t\turl: \'http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png\'\n\t\t\t\t},\n\t\t\t\tHOT: {\n\t\t\t\t\turl: \'http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png\',\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tattribution: \'{attribution.OpenStreetMap}, Tiles courtesy of <a href="http://hot.openstreetmap.org/" target="_blank">Humanitarian OpenStreetMap Team</a>\'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tOpenSeaMap: {\n\t\t\turl: \'http://tiles.openseamap.org/seamark/{z}/{x}/{y}.png\',\n\t\t\toptions: {\n\t\t\t\tattribution: \'Map data: © <a href="http://www.openseamap.org">OpenSeaMap</a> contributors\'\n\t\t\t}\n\t\t},\n\t\tThunderforest: {\n\t\t\turl: \'http://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}.png\',\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'© <a href="http://www.opencyclemap.org">OpenCycleMap</a>, {attribution.OpenStreetMap}\',\n\t\t\t\tvariant: \'cycle\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tOpenCycleMap: \'cycle\',\n\t\t\t\tTransport: \'transport\',\n\t\t\t\tLandscape: \'landscape\',\n\t\t\t\tOutdoors: \'outdoors\'\n\t\t\t}\n\t\t},\n\t\tOpenMapSurfer: {\n\t\t\turl: \'http://openmapsurfer.uni-hd.de/tiles/{variant}/x={x}&y={y}&z={z}\',\n\t\t\toptions: {\n\t\t\t\tminZoom: 0,\n\t\t\t\tmaxZoom: 20,\n\t\t\t\tvariant: \'roads\',\n\t\t\t\tattribution: \'Imagery from <a href="http://giscience.uni-hd.de/">GIScience Research Group @ University of Heidelberg</a> — Map data {attribution.OpenStreetMap}\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tRoads: \'roads\',\n\t\t\t\tAdminBounds: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'adminb\',\n\t\t\t\t\t\tmaxZoom: 19\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tGrayscale: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'roadsg\',\n\t\t\t\t\t\tmaxZoom: 19\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMapQuestOpen: {\n\t\t\turl: \'http://otile{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpeg\',\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'Tiles Courtesy of <a href="http://www.mapquest.com/">MapQuest</a> — \' +\n\t\t\t\t\t\'Map data {attribution.OpenStreetMap}\',\n\t\t\t\tsubdomains: \'1234\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tOSM: {},\n\t\t\t\tAerial: {\n\t\t\t\t\turl: \'http://oatile{s}.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg\',\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tattribution:\n\t\t\t\t\t\t\t\'Tiles Courtesy of <a href="http://www.mapquest.com/">MapQuest</a> — \' +\n\t\t\t\t\t\t\t\'Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency\'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tMapBox: {\n\t\t\turl: function (id) {\n\t\t\t\treturn \'http://{s}.tiles.mapbox.com/v3/\' + id + \'/{z}/{x}/{y}.png\';\n\t\t\t},\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'Imagery from <a href="http://mapbox.com/about/maps/">MapBox</a> — \' +\n\t\t\t\t\t\'Map data {attribution.OpenStreetMap}\',\n\t\t\t\tsubdomains: \'abcd\'\n\t\t\t}\n\t\t},\n\t\tStamen: {\n\t\t\turl: \'http://{s}.tile.stamen.com/{variant}/{z}/{x}/{y}.png\',\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'Map tiles by <a href="http://stamen.com">Stamen Design</a>, \' +\n\t\t\t\t\t\'<a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — \' +\n\t\t\t\t\t\'Map data {attribution.OpenStreetMap}\',\n\t\t\t\tsubdomains: \'abcd\',\n\t\t\t\tminZoom: 0,\n\t\t\t\tmaxZoom: 20,\n\t\t\t\tvariant: \'toner\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tToner: \'toner\',\n\t\t\t\tTonerBackground: \'toner-background\',\n\t\t\t\tTonerHybrid: \'toner-hybrid\',\n\t\t\t\tTonerLines: \'toner-lines\',\n\t\t\t\tTonerLabels: \'toner-labels\',\n\t\t\t\tTonerLite: \'toner-lite\',\n\t\t\t\tTerrain: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'terrain\',\n\t\t\t\t\t\tminZoom: 4,\n\t\t\t\t\t\tmaxZoom: 18\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tTerrainBackground: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'terrain-background\',\n\t\t\t\t\t\tminZoom: 4,\n\t\t\t\t\t\tmaxZoom: 18\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWatercolor: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'watercolor\',\n\t\t\t\t\t\tminZoom: 3,\n\t\t\t\t\t\tmaxZoom: 16\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tEsri: {\n\t\t\turl: \'https://server.arcgisonline.com/ArcGIS/rest/services/{variant}/MapServer/tile/{z}/{y}/{x}\',\n\t\t\toptions: {\n\t\t\t\tvariant: \'World_Street_Map\',\n\t\t\t\tattribution: \'Tiles © Esri\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tWorldStreetMap: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tattribution:\n\t\t\t\t\t\t\t\'{attribution.Esri} — \' +\n\t\t\t\t\t\t\t\'Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tDeLorme: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'Specialty/DeLorme_World_Base_Map\',\n\t\t\t\t\t\tminZoom: 1,\n\t\t\t\t\t\tmaxZoom: 11,\n\t\t\t\t\t\tattribution: \'{attribution.Esri} — Copyright: ©2012 DeLorme\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWorldTopoMap: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'World_Topo_Map\',\n\t\t\t\t\t\tattribution:\n\t\t\t\t\t\t\t\'{attribution.Esri} — \' +\n\t\t\t\t\t\t\t\'Esri, DeLorme, NAVTEQ, TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User Community\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWorldImagery: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'World_Imagery\',\n\t\t\t\t\t\tattribution:\n\t\t\t\t\t\t\t\'{attribution.Esri} — \' +\n\t\t\t\t\t\t\t\'Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWorldTerrain: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'World_Terrain_Base\',\n\t\t\t\t\t\tmaxZoom: 13,\n\t\t\t\t\t\tattribution:\n\t\t\t\t\t\t\t\'{attribution.Esri} — \' +\n\t\t\t\t\t\t\t\'Source: USGS, Esri, TANA, DeLorme, and NPS\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWorldShadedRelief: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'World_Shaded_Relief\',\n\t\t\t\t\t\tmaxZoom: 13,\n\t\t\t\t\t\tattribution: \'{attribution.Esri} — Source: Esri\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWorldPhysical: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'World_Physical_Map\',\n\t\t\t\t\t\tmaxZoom: 8,\n\t\t\t\t\t\tattribution: \'{attribution.Esri} — Source: US National Park Service\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tOceanBasemap: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'Ocean_Basemap\',\n\t\t\t\t\t\tmaxZoom: 13,\n\t\t\t\t\t\tattribution: \'{attribution.Esri} — Sources: GEBCO, NOAA, CHS, OSU, UNH, CSUMB, National Geographic, DeLorme, NAVTEQ, and Esri\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tNatGeoWorldMap: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'NatGeo_World_Map\',\n\t\t\t\t\t\tmaxZoom: 16,\n\t\t\t\t\t\tattribution: \'{attribution.Esri} — National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tWorldGrayCanvas: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tvariant: \'Canvas/World_Light_Gray_Base\',\n\t\t\t\t\t\tmaxZoom: 16,\n\t\t\t\t\t\tattribution: \'{attribution.Esri} — Esri, DeLorme, NAVTEQ\'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tOpenWeatherMap: {\n\t\t\turl: \'http://{s}.tile.openweathermap.org/map/{variant}/{z}/{x}/{y}.png\',\n\t\t\toptions: {\n\t\t\t\tattribution: \'Map data © <a href="http://openweathermap.org">OpenWeatherMap</a>\',\n\t\t\t\topacity: 0.5\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tClouds: \'clouds\',\n\t\t\t\tCloudsClassic: \'clouds_cls\',\n\t\t\t\tPrecipitation: \'precipitation\',\n\t\t\t\tPrecipitationClassic: \'precipitation_cls\',\n\t\t\t\tRain: \'rain\',\n\t\t\t\tRainClassic: \'rain_cls\',\n\t\t\t\tPressure: \'pressure\',\n\t\t\t\tPressureContour: \'pressure_cntr\',\n\t\t\t\tWind: \'wind\',\n\t\t\t\tTemperature: \'temp\',\n\t\t\t\tSnow: \'snow\'\n\t\t\t}\n\t\t},\n\t\tHERE: {\n\t\t\t/*\n\t\t\t * HERE maps, formerly Nokia maps.\n\t\t\t * These basemaps are free, but you need an API key. Please sign up at\n\t\t\t * http://developer.here.com/getting-started\n\t\t\t *\n\t\t\t * Note that the base urls contain \'.cit\' whichs is HERE\'s\n\t\t\t * \'Customer Integration Testing\' environment. Please remove for production\n\t\t\t * envirionments.\n\t\t\t */\n\t\t\turl:\n\t\t\t\t\'http://{s}.{base}.maps.cit.api.here.com/maptile/2.1/\' +\n\t\t\t\t\'maptile/{mapID}/{variant}/{z}/{x}/{y}/256/png8?\' +\n\t\t\t\t\'app_id={app_id}&app_code={app_code}\',\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'Map © 1987-2014 <a href="http://developer.here.com">HERE</a>\',\n\t\t\t\tsubdomains: \'1234\',\n\t\t\t\tmapID: \'newest\',\n\t\t\t\t\'app_id\': \'<insert your app_id here>\',\n\t\t\t\t\'app_code\': \'<insert your app_code here>\',\n\t\t\t\tbase: \'base\',\n\t\t\t\tvariant: \'normal.day\',\n\t\t\t\tminZoom: 0,\n\t\t\t\tmaxZoom: 20\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tnormalDay: \'normal.day\',\n\t\t\t\tnormalDayCustom: \'normal.day.custom\',\n\t\t\t\tnormalDayGrey: \'normal.day.grey\',\n\t\t\t\tnormalDayMobile: \'normal.day.mobile\',\n\t\t\t\tnormalDayGreyMobile: \'normal.day.grey.mobile\',\n\t\t\t\tnormalDayTransit: \'normal.day.transit\',\n\t\t\t\tnormalDayTransitMobile: \'normal.day.transit.mobile\',\n\t\t\t\tnormalNight: \'normal.night\',\n\t\t\t\tnormalNightMobile: \'normal.night.mobile\',\n\t\t\t\tnormalNightGrey: \'normal.night.grey\',\n\t\t\t\tnormalNightGreyMobile: \'normal.night.grey.mobile\',\n\n\t\t\t\tcarnavDayGrey: \'carnav.day.grey\',\n\t\t\t\thybridDay: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tbase: \'aerial\',\n\t\t\t\t\t\tvariant: \'hybrid.day\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\thybridDayMobile: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tbase: \'aerial\',\n\t\t\t\t\t\tvariant: \'hybrid.day.mobile\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tpedestrianDay: \'pedestrian.day\',\n\t\t\t\tpedestrianNight: \'pedestrian.night\',\n\t\t\t\tsatelliteDay: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tbase: \'aerial\',\n\t\t\t\t\t\tvariant: \'satellite.day\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tterrainDay: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tbase: \'aerial\',\n\t\t\t\t\t\tvariant: \'terrain.day\'\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\tterrainDayMobile: {\n\t\t\t\t\toptions: {\n\t\t\t\t\t\tbase: \'aerial\',\n\t\t\t\t\t\tvariant: \'terrain.day.mobile\'\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tAcetate: {\n\t\t\turl: \'http://a{s}.acetate.geoiq.com/tiles/{variant}/{z}/{x}/{y}.png\',\n\t\t\toptions: {\n\t\t\t\tattribution:\n\t\t\t\t\t\'©2012 Esri & Stamen, Data from OSM and Natural Earth\',\n\t\t\t\tsubdomains: \'0123\',\n\t\t\t\tminZoom: 2,\n\t\t\t\tmaxZoom: 18,\n\t\t\t\tvariant: \'acetate-base\'\n\t\t\t},\n\t\t\tvariants: {\n\t\t\t\tbasemap: \'acetate-base\',\n\t\t\t\tterrain: \'terrain\',\n\t\t\t\tall: \'acetate-hillshading\',\n\t\t\t\tforeground: \'acetate-fg\',\n\t\t\t\troads: \'acetate-roads\',\n\t\t\t\tlabels: \'acetate-labels\',\n\t\t\t\thillshading: \'hillshading\'\n\t\t\t}\n\t\t}\n\t};\n\n\tL.tileLayer.provider = function (provider, options) {\n\t\treturn new L.TileLayer.Provider(provider, options);\n\t};\n\n\tL.Control.Layers.Provided = L.Control.Layers.extend({\n\t\tinitialize: function (base, overlay, options) {\n\t\t\tvar first;\n\n\t\t\tvar labelFormatter = function (label) {\n\t\t\t\treturn label.replace(/\\./g, \': \').replace(/([a-z])([A-Z])/g, \'$1 $2\');\n\t\t\t};\n\n\t\t\tif (base.length) {\n\t\t\t\t(function () {\n\t\t\t\t\tvar out = {},\n\t\t\t\t\t len = base.length,\n\t\t\t\t\t i = 0;\n\n\t\t\t\t\twhile (i < len) {\n\t\t\t\t\t\tif (typeof base[i] === \'string\') {\n\t\t\t\t\t\t\tif (i === 0) {\n\t\t\t\t\t\t\t\tfirst = L.tileLayer.provider(base[0]);\n\t\t\t\t\t\t\t\tout[labelFormatter(base[i])] = first;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tout[labelFormatter(base[i])] = L.tileLayer.provider(base[i]);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\ti++;\n\t\t\t\t\t}\n\t\t\t\t\tbase = out;\n\t\t\t\t}());\n\t\t\t\tthis._first = first;\n\t\t\t}\n\n\t\t\tif (overlay && overlay.length) {\n\t\t\t\t(function () {\n\t\t\t\t\tvar out = {},\n\t\t\t\t\t len = overlay.length,\n\t\t\t\t\t i = 0;\n\n\t\t\t\t\twhile (i < len) {\n\t\t\t\t\t\tif (typeof overlay[i] === \'string\') {\n\t\t\t\t\t\t\tout[labelFormatter(overlay[i])] = L.tileLayer.provider(overlay[i]);\n\t\t\t\t\t\t}\n\t\t\t\t\t\ti++;\n\t\t\t\t\t}\n\t\t\t\t\toverlay = out;\n\t\t\t\t}());\n\t\t\t}\n\t\t\tL.Control.Layers.prototype.initialize.call(this, base, overlay, options);\n\t\t},\n\t\tonAdd: function (map) {\n\t\t\tthis._first.addTo(map);\n\t\t\treturn L.Control.Layers.prototype.onAdd.call(this, map);\n\t\t}\n\t});\n\n\tL.control.layers.provided = function (baseLayers, overlays, options) {\n\t\treturn new L.Control.Layers.Provided(baseLayers, overlays, options);\n\t};\n}());\n\n//Utility functions for map info window\nfunction mapit(obj) {\n lat = parseFloat(obj.attr(\'data-latitude\'));\n lon = parseFloat(obj.attr(\'data-longitude\'));\n elid= obj.attr(\'data-imgid\');\n map = L.map(document.getElementById("mw-"+elid));\n centerCoord = new L.LatLng(lat, lon);\n zoom = 8;\n L.tileLayer.provider(\'Esri.WorldTopoMap\', {maxZoom: 18, attribution: \'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Tiles © Esri and the GIS User Community\'}).addTo(map);\n map.setView(centerCoord, zoom);\n L.marker([lat, lon]).addTo(map);\n}\n //########## utility functions to create/remove map container ############\nfunction create_map(obj) {\n //find id of this image caption:\n var imgid = obj.attr(\'data-imgid\');\n //create container divs\n $(\'<div class="map-container" id="mc-\'+imgid+\'">\').insertBefore($(obj).parent().parent());\n //$(obj).parent().parent().parent().prepend(\'<div class="map-container" id="mc-\'+imgid+\'">\');\n $(\'#mc-\'+imgid).append(\'<div class="map-wrapper" id="mw-\'+imgid+\'">\');\n //deal with the variable height of div.legend\n $(\'#mc-\'+imgid).css({\n bottom: function(index, value) {\n return parseFloat($(obj).parent().parent().height())+20;\n }\n });\n \n mapit(obj);\n}\nfunction remove_map(imgid) {\n $(\'#mc-\'+imgid).remove();\n}\n\n//############ Document.ready events ##############\n$(document).ready(function(){ \n\n //set up click events for map button\n $(\'.map-link\').click( function() {\n imgid = $(this).attr(\'data-imgid\');\n if ($(\'#mc-\'+imgid).is(":visible")) {\n remove_map(imgid); \n } else {\n create_map($(this));\n }\n return false;\n \n });\n var $ele = $(\'#slides\').children();\n var $curr = 0;\n\t$(document).bind(\'keydown\', function (e) {\n var code = e.which;\n switch (code) {\n case 39:\n if ($curr <= $ele.size()) {\n $.scrollTo($ele[$curr], 800 );\n $curr++;\n }\n break;\n case 37:\n if ($curr > 0) {\n $curr--;\n var $now = $curr;\n $now--;\n $.scrollTo($ele[$now], 800 );\n }\n break;\n }\n return;\n });\n});\n\n'
\ No newline at end of file +(function(){'use strict';L.TileLayer.Provider=L.TileLayer.extend({initialize:function(arg,options){var providers=L.TileLayer.Provider.providers;var parts=arg.split('.');var providerName=parts[0];var variantName=parts[1];if(!providers[providerName]){throw'No such provider ('+providerName+')';} +var provider={url:providers[providerName].url,options:providers[providerName].options};if(variantName&&'variants'in providers[providerName]){if(!(variantName in providers[providerName].variants)){throw'No such variant of '+providerName+' ('+variantName+')';} +var variant=providers[providerName].variants[variantName];var variantOptions;if(typeof variant==='string'){variantOptions={variant:variant};}else{variantOptions=variant.options;} +provider={url:variant.url||provider.url,options:L.Util.extend({},provider.options,variantOptions)};}else if(typeof provider.url==='function'){provider.url=provider.url(parts.splice(1,parts.length-1).join('.'));} +var attributionReplacer=function(attr){if(attr.indexOf('{attribution.')===-1){return attr;} +return attr.replace(/\{attribution.(\w*)\}/,function(match,attributionName){return attributionReplacer(providers[attributionName].options.attribution);});};provider.options.attribution=attributionReplacer(provider.options.attribution); var layerOpts=L.Util.extend({},provider.options,options);L.TileLayer.prototype.initialize.call(this,provider.url,layerOpts);}}); L.TileLayer.Provider.providers={OpenStreetMap:{url:'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',options:{attribution:'© <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, '+'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'},variants:{Mapnik:{},BlackAndWhite:{url:'http://{s}.www.toolserver.org/tiles/bw-mapnik/{z}/{x}/{y}.png'},DE:{url:'http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png'},HOT:{url:'http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',options:{attribution:'{attribution.OpenStreetMap}, Tiles courtesy of <a href="http://hot.openstreetmap.org/" target="_blank">Humanitarian OpenStreetMap Team</a>'}}}},OpenSeaMap:{url:'http://tiles.openseamap.org/seamark/{z}/{x}/{y}.png',options:{attribution:'Map data: © <a href="http://www.openseamap.org">OpenSeaMap</a> contributors'}},Thunderforest:{url:'http://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}.png',options:{attribution:'© <a href="http://www.opencyclemap.org">OpenCycleMap</a>, {attribution.OpenStreetMap}',variant:'cycle'},variants:{OpenCycleMap:'cycle',Transport:'transport',Landscape:'landscape',Outdoors:'outdoors'}},OpenMapSurfer:{url:'http://openmapsurfer.uni-hd.de/tiles/{variant}/x={x}&y={y}&z={z}',options:{minZoom:0,maxZoom:20,variant:'roads',attribution:'Imagery from <a href="http://giscience.uni-hd.de/">GIScience Research Group @ University of Heidelberg</a> — Map data {attribution.OpenStreetMap}'},variants:{Roads:'roads',AdminBounds:{options:{variant:'adminb',maxZoom:19}},Grayscale:{options:{variant:'roadsg',maxZoom:19}}}},MapQuestOpen:{url:'http://otile{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpeg',options:{attribution:'Tiles Courtesy of <a href="http://www.mapquest.com/">MapQuest</a> — '+'Map data {attribution.OpenStreetMap}',subdomains:'1234'},variants:{OSM:{},Aerial:{url:'http://oatile{s}.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg',options:{attribution:'Tiles Courtesy of <a href="http://www.mapquest.com/">MapQuest</a> — '+'Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency'}}}},MapBox:{url:function(id){return'http://{s}.tiles.mapbox.com/v3/'+id+'/{z}/{x}/{y}.png';},options:{attribution:'Imagery from <a href="http://mapbox.com/about/maps/">MapBox</a> — '+'Map data {attribution.OpenStreetMap}',subdomains:'abcd'}},Stamen:{url:'http://{s}.tile.stamen.com/{variant}/{z}/{x}/{y}.png',options:{attribution:'Map tiles by <a href="http://stamen.com">Stamen Design</a>, '+'<a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — '+'Map data {attribution.OpenStreetMap}',subdomains:'abcd',minZoom:0,maxZoom:20,variant:'toner'},variants:{Toner:'toner',TonerBackground:'toner-background',TonerHybrid:'toner-hybrid',TonerLines:'toner-lines',TonerLabels:'toner-labels',TonerLite:'toner-lite',Terrain:{options:{variant:'terrain',minZoom:4,maxZoom:18}},TerrainBackground:{options:{variant:'terrain-background',minZoom:4,maxZoom:18}},Watercolor:{options:{variant:'watercolor',minZoom:3,maxZoom:16}}}},Esri:{url:'https://server.arcgisonline.com/ArcGIS/rest/services/{variant}/MapServer/tile/{z}/{y}/{x}',options:{variant:'World_Street_Map',attribution:'Tiles © Esri'},variants:{WorldStreetMap:{options:{attribution:'{attribution.Esri} — '+'Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012'}},DeLorme:{options:{variant:'Specialty/DeLorme_World_Base_Map',minZoom:1,maxZoom:11,attribution:'{attribution.Esri} — Copyright: ©2012 DeLorme'}},WorldTopoMap:{options:{variant:'World_Topo_Map',attribution:'{attribution.Esri} — '+'Esri, DeLorme, NAVTEQ, TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User Community'}},WorldImagery:{options:{variant:'World_Imagery',attribution:'{attribution.Esri} — '+'Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'}},WorldTerrain:{options:{variant:'World_Terrain_Base',maxZoom:13,attribution:'{attribution.Esri} — '+'Source: USGS, Esri, TANA, DeLorme, and NPS'}},WorldShadedRelief:{options:{variant:'World_Shaded_Relief',maxZoom:13,attribution:'{attribution.Esri} — Source: Esri'}},WorldPhysical:{options:{variant:'World_Physical_Map',maxZoom:8,attribution:'{attribution.Esri} — Source: US National Park Service'}},OceanBasemap:{options:{variant:'Ocean_Basemap',maxZoom:13,attribution:'{attribution.Esri} — Sources: GEBCO, NOAA, CHS, OSU, UNH, CSUMB, National Geographic, DeLorme, NAVTEQ, and Esri'}},NatGeoWorldMap:{options:{variant:'NatGeo_World_Map',maxZoom:16,attribution:'{attribution.Esri} — National Geographic, Esri, DeLorme, NAVTEQ, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC'}},WorldGrayCanvas:{options:{variant:'Canvas/World_Light_Gray_Base',maxZoom:16,attribution:'{attribution.Esri} — Esri, DeLorme, NAVTEQ'}}}},OpenWeatherMap:{url:'http://{s}.tile.openweathermap.org/map/{variant}/{z}/{x}/{y}.png',options:{attribution:'Map data © <a href="http://openweathermap.org">OpenWeatherMap</a>',opacity:0.5},variants:{Clouds:'clouds',CloudsClassic:'clouds_cls',Precipitation:'precipitation',PrecipitationClassic:'precipitation_cls',Rain:'rain',RainClassic:'rain_cls',Pressure:'pressure',PressureContour:'pressure_cntr',Wind:'wind',Temperature:'temp',Snow:'snow'}},HERE:{url:'http://{s}.{base}.maps.cit.api.here.com/maptile/2.1/'+'maptile/{mapID}/{variant}/{z}/{x}/{y}/256/png8?'+'app_id={app_id}&app_code={app_code}',options:{attribution:'Map © 1987-2014 <a href="http://developer.here.com">HERE</a>',subdomains:'1234',mapID:'newest','app_id':'<insert your app_id here>','app_code':'<insert your app_code here>',base:'base',variant:'normal.day',minZoom:0,maxZoom:20},variants:{normalDay:'normal.day',normalDayCustom:'normal.day.custom',normalDayGrey:'normal.day.grey',normalDayMobile:'normal.day.mobile',normalDayGreyMobile:'normal.day.grey.mobile',normalDayTransit:'normal.day.transit',normalDayTransitMobile:'normal.day.transit.mobile',normalNight:'normal.night',normalNightMobile:'normal.night.mobile',normalNightGrey:'normal.night.grey',normalNightGreyMobile:'normal.night.grey.mobile',carnavDayGrey:'carnav.day.grey',hybridDay:{options:{base:'aerial',variant:'hybrid.day'}},hybridDayMobile:{options:{base:'aerial',variant:'hybrid.day.mobile'}},pedestrianDay:'pedestrian.day',pedestrianNight:'pedestrian.night',satelliteDay:{options:{base:'aerial',variant:'satellite.day'}},terrainDay:{options:{base:'aerial',variant:'terrain.day'}},terrainDayMobile:{options:{base:'aerial',variant:'terrain.day.mobile'}}}},Acetate:{url:'http://a{s}.acetate.geoiq.com/tiles/{variant}/{z}/{x}/{y}.png',options:{attribution:'©2012 Esri & Stamen, Data from OSM and Natural Earth',subdomains:'0123',minZoom:2,maxZoom:18,variant:'acetate-base'},variants:{basemap:'acetate-base',terrain:'terrain',all:'acetate-hillshading',foreground:'acetate-fg',roads:'acetate-roads',labels:'acetate-labels',hillshading:'hillshading'}}};L.tileLayer.provider=function(provider,options){return new L.TileLayer.Provider(provider,options);};L.Control.Layers.Provided=L.Control.Layers.extend({initialize:function(base,overlay,options){var first;var labelFormatter=function(label){return label.replace(/\./g,': ').replace(/([a-z])([A-Z])/g,'$1 $2');};if(base.length){(function(){var out={},len=base.length,i=0;while(i<len){if(typeof base[i]==='string'){if(i===0){first=L.tileLayer.provider(base[0]);out[labelFormatter(base[i])]=first;}else{out[labelFormatter(base[i])]=L.tileLayer.provider(base[i]);}} +i++;} +base=out;}());this._first=first;} +if(overlay&&overlay.length){(function(){var out={},len=overlay.length,i=0;while(i<len){if(typeof overlay[i]==='string'){out[labelFormatter(overlay[i])]=L.tileLayer.provider(overlay[i]);} +i++;} +overlay=out;}());} +L.Control.Layers.prototype.initialize.call(this,base,overlay,options);},onAdd:function(map){this._first.addTo(map);return L.Control.Layers.prototype.onAdd.call(this,map);}});L.control.layers.provided=function(baseLayers,overlays,options){return new L.Control.Layers.Provided(baseLayers,overlays,options);};}());function mapit(obj){lat=parseFloat(obj.attr('data-latitude'));lon=parseFloat(obj.attr('data-longitude'));elid=obj.attr('data-imgid');map=L.map(document.getElementById("mw-"+elid));centerCoord=new L.LatLng(lat,lon);zoom=8;L.tileLayer.provider('Esri.WorldTopoMap',{maxZoom:18,attribution:'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Tiles © Esri and the GIS User Community'}).addTo(map);map.setView(centerCoord,zoom);L.marker([lat,lon]).addTo(map);} +function create_map(obj){var imgid=obj.attr('data-imgid'); $('<div class="map-container" id="mc-'+imgid+'">').insertBefore($(obj).parent().parent());$('#mc-'+imgid).append('<div class="map-wrapper" id="mw-'+imgid+'">'); $('#mc-'+imgid).css({bottom:function(index,value){return parseFloat($(obj).parent().parent().height())+20;}});mapit(obj);} +function remove_map(imgid){$('#mc-'+imgid).remove();} +$(document).ready(function(){ $('.map-link').click(function(){imgid=$(this).attr('data-imgid');if($('#mc-'+imgid).is(":visible")){remove_map(imgid);}else{create_map($(this));} +return false;});var $ele=$('#slides').children();var $curr=0;$(document).bind('keydown',function(e){var code=e.which;switch(code){case 39:if($curr<=$ele.size()){$.scrollTo($ele[$curr],800);$curr++;} +break;case 37:if($curr>0){$curr--;var $now=$curr;$now--;$.scrollTo($ele[$now],800);} +break;} +return;});});
\ No newline at end of file diff --git a/site/media/robots.txt b/site/media/robots.txt deleted file mode 100644 index d7cd58c..0000000 --- a/site/media/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: /admin/
\ No newline at end of file |