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 124: Line 125:
     transform: rotate(-10deg); /* Adjust the rotation angle as needed */
     transform: rotate(-10deg); /* Adjust the rotation angle as needed */
}
}


#show-article-content {
#show-article-content {
Line 131: Line 131:


#show-article {
#show-article {
     display: none;
     /* Styles for show-article */
    position: fixed;
    top: 0;
    right: 0;
    width: 37%;
    height: max-content;
    margin-right: 2%;
    margin-top: 2%;
    background-color: white;
    padding: 20px;
    border: 1px solid;
}
}


#show-article-wrapper.hovered {
#show-article:hover {
     /* Add styles for the hover effect */
     /* Styles for show-article when hovered */
    border: 5px solid red; /* Adjust the border style as needed */
}
}


.article-metadata {
.article-metadata {

Navigation menu