MediaWiki:Vector.css

From PhantomWiki
Revision as of 16:40, 12 January 2015 by Administrator (talk | contribs)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
/* increase Vector sidebar width */
div#mw-panel { width: 176px; } 
div#footer, #mw-head-base, div#content { margin-left: 176px; }
#left-navigation { left: 176px; }

/*
** Logo properties
*/

#p-logo {
	margin-top: 4px;
	left: 0px;
	height: 160px;
	width: 165px;

}
#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 160px;
	width: 165px;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;

}
/*
** Control the relationship between the Navigation and Toolbox list headers and the special portal-break.png with the Goodmark
*/
	div#mw-panel div.portal div.body {
margin-top: 25px;
padding-top: 25px;

	margin-left: 20px;
		/* @embed */
		background-image: url(skins/vector/images/portal-break.png);
		background-repeat: no-repeat;
		background-position: top left;
}
/*
** Control the size and look of the Navigation and Toolbox list headers
*/

div#mw-panel div.portal h3 {
    font-weight: bold;
    color: rgb(68, 68, 68);
    padding: 0px 0px 0px 0px;
    cursor: default;
    border: medium none;
    font-size: 0.85em;


	}
/*
** Control the size and look of the Navigation and Toolbox lists
*/

	div#mw-panel div.portal div.body ul {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	div#mw-panel div.portal div.body ul li {
		line-height: 1.125em;
		padding: 0;
		padding-bottom: 0.5em;
		margin: 0;
		overflow: hidden;
		font-size: 0.75em;
	}
	div#mw-panel div.portal div.body ul li a {
		color: #0645ad;
	}
	div#mw-panel div.portal div.body ul li a:visited {
		color: #0b0080;
	}
/*
** Controls that text with a floating image aligns at the top of the image and not the center as is default
*/
img {
    border: medium none;
    vertical-align: top;
}
div#content {
    border-color: #b75a5e;
}

/*
** Controls that tableheaders created automatically by the wiki get the same background colors as those that are PhantomWiki specific
*/ 
.mw-datatable th {
    background-color: #D9D9D9;
}
/*
** Controls that borders created automatically by the wiki get the same red color as those that are PhantomWiki specific
*/
fieldset {
    border: 1px solid #b75a5e;
}
/*
** Controls that headers created automatically by the wiki get the same red color as those that are PhantomWiki specific
*/
h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #b75a5e;