Jump to content

MediaWiki:Common.css: Difference between revisions

From TheRift
No edit summary
Tag: Reverted
No edit summary
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body { background-image: url(media/background.png); }
body {  
    background-image: url(media/Updatedbackground2.png);  
    background-repeat: repeat;
    background-size: cover;
}


@media screen and (max-width: 80px) {
.skin-vector-2022 {
#mw-content-block {
    margin-right: 150px;
background: #000;
    margin-left: 150px;
}
 
.mw-logo-wordmark {
    display: none !important;
}
 
.mw-logo-icon {
    height: 100px;
    width: 100px;
    padding-left: 50px;
    padding-top: 50px;
}
 
.vector-header-start {
    height: 100px;
    width: 100px;
}
 
 
.vector-typeahead-search-container {
    padding-left: 150px;
}
}

Latest revision as of 19:17, 19 December 2025

/* CSS placed here will be applied to all skins */

body { 
    background-image: url(media/Updatedbackground2.png); 
    background-repeat: repeat;
    background-size: cover;
}

.skin-vector-2022 {
    margin-right: 150px;
    margin-left: 150px;
}

.mw-logo-wordmark {
    display: none !important;
}

.mw-logo-icon {
    height: 100px;
    width: 100px;
    padding-left: 50px;
    padding-top: 50px;
}

.vector-header-start {
    height: 100px;
    width: 100px;
}


.vector-typeahead-search-container {
    padding-left: 150px;
}