1. cat ~/.local/share/luakit/CSS/lostfilm.css
  2. html, body {
  3.   margin: 0px !important;
  4.   padding: 0px !important;
  5.   background: #f0f0f0 !important;
  6.   //background-color: #90A990 !important;
  7.   color: #000000 !important;
  8. }
  9.  
  10. * {
  11.   font-family: Droid Sans !important;
  12. }
  13.  
  14. body>div:first-child {
  15.   margin: 0px auto !important;
  16.   width: 94% !important;
  17.   min-width: 892px !important;
  18. }
  19. #MainDiv {
  20.   margin: 0px !important;
  21.   width: 100% !important;
  22.   min-width: 892px !important;
  23. }
  24. .left {
  25.   width: 20.5% !important;
  26. }
  27. #MainDiv>div:first-child>div:nth-last-child(2){
  28.   width: 56% !important;
  29.   min-width: 500px !important;
  30. }
  31. #Onwrapper {
  32.   width: 94% !important;
  33.   min-width: 892px !important;
  34. }
  35. .right {
  36.   width: 20.5% !important;
  37. }
  38. a {
  39.   color: #000000 !important;
  40. }
  41. img {
  42.   border: 0 none !important;
  43. }
  44. nobr {
  45.   white-space: normal;
  46. }
  47. .img_border {
  48.   border: 0 none !important;
  49. }
  50. .user_avatar {
  51.     opacity: 1 !important;
  52. }
  53. .up {
  54.   background-color: transparent !important;
  55. }
  56. .up:hover{
  57.   background-color: #D00A0E !important;
  58.   color: #FFFFFF !important;
  59. }
  60. .t_episode_title {
  61.   color: #000000 !important;
  62. }
  63. .block {
  64.   background-repeat: repeat-x !important;
  65. }
  66. .block_link a {
  67.   color: #FFFFFF !important;
  68. }
  69. .menu a {
  70.   color: #FFFFFF !important;
  71.   margin-top: 3px !important;
  72. }
  73. .user_avatar img {
  74.   opacity: 0.9 !important;
  75. }
  76. .prof {
  77.   color: #000000 !important;
  78. }
  79. .wh {
  80.   color: #000000 !important;
  81. }
  82. .content_body {
  83.   color: #000000 !important;
  84. }
  85. .logo {
  86.   height: 25px !important;
  87.   color: #000000 !important;
  88. }
  89. .main_logo_link, .disclaimer, .bb_nopadding, #ta_link, #myA, .right object, div[class="right"]>a, div[class="left"]>div:nth-last-child(-n+10), #Onwrapper>div:nth-child(3), iframe, #bogi_panel, .content_body table tbody tr:first-child, #onlime, body>div:nth-child(2) {
  90.   display: none !important;
  91. }
  92. .prof {
  93.   display: block !important;
  94. }
  95. .content_head {
  96.   height: auto !important;
  97.   position: inherit !important;
  98. }