User:Rezonansowy/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.
/*SEARCHBOX*/
#simpleSearch button#searchButton {
    padding: 0.2em 0.2em 0.2em 0px !important;
}
#simpleSearch button#searchButton:hover img {
    opacity:0.5 !important;
    filter:alpha(opacity=50) !important; /* For IE8 and earlier */
}
#simpleSearch {
    transition:width 1s;
}
#simpleSearch:hover {
    width: 20em !important;
}
#searchInput:focus {
    background-color: #FFF !important;
}

/*MISC*/
.ulNoBullets {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 5px;
}
.Template-Fact {
    background-color: #FFDBDB;
}
#mw-hidden-catlinks, #mw-usertoollinks > *, .hotcatlink > * {
    font-size: 87% !important;
}
.mw-editsection {
    font-size: x-small;
    user-select: none;
}
#editpage-copywarn {
    display: none;	
}

/*PAGE HISTORY*/
#pagehistory li {
    padding: 0.25em 1em;
    border-bottom: 1px solid rgb(211, 218, 237);
    background: none repeat scroll 0% 0% rgb(246, 248, 252);
}
#pagehistory li:nth-child(2n) {
    background: none repeat scroll 0% 0% rgb(252, 252, 252);
}
#pagehistory li:nth-child(2n+1) {
    background: none repeat scroll 0% 0% rgb(246, 248, 252);
}
.mw-history-histlinks {
    display: none;
    font-size: x-small;
    float: right;
}
.mw-history-undo, .mw-thanks-thank-link, .mw-usertoollinks {
    font-size: x-small;
}
.history-size {
    display: none;
}
.mw-changeslist-separator {
    display: none;
}
#pagehistory {
    list-style-type: none;
    list-style-image: none;
    margin: 0.4em 0;
}
#pagehistory li:hover .mw-history-histlinks {
    display: inline;
}