Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/********GOOGLE SEARCH STYLE****/
#cse table, #cse td, #cse th{
margin:0px;
border: none;
padding: 0px;
}
/********Remove HTTPS lock icon****/
div#content a.external[href ^="https://"] {
background-image: none;
padding-right: 0;
}
/******Remove TOC box style added in 1.25 upgrade****/
#toc, .toc{
border: 0px !important;
background-color: white !important;
border-radius: 0px !important;
}
/******** Temporary CSS for icon buttons. To be removed after PUBSWIKI-1119 is moved to production *****/
.icon-button { width: 170px; height: 160px; margin: 10px; float: left; background-color: #f4f4f4; border: 1px solid #E4E9F0; border-radius: 2px; cursor: pointer; }
.icon-button:hover {background: linear-gradient(to bottom,#fdfdfd,#f9f9fa); box-shadow: 0 0 2px 2px #dae1e8;}
.icon-button img { margin: 0 auto; display: block; margin-top: 10px; }
.icon-button a.external.text { display: block; text-align: center; color: #444A52; line-height:18px; padding: 5px 10px 10px; }
.icon-button a.external.text:hover, .icon-button a.external.text:active, .icon-button a.external.text:focus, .icon-button a.external.text:visited { text-decoration: none; }
.icon-button p { margin-bottom: 0; }
Comments or questions about this documentation? Contact us for support!
