MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
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 */ | ||
.official_corner_tl{ | .official_corner_tl{ | ||
position: absolute; | |||
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; | ||
} | } | ||
.official_corner_tr{ | .official_corner_tr{ | ||
top: 0; | position: absolute; | ||
top: 0; | |||
right: 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; | ||
| Line 15: | Line 16: | ||
.official_corner_bl{ | .official_corner_bl{ | ||
position: absolute; | |||
bottom: 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; | ||
| Line 21: | Line 23: | ||
.official_corner_br{ | .official_corner_br{ | ||
position: absolute; | |||
bottom: 0%; | |||
right: 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:56, 5 January 2023
/* 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;
}