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 */
#show-article-wrapper {
#show-article-wrapper {
     display: none;
     display: none;
Line 113: Line 112:


#show-article {
#show-article {
     position: fixed;  
     position: fixed;
     z-index: 1; /* Ensure it's above the wrapper */
     z-index: 2; /* Higher z-index to be on top */
     top: 0;
     top: 0;
     right: 0;
     right: 0;
Line 130: Line 129:
}
}


#show-article-wrapper:hover {
}
#article-frame {
#article-frame {
     position: fixed;
     position: fixed;
     z-index: 1;
     z-index: 1; /* Lower z-index to be below #show-article */
     top: 0;
     top: 0;
     right: 0;
     right: 0;

Navigation menu