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

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

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

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

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