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.
/*Zmizí úvodní text rad v diskusi*/
#talkpagetext { display: none; }
 
/*Zmizí text u shrnutí editace*/
#wpSummaryLabel { display: none; }
 
/*Zmizí text nového Komentáře*/
#wpSubjectLabel { display: none; }
 
/*Zmizí text v úvodu nového článku*/
#wpNewarticletextLabel { display: none; }
 
span.texhtml {
  font-size: 11pt;
}
 
/*Zvýrazňování odkazů na přesměrování*/
.mw-redirect {color:green;}
 
#siteNoticeSmall, #siteNoticeBig, .siteNoticeSmall { display: none!important; }
 
/* Remove fundraiser banner and sitenotice */
#siteNotice, #fundraiser, .fundraiser-box { display:none; !important; }