Anonimo

MediaWiki:Common.css: differenze tra le versioni

Da Wikitrek.
m
Elementi grafici azzurri modificati
m (Elementi grafici azzurri modificati)
m (Elementi grafici azzurri modificati)
Riga 187: Riga 187:
div.vectorTabs{
div.vectorTabs{
     background-image: none;
     background-image: none;
   
    border-left-width: 1px;
    border-left-style: solid;
    -webkit-border-left-image:
      -webkit-gradient(linear, 0 100%, 0 0, from(#cfaa82), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-left-image:
      -webkit-linear-gradient(bottom, #cfaa82, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-left-image:
      -moz-linear-gradient(bottom, #cfaa82, rgba(0, 0, 0, 0)) 1 100%; 
    -o-border-left-image:
      -o-linear-gradient(bottom, #cfaa82, rgba(0, 0, 0, 0)) 1 100%;
    border-left-image:
      linear-gradient(to top, #cfaa82, rgba(0, 0, 0, 0)) 1 100%;
}
}
}


div.vectorTabs ul{
div.vectorTabs ul{
     background-image: none;
     background-image: none;
    border-left-width: 1px;
    border-left-style: solid;
    -webkit-border-left-image:
      -webkit-gradient(linear, 0 100%, 0 0, from(#cfaa82), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-left-image:
      -webkit-linear-gradient(bottom, #cfaa82, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-left-image:
      -moz-linear-gradient(bottom, #cfaa82, rgba(0, 0, 0, 0)) 1 100%; 
    -o-border-left-image:
      -o-linear-gradient(bottom, #cfaa82, rgba(0, 0, 0, 0)) 1 100%;
    border-left-image:
      linear-gradient(to top, #cfaa82, rgba(0, 0, 0, 0)) 1 100%;
}
}
}