Difference between revisions of "MediaWiki:Common.css"

From EdTech Help
Line 20: Line 20:
 
.center {
 
.center {
 
padding-bottom: 25px ;
 
padding-bottom: 25px ;
 +
}
 +
.footerBlue {
 +
margin-top: 0.25em;
 +
margin-right: 0px;
 +
    margin-bottom: 0.5em;
 +
    margin-left: 0px;
 +
border-top-width: 4px;
 +
  border-top-style: solid;
 +
border-bottom-color: #0088dd;
 +
overflow-x: visible;
 +
  overflow-y: visible;
 
}
 
}

Revision as of 21:52, 4 December 2019

/* 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 ;
}
.footerBlue {
	margin-top: 0.25em;
 	margin-right: 0px;
    margin-bottom: 0.5em;
    margin-left: 0px;
	border-top-width: 4px;
   	border-top-style: solid;
	border-bottom-color: #0088dd;
	overflow-x: visible;
   	overflow-y: visible;
}