MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
background-image: url("https://go-else.org/images/b/ | background-image: url("https://go-else.org/images/b/ba/Icon_principle.png") | ||
} | } | ||
.imagelink_elseperspective a { | .imagelink_elseperspective a { | ||
| Line 12: | Line 12: | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
background-image: url("https://go-else.org/images/ | background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png") | ||
} | } | ||
Revision as of 22:29, 26 January 2024
/* CSS placed here will be applied to all skins */
.imagelink_elseprinciple a {
width:135px;
height:15px;
display:block;
text-decoration:none;
background-image: url("https://go-else.org/images/b/ba/Icon_principle.png")
}
.imagelink_elseperspective a {
width:135px;
height:15px;
display:block;
text-decoration:none;
background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png")
}