Difference between revisions 10984 and 10985 on newikibooks

/* Default styling for HTML elements */
dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}

(contracted; show full)
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
.sysop-show, .accountcreator-show {
    display: none;
}


/**
 * Hide the redlink generated by {{Editnotice}},
 * this overrides the ".sysop-show { display: none; }" above that applies
 * to the same link as well.
 */
.ve-init-mw-viewPageTarget-toolbar-editNotices-notice .editnotice-redlink {
    display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}

(contracted; show full)
.UnicodeWarning { font-family: Symbola, "Segoe UI Symbol", Quivira, "Apple Color Emoji", Brampton, FreeSerif, "Arial Unicode MS",   "Arial Unicode MS", "Lucida Sans Unicode"; }
.UnicodeWeather  { font-family: Symbola, Quivira, "Segoe UI Symbol", FreeSerif, "Apple Color Emoji", Brampton,   "Arial Unicode MS", "Lucida Sans Unicode"; }