Difference between revisions of "MediaWiki:Common.css"

From Secure Web Gateway
(Created page with "→‎CSS placed here will be applied to all skins: →‎CSS placed here will be applied to all skins: @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font...")
 
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*@import url("http://demo.safesquid.com/css/segoe.css");*/
/* remove Toolbox
#p-tb { display:none !important; }
*/
/*
div.vectorTabs ul li#ca-history {
  visibility: hidden;
}
div.vectorTabs ul li#ca-viewsource{
  visibility: hidden;
}
*/
.vectorTabs ul #ca-viewsource{
  display: none;
}
/*
h2, h3, h4, h5, h6 {
border-bottom: 1px solid #000099;
}
*/
#firstHeading.firstHeading {
border: 0;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #ff6a29;
}
.noautonum .tocnumber { display: none; }
img { max-width: 100%; height: auto; width: auto; /* ie8 */ }
body {
/*  font-family: "mad manish", "sans-serif"; */
/* font-family: 'lucida sans unicode','lucida grande','sans-serif'; */
font-family: 'SegoeUI';
}
#t-specialpages{
  display:none;
}
#footer_ {
display: none;
}
#toc, .toc, .mw-warning, .toccolours {
border: 1px solid #f0f0f0;
background-color: #f7f7f7;
padding: 1em;
font-size: 95%;
}
/*
.flexRow {
display: flex;
margin-top: 2em;
height: 10em;
}
*/
/*
.flexCell {
width: 50%;
height: auto;
padding: 2em;
margin: 0 1em;
background-color: #f7f7f7;
}
*/
/*
.infoBox {
border-left: 1em transparent solid;
}
*/
/*
.flexCell > .fa {
border-left:.1em transparent solid;
border-right:.1em transparent solid;
float:left;
font-size:7em;
}
*/
.flexRow {
display: flex;
flex-wrap: wrap;
margin-top: 2em;
}
.flexCell {
/* width: 50%; */
height: auto;
padding: 2em;
margin: 0 1em;
/* background-color: #f7f7f7; */
flex: 1;
flex-wrap: wrap;
}
.infoBox {
border-left: 1em transparent solid;
flex: 1;
}
.flexCell > .fa {
border-left: .1em transparent solid;
border-right: .1em transparent solid;
font-size: 7em;
vertical-align: middle;
}

Revision as of 11:47, 26 July 2021