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.

offline_german.html 902B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <html>
  2. <head>
  3. <title>Steam is in Offline Mode</title>
  4. <STYLE>
  5. BODY {
  6. font-family:verdana, arial, sans-serif;
  7. font-size:8pt;
  8. line-height:12pt;
  9. background:#3E4637;
  10. color:#D8DED3;
  11. margin-top:8px;
  12. margin-left:8px;
  13. }
  14. .dim {
  15. color:969F8E;
  16. }
  17. HR {
  18. height:1px;
  19. width:50%;
  20. color:#969F8E;
  21. text-align:left;
  22. }
  23. .linky {
  24. cursor: hand;
  25. font-weight:bold;
  26. color:#C6B652;
  27. font-family:"courier new";
  28. font-size:13px;
  29. margin-bottom:20px;
  30. }
  31. A {
  32. }
  33. A:visited {
  34. color: #D8DED3; text-decoration:none;
  35. }
  36. A:link {
  37. color: #D8DED3; text-decoration:none;
  38. }
  39. A:hover {
  40. color: #ffffff; text-decoration:none;
  41. }
  42. A:active {
  43. color: #ffffff; text-decoration:none;
  44. }
  45. </STYLE>
  46. </head>
  47. <body>
  48. Steam ist momentan im Offline-Modus.<br>
  49. <div class="dim">(Zum Wechseln in den Online-Modus loggen Sie sich aus und starten Steam erneut.)</div>
  50. </body>
  51. </html>