Difference between revisions of "MediaWiki:Common.css"

From EdTech Help
Line 36: Line 36:
 
   padding-right: 1em;
 
   padding-right: 1em;
 
}*/
 
}*/
 +
 +
 +
#hr
 +
{
 +
    border: none;
 +
    border-top: 4px;
 +
    color: #0088dd;
 +
    overflow: visible;
 +
    text-align: center;
 +
    height: 5px;
 +
}

Revision as of 16:23, 3 March 2020

/* 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#p-logo-text.mw-portlet
{
  padding-right: 1em;
}*/


#hr 
{
    border: none;
    border-top: 4px;
    color: #0088dd;
    overflow: visible;
    text-align: center;
    height: 5px;
}