MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 112: Line 112:
     max-height: 0;
     max-height: 0;
     overflow: hidden;
     overflow: hidden;
     transition: max-height 0.3s ease, transform 0.3s ease; /* Add transform transition */
     transition: transform 0.3s ease; /* Add transform transition */
     transform-origin: top right; /* Set the transform origin to the top right corner */
     transform-origin: top right; /* Set the transform origin to the top right corner */
}
}


#show-article-wrapper:hover {
#show-article-wrapper:hover {
    max-height: 500px; /* Adjust this value based on your content */
    border: 10px solid red;
     transform: rotate(-10deg); /* Rotate the wrapper to the left */
     transform: rotate(-10deg); /* Rotate the wrapper to the left */
}
}


#show-article {
#show-article {

Navigation menu