Diferència entre revisions de la pàgina «MediaWiki:Common.css»

De Català a Cort
Dreceres ràpides: navegació, cerca
Línia 33: Línia 33:
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.ortoA td:last-child {
+
.ortoA td:last-child, .ortoA span {
 
     background: rgb(172,138,177);
 
     background: rgb(172,138,177);
 
}
 
}
.ortoB td:last-child {
+
.ortoB td:last-child, .ortoB span {
 
     background: rgb(164,208,210);
 
     background: rgb(164,208,210);
 
}
 
}
.ortoC td:last-child {
+
.ortoC td:last-child, .ortoC span {
 
     background: rgb(193,211,165);
 
     background: rgb(193,211,165);
 
}
 
}
.ortoD td:last-child {
+
.ortoD td:last-child, .ortoD span {
 
     background: rgb(235,176,74);
 
     background: rgb(235,176,74);
 
}
 
}
.ortoE td:last-child {
+
.ortoE td:last-child, .ortoE span {
 
     background: rgb(228,226,148);
 
     background: rgb(228,226,148);
 
}
 
}
.ortoF td:last-child {
+
.ortoF td:last-child, .ortoF span {
 
     background: rgb(227,115,98);
 
     background: rgb(227,115,98);
 
}
 
}

Revisió del 11:15, 18 maig 2017

/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */
div#mw-panel {
  top: 220px;
}
#p-logo {
    height: 220px;
    top: -220px;
}
#p-logo a {
    height: 220px;
}
#errorcarrers {
    display: none;
    font-weight: bold;
    color: #c00;
}
#carrerstrobats {
    display: none;
}
#cerca,#mostraAjuda {
    margin-left: 10px;
}
.fraseOK {
    color: #009933;
}
#.fraseNCA::before {
#    content: "∗"
#}
.fraseNC, .fraseNCA {
    color: #cc0000;
}
#canvisOrto tr td:last-child {
    text-align: center;
}
.ortoA td:last-child, .ortoA span {
     background: rgb(172,138,177);
}
.ortoB td:last-child, .ortoB span {
     background: rgb(164,208,210);
}
.ortoC td:last-child, .ortoC span {
     background: rgb(193,211,165);
}
.ortoD td:last-child, .ortoD span {
     background: rgb(235,176,74);
}
.ortoE td:last-child, .ortoE span {
     background: rgb(228,226,148);
}
.ortoF td:last-child, .ortoF span {
     background: rgb(227,115,98);
}