From bab68a44cefdc204a084fe0fb98acbbc2c1a2b18 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 27 Oct 2014 15:20:23 -0400 Subject: [PATCH] Images, videos, albums. Custom Nextgen. Custom nextgen templates for Album and Thumbnail gallery. Static pages for videos and gallery. A bunch of CSS, less javascript, NGG removed from editors. --- footer.php | 16 +++----- nggallery/album-glmalbums.php | 57 +++++++++++++++++++++++++ nggallery/gallery-glmphotos.php | 73 +++++++++++++++++++++++++++++++++ page-73.php | 10 +++-- page-75.php | 59 ++++++++++++++++++++++++++ scss/site/_structure.scss | 47 ++++++++++++++++++++- 6 files changed, 246 insertions(+), 16 deletions(-) create mode 100644 nggallery/album-glmalbums.php create mode 100644 nggallery/gallery-glmphotos.php create mode 100644 page-75.php diff --git a/footer.php b/footer.php index 4947150..a4859f7 100644 --- a/footer.php +++ b/footer.php @@ -49,17 +49,13 @@ diff --git a/page-75.php b/page-75.php new file mode 100644 index 0000000..e8b5d22 --- /dev/null +++ b/page-75.php @@ -0,0 +1,59 @@ + + + + + + +
id="interior"> +
ID), "full"); + echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;"'; + } + else { + echo ' class="no-image"'; + } + ?> + > +

Sanctuary of the great lakes

+
+
+
+ "); ?> +
+
+
+
+ +
+

+ +
+ +
+ + +
+
+ '' )); ?> +

+
+
+
+
+ + + + + + + diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 41e7cc4..2c44ecf 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -855,15 +855,58 @@ footer { margin: 0 0 4px 0 !important; padding: 0 !important; } + .photoTitle { + color: #ff9933; + font-family: "Lobster Two",cursive; + font-weight: 600; + font-size: 18px !important; + + overflow:hidden; + line-height: 1.4; + margin-bottom: 0; + margin-top: 0.2rem; + max-height: 50px; + } .photoHead { display: block; text-align: center; - min-height: 38px; +/* min-height: 38px;*/ + line-height: 1.4; + max-height: 85px; + overflow:hidden; margin: 0 !important; padding: 5px; background: none; + font-size: 15px !important; + } + .ngg-glmalbums { + float: left; + text-align: left; + margin-bottom: 30px; + height: 275px; + .photoTitle { + margin-top: 8px; + } + } + .ngg-album-compactbox { + padding: 0 2% !important; + margin: 0 auto !important; + width: 90%; + .ngg-album-link { + text-align: center; + } + } + .ngg-album-desc { +/* margin: 1px !important;*/ + width: 90%; + } + #fancybox-title { + font: arial 16px normal 400; + line-height: 25.6px; + } + .ngg-album-gallery-image-counter { + font-size: 13px; } - /** * 4.2 Posts * ------------------------------------ -- 2.17.1