MediaWiki:Common.css

From Secure Web Gateway
Revision as of 17:48, 27 July 2021 by Manish (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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;O9r91gqdva
}
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;
}

#ca-viewsource { display: none !important; }