2008-02-05 17:11:21 +01:00
|
|
|
#LSerror {
|
2008-04-25 15:48:12 +02:00
|
|
|
width: 50%;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
background-color: #f00;
|
|
|
|
visibility: hidden;
|
|
|
|
color: #fff;
|
|
|
|
z-index: 100;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
#LSerror_txt {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-02-05 17:11:21 +01:00
|
|
|
#LSdebug {
|
2008-04-25 15:48:12 +02:00
|
|
|
width: 50%;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 50%;
|
|
|
|
background-color: #84ff6a;
|
|
|
|
visibility: hidden;
|
|
|
|
color: #fff;
|
|
|
|
z-index: 100;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
#LSdebug_txt {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-07-18 16:02:46 +02:00
|
|
|
#LSjsConfig {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-02-05 17:11:21 +01:00
|
|
|
#LSdebug_hidden {
|
2008-04-25 15:48:12 +02:00
|
|
|
float: right;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
2008-10-06 17:53:52 +02:00
|
|
|
cursor: pointer;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
2008-09-09 17:48:07 +02:00
|
|
|
|
|
|
|
#LSinfos {
|
|
|
|
position: absolute;
|
|
|
|
width: 50%;
|
|
|
|
left: 25%;
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #dedede;
|
|
|
|
border: 1px solid #53504b;
|
2008-09-09 17:48:07 +02:00
|
|
|
visibility: hidden;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #53504b;
|
2008-09-09 17:48:07 +02:00
|
|
|
z-index: 100;
|
|
|
|
top: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|