ldapsaisie/src/css/default/LSdefault.css

116 lines
2.2 KiB
CSS

/* LSinfoBox */
div.LSinfosBox {
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;
}
span.LSinfosBox {
float: right;
cursor: pointer;
font-family: sans-serif;
padding: 2px;
}
div.LSinfosBox p {
padding: 0 1em;
}
div.LSinfosBox ul {
padding-left: 1em;
}
div.LSinfosBox ul li.separator {
list-style-type: none;
border-bottom: 1px solid;
margin-left: -1em;
}
div.LSdebug {
top: 10px;
left: 50%;
background-color: #84ff6a;
border: 1px solid #84ff6a;
color: #103a06;
}
div.LSerror {
top: 10px;
left: 10px;
background-color: #f00;
border: 1px solid #f00;
color: #fff;
}
#LSdebug, #LSerror, #LSinfos, #LSjsConfig {
display: none;
}
/* LSlang */
#LSlang_select {
display: none;
background-color: #000;
-moz-border-radius: 8px;
border-radius: 8px;
position: absolute;
max-width: 200px;
padding: 5px;
z-index: 100;
}
#LSlang_select img {
vertical-align: middle;
}
/* 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;
border-radius: 2px;
max-width: 500px;
text-align: justify;
}
@media (max-width: 1024px) {
div.LSinfosBox {
width: 80vw;
left: 10vw;
z-index: 1002;
}
div.LSerror {
left: 3vw;
}
}
@media (max-width: 400px) {
div.LSinfosBox {
width: 94vw;
left: 3vw;
}
div.LSerror {
left: 3vw;
}
}