Main Page

Difference between revisions of "MediaWiki:Vector.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 62: Line 62:
 
#top {
 
#top {
 
background-color: #2b333b;
 
background-color: #2b333b;
background-image: url('./images/db_frame_1.png');
+
background-image: url('skins/Vector/images/db_frame_1.png');
 
}
 
}
  
 
#content {
 
#content {
 
background-color:#2b333b;
 
background-color:#2b333b;
background-image: url('./images/db_frame_sides_1.png');
+
background-image: url('skins/Vector/images/db_frame_sides_1.png');
 
height: 16px;
 
height: 16px;
 
}
 
}
Line 73: Line 73:
 
#bottom {
 
#bottom {
 
background-color:#2b333b;
 
background-color:#2b333b;
background-image: url('./images/db_frame_2.png');
+
background-image: url('skins/Vector/images/db_frame_2.png');
 
height: 13px;
 
height: 13px;
 
}
 
}

Revision as of 01:40, 29 October 2017

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


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

@font-face {
    font-family: 'dfghsgothic-w7regular';
    src: url('skins/Vector/fonts/heiseigothic.woff2') format('woff2'),
         url('skins/Vector/fonts/heiseigothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dfgsogei-w7regular';
    src: url('skins/Vector/fonts/sougei.woff2') format('woff2'),
         url('skins/Vector/fonts/sougei.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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


/* Dark Blast Test */

#top {
	background-color: #2b333b;
	background-image: url('skins/Vector/images/db_frame_1.png');
}

#content {
	background-color:#2b333b;
	background-image: url('skins/Vector/images/db_frame_sides_1.png');
	height: 16px;
}

#bottom {
	background-color:#2b333b;
	background-image: url('skins/Vector/images/db_frame_2.png');
	height: 13px;
}