Advertisement
SpaTeam

What's new 2.6.0 (de)

Jun 3rd, 2016
5,632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="UTF-8" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  4. <style>
  5. @font-face {
  6.   font-family: "SRG SSR Type Regular";
  7.   src: url("http://www.rts.ch/play/assets/build/production/css/fonts/SRGSSRType_Rg.ttf") format("truetype");
  8. }
  9. @font-face {
  10.   font-family: "SRG SSR Type Bold";
  11.   src: url("http://www.rts.ch/play/assets/build/production/css/fonts/SRGSSRType_Bd.ttf") format("truetype");
  12. }
  13. body {
  14.   font-family: "SRG SSR Type Regular";
  15.   -webkit-touch-callout: none;
  16.   -webkit-user-select: none;
  17.   -webkit-text-size-adjust: 100%;
  18.   color: #ffffff;
  19.   background-color: #000000;
  20. }
  21. </style>
  22. <body>
  23.  
  24. <h1>Das ist neu in dieser Version</h1>
  25. <ul>
  26. <li>Schneller zum Radio: Der Radio Player ist neu am unteren Screen-Rand fixiert. Ihr Lieblingsradio lässt sich so jederzeit starten und stoppen.</li>
  27. <li>Timeshift bei Radio-Livestreams: Spulen Sie zurück, wenn Sie den Anfang einer Sendung verpasst haben, oder pausieren Sie den Stream (bis zu 6 Stunden) und hören Sie später weiter</li>
  28. </ul>
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement