MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 117: Line 117:
     right: 0;
     right: 0;
     width: inherit;
     width: inherit;
     height: 100%; /* Make it take 100% of the parent's height */
     height: max-content; /* Make it take the height required by the content */
     margin-right: 2%;
     margin-right: 2%;
     margin-top: 2%;
     margin-top: 2%;
Line 135: Line 135:
     right: 0;
     right: 0;
     width: inherit;
     width: inherit;
     height: 100%; /* Make it take 100% of the parent's height */
     height: max-content; /* Make it take the height required by the content */
     margin-right: 2%;
     margin-right: 2%;
     margin-top: 2%;
     margin-top: 2%;
Line 145: Line 145:
#article-frame:hover {
#article-frame:hover {
     border: 1px solid black;
     border: 1px solid black;
     transform: rotate(-5deg);
     transform: rotate(-2.5deg);
}
}




Navigation menu