MediaWiki:Vector.css

From TF2 Classified Wiki
Revision as of 23:37, 28 July 2022 by Technochips (talk | contribs) (main page stuff)
Jump to navigation Jump to search

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#mw-indicator-mw-helplink a {
	font-family:"TF2C","TF2","Linux Libertine","Georgia","Times",serif;
	text-transform: uppercase;
	color:#D2CDC8 !important;
	font-size:38px;
	margin-top:0.4em;
	padding-right:0.3em;
	padding-left:0.8em;
	height:auto;
	line-height:49.4px;
	background-image: url(/misc/help.svg);
}

#firstHeading {
	font-family:"TF2C","TF2","Linux Libertine","Georgia","Times",serif;
	text-transform: uppercase;
	font-size:2.4em;
	border-bottom:0.2em dotted;
}

@media screen {
	#firstHeading {
		padding-left:0.3em;
		margin-left:0.1em;
		padding-top:0.4em;
		color: #D2CDC8;
	}

	#content {
		background-color:#583A31;
		color:#D2CDC8;
		padding:0;
		border:none;
		box-shadow:0 10px 10px rgba(0,0,0,0.5);
		border-radius:0 0 0 8px;
	}

	#bodyContent {
		background-color:#D2CDC8;
		color:black;
		padding:0.25em 1em 1em 1em;
		border-radius:0 0 0 8px;
		background-image:linear-gradient(rgba(0,0,0,0.5),transparent 10px);
	}

	#contentSub, #contentSub2 {
		margin: 1em 0 1.4em 0;
	}
}

body {
	background-color:#292526;
}

@media print {
	body, #content {
		background-color: white;
		color: black;
	}
}

.vector-menu-tabs ul {
	margin-left:-1px;
}

.vector-menu-tabs li {
	background:none;
	margin-right:0.25em;
	padding-top:10px;
}

.vector-menu-tabs {
	background: none;
}

.vector-menu-tabs li a,#mw-head .vector-menu-dropdown .vector-menu-heading {
	font-family:"TF2C Build","TF2 Build",sans-serif;
	text-transform: uppercase;
	font-size:16px;
	height:29px;
	padding:6px 8px;
	background:#1F1B1A;
	background-image:none;
	border-radius:8px 8px 0 0;
}

#mw-head .vector-menu-dropdown .vector-menu-heading {
	padding-right: 24px;
}

.vector-menu-dropdown .vector-menu-heading::after {
	background-image: url(/misc/arrow-down.svg);
	top: 0;
}

.vector-menu-tabs .selected a,.vector-menu-tabs .selected a:visited {
	background:#583A31;
	color:#D2CDC8;
}

.vector-menu-tabs .mw-watchlink.icon a::before {
	top:0.3em;
}

.vector-menu-dropdown {
	padding-top:10px;
}

#mw-head .vector-menu-dropdown .vector-menu-heading {
	height:29px;
}

.vector-menu-dropdown h3::after {
	top:0;
}
.vector-menu-tabs .mw-watchlink.icon a {
	padding-top:29px;
	width:31.7px;
}

.vector-menu-tabs .mw-watchlink.icon a span {
	visibility:hidden;
}

.vector-menu-tabs .selected {
	background:none;
}

#mw-page-base {
	background:linear-gradient(rgba(0,0,0,0.5),transparent 75%,#292526),repeating-linear-gradient(115deg,transparent,transparent 5px,#34312C 5px,#34312C 16px);
}

.vector-menu-portal .vector-menu-heading {
	color: #D2CDC8;
	background:none;
	border-bottom:0.2em dotted;
}

.vector-menu-portal .vector-menu-content li a,.mw-footer ul li a,#p-personal div ul li a {
	color:#e8d18c;
}

.vector-menu-portal .vector-menu-content li a:visited,.mw-footer ul li a:visited,#p-personal div ul li a:visited {
	color:#ae9573;
}

#p-personal div ul li a.new {
	color:#dd3333;
}

#p-personal div ul li a.new:visited {
	color:#a55858;
}

.mw-footer li,.vector-menu-portal h3,.vector-menu-tabs li a,.vector-menu-dropdown .vector-menu-heading {
	color:#D2CDC8;
}

.vector-menu-tabs #ca-unwatch.icon a::before {
	background-image: url(/misc/unwatch.svg);
}

.vector-menu-tabs #ca-watch.icon a::before {
	background-image: url(/misc/watch.svg);
}

.vector-menu-tabs #ca-unwatch.icon a:hover::before, .vector-menu-tabs #ca-unwatch.icon a:focus::before {
	background-image: url(/misc/unwatch-hl.svg);
}

.vector-menu-tabs #ca-watch.icon a:hover::before, .vector-menu-tabs #ca-watch.icon a:focus::before {
	background-image: url(/misc/watch-hl.svg);
}

.vector-menu-dropdown .vector-menu-content {
	top: 39px;
}

@media screen {
	.toc,.toccolours,.catlinks,div.thumbinner {
		background-color:#E5E0DC;
	}
}

pre, code, .mw-code {
	background-color: #eaeaea;
	color: #000;
	border: 0px solid;
}
.page-Main_Page .firstHeading
{
	display: none;
}
.page-Main_Page .tf2c-header
{
	background-color: #583A31;
	color: #D2CDC8;
	margin: -23px -14px 0 -14px;
	padding-bottom: 5px;
}
.page-Main_Page .tf2c-header p
{
	margin: 0;
}
.page-Main_Page .tf2c-header p:first-child
{
	margin-top: 0.5em;
}
.page-Main_Page .tf2c-header p:last-child
{
	border-bottom: 0.2em dotted;
	margin-bottom: 5px;
}