Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. transition: transform .15s linear;,
  2. transition: transform .15s linear,-webkit-transform .15s linear;,
  3. },
  4. .shadow {,
  5. -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.12);,
  6. box-shadow: 0 2px 8px 0 rgba(0,0,0,.12);,
  7. },
  8. ,
  9. /************************,
  10. /,#
  11. / Cases,
  12. /,
  13. /************************/,
  14. [class^="case-"], [class*=" case-"] {,
  15. /* use !important to prevent issues with browser extensions that change fonts */,
  16. font-family: 'cases' !important;,
  17. speak: none;,
  18. font-style: normal;,
  19. font-weight: normal;,
  20. font-variant: normal;,
  21. text-transform: none;,
  22. line-height: 1;,
  23. ,
  24. /* Better Font Rendering =========== */,
  25. -webkit-font-smoothing: antialiased;,
  26. -moz-osx-font-smoothing: grayscale;,
  27. },
  28. ,
  29. /************************,
  30. /,
  31. / Media queries for mobile responsive,
  32. /,
  33. /************************/,
  34. @media (max-width: 500px) {,
  35. body {,
  36. background: #2B2A29;,#,
  37. },
  38. [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], textarea {,
  39. font-size: 16px; /* This prevents the mobile browser from zooming in on the input-field. */,#,
  40. },
  41. #login {,
  42. margin: 0;,
  43. border-radius: 0;,
  44. width: 100%;,#,
  45. },
  46. #login .logo {,
  47. border-radius: 0;,#,
  48. },
  49. .shadow {,
  50. box-shadow: none;,#,
  51. },
  52. },#
  53. </style>,
  54. <link type="text/css" rel="stylesheet" href="/webGui/styles/default-cases.css?v=1575448505">,
  55. <link type="image/png" rel="shortcut icon" href="/webGui/images/green-on.png">,
  56. </head>,
  57. ,
  58. <body>,
  59. <section id="login" class="shadow">,
  60. <div class="logo angle">,
  61. <div class="wordmark"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222.4 39" class="Nav__logo--white"><path fill="#ffffff" d="M146.70000000000002 29.5H135l-3 9h-6.5L138.9 0h8l13.4 38.5h-7.1L142.6 6.9l-5.8 16.9h8.2l1.7 5.7zM29.7 0v25.4c0 8.9-5.8 13.6-14.9 13.6C5.8 39 0 34.3 0 25.4V0h6.5v25.4c0 5.2 3.2 7.9 8.2 7.9 5.2 0 8.4-2.7 8.4-7.9V0h6.6zM50.9 12v26.5h-6.5V0h6.1l17 26.5V0H74v38.5h-6.1L50.9 12zM171.3 0h6.5v38.5h-6.5V0zM222.4 24.7c0 9-5.9 13.8-15.2 13.8h-14.5V0h14.6c9.2 0 15.1 4.8 15.1 13.8v10.9zm-6.6-10.9c0-5.3-3.3-8.1-8.5-8.1h-8.1v27.1h8c5.3 0 8.6-2.8 8.6-8.1V13.8zM108.3 23.9c4.3-1.6 6.9-5.3 6.9-11.5 0-8.7-5.1-12.4-12.8-12.4H88.8v38.5h6.5V5.7h6.9c3.8 0 6.2 1.8 6.2 6.7s-2.4 6.8-6.2 6.8h-3.4l9.2 19.4h7.5l-7.2-14.7z"></path></svg></div>,
  62. </div>,
  63. <div class="content">,
  64. <h1>,
  65. Tower </h1>,
  66. <h2>,
  67. </h2>,
  68. ,
  69. <div class="case">,
  70. <span class='case-a79'></span>,
  71. </div>,
  72. ,
  73. <div class="form">,
  74. ,
  75. <form action="/login" method="POST">,
  76. <p>,
  77. <input name="username" type="text" placeholder="Username" required>,
  78. <input name="password" type="password" placeholder="Password" required>,
  79. </p>,
  80. <script type="text/javascript">,
  81. document.cookie = "cookietest=1";,
  82. cookieEnabled = document.cookie.indexOf("cookietest=")!=-1;,
  83. document.cookie = "cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";,
  84. if (!cookieEnabled) {,
  85. document.write('<p class="error">Browser cookie support required for login</p>');,
  86. },
  87. </script>,
  88. <p>,
  89. <button type="submit" class="button button--small">Login</button>,
  90. </p>,
  91. </form>,
  92. </div>,
  93. ,
  94. <p><a href="https://wiki.unraid.net/Unraid_6/Frequently_Asked_Questions#I.27ve_forgotten_my_root_password_to_my_system.2C_how_do_I_restore_access.3F" target="_blank">Password recovery</a></p>,
  95. </div>,
  96. </section>,
  97. </body>,
  98. </html>,
  99. ,
  100. ,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement