User:Charleyramm/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* CSS placed here will be applied to all skins */


/*
 * REMOVE VECTOR THEME BACKGROUND IMAGES
 *
 */

body, 
div#mw-page-base, div#mw-head-base, div#content, div#footer, 
div.vectorTabs, div.vectorTabs ul li, div.vectorTabs span
{
  /*background-color: white;*/
  /*background-image: none;*/
  
}


/*
 * HIDE UNWANTED FUNCTIONALITY 
 *
 */

div#left-navigation,
ul#footer-places,
ul#footer-icons,
li#pt-mytalk
{
  display: none;
}


/* 
 * MAKE EVERYTHING SAINSBURY CENTRE BRANDED
 *
 */

body, div#content, h1,h2,h3,h4,h5,h6
{
  /*color: #333;*/ 
  /*letter-spacing: 1px;*/
  /*font-family: helvetica, arial, sans-serif;*/
}
h1
{
  /*color: #b11c26;*/ 
  /*border-bottom: none;*/
}



/* 
 * PUSH PERSONAL/LOGIN LINKS DOWN THE PAGE 
 *
 */

div#p-personal
{ 
  top: 16px;
}

 

/* 
 * ADD THE UEA LOGO
 * 
 */
div#p-personal
{
  /*background-image: url(/w/skins/common/images/scva/ueahorizontalblack.png);*/ 
  /*background-repeat:no-repeat;*/
  /*background-position:right top;*/
  /*padding-top: 97px;*/
}
div#right-navigation
{
  /*padding-top: 90px;*/
}
div#mw-head-base
{
  /*height: 10em;*/
}
div#mw-panel
{ 
  /*padding-top: 3em;*/ 
}
*/