MediaWiki:SkillNav.css: Difference between revisions

From Elwiki
No edit summary
No edit summary
Line 9: Line 9:
     border-top: 1px solid black;
     border-top: 1px solid black;
     border-left: 1px solid black;
     border-left: 1px solid black;
    user-select: none;
}
}


Line 105: Line 106:


.mw-customtoggle-Surya.mw-customtoggle {
.mw-customtoggle-Surya.mw-customtoggle {
     width: calc(20px + 1rem);
     width: calc(20px + 0.5rem);
     height: calc(20px + 1rem);
     height: calc(20px + 0.5rem);
     transform: skew(10deg);
     transform: skew(10deg);
     margin-left: auto;
     margin-left: auto;
     margin-right: 2rem;
     margin-right: 1.5rem;
     padding: 1rem;
     padding: 0.5rem;
     box-sizing: border-box;
     box-sizing: border-box;
     background-size: 25px;
     background-size: 20px;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
Line 120: Line 121:


.mw-customtoggle-Surya.mw-customtoggle:hover {
.mw-customtoggle-Surya.mw-customtoggle:hover {
     background-color: rgba(0,0,0,.25);
     background-color: rgba(255,255,255,.25);
}
}