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

De Català a Cort
Dreceres ràpides: navegació, cerca
(Informació complementària carrers)
 
(Hi ha 3 revisions intermèdies del mateix usuari que no es mostren)
Línia 20: Línia 20:
 
#cerca,#mostraAjuda {
 
#cerca,#mostraAjuda {
 
     margin-left: 10px;
 
     margin-left: 10px;
 +
}
 +
.infoc {
 +
    color: #AAA;
 +
    display: inline-block;
 +
    padding-left: 3em;
 
}
 
}
 
.fraseOK {
 
.fraseOK {
Línia 52: Línia 57:
 
}
 
}
 
#menucanvisorto {
 
#menucanvisorto {
 +
    width: 70%;
 
     background: #EFEFEF;
 
     background: #EFEFEF;
 
     margin: auto;
 
     margin: auto;
 +
}
 +
.errent {
 +
    text-decoration: line-through;
 +
    font-size: 150%;
 +
    font-weight: bold;
 +
}
 +
.okent {
 +
    font-size: 150%;
 +
    font-weight: bold;
 +
}
 +
.errex {
 +
    text-decoration: line-through;
 +
    font-style: italic;
 +
}
 +
.okex {
 +
    font-style: italic;
 
}
 
}

Revisió de 10:42, 19 set 2019

/* 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;
}
.infoc {
    color: #AAA;
    display: inline-block;
    padding-left: 3em;
}
.fraseOK {
    color: #009933;
}
#.fraseNCA::before {
#    content: "∗"
#}
.fraseNC, .fraseNCA {
    color: #cc0000;
}
#canvisOrto tr td:last-child {
    text-align: center;
}
.ortoA td:last-child, span.ortoA {
     background: rgb(172,138,177);
}
.ortoB td:last-child, span.ortoB {
     background: rgb(164,208,210);
}
.ortoC td:last-child, span.ortoC {
     background: rgb(193,211,165);
}
.ortoD td:last-child, span.ortoD {
     background: rgb(235,176,74);
}
.ortoE td:last-child, span.ortoE {
     background: rgb(228,226,148);
}
.ortoF td:last-child, span.ortoF {
     background: rgb(227,115,98);
}
#menucanvisorto {
     width: 70%;
     background: #EFEFEF;
     margin: auto;
}
.errent {
     text-decoration: line-through;
     font-size: 150%;
     font-weight: bold;
}
.okent {
     font-size: 150%;
     font-weight: bold;
}
.errex {
     text-decoration: line-through;
     font-style: italic;
}
.okex {
     font-style: italic;
}