Відмінності між версіями «MediaWiki:Common.css»

Матеріал з Довідник по виборах 2019
Перейти до навігації Перейти до пошуку
 
(Не показано 17 проміжних версій цього користувача)
Рядок 24: Рядок 24:
 
/* Font size */
 
/* Font size */
 
#bodyContent {
 
#bodyContent {
font-size: 1.2em;
+
font-size: 1.0em;
 
line-height:1.2em;
 
line-height:1.2em;
 
}
 
}
Рядок 67: Рядок 67:
 
}
 
}
 
.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {
 
.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {
margin-left:1.9!important;
+
margin-left:0!important;
 
}
 
}

Поточна версія на 16:50, 11 квітня 2019

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }
/*
Overriding the typography refresh - see https://www.mediawiki.org/wiki/Typography_refresh
To use it, copy the following code to [[Special:Mypage/vector.css]].
Alternatively, choose a skin other than Vector in your preferences.
Works ok for me with Firefox 27.0.1 and Ubuntu 12.04 LTS, but has not been tested
in different environments. There may also still be glitches of one sort or another.
Let me know if you have any suggestions for improving it.
*/

/* Fonts and colours */
div#content h1,
div#content h2,
div#content #firstHeading {
	font-family: inherit;
}
div#content.mw-body {
	color: #000;
}
/* Font size */
#bodyContent {
	font-size: 1.0em;
line-height:1.2em;
}
div#content h1,
div#content #firstHeading {
	font-size: 1.3em;
	margin-bottom: 0.1em;
}
div#content h3 {
	font-size: 132%;
}
div#content h4 {
	font-size: 116%;
}
div#content h5 {
	font-size: 100%;
}
div#content h6 {
	font-size: 80%;
}

div#content h4, div#content h6, div#content h5 {
    padding: 10px;
    background: #eee;
}

#bodyContent, .mw-body-content, div#content dd, div#content ol, div#content ul, td.diff-context {
	line-height: 1.5em !important;
}
#footer-poweredbyico { display: none; }

.mw-body-content p {
    line-height: 1.5em!important;
    margin: 0.8em 0!important;
}
li {
    margin-bottom: 0.5em!important;;
    line-height: 1.5em;
}
.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol, .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0 1em!important;
}
.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {
margin-left:0!important;
}