MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 131: Line 131:
}
}
#article-frame {
#article-frame {
position: fixed;  
    position: fixed;
     z-index: 1; /* Ensure it's above the wrapper */
     z-index: 1;
     top: 0;
     top: 0;
     right: 0;
     right: 0;
     width: 37%;
     width: 37%;
     height: max-content;
     height: max-content; /* Adjust to your preference */
     margin-right: 2%;
     margin-right: 2%;
     margin-top: 2%;
     margin-top: 2%;
Line 143: Line 143:
     padding: 10px;
     padding: 10px;
}
}
#article-frame:hover {
#article-frame:hover {
     border: 1px solid black; /* Adjust the border style as needed */
     border: 1px solid black;
     transform: rotate(-2.5deg); /* Rotate the wrapper */
     transform: rotate(-2.5deg);
}
}


.article-metadata {
.article-metadata {

Navigation menu