User:Rachmat04/global.css

From Meta, a Wikimedia project coordination wiki

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.
.Unicode {
    font-family: 'TITUS Cyberbit Basic', 'Code2000', 'Chrysanthi Unicode', 'Doulos SIL', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
}

/* Stylize the references */
ol.references,
div.reflist,
div.refbegin {
    font-size: 100%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* [[Template:Reflist]] */
 .references-small { font-size: 100% !important; }

/* Infobox template style */
.infobox {
    font-size: 95%;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	font-size: 95%;
}

/* Default styling for Navbar template */
.navbar {
	font-size: 95%;
}

/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: #f1f1f1; }