ldapsaisie/trunk/css/default/LSdefault.css

76 lines
1.6 KiB
CSS

#LSerror {
width: 50%;
position: absolute;
top: 10px;
left: 10px;
background-color: #f00;
visibility: hidden;
color: #fff;
z-index: 100;
}
#LSerror_txt {
display: none;
}
#LSdebug {
width: 50%;
position: absolute;
top: 10px;
left: 50%;
background-color: #84ff6a;
visibility: hidden;
color: #fff;
z-index: 100;
}
#LSdebug_txt {
display: none;
}
#LSjsConfig {
display: none;
}
#LSdebug_hidden {
float: right;
color: #fff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
#LSinfos {
position: absolute;
width: 50%;
left: 25%;
background-color: #b5e4f6;
border: 1px solid #4096b8;
visibility: hidden;
color: #4096b8;
z-index: 100;
top: 10px;
font-weight: bold;
}
/* Tips */
.tip-top {
color: #fff;
width: 139px;
z-index: 13000;
}
.tip-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #b5e4f6;
padding: 2px;
background: #333;
opacity: 0.8;
-moz-border-radius: 2px;
max-width: 500px;
text-align: justify;
}