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

Матеріал з Енциклопедія громадянина
Перейти до навігації Перейти до пошуку
Рядок 2: Рядок 2:
 
.box {
 
.box {
 
display: inline-block;
 
display: inline-block;
border: 1px solid red;
+
border: 1px solid #F4DF84;
 
width: 40px;
 
width: 40px;
 
height: 17px;
 
height: 17px;
background-color: red;
+
background-color: #F4DF84;
 
position: relative;
 
position: relative;
 
top: 4px;
 
top: 4px;
 
margin-right: 8px;
 
margin-right: 8px;
 +
}
 +
 +
.box-1 {
 +
border: 1px solid #EFAF75;
 +
background-color: #EFAF75;
 
}
 
}
  

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

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
.box {
	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;
}