MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 632: | Line 632: | ||
} | } | ||
} | |||
/*----------------------------------25-06-2026-----------------------------------*/ | |||
/* Match Poem/Poem2 icons to WikiEditor toolbar */ | |||
.tool[rel="Poem1"], | |||
.tool[rel="Poem2"] { | |||
width: 32px !important; | |||
height: 32px !important; | |||
min-width: 32px !important; | |||
min-height: 32px !important; | |||
display: inline-block !important; | |||
background-repeat: no-repeat !important; | |||
background-position: center center !important; | |||
background-size: 18px 18px !important; | |||
text-indent: -9999px; | |||
overflow: hidden; | |||
white-space: nowrap; | |||
border-right: 1px solid #c8ccd1; | |||
margin-right: 2px; | |||
} | |||
/* Individual sizes */ | |||
.tool[rel="Poem1"] { | |||
background-size: 16px 16px !important; | |||
} | |||
.tool[rel="Poem2"] { | |||
background-size: 18px 18px !important; | |||
} | } | ||