Difference between revisions of "MediaWiki:Common.css"

From The VG Resource Wiki
Jump to: navigation, search
Line 100: Line 100:
 
   padding: 0px;
 
   padding: 0px;
 
   border-spacing: 0px;
 
   border-spacing: 0px;
  text-align: left;
 
 
   }
 
   }
 
.navbox th {
 
.navbox th {
Line 106: Line 105:
 
   color: #ffffff !important;
 
   color: #ffffff !important;
 
   }
 
   }
 +
.navbox td {
 +
  text-align: left;
 +
}
 
.navboxhead {
 
.navboxhead {
 
   background: #355278 !important;
 
   background: #355278 !important;

Revision as of 15:31, 4 August 2014

/* CSS placed here will be applied to all skins */

/* Include Site Bar CSS and Move Body Down */
@import url(http://www.vg-resource.com/inc/sitebar.css);
body {
    min-width: 980px !important;
}
#sitebar {
    z-index: 9999 !important;
}
#mw-head, #mw-panel {
    margin-top: 20px !important;
}
#content {
    margin-top: 20px !important;
}

/* Hide Unnecessary Elements */
#left-navigation, #ca-talk, #ca-viewsource, #ca-nstab-main, #ca-nstab-mediawiki, #ca-nstab-special,
#pt-mytalk, #pt-anontalk  {
    display: none !important;
}

/* Main Styles */
#p-personal {
    top: 0px !important;
    padding: 3px 17px 3px 3px !important;
    border-radius: 0px 0px 15px 15px;
    background-color: #FFFFFF;
}
#p-personal ul {
    padding: 0px !important;
}
#p-cactions-label {
    border-bottom: 0px !important;
}
#p-search {
margin-bottom: 11px;
}
#mw-head {
    background-image: url("http://www.vg-resource.com/images/twilight/header.png");
}
#right-navigation {
    background-color: #FFFFFF; border-radius: 15px 15px 0px 0px;
}
div.vectorTabs {
    background-image: none !important;
}
div.vectorTabs ul li {
    background-image: none !important;
    background-color: transparent !important;
}
#footer-places {
    display: none !important;
}
div#mw-panel {
    padding-top: 0px !important;
}
div#footer {
   padding: 0px !important;
}
.navbox {
    border: 1px solid #AAA000;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 90%;
    text-align: center;
    padding: 1px;
}
.navbox-title {
    background-color: #97BCE6;
}
.navbox-group {
    background-color: #C7DDF5;
}
.navbox-list {
    text-align: left;
}
h1 {
    font-size: 200%;
    font-weight: bold;
}
h2 {
    font-size: 200%;
    border-bottom: 2px solid #AAAAAA;
    font-weight: bold;
}
h3 {
    font-size: 150%;
    border-bottom: 1px solid #D1D1D1;
}


/* Navbox template */
table.navbox {
  border: 1px solid #355278;
  width: 100%;
  clear: both;
  padding: 0px;
  border-spacing: 0px;
  }
.navbox th {
  background: #5b789e;
  color: #ffffff !important;
  }
.navbox td {
  text-align: left;
}
.navboxhead {
  background: #355278 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  }