MediaWiki:Common.css

From EdTech Help
Revision as of 20:36, 8 September 2020 by Mbreschuk (talk | contribs)

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 */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-formedit { display:none!important; }

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #p-logo-text a, #personal h2 span
{
font-family: 'Linux Libertine','Trebuchet MS', sans-serif;
}
.thumbinner {
border: 2px solid ;
max-width: 80%;
height: auto;
background-color: #f3f3f3;
}
.thumbimage {
max-width: 80%;
height: auto;
}
.center {
padding-bottom: 25px ;
}

#mw-content-container
{
background-image: linear-gradient(transparent,transparent),url(/wiki/skins/Timeless/resources/images/SakaigerBackground.png);
}

a#p-banner.mw-wiki-title
{
  padding-left: 13px;
}

div#personal
{
display: none;
}

.mw-ui-button {
    background-color: #f3f3f3;
    color: #ffffff;
    display: inline-block;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 4em;
    max-width: 28.75em;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.28571429em;
    text-align: left;
}

.center {
  text-align: center;
}

/*div#p-logo-text.mw-portlet
{
  padding-right: 1em;
}*/