MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 104: Line 104:
}
}


/* Style the article window */
/* Style the article window */
/* Style the article window */
#show-article-wrapper {
#show-article-wrapper {
Line 131: Line 130:


#show-article {
#show-article {
 
    transition: transform 0.3s; /* Add transition for a smooth effect */
}
}


#show-article:hover {
#show-article:hover {
     /* Styles for show-article when hovered */
     /* Styles for show-article when hovered */
     transform: rotate(10deg); /* Adjust the rotation angle as needed */
     transform: rotate(0deg); /* Reset the rotation */
     border: 1px solid;
     border: 1px solid;
     background-color: white;
     background-color: white;
     padding: 20px;
     padding: 20px;
}
}




Navigation menu