style.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. *{
  2. cursor: url("icon/awesome.ico"), default;
  3. -ms-overflow-style: none;
  4. scrollbar-width: none;
  5. }
  6. *::-webkit-scrollbar {
  7. display: none;
  8. }
  9. @font-face
  10. {
  11. font-family: fixedsys;
  12. src: url(font/fixedsys.ttf);
  13. }
  14. .jazz{
  15. margin-top: 5px;
  16. position: absolute;
  17. margin-left: calc(50% - 300px);
  18. }
  19. .spazz{
  20. margin-top: 5px;
  21. position: absolute;
  22. margin-left: calc(50% + 218px);
  23. }
  24. body{
  25. background-image: url("images/colormorphstars.gif");
  26. background-attachment: fixed;
  27. image-rendering: pixelated;
  28. background-color: rgb(0, 0, 0);
  29. font-family: fixedsys;
  30. font-smooth: never;
  31. -webkit-font-smoothing: none;
  32. color: white;
  33. text-align: center;
  34. }
  35. a:link{
  36. background-color: transparent;
  37. color: magenta;
  38. text-decoration: none;
  39. }
  40. span{
  41. display: block;
  42. }
  43. a:visited{
  44. background-color: transparent;
  45. color: cyan;
  46. text-decoration: none;
  47. }
  48. a:hover{
  49. background-color: transparent;
  50. color: white;
  51. cursor: url("icon/teehee.ico"), pointer;
  52. text-decoration: underline;
  53. }
  54. a img{
  55. cursor: url("icon/teehee.ico"), pointer;
  56. }
  57. .split h1{
  58. font-size: 25px;
  59. line-height: 0%;
  60. }
  61. .border{
  62. position: relative;
  63. border: 5px solid;
  64. padding: 10px;
  65. }
  66. .titleborder{
  67. width: 300px;
  68. height: 100px;
  69. border-image: linear-gradient(90deg, cyan, magenta) 1;
  70. line-height: 5px;
  71. }
  72. .centerdiv{
  73. margin-left: auto;
  74. margin-right: auto;
  75. }
  76. .topmarquee{
  77. padding-top: 5px;
  78. padding-bottom: 5px;
  79. margin-top: 10px;
  80. margin-bottom: 10px;
  81. height: 16px;
  82. position:relative;
  83. border: 5px solid;
  84. border-image: linear-gradient(to bottom, lime, yellow) 0 1;
  85. }
  86. .split{
  87. height: 550px;
  88. width: 410px;
  89. position: relative;
  90. overflow: auto;
  91. padding-top: 10px;
  92. }
  93. .left{
  94. margin-left: calc(50% - 444px);
  95. border: 5px solid;
  96. border-image: linear-gradient(-90deg, transparent, magenta) 1;
  97. padding-left: 10px;
  98. padding-bottom: 5px;
  99. }
  100. .right{
  101. margin-left: calc(50% + 12px);
  102. margin-top: -575px;
  103. border: 5px solid;
  104. border-image: linear-gradient(90deg, transparent, cyan) 1;
  105. padding-right: 10px;
  106. padding-bottom: 5px;
  107. }
  108. .centered{
  109. position: relative;
  110. text-align: justify;
  111. font-size: 18px;
  112. }
  113. .centertext{
  114. text-align:center;
  115. }
  116. ul{
  117. display: table;
  118. margin: auto;
  119. }
  120. li{
  121. text-align: justify;
  122. }
  123. a{
  124. display: inline-block;
  125. }
  126. p{
  127. margin: 0px;
  128. }
  129. textarea{
  130. color: #fff;
  131. background-image: none;
  132. background-color: black;
  133. }
  134. .buttons{
  135. margin-top: 5px;
  136. margin-bottom: 5px;
  137. padding-top: 5px;
  138. padding-bottom: 5px;
  139. }
  140. .funny img{
  141. width: 88px;
  142. height: 31px;
  143. }
  144. .foot{
  145. margin-top: 30px;
  146. font-size: 16px;
  147. }
  148. .translate{
  149. position: absolute;
  150. text-align:right;
  151. margin: 0px;
  152. padding: 0px;
  153. margin-bottom: -16px;
  154. width: 125px;
  155. margin-left: calc(50% + 300px);
  156. }