Jump to content

User:Koshchki123/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@media screen and (max-width: 550px){
	.mdc-dialog .uv-mdc-warnDialog.mdc-dialog__surface, .uv-mdc-reportingDialog {
		min-width: 300px !important;
	}
	/*.mdc-dialog .uv-mdc-reportingDialog.mdc-dialog__surface */
	
	
	.mdc-list-item.mdc-list-item--with-one-line{
		height:auto !important;
		min-height:48px !important;
	}
	.mdc-form-field.uv-mdc-radiofield--horizontal{
		flex-direction: column !important; /*so I can select a warning level*/
	}
}

/*Hide images on certain pages*/
.page-List_of_Helluva_Boss_episodes img,
.page-Pilot_Helluva_Boss img,
.page-Murder_Family img,
.page-Loo_Loo_Land img,
.page-The_Circus_Helluva_Boss img,
.page-List_of_Hazbin_Hotel_and_Helluva_Boss_characters img,
.page-Helluva_Boss img,
.page-Hazbin_Hotel img{
  display:none
}

/*Hide rollback links to prevent accidental clicking*/
@media screen and (max-width: 550px){
    .mw-rollback-link {
	    display:none !important;
    }
}

/*Hide rollback links on certain pages*/
.page-Special_RecentChanges .mw-rollback-link, 
.page-Special_Contributions_Koshchki123 .mw-rollback-link{
    display:none !important;
}

.page-Maddy_Thorson .mw-parser-output,
.page-Celeste_video_game .mw-parser-output,
.page-Madeline_Celeste .mw-parser-output{
	display: none !important
}