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

De FNS
Ir para: navegação, pesquisa
Linha 16: Linha 16:
 
}
 
}
  
.red {
+
 
     background:#f97171;
+
body {
 +
     margin:0
 
}
 
}
.orange {
+
 
     background:#f99e50;
+
#content {
 +
     float:left;
 +
    width:67%;
 
}
 
}
.yellow {
+
 
     background:#f5d55f;
+
#sidebar {
 +
     float:left;
 +
    width:33%;
 +
}
 +
 
 +
#footer {
 +
    clear:both;
 
}
 
}

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



#mw-head{

background: #68ACE3;
color: #fff;

}



#mw-body{

background: #3D87C4

}


body {
    margin:0
}

#content {
    float:left;
    width:67%;
}

#sidebar {
    float:left;
    width:33%;
}

#footer {
    clear:both;
}