MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 128: Line 128:
#show-article:hover {
#show-article:hover {
     /* Styles for show-article when hovered */
     /* Styles for show-article when hovered */
     transform: rotate(5deg); /* Rotate the content */
     transform: rotate(2deg); /* Rotate the content */
     border: 1px solid;
     border: 1px solid;
     background-color: white;
     background-color: white;
Line 135: Line 135:


#show-article-wrapper:hover {
#show-article-wrapper:hover {
     border: 5px solid red; /* Adjust the border style as needed */
     border: 1px solid red; /* Adjust the border style as needed */
     transform: rotate(-5deg); /* Rotate the wrapper */
     transform: rotate(-2deg); /* Rotate the wrapper */
}
}


Navigation menu