Difference between revisions of "User:Dinoguy1000/common.css"

From Yugipedia
Jump to: navigation, search
(redo lost changes (other than the "switch to gadget version" May 22, 2020 change, since I don't remember what was removed and we still haven't tried to restore all our lost gadgets))
(forgot the `?action=raw&ctype=text/css` on the import of wikipedia:ru:Участник:Stjn/linter.css)
 
Line 1: Line 1:
 
/* css linter for MW ([[wikipedia:ru:Участник:Stjn/linter.css]]) */
 
/* css linter for MW ([[wikipedia:ru:Участник:Stjn/linter.css]]) */
@import "https://ru.wikipedia.org/wiki/%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Stjn/linter.css";
+
@import "https://ru.wikipedia.org/wiki/%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Stjn/linter.css?action=raw&ctype=text/css";
  
 
/* make it easier to find redirects */
 
/* make it easier to find redirects */

Latest revision as of 16:54, 17 June 2023

/* css linter for MW ([[wikipedia:ru:Участник:Stjn/linter.css]]) */
@import "https://ru.wikipedia.org/wiki/%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Stjn/linter.css?action=raw&ctype=text/css";

/* make it easier to find redirects */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited,
.mw-redirect:hover,
.mw-redirect:active,
.mw-redirect:focus{
	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,
.comment .mw-redirect:focus,
.mw-usertoollinks .mw-redirect:focus {
    color: #FAA700;
}

/* disambig link coloring */
.mw-disambig,
.mw-disambig:link,
.mw-disambig:visited,
.mw-disambig:hover,
.mw-disambig:active,
.mw-disambig:focus{
	color: #FF8921;
}

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

/* unhide the summary field on RFP request pages (from [[User:Deltaneos/common.css]]) */
.page-Yu-Gi-Oh_Requests_for_rollback_requests #wpSummary,
.page-Yu-Gi-Oh_Requests_for_rollback_requests #wpSummaryLabel,
.page-Yu-Gi-Oh_Requests_for_mover_requests #wpSummary,
.page-Yu-Gi-Oh_Requests_for_mover_requests #wpSummaryLabel {
	display: inline-block;
}

/* show all Citation Style 1 error and maintenance messages */
.citation-comment {
	display: inline !important;
}

/* hide the HeroSync banner */
#content > center {
	display: none;
}