МедияУики:Common.css
Забележка: За да се видят промените, необходимо е след съхраняване на страницата, кешът на браузъра да бъде изтрит.
- Firefox / Safari: Задържа се клавиш Shift и се щраква върху Презареждане (Reload) или чрез клавишната комбинация Ctrl-F5 or Ctrl-R (⌘-R за Mac);
- Google Chrome: клавишна комбинация Ctrl-Shift-R (⌘-Shift-R за Mac)
- Internet Explorer: Задържа се клавиш Ctrl и се щраква върху Refresh или чрез клавишната комбинация Ctrl-F5;
- Opera: кешът се изчиства през менюто Tools → Settings (Opera → Preferences за Mac) след което Privacy & security → Clear browsing data → Cached images and files.
/* elements which are doing something... */ .working { background: white url(//bits.wikimedia.org/skins/common/images/spinner.gif) right center no-repeat; } /* contents are currently loaded */ .loading { min-height: 2.5em; background: url(//upload.wikimedia.org/wikipedia/commons/3/32/Loader3.gif) no-repeat center; } /* A working element has done its job */ .done:before { content: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/fb/Yes_check.svg/16px-Yes_check.svg.png); } /* A working element that hadn’t been so lucky */ .not-done:before { content: url(//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Red_x.svg/16px-Red_x.svg.png); } .wikiEditor-ui-toolbar .page-greek div span { font-family: serif, monospace; } body.ns-250 .editsection { /* section editing is broken in the Page namespace */ display: none; } #text em, .pagetext em { font-style: normal; letter-spacing: 3px; } .pagetext em:hover { color: black; background-color: white; }