MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 6: | Line 6: | ||
.page-Wiki_Admin_Group_-_Regulations_and_Procedures .mw-body { | .page-Wiki_Admin_Group_-_Regulations_and_Procedures .mw-body { | ||
background-image: url(" | background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png"); | ||
background-color: rgba(255, 255, 255, 0.85); /* White with 85% opacity */ | background-color: rgba(255, 255, 255, 0.85); /* White with 85% opacity */ | ||
padding: 1em; /* Keep spacing inside */ | padding: 1em; /* Keep spacing inside */ | ||
Revision as of 13:37, 1 April 2026
/* CSS placed here will be applied to all skins */
.res-img img {
max-width:100%;
height:auto;
}
.page-Wiki_Admin_Group_-_Regulations_and_Procedures .mw-body {
background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png");
background-color: rgba(255, 255, 255, 0.85); /* White with 85% opacity */
padding: 1em; /* Keep spacing inside */
border-radius: 6px; /* Optional: rounded corners */
box-shadow: none; /* Remove default shadow */
border: none; /* Remove border */
color: #000; /* Ensure text is readable */
}