Jump to content

User:Mirokado/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.
.localcomments { white-space: inherit !important; }
.mw-headline-anchor {display: none;}                        /* no snakes */

span[lang] { color: black; background-color: #FFE4E1; }     /* misty rose */ /* see Template:Lang/doc#Applying_styles */

/* .mw-redirect { background-color: #FFCF8A; } */ /* highlight redirects, not needed if using User:Anomie/linkclassifier.js */

/* tweak diff colours after selecting the old diff style as gadget */
.diff-deletedline .diffchange { background-color: #cfc; }
.diff-addedline .diffchange { background-color: #ffa; }

.persondata { display:table !important; }                   /* always view persondata */
.citation-comment { display: inline !important; }            /* show all Citation Style 1 error messages */
.mw-parser-output span.cs1-hidden-error { display: inline !important; }  /* display Citation Style 1 hidden errors */
.ambox-Orphan { display: table !important; }                /* show orphan boxes */
.error { display: inline !important; color: red; font-weight: bold; }

strong.mw-watched { font-weight: normal !important; }       /* toast watchlist bolding and green stars and similar */
strong.mw-watched a { background: none; padding-left: 0; }
.updatedmarker { display:none; }

/* /me watchlist formatting */
.mw-watchlist-latest-delivered {
	border-top-width: 4px !important;
	border-top-color: #e0eef7 !important;
	border-top-style: solid !important;
}
/* /me didn't like a background on all delivered items */
/* table.mw-watchlist-delivered { background: #f6f9fc; } */

.newpage {border:0; font-weight: bold;}    /* Remove underlines from N, m, b in watchlist, make them bold */
.botedit {border:0; font-weight: bold;}
.minoredit {border:0; font-weight: bold;}

/* this is not really satisfactory, text input goes over the header, try it for a while */
#mw-head {
	position: fixed !important;
	background: #f5f5f5;
}
#mw-panel {
	position: fixed !important;
	top: 0 !important;
    max-height: 778px;
    width: 10em; /* div#mw-panel.* specify 10em */
    overflow: auto;
}
#p-logo {
    display: none;
}
.first {
    margin-top: 0 !important;
}

/* there is now a gadget option to display this which works better
 * .shortdescription {
 *   display:block !important;
 *   white-space: pre-wrap;
 * }
 * .shortdescription::before { 
 *   content: "\A[Short description:\0020";
 * }
 * .shortdescription::after { 
 *   content: "]\A";
 * }
 */

/* see User:Gadget850/FAqQ/Headings */
/* Bold h1 and h2 */
/* tried this, more logical but the bold distracts
 * h1, h2 { font-weight: bold; }
 *.editsection { font-weight: normal; }
 */

/* end of file */