/**
* Copyright 2021, 2024 5 Mode
*
* This file is part of LightOff.
*
* LightOff is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* LightOff is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with LightOff. If not, see .
*
* style.css
*
* Style Sheet of LightOff
*
* @author Daniele Bonini
* @copyrights (c) 2016, 2024, 5 Mode
*/
body {
filter: grayscale(1);
}
#LIGHTOFFsurff:link {
opacity: 0;
}
#LIGHTOFFcontent {
text-align: center;
}
#LIGHTOFFfooterCont {
position: fixed;
top: 2000px;
left:-10px;
width: 102%;
border: 1px solid #C2DBF2;
padding: 7px;
background: white;
opacity: 0.3;
color:white;
font-family: Sans;
font-size: 12px;
text-align: center;
z-index: 99998;
}
#LIGHTOFFfooter {
position: fixed;
float: right;
top: 2000px;
left:-10px;
width: 100%;
border: 0px solid #C2DBF2;
padding: 7px;
opacity: 1.0;
color:black;
font-family: Sans;
font-size: 12px;
font-weight: 400;
text-align: right;
z-index: 99999;
}
#LIGHTOFFheader {
text-align: center;
width: 450px;
margin: auto;
}
#LIGHTOFFheader-surf {
text-align: left;
width: 100%;
}
#LIGHTOFFurl {
height: 29px;
width: 300px;
}