Jump to content

User:Roland2~enwiki/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.
#content {
    /* background: #FFFCCC; */
}

/* makes visited links green */
a:visited {
    color:green;
}

/* visited links "diss" on page "nuper mutata" will be emphasized */
ul.special li a[tabindex]:visited {
    color: #000;            /* black */
    font-weight: 900;
    font-size: +1;
    background-color: #CFC; /* green */
    border: 1px solid;
    padding: 1px;
}