Difference between revisions of "MediaWiki: Common.css"

From Genesys Documentation
Jump to: navigation, search
Line 44: Line 44:
 
}
 
}
  
#MintyDocsVersionList {
+
.MintyDocsVersionList {
 
       display: none;
 
       display: none;
 
}
 
}

Revision as of 20:35, September 27, 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;
}
.platform-icons {
  margin-bottom: 100px;
}
.bg-img {
    height: 200px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center bottom; 
}
div#content div#mw-content-text p.cta {
    padding: 1em 0 0; 
    text-align: center;
}
div#content div#mw-content-text p.cta a {
    background-color: #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; 
}
div#content div#mw-content-text p.cta a:hover {
    background: #FFF;
    color: #ff4f1f;
}
.pure-cloud .bg-img {
    background-image: url(https://all.docs.genesys.com/images-supersite/0/08/Purecloud-color-text%404x.png); 
}
.pure-connect .bg-img {
    background-image: url(https://all.docs.genesys.com/images-supersite/2/2e/Pureconnect-color-text%404x.png); 
}
.pure-engage .bg-img {
    background-image: url(https://all.docs.genesys.com/images-supersite/5/5b/Pureengage-color-text%404x.png); 
}

.MintyDocsVersionList {
       display: none;
}
Retrieved from "https://all.docs.genesys.com/MediaWiki:Common.css (2025-06-19 14:00:07)"