ldapsaisie/src/css/black/LSdefault.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

55 lines
1.3 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: #dedede;
border: 1px solid #53504b;
visibility: hidden;
color: #53504b;
z-index: 100;
top: 10px;
font-weight: bold;
}