Ещё языки
Дополнительные действия
Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.
- Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
- Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
- Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
- Opera: Нажмите Ctrl+F5.
/* All CSS here will be loaded for users of the mobile site */
/*Main page bullshit*/
.page-ПролеВики_Заглавная_страница .firstHeading
{ display: none; }
.page-ПролеВики_Заглавная_страница .mw-parser-output .wd-mp-subheader {
display: none;
}
.page-ПролеВики_Заглавная_страница .mw-parser-output .wd-mp-headerbox {
padding: 1em;
}
/*Site notice configuration*/
.sitenotice-box {
display: flex;
flex-direction: column;
padding: 20px;
width: 80%;
background: #efefef;
border-radius: 15px;
margin: auto;
}
.sitenotice-text,
.sitenotice-subtext,
.sitenotice-button,
.sitenotice-button-dismiss {
font-family:Helvetica;
font-weight:bold;
}
.sitenotice-text {
font-size:150%;
color: #646464;
margin: 0.25em 0;
}
.sitenotice-subtext {
font-size:115%;
color: #646464;
margin-bottom: 1em;
}
.sitenotice-button-container {
display: flex;
width: 100%;
justify-content: flex-end;
}
.sitenotice-button-container > span {
padding: 12px;
height: 12px;
border-radius: 8px;
font-size: 115%;
cursor:pointer;
line-height: 12px;
box-shadow: 0px 2px 6px #5f5f5f;
}
.sitenotice-button {
background: #ff2206;
color: white;
}
.sitenotice-button:hover {
background-color: #dd2206;
transition: background-color 100ms;
}
.sitenotice-button:not(:last-child) {
margin-right:0.5em;
}
.sitenotice-button-dismiss {
background: #a6a6a6;
color: white;
margin-right:auto;
}
.sitenotice-button-dismiss:hover {
background-color: #868686;
transition: background-color 100ms;
}
/*End of site notice configuration*/
#pw-mp-banner span
{
display: inline-block;
width: 100%;
object-fit: contain;
object-position: center;
content: url(https://shared.prolewiki.org/uploads/b/b3/Mainpageheader_mobile.png);
}
.content blockquote {
border-left: 3px solid #eee;
padding: 8px 16px;
font-size: 95%;
font-family: inherit;
}