hadipras

HADIJUANA SHELL

Mar 23rd, 2020
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. @charset "UTF-8";
  2. @import url(https://cdn.anarchyzeus.wiki/noselect.css);
  3. @import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);
  4.  
  5. @font-face {
  6. font-family: i;
  7. src: url(i.woff2) format('woff2'), url(i.woff) format('woff')
  8. }
  9.  
  10. html {
  11. margin-left: 1em;
  12. margin-right: 1em;
  13. margin-top: -1.5em;
  14. background: blue !important;
  15. font-family: Courier;
  16. }
  17.  
  18. .x {
  19. text-align: center
  20. }
  21.  
  22. .y {
  23. font-family: i;
  24. font-size: calc(2.3em + 2.3vw);
  25. color: #181818
  26. }
  27.  
  28. .y:hover {
  29. color: #fff
  30. }
  31.  
  32. .w {
  33. color: #fff
  34. }
  35.  
  36. .b {
  37. color: #000
  38. }
  39.  
  40. .q {
  41. margin-top: .5em
  42. }
  43.  
  44. article {
  45. margin-top: 1.5em;
  46. font-size: .9em
  47. }
  48.  
  49. .i {
  50. float: left
  51. }
  52.  
  53. .u {
  54. float: right;
  55. text-align: right;
  56. margin-bottom: 1.5em
  57. }
  58.  
  59. input[type=file] {
  60. display: none
  61. }
  62.  
  63. input[type=submit] {
  64. border: 1px solid #181818;
  65. padding: .2em;
  66. background: 0 0
  67. }
  68.  
  69. td {
  70. color: #000
  71. }
  72.  
  73. th {
  74. font-weight: 400;
  75. border-bottom: thin solid #181818;
  76. color: #fff
  77. }
  78.  
  79. .et {
  80. text-align: left;
  81. color: #000
  82. }
  83.  
  84. .r:hover {
  85. background: #079992
  86. }
  87.  
  88. .l {
  89. border: 1px solid #181818;
  90. padding: 1px;
  91. background: 0 0
  92. }
  93.  
  94. footer {
  95. margin-top: 2em;
  96. height: 2.2rem;
  97. width: 100%;
  98. font-size: .9em
  99. }
  100.  
  101. footer:hover {
  102. color: #fff
  103. }
  104.  
  105. a {
  106. text-decoration: none;
  107. color: #000
  108. }
  109.  
  110. a:hover {
  111. color: #fff
  112. }
  113.  
  114. .m {
  115. margin-left: 2.4em
  116. }
  117.  
  118. textarea {
  119. background: 0 0;
  120. border: none;
  121. width: 70%;
  122. height: 30em;
  123. font-family: Courier;
  124. font-size: .9em
  125. }
  126.  
  127. textarea.o {
  128. background: #fff
  129. }
  130.  
  131. .h {
  132. color: #ea2027
  133. }
Advertisement
Add Comment
Please, Sign In to add comment