MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 133: Line 133:
     /* Styles for show-article when hovered */
     /* Styles for show-article when hovered */
     transform: rotate(2deg); /* Rotate the content */
     transform: rotate(2deg); /* Rotate the content */
    -webkit-backface-visibility: hidden;
     border: 1px solid;
     border: 1px solid;
     background-color: white;
     background-color: white;
Line 142: Line 141:
     border: 1px solid black; /* Adjust the border style as needed */
     border: 1px solid black; /* Adjust the border style as needed */
     transform: rotate(-10deg); /* Rotate the wrapper */
     transform: rotate(-10deg); /* Rotate the wrapper */
    -webkit-backface-visibility: hidden;
}
}


Navigation menu