الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»

من مرصد الاقتصاد الأردني
لا ملخص تعديل
لا ملخص تعديل
سطر ١٣: سطر ١٣:
     background-color: transparent;
     background-color: transparent;
     color: #000;
     color: #000;
     border: 10px solid #transparent;
     border: none;
}
}

مراجعة ٢٢:١٤، ٣ فبراير ٢٠٢٥

/* CSS placed here will be applied to all skins */
/* Infoboxes */
.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
}

pre, code, .mw-code {
    background-color: transparent;
    color: #000;
    border: none;
}