codice:
@media all and(min-width: 0px;){

#gallery a:hover{

.............

............ 

...........} 

}
quindi se io scrivo:

@media all {
body {
width: 90%;
}
}

Opera imposta body a 90%?

Scusa se faccio due domande alla volta:

Invece a cosa serve
codice:
<style media="screen">

@import url(style.css);

</style>