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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
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
 }