Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

newsfeed.css 356B

1234567891011121314151617181920212223
  1. iframe.newsfeed-fullarticle {
  2. width: 100vw;
  3. /* very large height value to allow scrolling */
  4. height: 3000px;
  5. top: 0;
  6. left: 0;
  7. border: none;
  8. z-index: 1;
  9. }
  10. .region.bottom.bar.newsfeed-fullarticle {
  11. bottom: inherit;
  12. top: -90px;
  13. }
  14. .newsfeed-list {
  15. list-style: none;
  16. }
  17. .newsfeed-list li {
  18. text-align: justify;
  19. margin-bottom: 0.5em;
  20. }