Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
(Removing old CSS code)
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** 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;
 
}
 
  
 
.RSSReader-head h3 {
 
.RSSReader-head h3 {
 
   font-size: 100%;
 
   font-size: 100%;
 
}
 
}

Revision as of 08:55, 12 August 2013

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

.RSSReader-head h3 {
  font-size: 100%;
}