Difference between revisions of "MediaWiki: Common.css"

From Genesys Documentation
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: *******Remove HTTPS lock icon***: div#content a.external[href ^="https://"] { background-image: none; padding-rig...")
 
Line 4: Line 4:
 
     background-image: none;
 
     background-image: none;
 
     padding-right: 0;
 
     padding-right: 0;
 +
}
 +
.bg-img {
 +
    height: 200px;
 +
    background-size: 200px;
 +
    background-repeat: no-repeat;
 +
    background-position: center bottom;
 +
}
 +
p.cta {
 +
    padding: 1em 0 0;
 +
}
 +
p.cta a {
 +
    background: #ff4f1f;
 +
    padding: .5em 3em;
 +
    -moz-border-radius: 20em;
 +
    -webkit-border-radius: 20em;
 +
    border-radius: 20em;
 +
    color: #FFF;
 +
    font-size: 1.2em;
 +
    border: 2px solid #ff4f1f;
 +
    text-decoration: none;
 +
    transition: all ease-in .25s;
 +
}
 +
.pure-cloud {
 +
    padding-right: 50px;
 +
}
 +
.pure-cloud .bg-img {
 +
    background-image: url(https://all.docs.genesys.com/images-supersite/9/96/Icon-pure-cloud-2x-126x76.png);
 +
}
 +
.pure-connect .bg-img {
 +
    background-image: url(../img/icon/png/pureconnect-color-text@4x.png);
 +
}
 +
.pure-engage {
 +
    padding-left: 50px;
 +
}
 +
.pure-engage .bg-img {
 +
    background-image: url(../img/icon/png/pureengage-color-text@4x.png);
 
}
 
}

Revision as of 14:02, September 11, 2018

/* CSS placed here will be applied to all skins */
/********Remove HTTPS lock icon****/
div#content a.external[href ^="https://"] {
    background-image: none;
    padding-right: 0;
}
.bg-img {
    height: 200px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center bottom; 
}
p.cta {
    padding: 1em 0 0; 
}
p.cta a {
    background: #ff4f1f;
    padding: .5em 3em;
    -moz-border-radius: 20em;
    -webkit-border-radius: 20em;
    border-radius: 20em;
    color: #FFF;
    font-size: 1.2em;
    border: 2px solid #ff4f1f;
    text-decoration: none;
    transition: all ease-in .25s; 
}
.pure-cloud {
    padding-right: 50px;
}
.pure-cloud .bg-img {
    background-image: url(https://all.docs.genesys.com/images-supersite/9/96/Icon-pure-cloud-2x-126x76.png); 
}
.pure-connect .bg-img {
    background-image: url(../img/icon/png/pureconnect-color-text@4x.png); 
}
.pure-engage {
    padding-left: 50px; 
}
.pure-engage .bg-img {
    background-image: url(../img/icon/png/pureengage-color-text@4x.png); 
}
Retrieved from "https://all.docs.genesys.com/MediaWiki:Common.css (2025-06-19 13:24:22)"