User:Yikrazuul/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* (lokale) Dateien in Kategorien farbig markieren */
 .ns-14 #bodyContent img[src*=".jpg"] { border: 2px dotted #FF0000; } .ns-14 #bodyContent img[src*=".JPG"] { border: 2px dotted #FF0000; }
 .ns-14 #bodyContent img[src*=".gif"] { border: 2px dotted #FFFF00; } .ns-14 #bodyContent img[src*=".GIF"] { border: 2px dotted #FFFF00; }
 .ns-14 #bodyContent img[src*=".png"] { border: 2px dotted #0000FF; } .ns-14 #bodyContent img[src*=".PNG"] { border: 2px dotted #0000FF; }
 .ns-14 #bodyContent img[src*=".svg"] { border: 2px dotted #00FF00; } .ns-14 #bodyContent img[src*=".SVG"] { border: 2px dotted #00FF00; }