MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 4: | Line 4: | ||
height:auto; | height:auto; | ||
} | } | ||
. | body.page-Wiki_Admin_Group_-_Regulations_and_Procedures { | ||
background: url("https://wiki.7cav.us/wiki/File:Wag.png") no-repeat center center fixed; | background: url("https://wiki.7cav.us/wiki/File:Wag.png") no-repeat center center fixed; | ||
background-size: cover; | background-size: cover; | ||
background-color: rgba(255, 255, 255, 0.8); /* 80% opaque white overlay */ | background-color: rgba(255, 255, 255, 0.8); /* 80% opaque white overlay */ | ||
} | } | ||
Revision as of 12:50, 1 April 2026
/* CSS placed here will be applied to all skins */
.res-img img {
max-width:100%;
height:auto;
}
body.page-Wiki_Admin_Group_-_Regulations_and_Procedures {
background: url("https://wiki.7cav.us/wiki/File:Wag.png") no-repeat center center fixed;
background-size: cover;
background-color: rgba(255, 255, 255, 0.8); /* 80% opaque white overlay */
}