Ações

MediaWiki

Monobook.css

De Atlas Digital da América Lusa

(Diferença entre revisões)
(Criou página com '- o código CSS colocado aqui terá efeito nos usuários do tema Monobook: #column-content { width: 100%; float: left;/*this has the side-effect to put the sidebar on th...')

Edição de 16h42min de 28 de fevereiro de 2013

/* o código CSS colocado aqui terá efeito nos usuários do tema Monobook */

#column-content { 
width: 100%; 
float: left;/*this has the side-effect to put the sidebar on the right side*/ 
margin: 0 0 .6em -12.2em; 
padding: 0; 
} 

#content { 
margin: 2.8em 2em 0 12.2em; /* the "2em" makes a separation between the sidebar and the text area*/ 
padding: 0 1em 1.5em 1em; 
position: relative; 
z-index: 2; 
} 

#p-logo { 
top: 0; 
right: 0;/*right: 0; instead of left: 0; --> puts the logo on the right*/ 
position: absolute; /*needed to use z-index */ 
z-index: 3; 
height: 155px; 
width: 12em; 
overflow: visible; 
}