1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/wi-auth/www/wifi-aaa.comune.fi.it/banner/css/wifi.css
stefanocasazza 31947fe690 sync
2016-12-05 14:36:57 +01:00

39 lines
704 B
CSS

@media all
{
div#topBanner a div.descrizione_luogo {
clear: both;
padding: 100px 100px 100px 100px;
width: 30%;
margin-left: auto;
margin-right: auto;
text-align:center;
color: #fbff00;
background-image: url(http://wifi-aaa2.comune.fi.it/banner/immagini/BOTTONE_Hotspot_600px.png);
background-repeat: no-repeat;
background-position: center;
font-size: 1.4em;
font-family: Tahoma, Geneva, sans-serif;
text-decoration:none;
float: none;
}
a div.descrizione_luogo div.test_no_underline {
color: #fbff00;
text-decoration:none;
}
a:hover div.descrizione_luogo div.test_no_underline {
color: #fbff00;
text-decoration:none;
}
.testo_no_underline {
text-decoration:none;
}
}