Difference between revisions of "MediaWiki:Common.css"

From E Nebraska History
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #statebanner { width: 100%; height: 50px; position: fixed; background: #dbdbdbdb; }")
 
Line 4: Line 4:
 
   height: 50px;
 
   height: 50px;
 
   position: fixed;
 
   position: fixed;
   background: #dbdbdbdb;
+
   background: url(http://www.e-nebraskahistory.org/images/2white.gif);
 +
  background-size: cover;
 +
  top: 0;
 
}
 
}

Revision as of 19:06, 29 October 2016

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