sanitysama

gex viewer

Jun 16th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.75 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document regexp("https?://(g.e\-|ex)hentai.org/s/.*/.*") {
  3. /* zindex */
  4. #i3 {
  5.     z-index: 0
  6.     }
  7. #i1 > h1, #i4, #i5, #i6, #i7, p.ip a {
  8.     position: relative;
  9.     z-index: 1
  10.     }
  11. /* container */
  12. #i1 {
  13.     width: auto !important;
  14.     max-width: 400px !important;
  15.     min-width: 235px !important;
  16.     position: fixed !important;
  17.     left: 0;
  18.     top: 0;
  19.     padding: 5px !important;
  20.     margin: 0 !important;
  21.     }
  22. /* gallery title */
  23. #i1 > h1 {
  24.     font-size: 12px !important;
  25.     margin: 0px !important
  26.     }
  27. /* filename */
  28. #i2 {
  29.     display: none !important
  30.     }
  31. /* main image */
  32. #i3 {
  33.     bottom: 0;
  34.     left: 0;
  35.     margin: auto;
  36.     position: fixed;
  37.     right: 0;
  38.     text-align: center;
  39.     top: 0;
  40.     }
  41. /* filename */
  42. #i4 > div:first-child {
  43.     margin: 4px 0px !important
  44.     }
  45. /* nav button container */
  46. #i4 > .sn {
  47.     height: auto !important
  48.     }
  49. /* page number */
  50. #i4 > .sn > div {
  51.     font-size: 12px !important;
  52.     position: relative;
  53.     bottom: 5px;
  54.     margin: 0px 4px !important
  55.     }
  56. /* nav buttons */
  57. #i4 > .sn a > img {
  58.     height: 14px !important;
  59.     width: 20px !important;
  60.     padding: 0px !important;
  61.     }
  62. /* return to gallery button */
  63. #i5 > .sb > a > img {
  64.     height: 20px !important;
  65.     width: 20px !important;
  66.     padding: 0px !important;
  67.     }
  68. #i5 > .sb > a {
  69.     position: relative;
  70.     bottom: 6px;
  71.     }
  72. #i5 > .sb {
  73.     margin: 0 !important;
  74.     height: 1em
  75.     }
  76. /* extra links */
  77. #i6 {
  78.     display: none
  79.     }
  80.     #i6 img {
  81.         display: none
  82.         }
  83.     #i6 a {
  84.         float: left;
  85.         clear: both
  86.         }
  87. /* front page */
  88. p.ip {
  89.     position: fixed;
  90.     left: 0;
  91.     bottom: 0
  92.     }
  93.    
  94. }
Advertisement
Add Comment
Please, Sign In to add comment