MediaWiki:Vector.css

From Portalpedia, the Portal encyclopedia
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */

body 
{
  background: url(http://shoutwiki.com/w/images/portalpedia/d/d4/Portal_2_Tile_Background.jpg) repeat;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
}

div#content {
	background: #ffffff url(http://starfywiki.org/images/2/2c/OpacityB.png);
	color: #000000;
        border: 2px solid #000080;
	margin: 2.8em 0 0 12.2em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	khtml-border-top-left-radius: 1em;
	khtml-border-bottom-left-radius: 1em;
	khtml-border-top-right-radius: 1em;
	khtml-border-bottom-right-radius: 1em;
	-icab-border-top-left-radius: 1em;
	-icab-border-bottom-left-radius: 1em;
	-icab-border-top-right-radius: 1em;
	-icab-border-bottom-right-radius: 1em;
}

#mw-page-base
{
  background: none;
}

#mw-panel div.portal div.body ul li a
{
  color:#4682B4;

}
#mw-panel div.portal
{
  background: transparent;
  border: 1px solid #4682B4;
  border-radius: 15px;
  -moz-border-radius: 0 1em 1em 0;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-radius: 0 1em 1em 0;
border-bottom: 1px solid #4682B4;
border-right: 1px solid #4682B4;
border-top: 1px solid #4682B4;
}

#mw-panel div.portal
{
  margin-left: 0px;
  margin-right: 0px;
}

#mw-panel div.portal h5 
{
  color:#4682B4;
}

#content 
{
	background: #91dff6;
	border: 1px solid #12b1c4;
}

/* ToC */

#toc, .toc {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #000080;
}

/* Give the tabs and menu tabs the grass block styling */
div.vectorTabs {
    background-image: none;
    background: transparent
    height: 36px;
    padding-left: 0
}
div.vectorTabs ul {
    background-image: none
}
div.vectorTabs ul li, div.vectorMenu {
    background-position: left top;
    background-color: transparent;
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
    margin-right: 7px;
    background: #87CEEB
}
div.vectorTabs span {
    background-image: none !important;
}
div.vectorTabs li.selected span, div.vectorTabs li span:hover, div.vectorMenu:hover h5 {
    background-position: right bottom !important;
    background-color: #FFFFFF;
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
    background: #FFA500
}
#left-navigation .vectorTabs li:first-child {
    padding: 0;
    background-image: none;
    background: #00FFFF
}