From: Laury GvR Date: Tue, 12 Apr 2016 19:03:21 +0000 (-0400) Subject: Titles reverted, descriptions h4-ified X-Git-Tag: v1.0.0^2~46 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4bcaa2cb29687e5921f66a5719ae864074a13a28;p=WP-Themes%2Fgaslightmedia.git Titles reverted, descriptions h4-ified --- diff --git a/css/app.css b/css/app.css index 1a62ce6..d65bba0 100644 --- a/css/app.css +++ b/css/app.css @@ -6771,14 +6771,21 @@ h2#block-title { top: 0; padding-top: 10px; padding-bottom: 5px; } + #fancybox-title * { + color: #f5822a; + letter-spacing: 0.1em; + font-size: 1.5rem; + line-height: 1.0; + font-family: "Lato"; + font-style: normal; + font-weight: normal; + margin-bottom: 0.5rem; + margin-top: 0.2rem; + text-rendering: optimizelegibility; } #fancybox-title #fancybox-title-inside { padding: 2px 0; } #fancybox-title #fancybox-title-inside h1, #fancybox-title #fancybox-title-inside h2, #fancybox-title #fancybox-title-inside h3, #fancybox-title #fancybox-title-inside h4, #fancybox-title #fancybox-title-inside h5, #fancybox-title #fancybox-title-inside h6 { color: #f5822a; } - #fancybox-title #fancybox-title-inside p { - color: black; } - #fancybox-title #fancybox-title-inside div { - color: black; } #fancybox-title #fancybox-title-inside a { text-decoration: none; border-bottom: 1px solid rgba(5, 104, 179, 0.35); } diff --git a/nggallery/gallery-glmphotos-light-3.php b/nggallery/gallery-glmphotos-light-3.php index 58d0f26..408c538 100644 --- a/nggallery/gallery-glmphotos-light-3.php +++ b/nggallery/gallery-glmphotos-light-3.php @@ -82,10 +82,10 @@ Follow variables are useable : data-title="alttext); ?>" data-description="description); ?>" thumbcode ?> > -

hidden) { echo esc_attr($imageTitle); }?> -

+ diff --git a/scss/plugins/_nextgen.scss b/scss/plugins/_nextgen.scss index 7536fd5..7b82137 100644 --- a/scss/plugins/_nextgen.scss +++ b/scss/plugins/_nextgen.scss @@ -18,6 +18,18 @@ } #fancybox-title { + * { + color: #f5822a; + letter-spacing: 0.1em; + font-size: rem-calc(24); + line-height: 1.0; + font-family: "Lato"; + font-style: normal; + font-weight: normal; + margin-bottom: 0.5rem; + margin-top: 0.2rem; + text-rendering: optimizelegibility; + } position: absolute; top: 0; padding-top: 10px; @@ -27,12 +39,6 @@ h1,h2,h3,h4,h5,h6 { color: $orange; } - p { - color: black; - } - div { - color: black; - } a { text-decoration: none; border-bottom: 1px solid rgba(5,104,179,.35);