User:Ligulem/monobook.css

Source: Wikipedia, the free encyclopedia.
<
User:Ligulem
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.
/* [[MediaWiki:Common.css]], [[MediaWiki:Monobook.css]] */
/* <pre><nowiki>*/

.diffchange {
    font-weight: bold;
    background-color: inherit;
}

td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 100%;
    color: inherit;
}

td.diff-deletedline span.diffchange {border:1px solid #ff0000; padding:0 2px; white-space:pre-wrap; }
td.diff-addedline span.diffchange {border:1px solid #ff0000; padding:0 2px; white-space:pre-wrap; }

/*
td.diff-deletedline span.diffchange {background-color: #ffdddd; white-space:pre }
td.diff-addedline span.diffchange {background-color: #ffdddd; white-space:pre }
*/

.references-small {
    font-size:100%;
    background-color: #f9f9f0 ! important;
}

.comment {
    font-style: normal ! important;
    /* font-size: 110%; */
    /* font-weight: bold; */
    background-color: #f9f9f9 ! important;
}

a { text-decoration: none; }

/* from MediaWiki:Edittools */
   #edittools_name { } /* For the "Sign your name" section */
   #edittools_characters {display:none;}
   #edittools_greek {display:none;}
   #edittools_cyrillic {display:none;}
   #edittools_ipa {display:none;}
   #edittools_symbols {display:none;}
// #edittools_wikimarkup {display:none;}

#editpage-copywarn {display:none;}
#editpage-copywarn2 {display:none;}
#editpage-copywarn3 {display:none;}

input#wpSummary { width: 80%; }

.editsection { float: right; margin-left: 5px; }

/* temporary */
/* .hiddenStructure {
   display: inline ! important;
   color: #f00; 
   background-color: #0f0;
} */

/*
 .mw-plusminus-pos {
   color:DarkOliveGreen;
   font-weight:bold;
 }

 .mw-plusminus-neg {
   color:DarkRed;
   font-weight:bold;
 }
*/

#newarticletext { display:none; }

#edittools_characters {display:none;}

#recentchangestext {display:none;}


/*</nowiki></pre>*/