User:Ruakh/common.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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 Ruakh to every page.


body.action-edit form#editform div#editpage-copywarn,
body.action-submit form#editform div#editpage-copywarn
    { display: none; }



a.strike-if-visited:visited { color: #FFF !important; }

/*.use-with-mention { font-style: italic; }*/
ol { counter-reset: subitem }
ol > li { counter-increment: subitem }
ol ol > li { display: block; text-indent: -.25in; }
ol ol > li * { text-indent: 0; }
ol ol > li:before { content: counters(subitem, ".") ". " }

/* </pre> ==make visited links easier to pick out on history pages and recent-changes== <pre> */
#mw-history-compare li a:visited { color: #5AF; }
ul.special li.mw-line-even a:visited { color: #5AF; }
ul.special li.mw-line-odd a:visited { color: #5AF; }
/* but redlinks can stay red: */
ul.special li.mw-line-even a.new:visited { color: #a55858; }
ul.special li.mw-line-odd a.new:visited { color: #a55858; }

/* </pre> ==the thing msh210 added to {attention}== <pre> */
.attentionseeking:before { content: "\A0 attention needed here"; font-size: .8em; color: orange; }

.Eror:before { content: "invalid script"; color:red; font-size: 0.8em; }