MediaWiki:Common.css: Difference between revisions

From Reinvent Democracy
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* That will place a temporary campaign/launch/event/whatever image right down the main logo - pretty useful hun? nah  */
#n-recentchanges {
#n-temp-banner { display: block !important; font-size: 10px; text-indent: -999px; background-image: url('http://reinventdemocracy.info/w/images/undef.jpg'); background-position: top left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 20px; }
  background-image: url(http://reinventdemocracy.info/w/images/undef.jpg);
#n-\2e C2\2e A0 { display: block; font-size: 10px; text-indent: -999px; }
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 20px;
}

Revision as of 04:04, 17 June 2015

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

#n-recentchanges {
   background-image: url(http://reinventdemocracy.info/w/images/undef.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   padding-left: 20px;
}