Main Page

Difference between revisions of "MediaWiki:Vector.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
body {
 +
background-image: url("/skins/Vector/images/bg-1080.png");
 +
background-repeat: no-repeat;
 +
background-attachment: fixed;
 +
background-position: right top;
 +
background-size: cover;
 +
}
 +
 +
 +
/* Logo */
 +
 +
 +
 +
/* Link Colors */
 +
 +
 +
 +
/*Header*/
 +
 +
 +
 +
/* Content body*/
 +
 +
.mw-body {
 +
    background-color: rgba(12,12,12,0.90);
 +
    border:none;
 +
    color: rgba(250,250,250,1);
 +
    text-shadow: 0 0 0.2em black, 0 0 0.2em black;
 +
}
  
  

Revision as of 13:37, 9 June 2019

/* CSS placed here will affect users of the Vector skin */

body {
	background-image: url("/skins/Vector/images/bg-1080.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-size: cover;
}


/* Logo */



/* Link Colors */



/*Header*/



/* Content body*/

.mw-body {
    background-color: rgba(12,12,12,0.90);
    border:none;
    color: rgba(250,250,250,1);
    text-shadow: 0 0 0.2em black, 0 0 0.2em black;
}


/* background colors of mediawiki tables */
table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>th, table.wikitable>*>td, pre {
    background-color: #f2f2f2;
}

/* Table of Contents */
.toc {
	border: 1px solid #e7e7e7;
	margin: 15px 20px;
	border-radius: 4px;
	border-width: 0 1px 4px 1px;
	padding: 0 !important;
}

.toc ul {
	padding-left: 1.3em !important;
    padding-right: 0.3em !important;
}

#toctitle {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#toctitle h2 {
	display: inline;
	font-size: 14px !important;
	font-weight: normal;
	margin-bottom: 0;
}
.toctoggle {
	float: right;
}
.toc ul { list-style-type: none; }