MediaWiki:Common.css: mudanças entre as edições

Sem resumo de edição
Etiqueta: Revertido
Sem resumo de edição
Etiqueta: Revertido
Linha 9: Linha 9:
}
}


/* Fixar Barra de ferramentas do editor */
/* Fixar barra de ferramentas do visual editor */
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
     position: fixed;
     position: fixed;
Linha 20: Linha 20:
.section-full {
.section-full {
   width: 100vw;
   width: 100vw;
   margin-left: calc(50% - 50vw);
   margin-left: calc(50% - 60vw);
   padding: 70px 0;
   padding: 70px 0;
}
}
Linha 46: Linha 46:
   position: relative;
   position: relative;
   width: 106vw;
   width: 106vw;
   margin-left: calc(50% - 50vw);
   margin-left: calc(50% - 60vw);
   overflow: hidden;
   overflow: hidden;
}
}
Linha 59: Linha 59:
.hero-content {
.hero-content {
   position: absolute;
   position: absolute;
   bottom: 40px;
   bottom: 20px;
   left: 50%;
   left: 50%;
   transform: translateX(-50%);
   transform: translateX(-50%);