MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 13: | Line 13: | ||
text-decoration:none; | text-decoration:none; | ||
background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png") | background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png") | ||
} | |||
.evenbiggerfont { | |||
text-size: 300px | |||
} | } | ||
#p-tb { display: none; } | #p-tb { display: none; } | ||
Revision as of 11:30, 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")
}
.evenbiggerfont {
text-size: 300px
}
#p-tb { display: none; }