|
|
| (2 intermediate revisions by the same user not shown) |
| Line 634: |
Line 634: |
| } | | } |
| /*----------------------------------25-06-2026-----------------------------------*/ | | /*----------------------------------25-06-2026-----------------------------------*/ |
| /* Make Poem & Poem2 look like native WikiEditor buttons */
| |
| .tool[rel="Poem1"],
| |
| .tool[rel="Poem2"] {
| |
| width: 32px !important;
| |
| height: 32px !important;
| |
| min-width: 32px !important;
| |
| min-height: 32px !important;
| |
|
| |
| display: flex !important;
| |
| align-items: center !important;
| |
| justify-content: center !important;
| |
|
| |
| background-repeat: no-repeat !important;
| |
| background-position: center center !important;
| |
| background-size: 24px 24px !important;
| |
|
| |
| text-indent: -9999px;
| |
| overflow: hidden;
| |
| white-space: nowrap;
| |
|
| |
| margin: 0 !important;
| |
| padding: 0 !important;
| |
| vertical-align: middle !important;
| |
| box-sizing: border-box;
| |
| }
| |
|
| |
| /* Individual sizes */
| |
| .tool[rel="Poem1"] {
| |
| background-size: 24px 24px !important;
| |
| }
| |
|
| |
| .tool[rel="Poem2"] {
| |
| background-size: 24px 24px !important;
| |
| }
| |