Jump to content

User:Sylphoid/common.css: Difference between revisions

From Deadlock Wiki
testing filepath
change to special:filepath
Line 23: Line 23:
ul {
ul {
   list-style: outside
   list-style: outside
     url('filepath://Speaker.svg');
     url('/Special:FilePath/Speaker.svg');
}
}

Revision as of 19:51, 18 December 2024

/* 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;
}

/* testing if the filepath in the url works. this is to check the gadget-sound because it isn't working */
ul {
  list-style: outside
    url('/Special:FilePath/Speaker.svg');
}