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.skin-vector- | body.skin-vector-legacy_mediawiki_ltr_sitedir-ltr_mw-hide-empty-elt_ns-0_ns-subject_mw-editable_page-Wiki_Admin_Group_-_Regulations_and_Procedures_rootpage-Wiki_Admin_Group_-_Regulations_and_Procedures_skin-vector_action-view { | ||
background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png"); | background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Revision as of 13:00, 1 April 2026
/* CSS placed here will be applied to all skins */
.res-img img {
max-width:100%;
height:auto;
}
body.skin-vector-legacy_mediawiki_ltr_sitedir-ltr_mw-hide-empty-elt_ns-0_ns-subject_mw-editable_page-Wiki_Admin_Group_-_Regulations_and_Procedures_rootpage-Wiki_Admin_Group_-_Regulations_and_Procedures_skin-vector_action-view {
background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
background-color: rgba(255, 255, 255, 0.8);
}