Шаблон:Розв'язання конфліктів/styles.css
Зовнішній вигляд
.conflict-solving-headers {
background-color: #CCF3FF;
font-weight: normal;
}
.conflict-solving-contents {
background-color: #FFFAFA;
}
.conflict-solving-header1 {
font-size: 125%;
padding: .5em 1em;
}
.conflict-solving-header2 {
background-color: #e6f1ff;
}
.conflict-solving-header3 {
background-color: #e6f1ff;
border-top: 2px solid aliceblue;
width: 100%;
margin: 0;
text-align:center;
margin-top: 20px;
}
/* Dark mode support */
@media screen {
html.skin-theme-clientpref-night .conflict-solving-headers {
background-color: #00242F;
}
html.skin-theme-clientpref-night .conflict-solving-contents {
background-color: #490000;
}
html.skin-theme-clientpref-night .conflict-solving-header2 {
background-color: #00295D;
}
html.skin-theme-clientpref-night .conflict-solving-header3 {
background-color: #00295D;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .conflict-solving-headers {
background-color: #00242F;
}
html.skin-theme-clientpref-os .conflict-solving-contents {
background-color: #490000;
}
html.skin-theme-clientpref-os .conflict-solving-header2 {
background-color: #00295D;
}
html.skin-theme-clientpref-os .conflict-solving-header3 {
background-color: #00295D;
}
}
/* [[Категорія:Підсторінки CSS]] */