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 */
#show-article:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Adjust the values for position, size, and color */
}
#show-article {
#show-article {
     display: none;  
     display: none;  
Line 117: Line 120:
     border: 1px solid;
     border: 1px solid;
}
}
#show-article:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Adjust the values for position, size, and color */
}
.article-metadata {
.article-metadata {
     display: flex;
     display: flex;

Navigation menu