MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 120: Line 120:
     border: 1px solid;
     border: 1px solid;
     padding: 10px;
     padding: 10px;
    z-index: 2; /* Ensure it's above #article-frame */
}
}


Line 129: Line 130:
     border: 1px solid black;
     border: 1px solid black;
     transform: rotate(-2.5deg);
     transform: rotate(-2.5deg);
    z-index: 1; /* Ensure #article-frame is above other content in #show-article */
}
}


Line 136: Line 138:
     right: 0;
     right: 0;
     width: inherit;
     width: inherit;
     background-color: transparent;
     background-color: white;
     border: 1px solid;
     border: 1px solid;
     padding: 10px;
     padding: 10px;
    z-index: 1; /* Ensure it's above other content in #show-article */
}
}




Navigation menu