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

मीडियाविकि:Common.css

EverybodyWiki Bios & Wiki से
यहाँ जाएँ:नेविगेशन, खोजें

ध्यान दें: प्रकाशित करने के बाद बदलाव देखने के लिए आपको अपने ब्राउज़र के कैश को हटाना पड़ सकता है।

  • Firefox/Safari: Reload क्लिक समय Shift दबाएँ, या फिर Ctrl-F5 या Ctrl-R दबाएँ (Mac पर ⌘-R)
  • Google Chrome: Ctrl-Shift-R दबाएँ (Mac पर ⌘-Shift-R)
  • Internet Explorer/Edge: Refresh पर क्लिक करते समय Ctrl दबाएँ, या Ctrl-F5 दबाएँ
  • Opera: 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.