MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 2: | Line 2: | ||
.imagelink_elseprinciple a { | .imagelink_elseprinciple a { | ||
width:100px; | width:100px; | ||
height: | height:60px; | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
| Line 9: | Line 9: | ||
.imagelink_elseperspective a { | .imagelink_elseperspective a { | ||
width:100px; | width:100px; | ||
height: | height:60px; | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
Revision as of 11:13, 30 January 2024
/* CSS placed here will be applied to all skins */
.imagelink_elseprinciple a {
width:100px;
height:60px;
display:block;
text-decoration:none;
background-image: url("https://go-else.org/images/b/ba/Icon_principle.png")
}
.imagelink_elseperspective a {
width:100px;
height:60px;
display:block;
text-decoration:none;
background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png")
}
#p-tb { display: none; }