diff --git a/css/executive.css b/css/executive.css index 8482e9e..f951337 100644 --- a/css/executive.css +++ b/css/executive.css @@ -11976,125 +11976,125 @@ blockquote { background-color: #d17011; } -#content .panel-row-style-row-green { +#content .panel-row-style.row-green { background-color: rgba(208, 231, 81, 0.9); } -#content .panel-row-style-row-green .widget { +#content .panel-row-style.row-green .widget { color: #000; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); } -#content .panel-row-style-row-green .widget_sp_image-description { +#content .panel-row-style.row-green .widget_sp_image-description { display: none; } -.ie8 #content .panel-row-style-row-green { +.ie8 #content .panel-row-style.row-green { background-color: #d0e751; } -#content .entry-content .panel-grid .panel-row-style-row-darkgrey { +#content .entry-content .panel-grid .panel-row-style.row-darkgrey { background-color: rgba(41, 41, 41, 0.9); } -#content .entry-content .panel-grid .panel-row-style-row-darkgrey .widget { +#content .entry-content .panel-grid .panel-row-style.row-darkgrey .widget { color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); } -#content .entry-content .panel-grid .panel-row-style-row-darkgrey .widget_sp_image-description { +#content .entry-content .panel-grid .panel-row-style.row-darkgrey .widget_sp_image-description { display: none; } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-darkgrey { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-darkgrey { background-color: #292929; } -#content .entry-content .panel-grid .panel-row-style-row-lightgrey { +#content .entry-content .panel-grid .panel-row-style.row-lightgrey { background-color: rgba(239, 239, 239, 0.9); } -#content .entry-content .panel-grid .panel-row-style-row-lightgrey .widget { +#content .entry-content .panel-grid .panel-row-style.row-lightgrey .widget { color: #000; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); } -#content .entry-content .panel-grid .panel-row-style-row-lightgrey .widget_sp_image-description { +#content .entry-content .panel-grid .panel-row-style.row-lightgrey .widget_sp_image-description { display: none; } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-lightgrey { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-lightgrey { background-color: #EFEFEF; } -#content .entry-content .panel-grid .panel-row-style-row-blue { +#content .entry-content .panel-grid .panel-row-style.row-blue { background-color: rgba(38, 173, 228, 0.9); } -#content .entry-content .panel-grid .panel-row-style-row-blue .widget { +#content .entry-content .panel-grid .panel-row-style.row-blue .widget { color: #fff; } -#content .entry-content .panel-grid .panel-row-style-row-blue .widget_sp_image-description { +#content .entry-content .panel-grid .panel-row-style.row-blue .widget_sp_image-description { display: none; } -#content .entry-content .panel-grid .panel-row-style-row-blue a { +#content .entry-content .panel-grid .panel-row-style.row-blue a { color: yellow; } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-blue { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-blue { background-color: #26ade4; } -#content .entry-content .panel-grid .panel-row-style-row-darkred { +#content .entry-content .panel-grid .panel-row-style.row-darkred { background-color: rgba(74, 5, 0, 0.9); } -#content .entry-content .panel-grid .panel-row-style-row-darkred .widget { +#content .entry-content .panel-grid .panel-row-style.row-darkred .widget { color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); } -#content .entry-content .panel-grid .panel-row-style-row-darkred .widget_sp_image-description { +#content .entry-content .panel-grid .panel-row-style.row-darkred .widget_sp_image-description { display: none; } -.ie8 #content .panel-row-style-row-darkred { +.ie8 #content .panel-row-style.row-darkred { background-color: #4a0500; } -#content .entry-content .panel-grid .panel-row-style-row-purple { +#content .entry-content .panel-grid .panel-row-style.row-purple { background-color: rgba(132, 54, 181, 0.9); } -#content .entry-content .panel-grid .panel-row-style-row-purple .widget { +#content .entry-content .panel-grid .panel-row-style.row-purple .widget { color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); } -#content .entry-content .panel-grid .panel-row-style-row-purple .widget_sp_image-description { +#content .entry-content .panel-grid .panel-row-style.row-purple .widget_sp_image-description { display: none; } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-purple { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-purple { background-color: #8436b5; } -#content .entry-content .panel-grid .panel-row-style-row-orange { +#content .entry-content .panel-grid .panel-row-style.row-orange { background-color: rgba(209, 112, 17, 0.9); } -#content .entry-content .panel-grid .panel-row-style-row-orange .widget { +#content .entry-content .panel-grid .panel-row-style.row-orange .widget { color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); } -#content .entry-content .panel-grid .panel-row-style-row-orange .widget_sp_image-description { +#content .entry-content .panel-grid .panel-row-style.row-orange .widget_sp_image-description { display: none; } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-orange { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-orange { background-color: #d17011; } diff --git a/sass/executive.scss b/sass/executive.scss index cd6b92a..d4cc8a0 100644 --- a/sass/executive.scss +++ b/sass/executive.scss @@ -458,7 +458,7 @@ $darkpurple: rgba($darkpurple_hex, $transparency); } -#content .panel-row-style-row-green { +#content .panel-row-style.row-green { background-color:$green; .widget { color:#000; @@ -468,11 +468,11 @@ $darkpurple: rgba($darkpurple_hex, $transparency); display:none; } } -.ie8 #content .panel-row-style-row-green { +.ie8 #content .panel-row-style.row-green { background-color:$green_hex; } -#content .entry-content .panel-grid .panel-row-style-row-darkgrey { +#content .entry-content .panel-grid .panel-row-style.row-darkgrey { background-color:$darkgrey; .widget { color:#fff; @@ -482,12 +482,12 @@ $darkpurple: rgba($darkpurple_hex, $transparency); display:none; } } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-darkgrey { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-darkgrey { background-color:$darkgrey_hex; } -#content .entry-content .panel-grid .panel-row-style-row-lightgrey { +#content .entry-content .panel-grid .panel-row-style.row-lightgrey { background-color:$lightgrey; .widget { color:#000; @@ -497,12 +497,12 @@ $darkpurple: rgba($darkpurple_hex, $transparency); display:none; } } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-lightgrey { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-lightgrey { background-color:$lightgrey_hex; } -#content .entry-content .panel-grid .panel-row-style-row-blue { +#content .entry-content .panel-grid .panel-row-style.row-blue { background-color:$blue; .widget { color:#fff; @@ -514,12 +514,12 @@ $darkpurple: rgba($darkpurple_hex, $transparency); color:yellow; } } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-blue { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-blue { background-color:$blue_hex; } -#content .entry-content .panel-grid .panel-row-style-row-darkred { +#content .entry-content .panel-grid .panel-row-style.row-darkred { background-color:$darkred; .widget { color:#fff; @@ -529,11 +529,11 @@ $darkpurple: rgba($darkpurple_hex, $transparency); display:none; } } -.ie8 #content .panel-row-style-row-darkred { +.ie8 #content .panel-row-style.row-darkred { background-color:$darkred_hex; } -#content .entry-content .panel-grid .panel-row-style-row-purple { +#content .entry-content .panel-grid .panel-row-style.row-purple { background-color:$purple; .widget { color:#fff; @@ -543,11 +543,11 @@ $darkpurple: rgba($darkpurple_hex, $transparency); display:none; } } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-purple { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-purple { background-color:$purple_hex; } -#content .entry-content .panel-grid .panel-row-style-row-orange { +#content .entry-content .panel-grid .panel-row-style.row-orange { background-color:$orange; .widget { color:#fff; @@ -558,7 +558,7 @@ $darkpurple: rgba($darkpurple_hex, $transparency); } } -.ie8 #content .entry-content .panel-grid .panel-row-style-row-orange { +.ie8 #content .entry-content .panel-grid .panel-row-style.row-orange { background-color:$orange_hex; } @@ -566,7 +566,7 @@ $darkpurple: rgba($darkpurple_hex, $transparency); padding:0; } .page-template-page-business-home #content .widget_black-studio-tinymce { - padding:25px 45px; + padding:25px 45px; }