Difference between revisions of "MediaWiki:Common.css"

From E Nebraska History
Jump to: navigation, search
Line 2: Line 2:
 
#statebanner {
 
#statebanner {
 
   width: 100%;
 
   width: 100%;
   height: 50px;
+
   height: 20px;
 
   position: fixed;
 
   position: fixed;
 
   background: url(http://www.e-nebraskahistory.org/images/2white.gif);
 
   background: url(http://www.e-nebraskahistory.org/images/2white.gif);

Revision as of 19:40, 29 October 2016

/* CSS placed here will be applied to all skins */
#statebanner {
   width: 100%;
   height: 20px;
   position: fixed;
   background: url(http://www.e-nebraskahistory.org/images/2white.gif);
   background-size: cover;
   top: 0;
}