From: Laury GvR Date: Tue, 14 Oct 2014 18:41:42 +0000 (-0400) Subject: Multi-blocks-friendly styling. Most not hard-coded X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=795c20d5166a94cf0f2e51bcc69842b5e1a93d8d;p=web%2FWP-Theme-GaslightMedia.git Multi-blocks-friendly styling. Most not hard-coded --- diff --git a/css/app.css b/css/app.css index 1039f98..613587a 100644 --- a/css/app.css +++ b/css/app.css @@ -13908,9 +13908,7 @@ article h2 { .homepage_testimonials_text { padding: 25px 10px; overflow: hidden; - height: 100%; } - -.homepage_testimonials_text p { + height: 100%; text-decoration: none; color: white; } @@ -13937,11 +13935,20 @@ article h2 { #homepage_gallery { text-align: center; } +.ngg-galleryoverview { + padding: 20px; } + .ngg-gallery-thumbnail-box { margin: 5px 0 !important; } +.ngg-gallery-thumbnail { + float: none !important; } + .ngg-gallery-thumbnail img { - padding: 0 !important; } + padding: 0 !important; + margin-left: auto !important; + margin-right: auto !important; + float: none; } /** * 4.2 Posts diff --git a/front-page.php b/front-page.php index efcf08b..377ed35 100644 --- a/front-page.php +++ b/front-page.php @@ -65,56 +65,26 @@ get_header(); ?>

Portfolio of Results

-

- Nestium numquam, conest, to comnis est, illes venitibus milit um! -

- -
- +
- -
-
-
-
+
+
+
+
-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do - eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim - ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut - aliquip ex ea commodo consequat. Duis aute irure dolor in - reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla - pariatur. Excepteur sint occaecat cupidatat non proident, sunt in - culpa qui officia deserunt mollit anim id est. -

-

- A testimonial resplendent in fabulosity. -

-

- Net or valta vailë lingwë, ná hos sáma luhta. Tuo tundo tellaurë ré. - É nulda atalantëa arantyalmë írë, huo ai vírë heri valinor, an ela - pahta mornië métima. Pica astar tumna írë be, fernë amaurëa mac up. - Hón sú tenna ontani alahasta, ría ya lissë nahamna arnanor. Ter sá - engwa naitya, ëa tuc aman línë lenca. Lú laicë silma ela, heri fernë - tië sá. Nimba silninquita tuc uë, oa mir yávë metta. Ep oio yára - avamarwa, nar ta ilca nahamna leryalehtya. Rer mí hísië vaina leryalehtya. -

+
+ +
+
+ +
+
+ +
@@ -125,10 +95,7 @@ get_header(); ?>
-

Problem Solvers

-

É nulda atalantëa arantyalmë írë, huo ai vírë heri valinor, an ela pahta - mornië métima. Pica astar tumna írë be, fernë amaurëa mac up. -

+
diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index ca4b093..5f0ffb0 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -500,8 +500,6 @@ article h2 { padding: 25px 10px; overflow: hidden; height: 100%; - } - .homepage_testimonials_text p { text-decoration: none; color: white; } @@ -529,11 +527,20 @@ article h2 { #homepage_gallery { text-align:center; } + .ngg-galleryoverview { + padding: 20px; + } .ngg-gallery-thumbnail-box { margin: 5px 0 !important; } + .ngg-gallery-thumbnail { + float: none !important; + } .ngg-gallery-thumbnail img { padding: 0 !important; + margin-left: auto !important; + margin-right: auto !important; + float: none; }