User:Sylphoid/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sylphoid (talk | contribs)
fix my spacing and weirg periods
Sylphoid (talk | contribs)
testing border
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Idk the difference between these two. Testing is in progress */
@font-face {
@font-face {
font-family: "Retail Demo Bold";
font-family: "Retail Text Demo Bold";
font-display: swap;
font-display: swap;
src: url('/Special:FilePath/Retaildemo-bold.woff2') format('woff2');
src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2');
}
}


Line 9: Line 11:
}
}


h1, h2 {
.itembr {
font-family:"Retail Demo Bold", inherit;
background: #eee;
    /*border: 1px solid #aaa;*/
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 250px;
}
}

Latest revision as of 03:57, 11 November 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;
}