Advertisement
Draco18s

Fix FA Submissions Page

Nov 28th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix("http://www.furaffinity.net/msg/submissions/") {
  4.   section.gallery figure {
  5.     min-width: 200px;
  6.   }
  7.   section.gallery figure[style] {
  8.     min-width: 200px !important;
  9.     height: 210px !important;
  10.   }
  11.   section.gallery figure > b > u > a > img[style] {
  12.     height: auto !important;
  13.     max-width: 200px;
  14.   }
  15.   <!-- Disable both links. The image itself is already a link, its name does not need to be -->
  16.   <!-- Makes it easier to select the image for removal -->
  17.   <!-- Use p:nth-child(2) to enable only the artist's name link -->
  18.  <!-- Remove comments or Stylish will break -->
  19.  section.gallery figure > figcaption > label > p > a {
  20.    pointer-events: none;
  21.    cursor: default;
  22.  }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement