MediaWiki:Common.css: Difference between revisions

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


#show-article-wrapper:hover {
#show-article-wrapper:hover {
width: 37%;
    height: max-content;
    margin-right: 2%;
    margin-top: 2%;
    background-color: white;
    padding: 20px;
     border: 5px solid red; /* Adjust the border style as needed */
     border: 5px solid red; /* Adjust the border style as needed */
     transform: rotate(-10deg); /* Adjust the rotation angle as needed */
     transform: rotate(-10deg); /* Adjust the rotation angle as needed */
Line 144: Line 138:
     transform: rotate(10deg); /* Adjust the rotation angle as needed */
     transform: rotate(10deg); /* Adjust the rotation angle as needed */
     border: 1px solid;
     border: 1px solid;
    width: 37%;
    height: max-content;
    margin-right: 2%;
    margin-top: 2%;
    background-color: white;
    padding: 20px;
}
}


Navigation menu