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

  • मोज़िला / फ़ायरफ़ॉक्स / सफ़ारी: shift hold करें जब आप reload क्लिक करते है, या Ctrl-Shift-R (अपल मैक में Cmd-Shift-R) दबाएँ;
  • गूगल क्रोम: Ctrl-shift-R (मैक में Cmd-Shift-R) दबाएँ
  • इंटरनेट एक्सप्लोरर: Ctrl hold करें जब आप refresh क्लिक करते हैं, या Ctrl-F5 क्लिक करते हैं;
  • कॉङ्करर: सिर्फ़ Reload बटन पर क्लिक करें, या F5 क्लिक करें;
  • ऑपरा सदस्य को Tools→Preferences में सम्पूर्ण कैश ख़ाली करने की ज़रूरत हो सकती है।
/* vim: set sts=2 sw=2 et : */

html,
body,
input {
  font-family: "Noto Sans Devanagari", sans-serif;
}

html,
body {
  font-size: 21px;
  background-color: transparent;
}

a:not(.new) {
  color: #999 !important;
}

a:not(.new):visited {
  color: #666 !important;
}

a:not(.new):hover {
  background-color: #EEE;
  text-decoration: none !important;
}

body > * {
  max-width: 1000px;
}

h1#firstHeading > span {
  font-size: 1.5em;
  line-height: 1.5em;
}

div#mw-content-text > * {
  max-width: 700px;
}

h2 {
  position: relative;
  /* For increasing distance between sections. Might break other stuff. */
  margin-top: 30px;
}

h2 > span.mw-headline {
  /* How the hell is this rendering bigger than the bodyContent text. */
  font-size: 1em;
}

#searchInput {
  font-size: 1em;
}

h2 > span.mw-editsection {
  font-size: 0.5em;
  position: absolute;
  bottom: 12px;
  right: 0px;
}

div.portal h3 {
  padding-top: 6px;
}

p {
  line-height: 1.7em;
  margin-bottom: 15px;
}

div#p-logo a {
  background-image: url(http://upload.wikimedia.org/wikipedia/en/8/80/Wikipedia-logo-v2.svg) !important;
  background-position: 20px 50px;
  background-color: transparent;
}

div#mw-head {
  top: 35px;
  left: 0;
  width: 1050px;
  margin-left: 11em;
}

div#left-navigation {
  margin-left: 0;
}

div#content {
  /* Re-add top border later */
  border-color: transparent;
  padding-top: 68px;
}

#bodyContent {
  font-size: 1em;
}

table.infobox,
table.vcard {
  /*position: absolute;
  right: -350px;*/
  border-collapse: collapse;
  border: 0;
}

table.infobox tr {
  border-bottom: 1px solid #ddd;
}

table.infobox th,
table.infobox td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5em !important;
}

.infobox {
  background-color: transparent !important;
}

#siteSub {
  font-size: 0.8em;
}

#mw-page-base {
  background-color: transparent;
  background-image: none;
}

.references-column-count {
  -moz-column-count 0;
}