User:Yethrosh/common.css

From Wikimedia Incubator

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Default font */
html,
body,
textarea,
.mw-body-content,
#wpTextbox1 {
  font-family: "Jameel Noori Nastaleeq";
  font-size: 105%;
  -webkit-font-feature-settings: "ccmp" 0;
}
#content {
  font-size: 100%;
  -webkit-font-feature-settings: "ccmp" 0;
}
 
textarea {
  font-size: 110%;
  -webkit-font-feature-settings: "ccmp" 0;
}
 
#wpTextbox1 {
  -webkit-font-feature-settings: "ccmp" 0;
}

#mw-panel {
  width: 8em !important;
  font-size: 110% !important;
}

#p-personal {
  font-size: 110% !important;
}


/* Default styling for HTML elements */
dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}