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

Матеріал з Енциклопедія громадянина
Перейти до навігації Перейти до пошуку
Рядок 2: Рядок 2:
 
.link-local a {
 
.link-local a {
 
color: #1259D8 !important;
 
color: #1259D8 !important;
 +
}
 +
 +
.link-local-bold a {
 +
font-weight: bold;
 
}
 
}
  

Версія за 12:46, 13 жовтня 2019

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
.link-local a {
	color: #1259D8 !important;
}

.link-local-bold a {
	font-weight: bold;
}

.link-external a {
	color: #1AA7E5 !important;
}

.mw-parser-output .external {
	background-image:none;
	padding-right:0;
}

.link-proof a {
	color: #059B6C !important;
}

.link-local h2, .link-external h2, .link-proof h2 {
	text-align: left;
	margin-left: 15px !important;
}

.link-local .link-local-header,
.link-external .link-local-header,
.link-proof .link-local-header {
	border-bottom: none;
	padding: 5px 2px;
}

.link-local .link-local-header {
	background: #D7DDF4;
	border: 1px solid #D7DDF4;	
}

.link-local .link-local-border {
	border: 1px solid #D7DDF4;	
}

.link-external .link-local-header {
	background: #DBEDF9;
	border: 1px solid #DBEDF9;	
}

.link-external .link-local-border {
	border: 1px solid #DBEDF9;	
}

.link-proof .link-local-header {
	background: #DAEAE3;
	border: 1px solid #DAEAE3;	
}

.link-proof .link-local-border {
	border: 1px solid #DAEAE3;	
}

.box, .box-1 {
	display: inline-block;
	border: 1px solid #F4DF84;
	width: 40px;
	height: 21px;
	background-color: #F4DF84;
	position: relative;
	top: 6px;
	margin-right: 8px;
}

.box-1 {
	border: 1px solid #EFAF75;
	background-color: #EFAF75;
}

.box-text {
	display: inline-block;
	display: inline-block;
    background-color: #f6f6f6;
    padding: 0 5px;
    margin: 3px auto;
    border: 1px solid #eceded;
}

.portal img {
	display: none;
}

#simpleSearch {
	padding: 3px 0px 3px 3px;
	position: relative;
	top: -6px;
}