User:ArticleWriter5000/vector.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
	padding: 0 10%;
	background-color: #ffffff;
}

img {
	border-radius: 10px;
}
.mw-content-ltr .thumbcaption {
    text-align: left;
    margin-top: 8px;
}

p {
	text-align: left;
	letter-spacing: 0.08px;
	word-wrap: break-word;
	margin-bottom: 30px;
}
 
h1 {
	font-size: 48px;
}
 
h2 {
	font-size: 30px;
	border-bottom: 0px;
}

.mw-body-content h2 {
    margin-top: 2em;
    font-size: 2.0em;
}

/* Normally, when logged in to a Wikipedia account, an Edit Source link appears next to every subheader within brackets. 
I chose to make these three things hidden since I am just a reader, not an editor. */
.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type, .client-js .mw-content-rtl .mw-editsection-bracket:not(:first-of-type) {
    margin-right: 0.25em;
    visibility: hidden;
}
.client-js .mw-content-rtl .mw-editsection-bracket:first-of-type, .client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) {
    margin-left: 0.25em;
    visibility: hidden;
}
.mw-editsection a {
    white-space: nowrap;
    visibility: hidden;
}
 
h3 {
	font-size: 24px;
}
 
div {
	line-height: 24px;
}

div.thumbinner {
    border: 0px solid #c8ccd1;
    padding: 3px;
    background-color: #fff;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
 
.pBody li {
	margin: 10px 0 !important;
}
 
.pBody {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/* These are the Article, Talk, and other tabs normally on the top of the page. */
.vector-menu-tabs a {
    background: #ffffff;
    color: #bdbdbd;
}

.vector-menu-tabs .selected {
    background: #ffffff;
}

.vector-menu-tabs ul {
}

.vector-menu-tabs {
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0, #ffffff 100%);
    background-repeat: no-repeat;
    background-size: 0px 0%;
}

/* Icons */
/* Find your URLs here and then click raw once you find the icon you want: https://github.com/google/material-design-icons/tree/master/src */
/* Icon - Notifications */
.oo-ui-icon-bell, .mw-ui-icon-bell:before {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient(transparent,transparent),url("https://raw.githubusercontent.com/google/material-design-icons/master/src/social/notifications/materialiconsoutlined/24px.svg");
}
.oo-ui-icon-tray, .mw-ui-icon-tray:before {
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient(transparent,transparent),url(https://raw.githubusercontent.com/google/material-design-icons/master/src/content/inbox/materialiconsoutlined/24px.svg);
}
#pt-anonuserpage, #pt-userpage a {
    background-image: url("https://raw.githubusercontent.com/google/material-design-icons/master/src/action/contact_page/materialiconsoutlined/24px.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0.6em !important;
    padding-left: 120px !important;
}





/* This is the main header of the article. */
#firstHeading {
	margin: 50px 50px 0;
	border-bottom: 0px;
	font-size: 2.4em;
}
#siteSub {
	color: #aaaaaa;
	margin-bottom: 20px;
	font-size: 12px;
}
#contentSub {
    font-size: 12px;
    line-height: 1em;
    margin: 0 0 1.4em 0em;
    color: #aaaaaa;
}

/* This is the note text below the main header of the article. */
div.hatnote {
    padding-left: 0em;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #aaaaaa;
    font-style: normal;
    font-size: 12px;
}
div.hatnote + div.hatnote {
    margin-top: -0.5em;
    margin-bottom: 0px;
}

/* This is the box that sometimes appears at the top of an article if it is unreliable or needs editing. */
table.ambox {
    margin: 20px 0%;
    border: 1px solid #a2a9b1;
    border-radius: 8px;
}

/* This is for the information box aligned on right side within the article. */
.infobox {
	margin: 0em 0em 2em 2em;
    padding: 1.0em;
    border-radius: 8px;
}
 
#bodyContent {
	margin: 0 50px;	
}

/* These are background areas in top header area and left sidebar area. */
#mw-page-base {
	background-color: #ffffff;
	background-image: linear-gradient(to bottom,#ffffff 50%,#ffffff 100%);
}
#mw-head-base {
	background-color: #ffffff;
}
#mw-navigation {
	background-color: #ffffff;
}

/* All the clickable linked pages in the tob bar area. */
/* These can be further subdivided into: p-personal, left-navigation, right-navigation, and simpleSearch*/
#mw-head {
	background-color: #ffffff;
	visibility: hidden;
}
#mw-panel {
	background-color: #ffffff;
}

.mw-body {
	margin-left: 4em;
	margin-right: 4em;
}

.vector-menu-portal .body li a:visited {
    color: #bdbdbd;
}

.vector-menu-portal .body li a:link {
    color: #bdbdbd;
}

.mw-wiki-logo {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Wikipedia%27s_W.svg/1024px-Wikipedia%27s_W.svg.png");
    background-size: 135px auto;
}

.toc {
	margin-top: 20px;
	border-radius: 8px;
}

#content {
	color: rgba(0, 0, 0, 0.8);
	border-right: 0px solid #999;
	border: 0px;
}

#p-logo {
    width: 9.5em;
    height: 152px;
    margin-bottom: 0em;
}

#p-personal li {
	margin-left: 10px !important;
}

#left-navigation {
	left: 0px;
	visibility: hidden;
}

/* Search bar */
#simpleSearch {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
    background: #f5f5f5;
    color: #bdbdbd;
    border: 0px;
    border-radius: 40px;
    padding: 8px 8px 8px 12px;
    position: absolute;
    top: 40px;
    left: 283px;
    height: auto;
    width: 800px;
    visibility: visible;
}
#searchInput {
    background-color: #f5f5f5;
    color: #000000;
    width: 100%;
    border: 0px;
    font-size: 0.8125em;
    direction: ltr;
    box-shadow: none !important;
}
#searchButton {
	background-position: right center;
	top: 7px;
	right: 15px;
	opacity: 60%;
}

.vector-menu-tabs li a {
    color: #aaaaaa;
    float: right;
    position: relative;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
    font-size: 12px;
    cursor: pointer;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    color: #616161;
}



/* WIKIPEDIA MAIN PAGE */
#mp-welcome {
    text-align: left;
    padding: 0em;
}
#mp-free {
    font-size: 16px;
    text-align: left;
}