Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

MediaWiki:Fluent.css

on PidgiWiki, the video game media repository

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */
.mw-charinsert-buttons {
	color: white;
	margin-top: 10px;
	border: 1px #EAEAEA solid;
	padding: 3px;
	text-align: center;
	background-color: #F8F8F8;
	line-height:32px;
	border-radius: 5px;
}
.mw-charinsert-buttons a {
	color: #323130;
	background-color: #F8F8F8;
	font-weight: bold;
	text-decoration: none;
	padding: 0em 0.4em;
	border: 1px transparent solid;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #F7F7F7;
	border: 1px #C7C7C7 solid;
	border-radius: 3px;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.