User:Dinoguy1000/common.css: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Dinoguy1000
(copy some stuff from my Yugipedia common.css page)
 
imported>Dinoguy1000
(copy some stuff from my Yugipedia common.css page)
 
(No difference)

Latest revision as of 15:11, 25 January 2021

/* make it easier to find redirects */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited,
.mw-redirect:hover,
.mw-redirect:active {
	color: #308050;
}

/* but not for diff comments */
.comment .mw-redirect,
.mw-usertoollinks .mw-redirect,
.comment .mw-redirect:link,
.mw-usertoollinks .mw-redirect:link {
    color: #0645AD;
}
.comment .mw-redirect:visited,
.mw-usertoollinks .mw-redirect:visited {
    color: #0B0080;
}
.comment .mw-redirect:hover,
.mw-usertoollinks .mw-redirect:hover,
.comment .mw-redirect:active,
.mw-usertoollinks .mw-redirect:active {
    color: #FAA700;
}

/* taller textboxes */
/* except for #wpUploadDescription */
.mw-editform #wpTextbox1,
.ui-resizable {
	max-height: none;
	height: 50em !important;
}