MediaWiki:Common.css: Difference between revisions

From Echoes of Angmar - Wiki
Jump to navigation Jump to search
No edit summary
Tag: Replaced
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{
position: absolute;
top: 0; left: 0;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}
.official_corner_tr{
position: absolute;
top: 0;
right: 0%;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}
.official_corner_bl{
position: absolute;
bottom: 0%; left: 0;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}
.official_corner_br{
position: absolute;
bottom: 0%;
right: 0%;
background-image: url("images/official_border_bl.gif");
background-repeat: no-repeat;
}

Revision as of 12:07, 5 January 2023

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