You can edit almost every page by Creating an account. Otherwise, see the FAQ.

МедияУики:Common.css

От EverybodyWiki Bios & Wiki
Направо към:навигация, търсене

Забележка: За да се видят промените, необходимо е след публикуване на страницата, кешът на браузъра да бъде изтрит.

  • Firefox / Safari: Задържа се клавиш Shift и се щраква върху Презареждане (Reload) или чрез клавишната комбинация Ctrl-F5 or Ctrl-R (⌘-R за Mac);
  • Google Chrome: клавишна комбинация Ctrl-Shift-R (⌘-Shift-R за Mac)
  • Internet Explorer / Edge: Задържа се клавиш Ctrl и се щраква върху Refresh или чрез клавишната комбинация Ctrl-F5;
  • Opera: Press Ctrl-F5.

This page "Common.css" is from Wikipedia if otherwise notified.

/*Hide Mobile Ads*/ .hiddenondesktop { display: none!important; }

/*Put the TOC at the right*/ #toc { float: right;}

/*Hide scribunto errors and Geograpical errors (.errorbox) Fatal error: The format of the coordinate could not be determined. Parsing failed.*/ 
.errorbox, .error, .scribunto-error, #mw-scribunto-error-0, #mw-scribunto-error-1, #mw-scribunto-error-2, #mw-scribunto-error-3 { display: none!important; }

/*To avoid #toc squishing on small screens*/ 
@media (max-width:1160px) { #toc { max-width:50%;} } @media (max-width:1000px) { #toc { float:none;max-width:100% } } 

/*Highlight section titles when navigating to their anchor (clicking a section title inside the table of contents), to allow the user to find it again faster and orientation.*/ .mw-headline:target { background-color:gold; } 

/*logo display*/ #p-logo a { height: 165px ;}

/*layout of checkboxes and radiobuttons*/ 
label.radioButtonItem { width: 180px; display: block; float: left; }
label.checkboxLabel { width: 180px; display: block; float: left; }

This page "Common.css" is from Wikipedia if otherwise notified.