MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .res-img img { max-width:100%; height:auto; }" |
No edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||
} | |||
.sop-body { | |||
background: rgba(255, 255, 255, 0.8) url("https://wiki.7cav.us/wiki/File:Wag.png") no-repeat center center; | |||
background-size: cover; | |||
} | } | ||
Revision as of 11:56, 1 April 2026
/* CSS placed here will be applied to all skins */
.res-img img {
max-width:100%;
height:auto;
}
.sop-body {
background: rgba(255, 255, 255, 0.8) url("https://wiki.7cav.us/wiki/File:Wag.png") no-repeat center center;
background-size: cover;
}