Anonimo

MediaWiki:Common.css: differenze tra le versioni

Da Wikitrek.
m
Esperimenti interfaccia
m (Esperimenti interfaccia)
m (Esperimenti interfaccia)
Riga 186: Riga 186:
}
}


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