Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Enoshd to every page.


/* Hebrew typography */
.Hebr {
	font-family: Assistant, sans-serif;
	direction: rtl;
	unicode-bidi: embed;
	/*line-height: 1.5em;*/
}

big.Hebr,
big .Hebr,
strong.Hebr,
strong .Hebr,
b.Hebr,
b .Hebr,
.Hebr b {
	font-weight: bold;
}

.Hebr b {
	font-size:100%
}

i a,
italics.Hebr,
italics .Hebr,
i.Hebr,
i .Hebr,
.Hebr i,
.Hebr mention {
	font-style: oblique;
}

/* Add space before L3 headers */
h3:not(:first-child)[id^="etymology"] {
	padding-top: 3em;
}

/* Use a monospace font with Hebrew support so selction can work better. */
.ace_editor {
 	font: 14px/normal 'Courier New', monospace !important;
 }

/* Show {{term}} cleanup in red */
.termcleanup {
    background: red;
}

div#catlinks [title="Category:term cleanup"] {
    background: green;
}