ygg.CSS

works with https://greatest.deepsurf.us/fr/scripts/394971-ygg-js

  1. /* ==UserStyle==
  2. @name ygg.CSS
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.1
  5. @description works with https://greatest.deepsurf.us/fr/scripts/394971-ygg-js
  6. @author CoCtiC
  7. ==/UserStyle== */
  8.  
  9. @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
  10. @import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
  11. @-moz-document domain("yggtorrent.se") {
  12. .cellContent {
  13. display: flex;
  14. flex-flow: row nowrap;
  15. align-items: center;
  16. }
  17. .directLink {
  18. padding: 6px !important;
  19. margin: 0 !important;
  20. flex: 1 0 10%;
  21. }
  22. .movieLink {
  23. flex: 9 0 50%;
  24. }
  25. }