User:Module editer/common.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.
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial;
}


.mw-wiki-logo{
        background-image:url(https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-id.gif);
        }



.mw-special-Watchlist .mw-rollback-link {
    display: none;
}
.mw-editsection { float:right; }
.diffchange {
	padding: 0px 2px 0px 2px; 
	border: 1px dashed red; 
	margin: 0px 1px 0px 0px;
}
#interwiki-completelist {
    font-weight: bold;
}

/*#mw-page-base 
{
	background-image:url(http://www.dick-blick.com/items/200/34/swatches/20034_LightBlue-l.jpg);
}

html, body {
    font-family: droid-sans;
}

#siteSub {
    display: inline;
    font-size: 92%;
    text-align: center;
}

.mw-wiki-logo
{
	background-image:url(http://i.imgur.com/QOZPORT.gif);
}

/* center/centre the title of each page */
/*.firstHeading { text-align: center; font-weight: bold; color: red; }*/

/* style the search box and the buttons below it */
.searchButton {
    background-color: #efefef;
    border: 1px outset;
}
#searchInput { border: 1px inset; }

/* Edit window toolbar */
#toolbar {
    height: 30px;
    margin-bottom: 6px;
}
    importStylesheet('User:Edokter/VectorButtons.css')*/

  $('span.mw-usertoollinks').each(function () {
        var $elem = $(this);
        $elem.children('a:last').replaceWith("-");
        $elem.html($elem.html().replace(" | -", ""));
    });
    
    /*8
 * Give those boring gray standard buttons a Vector-like appearance.
 */

/* Vector button */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    border-color: #CCC #666 #666 #CCC;
    padding: 2px 7px;
    background-color: white;
    /* @embed */
    background-image: url(/w/skins/Vector/images/tab-break.png);
    background-repeat: repeat-x;
    background-position: left top;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-position: 0% 30%;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
    border-color: #666 #AAA #AAA #666;
}