MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(31 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | .imagelink_elseprinciple a { | ||
width: | width:105px; | ||
height: | height:63px; | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
background-image: url("https://go-else.org/ | background-image: url("https://go-else.org/images/b/ba/Icon_principle.png") | ||
} | } | ||
.imagelink_elseperspective a { | |||
width:105px; | |||
height:63px; | |||
display:block; | |||
text-decoration:none; | |||
background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png") | |||
} | |||
.extralargefont { | |||
font-size:25px; | |||
} | |||
#p-tb { display: none; } |
Latest revision as of 11:52, 30 January 2024
/* CSS placed here will be applied to all skins */ .imagelink_elseprinciple a { width:105px; height:63px; display:block; text-decoration:none; background-image: url("https://go-else.org/images/b/ba/Icon_principle.png") } .imagelink_elseperspective a { width:105px; height:63px; display:block; text-decoration:none; background-image: url("https://go-else.org/images/e/e5/Icon_perspective.png") } .extralargefont { font-size:25px; } #p-tb { display: none; }