Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.bloque {
.bloque {
display:inline-block;
display: inline-block;
padding:10px;
padding:10px;
background-color: #E6E6E6;
background-color: #E6E6E6;

Revision as of 21:10, 20 August 2024

/* CSS placed here will be applied to all skins */
.bloque {
display: inline-block;
padding:10px;
background-color: #E6E6E6;
border-left: 3px solid #42423e;
width: 500px;
}