Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script language=javascript>document.title=("Baka")</script>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  6.  
  7. <script>function changeNavigation(id) {document.getElementById('box').innerHTML=document.getElementById(id).innerHTML}</script>
  8.  
  9. <style type="text/css">
  10.  
  11. .logo_div, .fpix_header, .topad, .fpix_asl_table, .profile_text,
  12. .nc_profile, #left_container, #profilephoto, #flash_close_butt,
  13. #start_chat_but, .uppermenu, #buyers_ad, #flashcontent, .yellow_but,
  14. .bottombar, .byline, .top-links { visibility: hidden; display: none;}
  15.  
  16. ::selection {
  17. background:#e0e0e0;
  18. }
  19.  
  20. ::-moz-selection {
  21. background:#e0e0e0;
  22. }
  23.  
  24. ::-webkit-scrollbar {background-color: #c0c0c0; height:8px; width:8px; border:3px solid #707070;}
  25. ::-webkit-scrollbar-thumb:vertical {background-color:#c0c0c0; border:1px solid #202020; height:50px;}
  26. ::-webkit-scrollbar-thumb:horizontal {background-color:#c0c0c0; border:1px solid #202020; height:8px;}
  27.  
  28. body{
  29. background-image: url('https://i.imgur.com/fMy5XGI.jpg?1') !important;
  30. background-position:left bottom!important;
  31. background-color: #fff;
  32. font:10px calibri;
  33. color:#ffffff;
  34. margin:0px;
  35. height:0px;
  36. width:0px;
  37. }
  38.  
  39. body, a, a:hover { cursor:url(''), auto;
  40. }
  41.  
  42. h1 {
  43. background: #c0c0c0;
  44. letter-spacing: 2px;
  45. color: #000000;
  46. font-family: ms ui gothic;
  47. text-transform: uppercase;
  48. font-size: 10px;
  49. }
  50.  
  51. pre {
  52. background: #c0c0c0;
  53. color: #ffffff;
  54. text-align: center;
  55. font-family: consolas;
  56. font-size: 10px;
  57. letter-spacing: 2px;
  58. text-transform: uppercase;
  59. }
  60.  
  61. b, strong {
  62. color: #c0c0c0;
  63. font-size: 8px;
  64. text-transform: uppercase;
  65. letter-spacing: 1px;
  66. }
  67.  
  68. i, em {
  69. color: #c0c0c0;
  70. }
  71.  
  72. #box {
  73. position:fixed;
  74. left:652px;
  75. top:297px;
  76. z-index:99;
  77. background:#fff;
  78. overflow:auto;
  79. color:#b0b0b0;
  80. font-family: calibri;
  81. font-size: 10px;
  82. width:275px;
  83. height:150px;
  84. padding:10px;
  85. border: 1px solid #c0c0c0;
  86. }
  87.  
  88. #navi {position:fixed;left:650px;top:275px; width: 200px; height: 75px; padding: 2px;
  89. }
  90.  
  91. .tabs{
  92. width:60px;
  93. padding: 2px;
  94. margin-left: 0px;
  95. margin-bottom: 0px;
  96. border:1px solid #c0c0c0;
  97. text-align:center;
  98. font-size: 10px;
  99. color: #000000;
  100. background-color:#ffffff;
  101. font-family: consolas;
  102. text-transform:uppercase;
  103. z-index:99;
  104. display: inline-block;
  105. -webkit-transition: all 0.8s ease-out;
  106. -moz-transition: all 0.8s ease-out;
  107. transition: all 0.8s ease-out;
  108. }
  109.  
  110. .tabs:hover {
  111. background: #c0c0c0;
  112. color: #fff;
  113. border:1px solid #b0b0b0;
  114. -webkit-transition: all 0.8s ease-out;
  115. -moz-transition: all 0.8s ease-out;
  116. transition: all 0.8s ease-out;
  117. }
  118.  
  119. #tab1, #tab2 {
  120. display:none;
  121. }
  122.  
  123. </style>
  124. </head>
  125. <body>
  126.  
  127. <div id="navi">
  128. <div onclick="changeNavigation('tab1')" class="tabs">❤</div>
  129. <div onclick="changeNavigation('tab2')" class="tabs">❤</div>
  130. </div>
  131.  
  132. <div id="box">
  133. </div>
  134.  
  135. <div id="tab1">
  136. </div>
  137.  
  138. <div id="tab2">
  139. </div>
  140.  
  141. </body>
  142. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement