Advertisement
p-kl

LIBRUS (xStyle) - Responsive + no articles + no stupid instr

Mar 25th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.49 KB | None | 0 0
  1. /* ==UserStyle==
  2. @name Librus pawel
  3. @type less
  4. @homepageURL https://ext.firefoxcn.net/xstyle/md5namespace/678d2dea6d6b290c97e2d3ab32ca0a05
  5. @originalMD5 678d2dea6d6b290c97e2d3ab32ca0a05
  6. ==/UserStyle== */
  7.  
  8. @-moz-document domain("portal.librus.pl") {
  9.     .widget-container {
  10.         max-width: 700px !important;
  11.         min-width: notset !important;
  12.         width: 100% !important;
  13.         margin: -15px 0 0 0 !important;
  14.                                             zoom: calc(100% / 1.010);
  15.         max-height: 50% !important;
  16.         padding: -20px 0px 0 20px !important;
  17.     }
  18.     @media screen and (max-width:1200px) {
  19.         .widget-container {
  20.             display: block !important;
  21.             margin: auto !important;
  22.             width: 100% !important;
  23.  
  24.  zoom: calc(100% / 1.010);
  25.             padding: 0px 0 0 15px !important;
  26.         }
  27.     }
  28.     @media screen and (max-width:767px) {
  29.         .widget-container {
  30.             margin: 0 !important;
  31.             padding: 0 !important;
  32.  
  33.         }
  34.     }
  35.     .login-before-btn {
  36.         font-size: 2em !important;
  37.     }
  38.     .app-download__link,
  39.     #widgetRedirectInfo,
  40.     .new-btn,
  41.     .app-download,
  42.     .widget-content,
  43.      /* #synergiaLogin + * , */
  44.     img[src="https://portal.librus.pl/images/widget_before_logged.png"],
  45.     .article-list {
  46.         display: none !important;
  47.     }
  48.     .container[componentname="feed-special-entry"] {
  49.                                             display: none !important;
  50.     }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement