MediaWiki:Vector.css

From Pangaea Wiki
Revision as of 21:31, 9 July 2018 by MyraMidnight (Talk | contribs)

Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */
div#p-logo .mw-wiki-logo {display:none}

*{box-sizing:border-box}

/* standard link colors */
.mw-body a:link { color:#8a2405 } /* normal unvisited links */
.mw-body a:link:active {  } /* active links */
.mw-body a:link.new { color:red;} /* new links */
.mw-body a:visited.new {  } /* new links */
.mw-body a:link.interwiki {  } /* interwiki links */
.mw-body a:link.external {  } /* external links */
.mw-body a:link.stub { } /* hovered links */

#mw-page-base{background:transparent}
.mediawiki {background:#000 url(/skins/images/pang-bg-lower.jpg) top center no-repeat;display:grid;
  grid-template-columns:auto 900px auto; 
  grid-template-rows: 235px 60px auto 100px;
  grid-template-areas:
    ".  .            ."
    ".  navigation   ."
    ".  content      ."
    ".  footer       .";
}

/* Navigation ************/
#mw-navigation{grid-area:navigation;display:flex;align-items:flex-end;}
  div#mw-head{position:initial;bottom:0;}
  #mw-head .vectorTabs ul li {
    border-radius:10px 10px 0 0;
    padding:0px 10px;
    margin-right:2px;
    background: #8a2405;
    color:#fff;
    border-right:2px #4c1300 solid;}
#mw-head .vectorTabs a{color:#fff;}
  #mw-head .vectorTabs .selected{background:#F9E7B9;}
  #mw-head .vectorTabs .selected a{color:#000;}

  div.vectorTabs,div.vectorTabs ul, div.vectorTabs ul li,div.vectorTabs ul li span, div.vectorTabs h3 span {background:none;}
  #left-navigation{float:none;margin:0}
  #right-navigation{margin:0;}
div#mw-navigation{position:relative}

/* sidebar panel*/

/* Content **************/
#content.mw-body{
  grid-area:content;
  margin:0;
  background:#F9E7B9;
  border:none;}

/* Footer**************/
div#footer{
  grid-area:footer;
  background:#171717;
  margin:0;}
div#footer ul li {color:#a55858}

/* editing and code */
.editOptions{background:#f7e1a9}
#editform textarea{padding:5px 10px}

.mw-code, 
.mw-search-profile-tabs, 
pre, 
ul#pagehistory .selected,
#catlinks
{background:#fff7e4;border:1px dashed #fff;color:#8a2405}

h3#p-cactions-label span {color:#fff}