MediaWiki:Mobile.css: Difference between revisions

From Exagear International
Jump to navigation Jump to search
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 28: Line 28:
{
{
     display: none;
     display: none;
}
.languagebanner {
    font-size: small;
    align-items: center;
    width: 25%;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 1px;
    padding: 1px;
}
}



Revision as of 09:58, 9 October 2022

/* All CSS here will be loaded for users of the mobile site */



.sitenotice {
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 1rem;
    padding: 1rem;
}


.welcomebanner {
    align-items: center;
    display: flex;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 1rem;
    padding: 1rem;

}

.language-selector
{
    display: none;
}

.languagebanner {
    font-size: small;
    align-items: center;
    width: 25%;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 1px;
    padding: 1px;
}

}
.welcomebanner table{
    background-color: #f8f9fa;

}

.wikitable{
    background-color: #ffffff;
}

body.page-Main_Page-Заглавная_страница.action-view h1.firstHeading, body.page-Main_Page-Заглавная_страница.action-submit h1.firstHeading { 
	display: none; }