MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
#ca-talk { display:none !important; } | #ca-talk { display:none !important; } | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
:root { | |||
--body-main: #e2dbc8; | |||
--text-color: #000; | |||
} | |||
.mw-body { | |||
background-color: var(--body-main); | |||
color: var(--text-color); | |||
border-color: transparent; | |||
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); | |||
margin-top: 0; | |||
} | |||
#p-search{ | #p-search{ | ||
| Line 19: | Line 32: | ||
{ | { | ||
display: none; | display: none; | ||
background: --body-main; | |||
} | } | ||
Revision as of 11:23, 29 July 2022
#ca-nstab-user a { background: none;}
#ca-view { display: none !important; }
#ca-talk { display:none !important; }
#footer-poweredbyico { display: none; }
:root {
--body-main: #e2dbc8;
--text-color: #000;
}
.mw-body {
background-color: var(--body-main);
color: var(--text-color);
border-color: transparent;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
margin-top: 0;
}
#p-search{
margin:0;
}
#simpleSearch {
border: none;
background: var(--search-box);
height: 2.485em;
margin-top: 0;
box-shadow: inset 0 -7px 7px -7px rgb(0 0 0 / 15%);
}
.page-main_page .catlinks,#firstHeading
{
display: none;
background: --body-main;
}
.catlinks {
background: var(--body-light);
border: 1px solid var(--body-dark);
padding: 8px 15px;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
.mainpage-header {
display: flex;
margin: 2.6em 1.75em 1.5em;
}
.mainpage-header .header-intro {
flex: 2;
}
.mainpage-header .header-intro h1 {
font-size: 2.5em;
font-weight: bold;
border: none;
margin: 0 0 0.15em;
}
.mainpage-header .header-intro p {
font-size: 1.1em;
line-height: 1.7em;
}
.mainpage-header .header-stats {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
margin-top: -1em;
}
.mainpage-header .header-stats ul {
list-style: none;
}