|
|
(20 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) |
Linha 1: |
Linha 1: |
| /** o código CSS colocado aqui será aplicado a todos os temas */
| |
| #column-content { margin: 0 0 .6em 0; }
| |
| #content { margin: 2.8em 0 0 0; }
| |
| .generated-sidebar, #p-lang, #p-tb { display:none; }
| |
| #p-cactions { left: .1em; }
| |
|
| |
|
| /** Ocultar barra pesquisa */
| |
| /** #p-search { display:none; } */
| |
|
| |
| /** Ocultar logo */
| |
| /** #p-logo { display:none; } */
| |
|
| |
| /** Hide the categories at the bottom of each page */
| |
| .catlinks { display: none; }
| |
|
| |
| /** Customize the logo in the top left corner */
| |
| #p-logo {
| |
| z-index: 3;
| |
| position: absolute; /*needed to use z-index */
| |
| top: 0;
| |
| left: 0;
| |
| height: 155px;
| |
| width: 12em;
| |
| overflow: visible;
| |
| }
| |
|
| |
| /** Reducing the size of the logo */
| |
| #p-logo a,
| |
| #p-logo a:hover {
| |
| display: block;
| |
| height: 200px;
| |
| width: 12.2em;
| |
| background-repeat: no-repeat;
| |
| background-position: 35% 50% !important;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| /** Hide the main page title */
| |
| body.page-uikipedi_as_ralju.action-view h1.firstHeading, body.page-uikipedi_as_ralju.action-submit h1.firstHeading { display: none; }
| |