„MediaWiki:Common.css” változatai közötti eltérés

a
a
28. sor: 28. sor:
 
li {
 
li {
 
     width: fit-content;
 
     width: fit-content;
 +
}
 +
 +
 +
#mw-footer ul, #mw-footer li {
 +
    text-align: -webkit-center;
 +
}
 +
 +
#searchInput {
 +
    margin: 0 0 0 2em;
 +
    padding: 0.4em 4.5em 0.2em 0;
 +
    width: 97%;
 +
}
 +
 +
.oo-ui-textInputWidget.oo-ui-iconElement input,
 +
.oo-ui-textInputWidget.oo-ui-iconElement textarea {
 +
    margin-left: 2.64285714em;
 +
    padding-left: 0.3em;
 +
}
 +
 +
#contentSub2 {
 +
    font-size: 12px;
 +
    padding-bottom: 5px;
 +
}
 +
 +
span.mw-revdelundel-link,
 +
strong.mw-revdelundel-link {
 +
    font-size: 11px;
 +
}
 +
 +
li.gallerybox div.thumb,
 +
div.tleft div.thumbinner,
 +
div.tright div.thumbinner {
 +
    background: url("https://hu-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent !important;
 +
    border: 1px solid #88283a;
 +
    padding: 5px;
 
}
 
}

A lap 2020. június 29., 17:53-kori változata

/* Közös CSS az összes felületnek */

/*#################################
########## Háttér & Logo ##########
#################################*/

body {
    background: url(https://hu-wiki.metin2.gameforge.com/images/3/38/Background1.jpg) no-repeat fixed center top #000000;
    background-size: cover;
}

.mw-wiki-logo {
    background-image: url(https://hu-wiki.metin2.gameforge.com/images/9/91/LogoHu.png);
}

/*#################################
############# Javítás #############
#################################*/

body {
    line-height: 1.4em;
}

body.skin-apioutput {
    background: none;
}

li {
    width: fit-content;
}


#mw-footer ul, #mw-footer li {
    text-align: -webkit-center;
}

#searchInput {
    margin: 0 0 0 2em;
    padding: 0.4em 4.5em 0.2em 0;
    width: 97%;
}

.oo-ui-textInputWidget.oo-ui-iconElement input,
.oo-ui-textInputWidget.oo-ui-iconElement textarea {
    margin-left: 2.64285714em;
    padding-left: 0.3em;
}

#contentSub2 {
    font-size: 12px;
    padding-bottom: 5px;
}

span.mw-revdelundel-link,
strong.mw-revdelundel-link {
    font-size: 11px;
}

li.gallerybox div.thumb,
div.tleft div.thumbinner,
div.tright div.thumbinner {
    background: url("https://hu-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat scroll 0% 0% transparent !important;
    border: 1px solid #88283a;
    padding: 5px;
}