Advertisement
Guest User

About Me

a guest
Jul 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. <!-- i n e f f a b l e r e s o u r c e s -->
  2. <!-- please do not steal my content! the rules on the page should be followed accordingly, or I'll be a very sad peach. any questions or issues you come across, don't hesitate to ask. ♥ -->
  3.  
  4. <!-- f o n t s -->
  5. <link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|Comfortaa" rel="stylesheet">
  6.  
  7. <!-- b a c k g r o u n d -->
  8. <style type="text/css">
  9. table, tr, td {background-color:transparent;}
  10.  
  11. body {
  12. background-color:#101010;
  13. background-image:url("https://i.imgur.com/9UI1MwU.png");
  14. background-attachment:fixed;
  15. background-repeat:repeat;
  16. background-position:center;
  17. margin-left:0; }
  18. </style>
  19.  
  20. <!-- f o n t s & l i n k s -->
  21. <style>
  22. table, tr, td, li, p, div {
  23. font:12px 'archivo narrow';
  24. color:#fff;
  25. line-height:100%;
  26. text-align:justify; }
  27.  
  28. a:active, a:visited, a:link {
  29. font:italic 12px 'archivo narrow';
  30. color:#fff;
  31. line-height:100%;
  32. -webkit-transition: all .5s ease;
  33. -moz-transition: all .5s ease;
  34. -o-transition: all .5s ease; }
  35.  
  36. a:hover {
  37. text-decoration:none;
  38. color:#aaa;
  39. -webkit-transition: all .5s ease;
  40. -moz-transition: all .5s ease;
  41. -o-transition: all .5s ease; }
  42.  
  43. B {
  44. font:bold 12px 'archivo narrow';
  45. color:#714137; }
  46.  
  47. I {
  48. font:italic 12px 'archivo narrow';
  49. letter-spacing:2px; }
  50.  
  51. h1 {
  52. display:block;
  53. margin:0px;
  54. border-bottom:1px solid #aaa;
  55. text-align:right;
  56. text-transform:uppercase;
  57. font:24px 'comfortaa';
  58. letter-spacing:1px;
  59. height:25px; }
  60. </style>
  61.  
  62. <!-- s c r o l l b a r -->
  63. <style>
  64. ::-webkit-scrollbar-thumb {
  65. height:12px;
  66. width:5px;
  67. background:#ccc; }
  68.  
  69. ::-webkit-scrollbar {
  70. width:5px;
  71. height:7px;
  72. background:#eee; }
  73. </style>
  74.  
  75. <!-- c o r n e r c r e d it -->
  76. <style>
  77. #credit a {
  78. font:35px georgia;
  79. color:#714137;
  80. height:35px;
  81. width:auto;
  82. right:5px;
  83. bottom:5px;
  84. position:fixed; }
  85.  
  86. #credit a:hover {
  87. letter-spacing:0px; }
  88. </style>
  89.  
  90. <!-- m a i n s p a c e -->
  91. <style>
  92. #container {
  93. width:700px;
  94. height:610px;
  95. position:absolute;
  96. background:transparent;
  97. top:calc(50% - 305px);
  98. left:calc(50% - 350px); }
  99. </style>
  100.  
  101. <!-- i m a g e -->
  102. <style>
  103. #new {
  104. height:600px;
  105. width:290px;
  106. border:5px solid #222;
  107. position:absolute;
  108. top:0px;
  109. left:0px; }
  110. </style>
  111.  
  112. <!-- p l o t -->
  113. <style>
  114. #plot {
  115. height:300px;
  116. width:370px;
  117. padding:5px;
  118. top:0px;
  119. left:310px;
  120. border:5px solid #222;
  121. background-color:#222;
  122. position:absolute;
  123. overflow:auto; }
  124. </style>
  125.  
  126. <!-- i m a g e 2 -->
  127. <style>
  128. #vider {
  129. height:50px;
  130. width:380px;
  131. top:325px;
  132. left:310px;
  133. border:5px solid #222;
  134. position:absolute; }
  135. </style>
  136.  
  137. <!-- l i n k s -->
  138. <style>
  139. #links {
  140. height:195px;
  141. width:170px;
  142. padding:5px;
  143. border:5px solid #222;
  144. background-color:#222;
  145. position:absolute;
  146. top:390px;
  147. left:310px; }
  148.  
  149. #links a {
  150. font-style:normal;
  151. line-height:19px;
  152. display:block;
  153. vertical-align: middle;
  154. -webkit-transform: perspective(1px) translateZ(0);
  155. transform: perspective(1px) translateZ(0);
  156. box-shadow: 0 0 1px transparent;
  157. position: relative;
  158. color:#714137;
  159. text-align:center;
  160. height:19px;
  161. -webkit-transition-property: color;
  162. transition-property: color;
  163. -webkit-transition-duration: 0.3s;
  164. transition-duration: 0.3s; }
  165.  
  166. #links a:before {
  167. content: "";
  168. position: absolute;
  169. z-index: -1;
  170. top: 0;
  171. bottom: 0;
  172. left: 0;
  173. right: 0;
  174. background:#222;
  175. -webkit-transform: scaleY(1);
  176. transform: scaleY(1);
  177. -webkit-transform-origin: 50%;
  178. transform-origin: 50%;
  179. -webkit-transition-property: transform;
  180. transition-property: transform;
  181. -webkit-transition-duration: 0.3s;
  182. transition-duration: 0.3s;
  183. -webkit-transition-timing-function: ease-out;
  184. transition-timing-function: ease-out; }
  185.  
  186. #links a:hover, #links a:focus, #links a:active {
  187. color:white;
  188. background-color:#714137; }
  189.  
  190. #links a:hover:before, #links a:focus:before, #links a:active:before {
  191. -webkit-transform: scaleY(0);
  192. transform: scaleY(0); }
  193. </style>
  194.  
  195. <!-- u p d a t e s -->
  196. <style>
  197. #updates {
  198. height:195px;
  199. width:170px;
  200. padding:5px;
  201. border:5px solid #222;
  202. background-color:#222;
  203. position:absolute;
  204. top:390px;
  205. right:0px; }
  206. </style>
  207.  
  208. <!-- t e x t -->
  209. <style>
  210. #text {
  211. height:calc(100% - 31px);
  212. margin-top:5px;
  213. padding-right:5px;
  214. overflow:auto; }
  215. </style>
  216.  
  217. <!-- h i d e c o d e s -->
  218. <style>
  219. a.text, table div font a, .navbar font { visibility:hidden; display:none; height:0px!important; } .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12, .btext, .redtext, .redbtext {
  220. display:none; height:0px!important; visibility:hidden; } table table,table table table table,table { height:0px; border:0px!important; border-color:transparent!important; } table table table { padding:1px; height:.01%; width:100%; border-color:transparent!important; } table table table table,table table table table td.text, td.text td.text table { display:none; } table { padding:0px; background-color:transparent; } td.text table table { display:inline; visibility:visible; } table td table tr td.text table { visibility:hidden; } table td table tr td.text table table,table td table tr td.text table table td.text { visibility:visible; } table.footer { display:none; } div table a.navbar img { display:none; } div table.navigationBar { display:none; } div td {display:none;} #footerWarpper { display:none; margin-top:-50px!important;} .profileInfo { display:none; } .userAlbums {display:none;} </style>
  221.  
  222. <!-- s e c u r i t y c o d e s -->
  223. <body oncontextmenu="return false">
  224. <body ondragstart="return false">
  225. <body onselectstart="return false">
  226. <body onkeydown="return false">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement