MediaWiki:Theme-dark.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 39: Line 39:
     width: 200px;
     width: 200px;
     height: 200px;
     height: 200px;
}
a[href="#"]:before {
    content: "Светлая тема";
}
a[href="#"] {
    visibility: hidden;
    position: relative;
}
a[href="#"]:before {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
}


Navigation menu