MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 106: Line 106:
/* Style the article window */
/* Style the article window */
#show-article-wrapper {
#show-article-wrapper {
    position: fixed;
    top: 0;
    right: 0;
     width: 37%;
     width: 37%;
     transition: all 0.3s ease; /* Add a transition for smoother effect */
     transition: all 0.3s ease;
}
}


#show-article-wrapper:hover {
#show-article-wrapper:hover {
     border: 10px solid red; /* Change the border color to red for testing */
     border: 10px solid red;
}
}




Navigation menu