Advertisement
Dallas1998

ok

Dec 21st, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. body {
  2. /*padding:0px;
  3. margin: 0px 0px 0px 0px;*/
  4. FONT-SIZE: 12pt;
  5. FONT-FAMILY: Arial, Helvetica, sans-serif;
  6. }
  7. div#xatstyme {
  8. background:#0;
  9. color: #00;
  10. overflow: auto;
  11. }
  12. body {background:}
  13.  
  14. body{margin:0;font-family:'Roboto',sans-serif}
  15. body{background:url('https://i.postimg.cc/zD0ftLYc/background.png')center/cover no-repeat;);-webkit-user-select:none;
  16. }
  17. #login-container {
  18. background:url('https://i.postimg.cc/5tDYxdPp/rachelback.png')bottom -27px right no-repeat, url(http://webgeardarko.github.io/matrix.svg);
  19. height: 100vh;
  20. }
  21. #login-box {
  22. position: absolute;
  23. height:298px;
  24. width:400px;
  25. top:0;
  26. bottom:0;
  27. left:0;
  28. right:0;
  29. margin:auto;
  30. background-image: url(http://webgeardarko.github.io/background.svg);
  31. background-size:cover;
  32. border:2px solid #200;
  33. border-radius:10px;
  34. }
  35. #login-box #anti-logo {
  36. background-image: url(http://webgeardarko.github.io/antilogo.svg);
  37. background-size:cover;
  38. border-radius:360px;
  39. width:100px;
  40. height:100px;
  41. margin:25px auto;
  42. }
  43. #login-box #welcome {
  44. font-size:x-large;
  45. color:#AAA;
  46. text-align:center;
  47. margin-bottom:40px;
  48. text-transform:uppercase;
  49. }
  50. #login-box #content {
  51. font-size:12px;
  52. color:#AAA;
  53. text-align:center;
  54. margin-top:-30px;
  55. margin-bottom:20px;
  56. padding-left:5px;
  57. width:auto;
  58. }
  59. .Button {
  60. border: 1px solid #500;
  61. color: #fff;
  62. }
  63. .Button {
  64. -webkit-border-radius:1px;
  65. border-radius:1px;
  66. -webkit-box-shadow 0 2px 4px 0px rgba(0,0,0,.25): ;
  67. box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  68. -webkit-box-sizing: border-box;
  69. box-sizing: border-box;
  70. -webkit-user-select: none;
  71. -webkit-appearance: none;
  72. background-image: none;
  73. color: #FFFFFF;
  74. cursor: pointer;
  75. outline: none;
  76. overflow: hidden;
  77. position: relative;
  78. text-align: center;
  79. vertical-align: middle;
  80. white-space: nowrap;
  81. width: auto;
  82. }
  83. .Button{
  84. font-family: Roboto,arial,sans-serif;
  85. font-size: 16px;
  86. font-weight: 500;
  87. letter-spacing: .21px;
  88. margin-left: 6px;
  89. margin-right: 6px;
  90. vertical-align: top;
  91. position:absolute;
  92. font-size: 13px;
  93. line-height: 36px;
  94. left:0;
  95. right:0;
  96. margin:auto;
  97. height:36px;
  98. width:200px;
  99. }
  100. .Button:hover {
  101. border: 1px solid #A00;
  102. }
  103. #deviant img{
  104. position:absolute;
  105. top:0;
  106. right:0;
  107. margin:8px;
  108. }
  109. #deviant img:hover{
  110. opacity:0.8;}
  111. div#noowayfixed {
  112. z-index: 2147483647;
  113. position: fixed;
  114. bottom: 0;
  115. left: 0;
  116. }
  117. div#noowaymenu
  118. {
  119. background-color:#009;
  120. background: linear-gradient(#000014, #000024, #00004e);
  121. border-radius: 0px 5px 0px 0px;
  122. display: none;
  123. FONT-SIZE: 12pt;
  124. FONT-FAMILY: Arial, Helvetica, sans-serif;
  125. }
  126. div#noowayitems
  127. {
  128. padding-top: 5px;
  129. padding-right: 0px;
  130. /*padding-bottom: 5px;*/
  131. padding-left: 0px;
  132. margin-left: 6px;
  133. line-height: 130%;
  134. color:#fff;
  135. }
  136. div#noowayitems > a
  137. {
  138. color:#fff;
  139. text-decoration: none;
  140. }
  141. div#noowayitems > a:hover {
  142. text-decoration: underline;
  143. }
  144. <div id="xatstyme">
  145. <div id="login-container">
  146. <div id="login-box">
  147. <a href="https://www.deviantart.com/mikedarko">
  148. <div id="deviant"><img src="http://webgeardarko.github.io/devart.svg" height="40px/" /></a>
  149. <div id="anti-logo"></div>
  150. <div id="welcome">ANTI'S PROFILE</div>
  151. <div id="content">I don't use xat that much. Feel free to contact me if needed. I can help with any <span style="color:#777;">css questions </span>or <span style="color:#777;">concerns.</span></div>
  152. <a href="https://discordapp.com/users/329103792857677825/profile"><div class="Button">Discord - Anti#6666</div></a>
  153. </div></div>
  154. youtube here
  155. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement