MediaWiki:Common.css: Difference between revisions

From Echoes of Angmar - Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #official_corner_tl{ top: 0; left: 0; background-image: url("images/official_border_bl.gif"); background-repeat: no-repeat; }")
 
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 */
#official_corner_tl{
.official_corner_tl{
top: 0; left: 0;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}
 
 
 
.official_corner_tr{
top: 0; left: 0;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}
 
.official_corner_bl{
top: 0; left: 0;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}
 
.official_corner_br{
top: 0; left: 0;
top: 0; left: 0;
background-image: url("images/official_border_bl.gif");
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
background-repeat: no-repeat;
}
}

Revision as of 11:50, 5 January 2023

/* CSS placed here will be applied to all skins */
.official_corner_tl{
	top: 0; left: 0;
	background-image: url("images/official_border_bl.gif");
	background-repeat: no-repeat;
}



.official_corner_tr{
	top: 0; left: 0;
	background-image: url("images/official_border_bl.gif");
	background-repeat: no-repeat;
}

.official_corner_bl{
	top: 0; left: 0;
	background-image: url("images/official_border_bl.gif");
	background-repeat: no-repeat;
}

.official_corner_br{
	top: 0; left: 0;
	background-image: url("images/official_border_bl.gif");
	background-repeat: no-repeat;
}