Welcome to IOPWiki, Commander.
With the release of the new game, we encourage contributions to topics related to Girls' Frontline 2. Learn how to contribute, read the maintenance guide, and join our Discord server to discuss major changes.
If you or someone you know can help deciphering the game files, contact our administrator.

MediaWiki:Vector.css

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Revision as of 08:43, 18 October 2016 by Pianoforte (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 DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */
body {
	background-image: url("http://gfwiki.com/images/c/c9/Logo.png"),url("http://gfwiki.com/images/6/6c/proto-BG-dark.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll, fixed;
	background-position: 1em 200px,left top;
	background-size: auto, cover;
	font-family: Sans-Serif;
}


/* Navigation Tab*/

div.darkvectorTabs li.selected a, div.darkvectorTabs li.selected a:visited {color: #FFFFFF;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.darkvectorTabs li.new a, div.darkvectorTabs li.new a:visited {color: #FF0000;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.darkvectorTabs li a {color: #FFCC00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.darkvectorTabs li a {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}

div.darkvectorTabs ul li, 
#p-variants, 
#p-cactions { 
    background-image: none!important; 
    background-color: rgba(63,63,63,0.3)!important; } 

#p-cactions:hover { 
    background-image: none!important; 
    background-color: rgba(63,63,63,0.6)!important; } 

div.darkvectorTabs li:hover { 
    background-image: none!important; 
    background-color: rgba(63,63,63,0.6)!important; } 

div.darkvectorTabs li.selected { 
    background-image: none!important; 
    background-color: rgba(255,255,255,0.90)!important;
} 

div.darkvectorMenu div.menu {
    background-color: rgba(255,255,255,0.3)!important;
    border:none!important;
left:0px;
}

div.darkvectorMenu div.menu a:hover {
    background-color: rgba(255,255,255,0.6)!important;
}



#p-variants-label, 
div.darkvectorTabs, 
div.darkvectorTabs span, 
div.darkvectorTabs ul, 
div#mw-head div.darkvectorMenu h3 { 
    background-image: none; 
    padding-left:0px;
}



#left-navigation,
#right-navigation {
    margin-top: 159px;
}


.mw-body {
    background-color: rgba(255,255,255,0.90);
    border:none;
    color: black;
}