MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 115: Line 115:
     background-color: white;
     background-color: white;
     padding: 20px;
     padding: 20px;
     border: 1px solid;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
     transition: all 0.3s ease-out; /* Add transition for smooth effect */
     transition: box-shadow 0.3s ease-out; /* Add transition for smooth effect */
}
}


#show-article:hover {
#show-article:hover {
    /* Adjust border size on hover */
     box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); /* right, bottom, blur, color */
    border-width: 1px 5px 5px 1px; /* top, right, bottom, left */
     box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); /* right, bottom, blur, color */
}
}


.article-metadata {
.article-metadata {

Navigation menu