Jump to content

User:Σ/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.
a {
    color: #003366;
}

div.usermessage {
    background-color:#F0F0F0;
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Exquisite-Modem.png/60px-Exquisite-Modem.png') no-repeat left;
    color:#444444;
    border:none;
    text-shadow:gray 0.3em 0.2em 0.2em;
    font-size:26px;
    text-align:center;
    margin-top:8px;
    margin-bottom:-2px;
}

div.usermessage a:hover {
    color:#20609F !important;
}

input[type="submit"] {
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: lightgray !important;
    !important;
    color: #000 !important;
    cursor: pointer !important;
}

span.mw-rollback-link {
    display: none;
}