style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /**
  2. * Copyright 2021, 2024 5 Mode
  3. *
  4. * This file is part of LightOff.
  5. *
  6. * LightOff is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * LightOff is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with LightOff. If not, see <https://www.gnu.org/licenses/>.
  18. *
  19. * style.css
  20. *
  21. * Style Sheet of LightOff
  22. *
  23. * @author Daniele Bonini <my25mb@aol.com>
  24. * @copyrights (c) 2016, 2024, 5 Mode
  25. */
  26. body {
  27. filter: grayscale(1);
  28. }
  29. #LIGHTOFFsurff:link {
  30. opacity: 0;
  31. }
  32. #LIGHTOFFcontent {
  33. text-align: center;
  34. }
  35. #LIGHTOFFfooterCont {
  36. position: fixed;
  37. top: 2000px;
  38. left:-10px;
  39. width: 102%;
  40. border: 1px solid #C2DBF2;
  41. padding: 7px;
  42. background: white;
  43. opacity: 0.3;
  44. color:white;
  45. font-family: Sans;
  46. font-size: 12px;
  47. text-align: center;
  48. z-index: 99998;
  49. }
  50. #LIGHTOFFfooter {
  51. position: fixed;
  52. float: right;
  53. top: 2000px;
  54. left:-10px;
  55. width: 100%;
  56. border: 0px solid #C2DBF2;
  57. padding: 7px;
  58. opacity: 1.0;
  59. color:black;
  60. font-family: Sans;
  61. font-size: 12px;
  62. font-weight: 400;
  63. text-align: right;
  64. z-index: 99999;
  65. }
  66. #LIGHTOFFheader {
  67. text-align: center;
  68. width: 450px;
  69. margin: auto;
  70. }
  71. #LIGHTOFFheader-surf {
  72. text-align: left;
  73. width: 100%;
  74. }
  75. #LIGHTOFFurl {
  76. height: 29px;
  77. width: 300px;
  78. }