सदस्य:Nickshanks/monobook.css

मुक्त ज्ञानकोश विकिपीडिया से

सूचना: यह पृष्ठ सुरक्षित करने बाद, परिवर्तनों को देखने लिए ब्राउज़र का कैश ख़ाली करने की आवश्यकता हो सकती है।

  • मोज़िला / फ़ायरफ़ॉक्स / सफ़ारी: shift hold करें जब आप reload क्लिक करते है, या Ctrl-Shift-R (अपल मैक में Cmd-Shift-R) दबाएँ;
  • गूगल क्रोम: Ctrl-shift-R (मैक में Cmd-Shift-R) दबाएँ
  • इंटरनेट एक्सप्लोरर: Ctrl hold करें जब आप refresh क्लिक करते हैं, या Ctrl-F5 क्लिक करते हैं;
  • कॉङ्करर: सिर्फ़ Reload बटन पर क्लिक करें, या F5 क्लिक करें;
  • ऑपरा सदस्य को Tools→Preferences में सम्पूर्ण कैश ख़ाली करने की ज़रूरत हो सकती है।
/* global */
h1, h2 { text-shadow: 2px 2px 3px #CCC; }
h4 { color: #666; }
textarea { font-family: monospace; font-size: 9pt; }
a:link,
a:visited { text-decoration: none; }
a:hover,
a:visited:hover { text-decoration: underline; }

/* classes */
.editsection { position: relative; top: 1ex; }
span.texhtml { font-family: inherit; }
.sampa { display: none; }
.ipa { color: #033; }

/* specific divs */
h3#siteSub,
div#siteNotice,
div#editpage-copywarn,
div#footer, .printfooter { display: none; }
div#content { background: white; }
#toc { border-color: #8A8; background-color: #F8FFF8; margin-left: auto; margin-right: auto; }

/* toolbars */
div#column-one { padding-top: 1.68em; }
div#p-logo, div#pt-logout,
li#n-help, li#n-sitesupport,
div#p-search { display: none; }
div#p-personal a:hover,
div#p-personal a:visited:hover { background-color: transparent; text-decoration: underline; }
li#pt-userpage { text-transform: lowercase; }
#p-cactions li { background-color: white; }
#p-cactions li.selected { border-color: #AAA; }
#p-cactions ul li, #p-cactions ul li a
{
  border-radius-topleft: 4px;
  border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
}
#content
{
  border-radius-topleft: 4px;
  border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-bottomleft: 4px;
}
.pBody
{
  border-radius-topright: 4px;
  border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 4px;
}

/* remove link icons */
div#bodyContent a[href^="http:"],
div#bodyContent a[href^="https:"],
div#bodyContent a[href^="mailto:"],
div#bodyContent a[href^="news:"],
div#bodyContent a[href^="gopher:"] { background: none; padding-right: 0px; }

/* english only */
#lang-100 { display: none; }