This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.pane-bean-dreamforce-2015-speaker-thumb-2, | |
.pane-bean-dreamforce-2015-thumb-3, | |
.pane-bean-dreamforce-2015-thumb-4, | |
.pane-bean-dreamforce-2015-bio-2, | |
.pane-bean-dreamforce-2015-bio-3, | |
.pane-bean-dreamforce-2015-bio-4 { | |
display: initial !important; | |
} | |
.speaker-row .panels-flexible-region-first .content{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $ldc_like_text, $ldc_dislike_text; | |
$ldc_options = get_option('ldclite_options'); | |
$ldc_like_text = $ldc_options['ldc_like_text']; | |
$ldc_dislike_text = $ldc_options['ldc_dislike_text']; | |
$ldc_deactivate = $ldc_options['ldc_deactivate']; | |
function ldc_like_counter_p($text="Likes: ",$post_id=NULL) | |
{ | |
global $post; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Twenty Fifteen Child | |
Theme URI: http://example.com/twenty-fifteen-child/ | |
Description: Twenty Fifteen Child Theme | |
Author: John Doe | |
Author URI: http://example.com | |
Template: twentyfifteen | |
Version: 1.0.0 | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.node-type-case-study .pane-node-field-casestudy-download-link { | |
margin: 50px 0; | |
} | |
.node-type-case-study .pane-node-field-casestudy-download-link .view-msc-view-case-studies-download-link { | |
margin-top: 9px; | |
} | |
.node-type-case-study .field-casestudy-factoid-collect:nth-child(2):before { | |
content: " "; | |
border-left:1px solid white; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page-node-1622.node-type-msc-ct-basic-landing-page .panel-pane.pane-entity-field.pane-node-field-basic-resource-items .field-basic-resource-items:nth-child(7), | |
.page-node-1622.node-type-msc-ct-basic-landing-page .panel-pane.pane-entity-field.pane-node-field-basic-resource-items .field-basic-resource-items:nth-child(8) { | |
display:none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.slick-track > .hero-banner-row:nth-child(2) { | |
background:red; | |
} | |
.slick-track > .hero-banner-row:nth-child(2) > .hero-banner-content > .hero-banner-content-inside h2 { | |
width:100% !important; | |
text-align:center; | |
} | |
.slick-track > .hero-banner-row:nth-child(2) > .hero-banner-content > .hero-banner-content-inside > .field-banner-slides-subheading { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.node-type-msc-ct-solution-landing-page .pane-node-field-prodlanding-content .field-plc-links a { | |
min-width: 154px; | |
min-width: 154px; | |
max-width: 200px; | |
} | |
.node-type-msc-ct-solution-landing-page .header-area .field-basic-links { | |
margin-bottom:10px; | |
} | |
.page-node-1784.node-type-msc-ct-solution-landing-page .header-area .field-basic-links { | |
float:left; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.node-type-msc-ct-solution-landing-page .zebra-content .even .inside, .node-type-msc-ct-solution-landing-page .zebra-content .odd .inside { | |
max-width: 64em; | |
margin: 0 auto; | |
width:auto; | |
} | |
.node-type-msc-ct-solution-landing-page .header-area .field-basic-links { | |
margin-bottom: 10px; | |
} | |
.page-node-3341 .inside.panels-flexible-region-inside .panel-pane.pane-entity-field.pane-node-field-prodlanding-content div:nth-child(3) h1 { color: #fff; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
.inside.panels-flexible-region-inside > .panel-pane.pane-entity-field.pane-node-field-prodlanding-content > div:nth-child(2), | |
.inside.panels-flexible-region-inside > .panel-pane.pane-entity-field.pane-node-field-prodlanding-content > div:nth-child(4) { | |
background:#f2f2f2; | |
color:#323031; | |
} | |
.node-type-msc-ct-product-landing-page .zebra-content .even .inside p, | |
.node-type-msc-ct-product-landing-page .zebra-content .even .inside { | |
color:#323031; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* General styles for product pages | |
*/ | |
/* wrapper */ | |
.page-platform .inside.panels-flexible-row-inside { | |
margin: 0 auto; | |
width: 64em; | |
} | |
@media screen and (max-width: 64em) { |