User:Mzs-bot/common.css

From Fallen London Wiki

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.
.bronze-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/4/43/Cardbronze.png) 0 no-repeat;
}
.silver-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/1/12/Cardsilver.png) 0 no-repeat;
}
.gold-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/f/fb/Cardgold.png) 0 no-repeat;
}
.red-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/3/3e/Cardred.png) 0 no-repeat;
}
.black-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/e/e0/Cardblack.png) 0 no-repeat;
}
.white-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/3/38/Cardnormal.png) 0 no-repeat;
}
.purple-framed {
	padding: 10px 7px 8px 9px;
	background: url(/w/images/c/c1/Cardpurple.png) 0 no-repeat;
}