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

Матеріал з Енциклопедія громадянина
Перейти до навігації Перейти до пошуку
 
(Не показано 15 проміжних версій цього користувача)
Рядок 24: Рядок 24:
 
}
 
}
  
.link-proof a {
+
.link-proof a,
 +
.link-proof a:hover
 +
.link-proof a:focus
 +
.link-proof a:visited {
 
color: #059B6C !important;
 
color: #059B6C !important;
 +
}
 +
 +
.simple-tooltip-inline{
 +
border-bottom:none;
 
}
 
}
  
Рядок 93: Рядок 100:
  
 
.portal img {
 
.portal img {
display: none;
+
display:none;
 
}
 
}
  
Рядок 100: Рядок 107:
 
position: relative;
 
position: relative;
 
top: -6px;
 
top: -6px;
 +
}
 +
 +
.test:before {
 +
content: attr(alt);
 
}
 
}

Поточна версія на 09:38, 28 травня 2021

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

.link-external a,
.link-external a:hover,
.link-external a:focus,
.link-external a:visited {
	color: #1AA7E5 !important;
}

.link-external-bold a,
.link-external-bold a:hover,
.link-external-bold a:focus,
.link-external-bold a:visited  {
	color: #1AA7E5 !important;
	font-weight: bold;
}

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

.link-proof a,
.link-proof a:hover
.link-proof a:focus
.link-proof a:visited {
	color: #059B6C !important;
}

.simple-tooltip-inline{
	border-bottom:none;
}

.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;
}

.test:before {
	content: attr(alt);
}