52 lines
777 B
CSS
52 lines
777 B
CSS
#geographique
|
|
{
|
|
font-size:13px;
|
|
text-shadow: 1px 1px 1px white;
|
|
}
|
|
|
|
#geographique li {
|
|
height:20px;
|
|
padding:5px;
|
|
border:1px solid silver;
|
|
margin-top:2px;
|
|
background-image:url('/themes/default/images/stripe.png');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#geographique li:hover {
|
|
background-image:url('/themes/default/images/stripe-hover.png');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#link
|
|
{
|
|
text-align:right;
|
|
margin-top:20px;
|
|
font-size:13px;
|
|
}
|
|
|
|
#geographique .interval input[type=text]
|
|
{
|
|
width:100px;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
text-decoration: none;
|
|
text-shadow: 1px 1px 1px #615F5F;
|
|
}
|
|
|
|
.error {
|
|
display:block;
|
|
border:1px solid red;
|
|
height:40px;
|
|
background-color:#F8C5C5;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
.error div {
|
|
margin-top:12px;
|
|
margin-left:5px;
|
|
color:red;
|
|
text-shadow: 1px 1px white;
|
|
} |