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

Матеріал з Енциклопедія громадянина
Перейти до навігації Перейти до пошуку
Рядок 31: Рядок 31:
 
.link-pink a{
 
.link-pink a{
 
color: #ad1457 !important;
 
color: #ad1457 !important;
 +
background-image: none;
 
}
 
}
  
Рядок 36: Рядок 37:
 
text-decoration: none;
 
text-decoration: none;
 
border-bottom: 1px solid #e35183 !important;
 
border-bottom: 1px solid #e35183 !important;
 +
background-image: none;
 
}
 
}
  

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

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
.box, .box-1 {
	display: inline-block;
	border: 1px solid #F4DF84;
	width: 40px;
	height: 17px;
	background-color: #F4DF84;
	position: relative;
	top: 4px;
	margin-right: 8px;
}

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

.box-text {
	display: inline-block;
}

.link-blue a{
	color: #1565c0;
}

.link-blue a:hover{
	text-decoration: none;
	border-bottom: 1px solid #5e92f3;
}

.link-pink a{
	color: #ad1457 !important;
	background-image: none;
}

.link-pink a:hover{
	text-decoration: none;
	border-bottom: 1px solid #e35183 !important;
	background-image: none;
}

.link-green a{
	color: #2e7d32;
}

.link-green a:hover{
	text-decoration: none;
	border-bottom: 1px solid #60ad5e;
}