Actions

MediaWiki

Common.css: Difference between revisions

From The Birdhouse

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.book {
height: 432px;
width: 534px;
background: url("/images/f/f3/Book.png");
}

Revision as of 00:08, 1 August 2024

/* CSS placed here will be applied to all skins */

.book {
	height: 432px;
	width: 534px;
	background: url("/images/f/f3/Book.png");
}