Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • csaldanha

    (@csaldanha)

    Can confirm it’s fixed! Thank you @marcelismus for the quick update!

    csaldanha

    (@csaldanha)

    Same issue on my end. The recent plugin update crashed my whole site and I had to use the WordPress Recovery mode to deactivate it.

    Thread Starter csaldanha

    (@csaldanha)

    Sorry for the late reply, but adding !important still doesn’t fix it @dewdan

    Thread Starter csaldanha

    (@csaldanha)

    @llavillaccama unfortunately no. ??

    I was also experiencing this issue but can confirm that the latest update did fix it. Thanks!

    Thread Starter csaldanha

    (@csaldanha)

    Nevermind, I got it! If anyone else stumbles across this post, here’s the code that CSS that worked. Simply add this to the “Additional CSS” section of the customizer (you might see some errors being thrown, but just disregard them as it works just fine).

    @media (prefers-color-scheme: dark){
    	button,
    input[type="button"],
    input[type="submit"],
    .entry-footer .edit-link a.post-edit-link {
    	background-color: #fff;
    }
    
    a:hover,
    a:active,
    .entry-content a:focus,
    .entry-content a:hover,
    .entry-summary a:focus,
    .entry-summary a:hover,
    .comment-content a:focus,
    .comment-content a:hover,
    .widget a:focus,
    .widget a:hover,
    .site-footer .widget-area a:focus,
    .site-footer .widget-area a:hover,
    .posts-navigation a:focus,
    .posts-navigation a:hover,
    .comment-metadata a:focus,
    .comment-metadata a:hover,
    .comment-metadata a.comment-edit-link:focus,
    .comment-metadata a.comment-edit-link:hover,
    .comment-reply-link:focus,
    .comment-reply-link:hover,
    .widget_authors a:focus strong,
    .widget_authors a:hover strong,
    .entry-title a:focus,
    .entry-title a:hover,
    .entry-meta a:focus,
    .entry-meta a:hover,
    .blog .entry-meta a.post-edit-link:focus,
    .blog .entry-meta a.post-edit-link:hover,
    .archive .entry-meta a.post-edit-link:focus,
    .archive .entry-meta a.post-edit-link:hover,
    .search .entry-meta a.post-edit-link:focus,
    .search .entry-meta a.post-edit-link:hover,
    .page-links a:focus .page-number,
    .page-links a:hover .page-number,
    .entry-footer .cat-links a:focus,
    .entry-footer .cat-links a:hover,
    .entry-footer .tags-links a:focus,
    .entry-footer .tags-links a:hover,
    .post-navigation a:focus,
    .post-navigation a:hover,
    .pagination a:not(.prev):not(.next):focus,
    .pagination a:not(.prev):not(.next):hover,
    .comments-pagination a:not(.prev):not(.next):focus,
    .comments-pagination a:not(.prev):not(.next):hover,
    .logged-in-as a:focus,
    .logged-in-as a:hover,
    a:focus .nav-title,
    a:hover .nav-title,
    .edit-link a:focus,
    .edit-link a:hover,
    .site-info a:focus,
    .site-info a:hover,
    .widget .widget-title a:focus,
    .widget .widget-title a:hover,
    .widget ul li a:focus,
    .widget ul li a:hover {
    	color: #fff;
    }
    
    .entry-content a:focus,
    .entry-content a:hover,
    .entry-summary a:focus,
    .entry-summary a:hover,
    .comment-content a:focus,
    .comment-content a:hover,
    .widget a:focus,
    .widget a:hover,
    .site-footer .widget-area a:focus,
    .site-footer .widget-area a:hover,
    .posts-navigation a:focus,
    .posts-navigation a:hover,
    .comment-metadata a:focus,
    .comment-metadata a:hover,
    .comment-metadata a.comment-edit-link:focus,
    .comment-metadata a.comment-edit-link:hover,
    .comment-reply-link:focus,
    .comment-reply-link:hover,
    .widget_authors a:focus strong,
    .widget_authors a:hover strong,
    .entry-title a:focus,
    .entry-title a:hover,
    .entry-meta a:focus,
    .entry-meta a:hover,
    .blog .entry-meta a.post-edit-link:focus,
    .blog .entry-meta a.post-edit-link:hover,
    .archive .entry-meta a.post-edit-link:focus,
    .archive .entry-meta a.post-edit-link:hover,
    .search .entry-meta a.post-edit-link:focus,
    .search .entry-meta a.post-edit-link:hover,
    .page-links a:focus .page-number,
    .page-links a:hover .page-number,
    .entry-footer .cat-links a:focus,
    .entry-footer .cat-links a:hover,
    .entry-footer .tags-links a:focus,
    .entry-footer .tags-links a:hover,
    .post-navigation a:focus,
    .post-navigation a:hover,
    .pagination a:not(.prev):not(.next):focus,
    .pagination a:not(.prev):not(.next):hover,
    .comments-pagination a:not(.prev):not(.next):focus,
    .comments-pagination a:not(.prev):not(.next):hover,
    .logged-in-as a:focus,
    .logged-in-as a:hover,
    a:focus .nav-title,
    a:hover .nav-title,
    .edit-link a:focus,
    .edit-link a:hover,
    .site-info a:focus,
    .site-info a:hover,
    .widget .widget-title a:focus,
    .widget .widget-title a:hover,
    .widget ul li a:focus,
    .widget ul li a:hover {
    	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1); /* Equivalant to #fff */
    	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1); /* Equivalant to #fff */
    }
    
    .entry-content a,
    .entry-summary a,
    .comment-content a,
    .widget a,
    .site-footer .widget-area a,
    .posts-navigation a,
    .widget_authors a strong {
    	-webkit-box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1); /* Equivalant to #f0f0f0 */
    	box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1); /* Equivalant to #f0f0f0 */
    }
    
    body,
    button,
    input,
    select,
    textarea,
    h3,
    h4,
    h6,
    label,
    .entry-title a,
    .twentyseventeen-front-page .panel-content .recent-posts article,
    .entry-footer .cat-links a,
    .entry-footer .tags-links a,
    .format-quote blockquote,
    .nav-title,
    .comment-body {
    	color: #eee;
    }
    
    /* Placeholder text color -- selectors need to be separate to work. */
    ::-webkit-input-placeholder {
    	color: #ddd;
    }
    
    :-moz-placeholder {
    	color: #ddd;
    }
    
    ::-moz-placeholder {
    	color: #ddd;
    }
    
    :-ms-input-placeholder {
    	color: #ddd;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus,
    .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    	border-color: #eee;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus,
    button.secondary,
    input[type="reset"],
    input[type="button"].secondary,
    input[type="reset"].secondary,
    input[type="submit"].secondary,
    a,
    .site-title,
    .site-title a,
    .navigation-top a,
    .dropdown-toggle,
    .menu-toggle,
    .page .panel-content .entry-title,
    .page-title,
    .page:not(.twentyseventeen-front-page) .entry-title,
    .page-links a .page-number,
    .comment-metadata a.comment-edit-link,
    .comment-reply-link .icon,
    h2.widget-title,
    mark,
    .post-navigation a:focus .icon,
    .post-navigation a:hover .icon,
    .blog .entry-meta a.post-edit-link,
    .archive .entry-meta a.post-edit-link,
    .search .entry-meta a.post-edit-link,
    .colors-custom .twentyseventeen-panel .recent-posts .entry-header .edit-link {
    	color: #ddd;
    }
    
    h2,
    blockquote,
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    .navigation-top .current-menu-item > a,
    .navigation-top .current_page_item > a,
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright,
    .taxonomy-description,
    .site-info a,
    .wp-caption {
    	color: #ccc;
    }
    
    abbr,
    acronym {
    	border-bottom-color: #ccc;
    }
    
    h5,
    .main-navigation a:hover,
    .entry-meta,
    .entry-meta a,
    .nav-subtitle,
    .comment-metadata,
    .comment-metadata a,
    .no-comments,
    .comment-awaiting-moderation,
    .page-numbers.current,
    .page-links .page-number,
    .site-description {
    	color: #bbb;
    }
    
    button:hover:not( .mejs-container > button ),
    button:focus,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    .prev.page-numbers:focus,
    .prev.page-numbers:hover,
    .next.page-numbers:focus,
    .next.page-numbers:hover,
    .entry-footer .edit-link a.post-edit-link:focus,
    .entry-footer .edit-link a.post-edit-link:hover {
    	background: #bbb;
    }
    
    .social-navigation a:hover,
    .social-navigation a:focus {
    	background: #999;
    	color: #222;
    }
    
    .entry-footer .cat-links .icon,
    .entry-footer .tags-links .icon {
    	color: #666;
    }
    
    button.secondary:hover,
    button.secondary:focus,
    input[type="reset"]:hover,
    input[type="reset"]:focus,
    input[type="button"].secondary:hover,
    input[type="button"].secondary:focus,
    input[type="reset"].secondary:hover,
    input[type="reset"].secondary:focus,
    input[type="submit"].secondary:hover,
    input[type="submit"].secondary:focus,
    .social-navigation a,
    hr {
    	background: #555;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select,
    fieldset,
    .widget .tagcloud a:hover,
    .widget .tagcloud a:focus,
    .widget.widget_tag_cloud a:hover,
    .widget.widget_tag_cloud a:focus,
    .wp_widget_tag_cloud a:hover,
    .wp_widget_tag_cloud a:focus {
    	border-color: #555;
    }
    
    button.secondary,
    input[type="reset"],
    input[type="button"].secondary,
    input[type="reset"].secondary,
    input[type="submit"].secondary,
    .prev.page-numbers,
    .next.page-numbers {
    	background-color: #444;
    }
    
    .widget .tagcloud a,
    .widget.widget_tag_cloud a,
    .wp_widget_tag_cloud a {
    	border-color: #444;
    }
    
    .twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child),
    .widget ul li {
    	border-top-color: #444;
    }
    
    .widget ul li {
    	border-bottom-color: #444;
    }
    
    pre,
    mark,
    ins,
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select,
    fieldset {
    	background: #333;
    }
    
    tr,
    thead th {
    	border-color: #333;
    }
    
    .navigation-top,
    .main-navigation > div > ul,
    .pagination,
    .comment-navigation,
    .entry-footer,
    .site-footer {
    	border-top-color: #333;
    }
    
    .single-featured-image-header,
    .navigation-top,
    .main-navigation li,
    .entry-footer,
    #comments {
    	border-bottom-color: #333;
    }
    
    .site-header,
    .single-featured-image-header {
    	background-color: #262626;
    }
    
    button,
    input[type="button"],
    input[type="submit"],
    .prev.page-numbers:focus,
    .prev.page-numbers:hover,
    .next.page-numbers:focus,
    .next.page-numbers:hover {
    	color: #222;
    }
    
    body,
    .site-content-contain,
    .navigation-top,
    .main-navigation ul {
    	background: #222;
    }
    
    .entry-title a,
    .entry-meta a,
    .blog .entry-meta a.post-edit-link,
    .archive .entry-meta a.post-edit-link,
    .search .entry-meta a.post-edit-link,
    .page-links a,
    .page-links a .page-number,
    .entry-footer a,
    .entry-footer .cat-links a,
    .entry-footer .tags-links a,
    .edit-link a,
    .post-navigation a,
    .logged-in-as a,
    .comment-navigation a,
    .comment-metadata a,
    .comment-metadata a.comment-edit-link,
    .comment-reply-link,
    a .nav-title,
    .pagination a,
    .comments-pagination a,
    .widget .widget-title a,
    .widget ul li a,
    .site-footer .widget-area ul li a,
    .site-info a {
    	-webkit-box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 1); /* Equivalant to #222 */
    	box-shadow: inset 0 -1px 0 rgba(34, 34, 34, 1); /* Equivalant to #222 */
    }
    
    /* Fixes linked images */
    .entry-content a img,
    .comment-content a img,
    .widget a img {
    	-webkit-box-shadow: 0 0 0 8px #222;
    	box-shadow: 0 0 0 8px #222;
    }
    
    .entry-footer .edit-link a.post-edit-link {
    	color: #000;
    }
    
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .dropdown-toggle,
    .dropdown-toggle:hover,
    .dropdown-toggle:focus,
    .menu-scroll-down,
    .menu-scroll-down:hover,
    .menu-scroll-down:focus {
    	background-color: transparent;
    }
    
    .gallery-item a,
    .gallery-item a:hover,
    .gallery-item a:focus,
    .widget .tagcloud a,
    .widget .tagcloud a:focus,
    .widget .tagcloud a:hover,
    .widget.widget_tag_cloud a,
    .widget.widget_tag_cloud a:focus,
    .widget.widget_tag_cloud a:hover,
    .wp_widget_tag_cloud a,
    .wp_widget_tag_cloud a:focus,
    .wp_widget_tag_cloud a:hover,
    .entry-footer .edit-link a.post-edit-link:focus,
    .entry-footer .edit-link a.post-edit-link:hover {
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }
    
    @media screen and (min-width: 48em) {
    
    	.nav-links .nav-previous .nav-title .icon,
    	.nav-links .nav-next .nav-title .icon {
    		color: #eee;
    	}
    
    	.main-navigation li li:hover,
    	.main-navigation li li.focus {
    		background: #999;
    	}
    
    	.menu-scroll-down {
    		color: #999;
    	}
    
    	.main-navigation ul ul {
    		border-color: #333;
    		background: #222;
    	}
    
    	.main-navigation ul li.menu-item-has-children:before,
    	.main-navigation ul li.page_item_has_children:before {
    		border-bottom-color: #333;
    	}
    
    	.main-navigation ul li.menu-item-has-children:after,
    	.main-navigation ul li.page_item_has_children:after {
    		border-bottom-color: #222;
    	}
    
    	.main-navigation li li.focus > a,
    	.main-navigation li li:focus > a,
    	.main-navigation li li:hover > a,
    	.main-navigation li li a:hover,
    	.main-navigation li li a:focus,
    	.main-navigation li li.current_page_item a:hover,
    	.main-navigation li li.current-menu-item a:hover,
    	.main-navigation li li.current_page_item a:focus,
    	.main-navigation li li.current-menu-item a:focus {
    		color: #222;
    	}
    }
    }
    Thread Starter csaldanha

    (@csaldanha)

    Hi, Ahmed! Thank you so much! One last thing is that how can I resize the site’s icon to fit cleanly within the circle. Right now, a part of it is cut-off. What CSS is needed for this?

    Thread Starter csaldanha

    (@csaldanha)

    Hi, Ahmed. Thanks for the reply.

    No, I’m not using AMPforWP in the Addon Mode. It’s in the Standalone Mode.

    The CSS that you suggested works perfectly except my site’s logo is still on a black background for some reason. I tried experimenting with the CSS to try to fix it myself but did not manage to rectify it. Do you know what CSS is needed?

    Thanks!

    Thread Starter csaldanha

    (@csaldanha)

    Thank you! I actually had seen the update earlier and tried it but still was getting the same results so I deactivated the plugin. I just tried it again, and it’s no longer there on my AMP page. ??

    • This reply was modified 5 years, 11 months ago by csaldanha.

    @ericka90 Also, I just realized that since you’re using the AMPforWP plugin too, go to the plugin’s Settings page > Advanced settings > And then under “Enter HTML in Head,” paste the code snippet there. Don’t forget to save changes.

    In Search Console, you can then test/submit for indexing with the live URLs and that hopefully should fix the error. The only issue I have now is that I have duplicate Share buttons on my AMP page :/

    I had the same error as you and fixed it by adding the following code snippet to your AMP header:

    script async custom-element="amp-addthis" src="https://cdn.ampproject.org/v0/amp-addthis-0.1.js"></script>

    It’s pretty annoying that AddThis doesn’t allow you to stop their plugin from interfering with your AMP pages, though. I have two AddThis Share buttons now on my AMP page for whatever reason: one that’s supposed to only show on the main site and the other that’s an automatic in-line button (which I never even created). I can’t even figure out how to get rid of it.

    • This reply was modified 5 years, 11 months ago by csaldanha. Reason: formatting
    Thread Starter csaldanha

    (@csaldanha)

    Thank you!

    Thread Starter csaldanha

    (@csaldanha)

    You have to look closely at the images.

    Notice how “Top ” has an extra space/underscore. I don’t want that.

    Thread Starter csaldanha

    (@csaldanha)

    I had to choose the “Compact Badge” to get it to work properly.

    Thread Starter csaldanha

    (@csaldanha)

    /*! CSS Used from: Embedded */
    .amp-disqus-comments{padding:0;margin:0}
    .amp-disqus-comments amp-iframe {margin:0 10px 0 10px;height:321px}
    .amp-wp-enforced-sizes{max-width:100%;}
    a{color:#2473B5;text-decoration:none;border-bottom:1px solid #2473B5;}
    a:hover,a:active,a:focus{color:#2b90f5;border-bottom:1px solid #2b90f5;}
    div.wpappbox *,div.wpappbox:after,div.wpappbox:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
    div.wpappbox a,div.wpappbox a:after,div.wpappbox:before{text-decoration:none;color:#323232;-webkit-transition-property:background color;-webkit-transition-duration:.2s;-webkit-transition-timing-function:ease;-moz-transition-property:background color;-moz-transition-duration:.2s;-moz-transition-timing-function:ease;-o-transition-property:background color;-o-transition-duration:.2s;-o-transition-timing-function:ease;transition-property:background color;transition-duration:.2s;transition-timing-function:ease;}
    div.wpappbox a img{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;}
    div.wpappbox a:hover img{opacity:.9;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity=90);-webkit-filter:grayscale(100%);}
    div.wpappbox{clear:both;font-family:'Open Sans', Arial;background-color:#F9F9F9;width:auto;line-height:1;color:#545450;margin:16px 0;font-size:16px;border:1px solid #E5E5E5;}
    div.wpappbox.compact{height:66px;}
    div.wpappbox div.appicon{position:relative;height:112px;width:112px;float:left;padding:10px;background:#FFF;text-align:center;border-right:1px solid #E5E5E5;border-top-left-radius:6px;border-bottom-left-radius:6px;}
    div.wpappbox.compact div.appicon{height:66px;width:68px;float:left;padding:6px;}
    div.wpappbox div.appicon img{height:92px;max-height:92px;width:92px;max-width:92px;margin:auto;border:0;border-radius:6px;}
    div.wpappbox.compact div.appicon img{height:54px;width:54px;max-width:54px;margin:auto;border:0;border-radius:6px;}
    div.wpappbox.compact a.applinks{float:right;position:relative;background:#FFF;text-align:center;border-left:1px solid #E5E5E5;border-top-right-radius:6px;border-bottom-right-radius:6px;}
    div.wpappbox div.appdetails{font-size:16px;line-height:16px;padding-top:10px;}
    div.wpappbox.compact div.appdetails{font-size:15px;line-height:15px;padding-top:6px;}
    div.wpappbox div.appdetails>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;padding:6px 8px;}
    div.wpappbox.compact div.appdetails>div{padding:4px 8px 1px;}
    div.wpappbox div.apptitle{font-size:19px;line-height:19px;font-weight:600;margin:2px 0 0;}
    div.wpappbox.compact div.apptitle{font-size:16px;line-height:17px;}
    div.wpappbox.compact a.applinks{height:66px;width:66px;display:block;}
    div.wpappbox div.rating-stars{width:65px;height:13px;margin-left:5px;margin-top:4px;display:inline-block;}
    div.wpappbox div.stars-monochrome{background:url(https://www.pixelspot.net/wp-content/plugins/wp-appbox/img/stars-sprites-monochrome.png) no-repeat;}
    div.wpappbox div.stars45{background-position:0 -117px;}
    div.wpappbox a:link,div.wpappbox a:visited{color:#545450;border-bottom:none;}
    div.wpappbox a:active,div.wpappbox a:hover{text-decoration:none;color:#5588b5;}
    div.wpappbox.googleplay a.applinks{background:url(https://www.pixelspot.net/wp-content/plugins/wp-appbox/img/googleplay.png);}
    div.wpappbox.compact.colorful a.applinks:hover{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);}
    div.wpappbox.compact a.applinks{background-repeat:no-repeat;background-size:auto 42px;background-position:center 7px;background-color:#FFF;}
    div.wpappbox.compact a.applinks{background-position:center center;background-size:auto 48px;}
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 240dpi){
    div.wpappbox div.rating-stars{background-size:65px 143px;}
    div.wpappbox div.stars-monochrome{display:none;}
    }
    @media screen and (max-width: 500px){
    div.wpappbox.compact a.applinks{display:none;}
    div.wpappbox div.rating-stars{margin-top:0;}
    div.googleplay a.apptitle{background:url(https://www.pixelspot.net/wp-content/plugins/wp-appbox/img/googleplay-small.png);padding-left:18px;}
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 240dpi){
    div.googleplay a.apptitle{background:url(https://www.pixelspot.net/wp-content/plugins/wp-appbox/img/[email protected]);}
    }
    div.appdetails a.apptitle{background-repeat:no-repeat;background-position:center left;background-size:auto 13px;}
    div.wpappbox.compact{height:60px;}
    div.wpappbox div.appicon,div.wpappbox.compact div.appicon{height:60px;width:60px;padding:6px;}
    div.wpappbox div.appicon img,div.wpappbox.compact div.appicon img{height:48px;width:48px;max-width:48px;}
    div.wpappbox div.appdetails>div,div.wpappbox.compact div.appdetails>div{padding:0 6px;}
    div.wpappbox div.appdetails,div.wpappbox.compact div.appdetails{font-size:15px;line-height:15px;padding-top:8px;}
    div.wpappbox div.apptitle,div.wpappbox.compact div.apptitle{font-size:16px;line-height:18px;font-weight:600;margin-top:0;margin-bottom:6px;}
    }
    /*! CSS Used fontfaces */
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');unicode-range:U+0370-03FF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF1, U+20AB;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');unicode-range:U+0370-03FF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF1, U+20AB;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');unicode-range:U+0370-03FF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF1, U+20AB;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
    @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;}
    • This reply was modified 6 years, 10 months ago by csaldanha.
Viewing 15 replies - 1 through 15 (of 20 total)