MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 116: Line 116:
     margin-top: 2%;
     margin-top: 2%;
     background-color: white;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
    transition: transform 0.3s, border 0.3s; /* Add transitions for a smooth effect */
}
}


Line 136: Line 134:


#show-article-wrapper:hover {
#show-article-wrapper:hover {
     border: 1px solid red; /* Adjust the border style as needed */
     border: 1px solid black; /* Adjust the border style as needed */
     transform: rotate(-2deg); /* Rotate the wrapper */
     transform: rotate(-2deg); /* Rotate the wrapper */
}
}
Line 143: Line 141:
     /* Add any specific styles for #show-article-content if needed */
     /* Add any specific styles for #show-article-content if needed */
}
}


.article-metadata {
.article-metadata {

Navigation menu