Mudanças entre as edições de "MediaWiki:Common.css"

De FNS
Ir para: navegação, pesquisa
Linha 14: Linha 14:
 
background: #3D87C4
 
background: #3D87C4
  
 +
}
 +
 +
 +
#primary {
 +
    float: left:;
 +
    width:25%;
 +
    background:red;
 +
 +
 +
 +
}
 +
 +
#content {
 +
    float:left;
 +
    width:50%;
 +
    background: blue;
 +
}
 +
 +
#secondary {
 +
    float:left;
 +
    width:25%;
 +
    background:green;
 +
 +
}
 +
 +
#footer {
 +
    clear:both;
 +
    background:brown;
 
}
 
}

Edição das 12h18min de 30 de maio de 2022



#mw-head{

background: #68ACE3;
color: #fff;

}



#mw-body{

background: #3D87C4

}


#primary {
    float: left:;
    width:25%;
    background:red;



}

#content {
    float:left;
    width:50%;
    background: blue;
}

#secondary {
    float:left;
    width:25%; 
    background:green;

}

#footer {
    clear:both;
    background:brown;
}