Predefinição:TestesWiki/styles.css: mudanças entre as edições

De Playtest
(Criou página com '.IntroCard { position: relative; height: 100%; color: #2b282c; } *, :after, :before { box-sizing: border-box; } div { display: block; } .IntroCard:before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #c6b7a0; }')
 
Sem resumo de edição
 
(94 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
.IntroCard {
.mw-body-header{
    position: relative;
height:250px;
    height: 100%;
background: url(https://playtest.institutodaguerra.com/images/2/2f/Banner_-_Origens.png);
    color: #2b282c;
background-repeat: no-repeat;
background-size: cover;
align-items: flex-end;
}
}
*, :after, :before {
 
    box-sizing: border-box;
.mw-body-header .page-heading,  
}
.mw-body-header .page-actions{
div {
     background: none repeat scroll 0% 0% rgba(0,0,0,0.3);
    display: block;
}
.IntroCard:before {
     content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c6b7a0;
}
}

Edição atual tal como às 15h53min de 23 de maio de 2023

.mw-body-header{
height:250px;
background: url(https://playtest.institutodaguerra.com/images/2/2f/Banner_-_Origens.png);
background-repeat: no-repeat;
background-size: cover;
align-items: flex-end;
}

.mw-body-header .page-heading, 
.mw-body-header .page-actions{
    background: none repeat scroll 0% 0% rgba(0,0,0,0.3);
}