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 {
     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(-5deg); /* Adjust the rotation angle as needed */
}
}


Line 135: Line 135:
#show-article:hover {
#show-article:hover {
     /* Styles for show-article when hovered */
     /* Styles for show-article when hovered */
     transform: rotate(10deg); /* Reset the rotation */
     transform: rotate(5deg); /* Reset the rotation */
     border: 1px solid;
     border: 1px solid;
     background-color: white;
     background-color: white;

Navigation menu