MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 131: Line 131:


#show-article {
#show-article {
     /* Styles for show-article */
     display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 37%;
    height: max-content;
    margin-right: 2%;
    margin-top: 2%;
    background-color: white;
    padding: 20px;
    border: 1px solid;
    transition: transform 0.3s; /* Add transition for a smooth effect */
}
}


Navigation menu