From c11175d0eaa3a562abbe3958470f3157832d7a82 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Mon, 21 Jul 2014 11:17:28 -0400 Subject: [PATCH] subnav marker. misc styles and template --- assets/subnavMarker.png | Bin 0 -> 1270 bytes styles.css | 60 +++++++++++++++++++++++++++++++++++ templates/template.html | 68 ++++++++++++++++++++++------------------ 3 files changed, 97 insertions(+), 31 deletions(-) create mode 100755 assets/subnavMarker.png mode change 100644 => 100755 templates/template.html diff --git a/assets/subnavMarker.png b/assets/subnavMarker.png new file mode 100755 index 0000000000000000000000000000000000000000..aaabf1ade09ddb3fa368963482bbb5bc48dff536 GIT binary patch literal 1270 zcmbVMTWB0r7#}0cxoftL?4W%_bJ9B1t*qu4k znUn4$KGYTpjfgc+G?pUbi&#qSg;g?#4cZJUB3O z{&UX%egA#t#>YlC^*++eFwCY>(J0gP{^aesn||@1^P_axPDUol1a?RZhKL!maTT#8 z57tl_L3`%FXK0XN?z!StCds6^OSiC>f{9Kl_5zA#n8BTK0IdchY!%g9Kga$4{)Zgv z+Bt4_#uUvUkLqr5HbfJ%V-;(*VQDtE^C@;P)+vF92xMcg=|_5;hSVHEE8sc^o1(lgjXxC;?W{QXrGo02p8;5y%1%1xe!p(9?ePb+DOhq7q#c3PGd6*>r5N|$FnyrwCI!f;*%;)n{sNSX?nJje`X zGeA)?iqXZE{D?r`LS5S~wcWug8)Ef*h#9F?d+_7^n~&C( z@zuqfCpOO&izko8_Z?r}_d(C|+qPx>Ew3Fb&%gNF>gf{~U$?*dqUC)3>q88)WzW6y zFMUKl{chh8Vdde&zzeskd9-i78;-}!%z{_)Gw%Rfy$#y*MUCf0uyWX1G;r1tgqSDBi KadvqBk$(Z{9j<)< literal 0 HcmV?d00001 diff --git a/styles.css b/styles.css index e3bc302..797d395 100755 --- a/styles.css +++ b/styles.css @@ -10,6 +10,9 @@ body { #header { position: relative; } +a { + text-decoration: underline; + } /* Logo */ #logo { margin-left: -27px; @@ -77,6 +80,7 @@ body { display: block; padding-left: 20px; padding-right: 20px; + text-decoration: none; } /* Slideshow */ #homeSlide { @@ -226,3 +230,59 @@ body { #eventItemWrapper .cEventCategory { display: block; } +/* Subnav */ +#subnav { + width: 223px; + background-color: rgb(43, 133, 168); + border: 2px solid white; + box-shadow: 1px 1px 2px rgba(0, 0, 0, .5); + } +#subnav h2 { + color: white; + font-family: 'Source Sans Pro', sans-serif; + font-weight: bold; + font-size: 22px; + text-align: center; + } +#subnav a { + color: white; + display: block; + text-decoration: none; + } +#subnav a:hover { + color: #9dc6af; + text-shadow: 1px 1px #000; + } +#subnav a#current { + background: url(assets/subnavMarker.png) no-repeat center left; + padding-left: 14px; + } +#subnav ul, +#subnav li { + list-style-type: none; + margin: 0; + padding: 0; + } +#subnav ul { + margin: 15px; + } +#subnav li { + display: block; + } +#main { + margin-top: 16px; + } +#breadcrumbs { + font-size: 12px; + color: rgba(0, 0, 0, .5); + } + + + + + + + + + + diff --git a/templates/template.html b/templates/template.html old mode 100644 new mode 100755 index 86948ca..460b7d3 --- a/templates/template.html +++ b/templates/template.html @@ -9,7 +9,7 @@ {topScripts:h} - + {if:isHomePage} @@ -63,9 +63,6 @@ -
@@ -77,7 +74,7 @@
-
-
- {toolboxContent:h} -
-
- -
+
+
+
+ +
+
+
+ {toolboxContent:h} +
+
+ +
+
+
-- 2.17.1