User:Mirokado/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Mirokado/common.js. |
.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 */