From: Ove Klykken Date: Tue, 15 Jul 2014 20:05:07 +0000 (-0400) Subject: removed PG styles - new logos - and some stuff X-Git-Tag: v1.0^2~14^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bd14f162e711c1fef9047bbd1a10de07958c44ea;p=web%2FBigFore.git removed PG styles - new logos - and some stuff --- diff --git a/Toolkit/Photos/templates/photoGalleryWrapper.html b/Toolkit/Photos/templates/photoGalleryWrapper.html index b98f3dd..2cedf5a 100644 --- a/Toolkit/Photos/templates/photoGalleryWrapper.html +++ b/Toolkit/Photos/templates/photoGalleryWrapper.html @@ -1,196 +1,5 @@ diff --git a/assets/logos.gif b/assets/logos.gif index e33809b..67ac669 100755 Binary files a/assets/logos.gif and b/assets/logos.gif differ diff --git a/styles.css b/styles.css index 1dd7581..cb00471 100644 --- a/styles.css +++ b/styles.css @@ -183,14 +183,13 @@ nav li ul li a:hover { } .nivo-controlNav { -display: block; -position: absolute; -z-index: 999; -bottom: 10px; -width: 100%; + display: block; + position: absolute; + z-index: 999; + bottom: 10px; + width: 100%; text-align: center; - -} + } /* Property Images */ #propertyImages, #propertyImages li { @@ -210,6 +209,193 @@ width: 100%; #propertyImages li:last-child img { margin-left: 80px; } +#googlemap { + width: 50%; + float: left; + } +#photoGallery { + width: 50%; + float: right; + } +#photoGallery h2 { + display: none; + } +/* Start misc PG code */ +#media-photo-gallery { + font-size:12px; +} +#gallery { + clear:both; +} +.gallery { + text-align: center; + list-style: none outside none; + padding: 10px 0 0 0; +} +.gallery:after { + clear: both; + content: "."; + display: block; + height: 0; + visibility: hidden; +} +.gallery li { + background: none repeat scroll 0 0 #F5F3E5; + float: left; + margin: 0 2% 26px 0; + overflow: hidden; + position: relative; + +} + +.gallery li img { + width: 100%; + border: 1px solid #2797AB; + display: block; + height: auto;/*width: 143px;*/ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.gallery li:hover img { + border: 1px solid #B8C728; +} +.gallery .ui-content { + overflow: hidden; +} +.media-gallery-download { + font-size: 10px; + min-height: 22px; +} +#media-photo-gallery div { + clear:none; + font-size: 1em; + height: auto; + margin: 0; + padding: 0; +} +#media-photo-gallery div p { + display: block; + color: black; + padding: 5px; + text-shadow: none; + font-weight: normal; +} +#media-photo-gallery div a { +} +#filter_wrapper { + overflow: hidden; +} +#cat_filter_wrapper { + float: left; + height: 56px; +} +#photoCategoryLabel { + float: left; +} +#photoCategoryId { + float: left; + clear: left; + width: 180px; + height: 24px; + border: 1px solid #ABADB3; + box-sizing: border-box; + padding:.2em;/.3em; +} +#photoCategoryId option { + padding: 3px; +} +#media-login #username { + float: left; + width: 100px; + height: 10px; + padding: 5px; + margin: 0 5px 0 0; + border: 1px solid #ABADB3; +} +#media-login #password { + float: left; + width: 100px; + height: 10px; + padding: 5px; + margin: 0 5px 0 0; + border: 1px solid #ABADB3; +} +#media-login #submit { + display: block; + float: left; + width: 24px; + height: 22px; + cursor: pointer; + background: url(base_url;?>assets/play.gif) 50% 50% no-repeat; + border: 1px solid #ABADB3; + -bracket-:hack(; + height: 22px; + ); +} +.photoHead { + display: block; + text-align: center; + margin: 0 !important; + padding: 5px; + background: none; +} +.captionWrapper { + display: block; + width: 100%; + overflow: hidden; +} +.captionTitleWrapper { + display: block; + width: 50%; + float: left; + font-size: 18px; + font-size: 1.8rem; + font-weight: bold; + color: #FFF; + text-align: left; + padding: 10px 20px; + margin: 0; +} +.captionDescWrapper { + display: block; + width: 50%; + float: left; + clear: left; + font-size: 14px; + font-size: 1.4rem; + color: #FFF; + text-align: left; + padding: 0 20px 10px 20px; + margin: 0; +} +.download_wrapper { + display: block; + position: absolute; + z-index: 99; + top: 10px; + right: 20px; + width: 30%; + font-size: 14px; + font-size: 1.4rem; + color: #FFF; + text-align: left; + padding: 6px 0 10px 20px; + margin: 0; + text-align: right; +} +.download_wrapper a { + color: #CCC; +} +.download_wrapper a:hover { + color: #FFF; +} +.ps-caption-content { + width: 100%; + overflow: hidden; + position: relative; +} +/* End Misc PG styles */ /* Pricing */ #pricing { clear: both; @@ -289,6 +475,9 @@ address { #footer:after { clear: both; } +#footer { + clear: both; + } #footer ul, #footer li { display: block; list-style-type: none;