WikiBound logo.png There are 169 stubs for enemies. Help out by expanding these pages!
Item pages are now going to be split. See WikiBound:Projects for more information.

Difference between revisions of "User:Ultimate Toad/common.css"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m
m
Line 3: Line 3:
  font-family: Harmonia Sans Condensed;
  font-family: Harmonia Sans Condensed;
  }
  }
/* Color the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
color: #2091ff;
}
.mw-plusminus-neg {
color: #f2b500;
}
/* sidebar boxes */
/* sidebar boxes */



Revision as of 13:09, 22 January 2022

/* Font type*/
 .mediawiki {
 	font-family: Harmonia Sans Condensed;
 }

/* Color the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
	color: #2091ff;
}

.mw-plusminus-neg {
	color: #f2b500;
}

/* sidebar boxes */

#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
 	font-size: 11pt !important
 }
#p-personal li a {
        font-size: 11pt !important
 }