101 lines
1.9 KiB
CSS
101 lines
1.9 KiB
CSS
#juridique .arborescence {
|
|
border-top: 1px solid #838587;
|
|
background: #b8b8b8;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#87898a), to(#b8b8b8));
|
|
background: -webkit-linear-gradient(top, #87898a, #b8b8b8);
|
|
background: -moz-linear-gradient(top, #87898a, #b8b8b8);
|
|
background: -ms-linear-gradient(top, #87898a, #b8b8b8);
|
|
background: -o-linear-gradient(top, #87898a, #b8b8b8);
|
|
padding: 4.5px 9px;
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
box-shadow: rgba(0,0,0,1) 0 1px 0;
|
|
text-shadow: rgba(0,0,0,.4) 0 1px 0;
|
|
color: #FFFFFF;
|
|
font-size: 11px;
|
|
font-family: Georgia, serif;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
}
|
|
#juridique .arborescence:hover
|
|
{
|
|
border-top-color: #cccccc;
|
|
background: #cccccc;
|
|
color: #000000;
|
|
}
|
|
|
|
#juridique .arborescence:active
|
|
{
|
|
border-top-color: #3f4142;
|
|
background: #3f4142;
|
|
}
|
|
|
|
#juridique
|
|
{
|
|
font-size:13px;
|
|
text-shadow: 1px 1px 1px white;
|
|
}
|
|
|
|
#juridique select {
|
|
width:80px;
|
|
}
|
|
|
|
#juridique li {
|
|
height:20px;
|
|
padding:5px;
|
|
border:1px solid silver;
|
|
margin-top:2px;
|
|
background-image:url('/themes/default/images/stripe.png');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#juridique 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;
|
|
}
|
|
|
|
#juridique .interval input[type=text]
|
|
{
|
|
width:100px;
|
|
}
|
|
|
|
#juridique select.intervalSelect
|
|
{
|
|
width:102px;
|
|
}
|
|
|
|
#juridique select
|
|
{
|
|
width:265px;
|
|
}
|
|
|
|
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;
|
|
} |