-.inner-wrap>section>#wrapper {\r
+nav.tab-bar a #logoTop {\r
+ margin-left: 60px;\r
+ max-height: 100%;}\r
+\r
+ShadowWhenNeeded {\r
box-shadow: 0 0 10px rgba(0, 0, 0, .5);\r
\r
-webkit-box-shadow: 8px 0 6px -6px rgba(0, 0, 0, .5), -8px 0 6px -6px rgba(0, 0, 0, .5);\r
#home #toolbox {\r
margin-left: 45px;\r
}\r
-#toolbox.nosideNav {\r
- margin-left: 50px;\r
+/* For Small */\r
+@media only screen {\r
+ #toolbox.nosideNav {\r
+ margin-left: 0;\r
+ }\r
+ }\r
+/* For larger than Small */\r
+@media only screen and (min-width: 40.063em) {\r
+ #toolbox.nosideNav {\r
+ margin-left: 50px;\r
+ }\r
}\r
#toolbox h1,\r
#toolbox h2 {\r
margin: 0 0 20px 20px;\r
float: right;\r
}\r
+/* For Small */\r
+@media only screen {\r
+ .imageleft, .imageright {\r
+ float: none;\r
+ }\r
+ }\r
.imagecaption {\r
font-size: 12px;\r
font-style: italic;\r
}\r
/* Subnav */\r
#subnav {\r
- width: 223px;\r
+ /* width: 223px; */\r
background-color: rgb(43, 133, 168);\r
border: 2px solid white;\r
box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);\r
+ margin-bottom: 20px;\r
}\r
#subnav h2 {\r
color: white;\r
- font-family: 'Source Sans Pro', sans-serif;\r
- font-weight: bold;\r
font-size: 22px;\r
text-align: center;\r
}\r
color: white;\r
display: block;\r
text-decoration: none;\r
+ line-height: 1.1em;\r
+ padding: 3px 0;\r
}\r
#subnav a:hover {\r
color: #9dc6af;\r
text-shadow: 1px 1px #000;\r
}\r
#subnav a#current {\r
- background: url(assets/subnavMarker.png) no-repeat top left;\r
+ background: url(assets/subnavMarker.png) no-repeat left top;\r
padding-left: 14px;\r
}\r
#subnav ul,\r
#subnav li {\r
display: block;\r
}\r
+\r
+/* 2xsub */\r
+#subnav ul ul {\r
+ margin: 0;\r
+ }\r
+#subnav ul ul a {\r
+ padding-left: 25px;\r
+ }\r
+#subnav ul ul a#current {\r
+ padding-left: 25px;\r
+ background: url(assets/subnavMarker.png) no-repeat 11px top;\r
+ }\r
+/* 3xsub */\r
+#subnav ul ul ul {\r
+ margin: 0;\r
+ }\r
+#subnav ul ul ul a {\r
+ padding-left: 35px;\r
+ }\r
+#subnav ul ul ul a#current {\r
+ padding-left: 35px;\r
+ background: url(assets/subnavMarker.png) no-repeat 22px top;\r
+ }\r
+/* end subsub */\r
#main {\r
margin-top: 16px;\r
}\r
<link rel="stylesheet" href="{mediaBaseURL:h}css/foundation.css">
<link rel="stylesheet" href="{mediaBaseURL:h}styles.css">
{topScripts:h}
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600' rel='stylesheet' type='text/css'>
+
</head>
{if:isHomePage}
<body id="home">
{end:}
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
- <nav class="tab-bar show-for-small">
+ <nav class="tab-bar show-for-small" style="background: rgb(71,118,69);">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>
</section>
+ <a href="{homePageUrl:h}"><img src="{mediaBaseURL:h}assets/logo.png" id="logoTop"></a>
</nav>
<!-- Off Canvas Menu -->
<section>
- <div id="wrapper">
+ <!--<div id="wrapper"> -->
<div class="row">
<div class="large-12 columns" id="header">
- <a href="{homePageUrl:h}">
+ <a href="{homePageUrl:h}" class="hide-for-small-only">
<img src="{mediaBaseURL:h}assets/logo.png" id="logo">
</a>
<div id="search">
<input type="submit" id="searchSubmit">
</form>
</div>
- <nav class="clearfix">
+ <nav class="clearfix hide-for-small-only">
<ul class="clearfix">
<li>
<a href="{baseURLDefined:h}departments-2/">Departments</a>
<div class="large-12 columns" id="main">
<div class="row">
{if:sideNav}
- <div class="large-3 columns">
+ <div class="medium-4 large-3 columns hide-for-small-only">
<div id="subnav">
{sideNav:h}
</div>
</div>
- <div class="large-9 columns">
+ <div class="small-12 medium-8 large-9 columns">
{else:}
- <div class="large-12 columns">
+ <div class="small-12 medium-12 large-12 columns">
{end:}
{if:sideNav}
<div id="toolbox">
<p>Copyright©2014 City of Mackinac Island. Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>. All Rights Reserved. </p>
</div>
</div>
- </div><!-- /#wrapper -->
+ <!--</div> /#wrapper -->
</section>