Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
(Updated to fit new Akvo skin)
Line 2: Line 2:
  
 
body {
 
body {
   background: #e6e9ed;
+
   background: #fff;
 
}
 
}
  
/* remove the logo */
+
#p-logo a {
#p-logo {
+
   height: 56px !important;
   display: none;
 
 
}
 
}
  
 
/* change padding to move left column up */
 
/* change padding to move left column up */
 
#column-one {
 
#column-one {
   padding-top: 3em;
+
   padding-top: 60px;
 
}
 
}
  

Revision as of 19:34, 8 August 2008

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

body {
   background: #fff;
}

#p-logo a {
   height: 56px !important;
}

/* change padding to move left column up */
#column-one {
   padding-top: 60px;
}

#content {
   border: 1px solid #aaaaaa;
}