MediaWiki:Common.css

From Secure Web Gateway
Revision as of 20:33, 29 November 2023 by Manish (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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");*/

body {
 /*  font-family: "mad manish", "sans-serif"; */
/* font-family: 'lucida sans unicode','lucida grande','sans-serif'; */
	font-family: 'Segoe UI';
	line-height: 1.62em;
	letter-spacing: 0.062ex;
	color: #000000CC;
}

a, a:link, a:visited {
	/* color: #1B599B; */
	color: #006699;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration-line: underline;
	text-decoration-color: #003344;
	text-decoration-style: solid;
	text-decoration-thickness: 2px;
}


h1 {
	font-size: 1.25em;
	color: #00000066;
	border-left: 1em solid #ff6a29;
	padding-left: 1em;
	padding-top: 1em;
}

h2 {
	font-size: 1.25em;
	color: #00000077;
	border-left: 1em solid #ff6a29;
	padding-left: 1.5em;
	padding-top: 1em;
}

h3 {
	font-size: 1.25em;
	color: #00000088;
	border-left: 1em solid #ff6a29;
	padding-left: 2em;
	padding-top: 1em;
}

h4 {
	font-size: 1.25em;
	color: #00000099;
	border-left: 1em solid #ff6a29;
	padding-left: 2.5em;
	padding-top: 1em;
}

h5 {
	font-size: 1.25em;
	color: #000000AA;
	border-left: 1em solid #ff6a29;
	padding-left: 3em;
	padding-top: 1em;
}

h6 {
	font-size: 1.25em;
	color: #000000BB;
	border-left: 1em solid #ff6a29;
	padding-left: 3.5em;
	padding-top: 1em;
}

.p-navbar .navbar-brand img {
    height: auto;
    width:130px;
    padding-top: 0;
    padding-bottom: 0;
}


/* 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 transparent;
}

.mw-content-ltr dd {
	margin-left: 0;
}

dt {
	font-weight: 600;
	margin-bottom: 0;
}
caption {
	caption-side: top;
}

.noautonum .tocnumber { display: none; }

img { max-width: 100%; height: auto; width: auto; /* ie8 */ }


#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;
}

.jsbc-breadcrumbs{
	top: 0px;
}

.mw-headline-number::after {
    content: ".";
}

/* Remove History, Discussion and View Source options 
#ca-talk { display: none; } 
#ca-history { display: none;} 
#ca-viewsource { display: none; }

.navbar-tool { display: none; }*/

.noautonum .tocnumber {
	display: none !important;
}

.tocnumber::after {
	content: '.';
}

#mw-toc-heading {
	border: 0;
}

.toctitle {
	border-bottom: 1px solid #ff6a29;
	font-style: italic;
}