User:Anomie/unattributed-image-finder.css

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.
.unattributed-image {
    outline:3px dotted red;
}

div.unattributed-image-finder-notification {
    background-color:#fcc;
    border:1px solid red;
    color:red;
    position:fixed;
    top:0;
    left:0;
    right:0;
    padding:1ex;
    text-align:center;
    z-index:100;
}