User:Sylphoid/common.css

Revision as of 03:57, 11 November 2024 by Sylphoid (talk | contribs) (testing border)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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: Press Ctrl-F5.
/* Idk the difference between these two. Testing is in progress */
@font-face {
	font-family: "Retail Text Demo Bold";
	font-display: swap;
	src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2');
}

.infobox-title.item-title {
	font-family:"Retail Demo Bold";
}

.itembr {
	background: #eee;
    /*border: 1px solid #aaa;*/
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 250px;
}