Advertisement
Gotolei

Gunnerkrigg Mobile Tweaks (Stylus Export)

Dec 19th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. @-moz-document domain("gunnerkrigg.com") {
  2. .header,
  3. .comic,
  4. .comic img.comic_image {
  5.     width: 100%;
  6.     margin: 0;
  7. }
  8.  
  9. .header .top img {
  10.     height: 45px;
  11. }
  12.  
  13. .comic .nav:not([class*="center"]) {
  14.     display: none;
  15. }
  16.  
  17. .comic .extra {
  18.     border-bottom: none;
  19.     border-top: 1px solid red;
  20. }
  21.  
  22. .comic .extra .nav {
  23.     display: block;
  24.     margin-top: 0;
  25.     margin-bottom: -90px;
  26. }
  27.  
  28. .comic .extra .nav img {
  29.     width: 75px;
  30. }
  31.  
  32. .comic .nav.center {
  33.     width: 200px;
  34. }
  35.  
  36. .comic .nav.center img {
  37.     width: 100px;
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement