2009-04-14 20:00:10 +02:00
|
|
|
/* LSinfoBox */
|
|
|
|
div.LSinfosBox {
|
2008-04-25 15:48:12 +02:00
|
|
|
position: absolute;
|
2009-04-14 20:00:10 +02:00
|
|
|
width: 50%;
|
|
|
|
left: 25%;
|
|
|
|
background-color: #b5e4f6;
|
|
|
|
border: 1px solid #4096b8;
|
2008-04-25 15:48:12 +02:00
|
|
|
visibility: hidden;
|
2009-04-14 20:00:10 +02:00
|
|
|
color: #4096b8;
|
2008-04-25 15:48:12 +02:00
|
|
|
z-index: 100;
|
2009-04-14 20:00:10 +02:00
|
|
|
top: 10px;
|
|
|
|
font-weight: bold;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2009-04-14 20:00:10 +02:00
|
|
|
span.LSinfosBox {
|
|
|
|
float: right;
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: sans-serif;
|
|
|
|
padding: 2px;
|
2009-03-19 18:42:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-04-14 20:00:10 +02:00
|
|
|
div.LSdebug {
|
2008-04-25 15:48:12 +02:00
|
|
|
top: 10px;
|
|
|
|
left: 50%;
|
|
|
|
background-color: #84ff6a;
|
2009-04-14 20:00:10 +02:00
|
|
|
border: 1px solid #84ff6a;
|
2009-10-26 00:28:02 +01:00
|
|
|
color: #103a06;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2009-04-14 20:00:10 +02:00
|
|
|
div.LSerror {
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
background-color: #f00;
|
|
|
|
border: 1px solid #f00;
|
|
|
|
color: #fff;
|
2008-07-05 22:28:49 +02:00
|
|
|
}
|
|
|
|
|
2009-04-14 20:00:10 +02:00
|
|
|
#LSdebug_txt, #LSerror_txt, #LSinfos_txt, #LSjsConfig {
|
2008-07-18 16:02:46 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-04-14 20:00:10 +02:00
|
|
|
/* LSlang */
|
|
|
|
#LSlang_select {
|
|
|
|
display: none;
|
|
|
|
background-color: #000;
|
|
|
|
-moz-border-radius: 8px;
|
2010-01-26 12:39:15 +01:00
|
|
|
border-radius: 8px;
|
2008-09-09 17:48:07 +02:00
|
|
|
position: absolute;
|
2009-04-14 20:00:10 +02:00
|
|
|
max-width: 200px;
|
|
|
|
padding: 5px;
|
2009-04-20 14:33:10 +02:00
|
|
|
z-index: 100;
|
2008-09-09 17:48:07 +02:00
|
|
|
}
|
2008-11-14 18:36:49 +01:00
|
|
|
|
2009-04-14 20:00:10 +02:00
|
|
|
#LSlang_select img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2008-11-14 18:36:49 +01:00
|
|
|
|
|
|
|
/* 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;
|
2010-01-26 12:39:15 +01:00
|
|
|
border-radius: 2px;
|
2008-11-14 18:36:49 +01:00
|
|
|
max-width: 500px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2009-04-14 20:00:10 +02:00
|
|
|
|
|
|
|
|