Revision as of 06:23, April 8, 2024 by WikiSysop (talk | contribs)
Jump to: navigation, search

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;
}

/****Release Note Styling****/
.releasenote-component-heading{ margin-left: -18px;}

/** Removing edit section links for logged in users **/
.mw-editsection { display:none!important; }


.jexcel {
    width: 100% !important;
    padding-bottom: 20px;
}
.jexcel > tbody > tr > td {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.jexcel > thead > tr > td {
    border-bottom: 1px solid #ccc;
}

div.gcsdtbt div.gcsdtbt-wrapper button.gcsdtbt { 
    padding: 0px;
}
Comments or questions about this documentation? Contact us for support!