Разница между страницами «MediaWiki:Timeless.css» и «MediaWiki:Common.css»

Материал из Абдулопедии
(Различия между страницами)
Перейти к навигации Перейти к поиску
м
 
(Новая страница: «→‎Размещённый здесь CSS будет применяться ко всем темам оформления: →‎CSS placed here will be applied to all skins: #siteNotice { background-color: #691919; } #siteNotice { color: #FFFFFF; } →‎Navigation and tools text on max-width: 1099px screens: #site-navigation > h2 > span, #site-tools > h2 > span, #page-tools > h2 > span { font-family: "Futura"; } →‎Fixed positioned top bar: #mw-header-c...»)
 
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */


/*Left Sidebar*/
/* CSS placed here will be applied to all skins */
#mw-site-navigation .sidebar-chunk {
#siteNotice { background-color: #691919; }
color:black;
#siteNotice { color: #FFFFFF; }
background: rgba(211,217,216,0.92);
/* Navigation and tools text on max-width: 1099px screens */
border:3;
#site-navigation > h2 > span,
border-color: #4d0000;
#site-tools > h2 > span,
border-radius: 3px;
#page-tools > h2 > span {
border-width: medium;
font-family: "Futura";
    border-style: inset;
}
 
/*Main Content*/
#p-logo-text a {
font-size: 1.2em;
}
}
/* Fixed positioned top bar */
#mw-header-container {
#mw-header-container {
background: rgba(211,217,216,0.92);
background: #691919;
border-color:black;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#mw-content {
background: rgba(211,217,216,0.92);
border: 1;
border-color:black;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
/*Right sidebar*/
#mw-related-navigation .sidebar-chunk {
color:black;
background: rgba(211,217,216,0.92);
border:3;
border-color:  #4d0000;
border-radius: 3px;
border-width: medium;
    border-style: inset;
}
 
/* Logo image border */
#p-logo {
background: rgba(122,133,122,0.2);
}
}
 
/* Top fixed positioned colour bar */
.wikitable a{
#mw-header-hack {
color:#1645C5;
display: none;
}
 
/* Background Image */
#mw-content-container {
    background:  url('https://static.miraheze.org/dominionlorewiki/e/eb/Birdeyespawn.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 
/*Editor*/
.oo-ui-labelElement-label {
color: Black;
}
 
.label{
color:black;
}
 
.codeEditor-status-worker
{
color:red;
}
 
.CodeMirror pre.CodeMirror-line {
    font-size: 13px;
    line-height: 17px;
}
 
.mw-body .mw-parser-output table a > img, .mw-body .mw-parser-output table .floatnone > img {
    height: auto !important;
    max-width: 100% !important;
}
}

Версия 16:42, 16 марта 2022

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

/* CSS placed here will be applied to all skins */
#siteNotice { background-color: #691919; }
#siteNotice { color: #FFFFFF; }
/* Navigation and tools text on max-width: 1099px screens */
#site-navigation > h2 > span,
#site-tools > h2 > span,
#page-tools > h2 > span {
	font-family: "Futura";
}
/* Fixed positioned top bar */
#mw-header-container {
	background: #691919;
}
/* Top fixed positioned colour bar */
#mw-header-hack {
	display: none;
}