Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.51 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <xx-html><xx-head>
  4.  
  5. <style>
  6.  
  7. body, td {
  8. font-family: verdana, sans-serif;
  9. font-size: 10pt;
  10. }
  11. tt, pre {
  12. font-family: monospace;
  13. }
  14. a {
  15. text-decoration: none;
  16. }
  17. a:hover {
  18. text-decoration: underline;
  19. }
  20. .shadowed, .ljadshadowed {
  21. font-size: 8pt;
  22. background: ;
  23. }
  24. .ljadshadowed div {
  25. visibility: visible;
  26. position: relative;
  27. }
  28. .meta {
  29. font-size: 8pt;
  30. }
  31. .index {
  32. font-size: 8pt;
  33. }
  34. .caption, .index {
  35. color: ;
  36. }
  37. .comments {
  38. font-size: 8pt;
  39. }
  40. </style>
  41.  
  42.  
  43. <link rel="stylesheet" type="text/css" href="http://www.insanejournal.com/stc/lj_base.css?v=1488833697" />
  44. <link rel="stylesheet" type="text/css" href="http://www.insanejournal.com/stc/esn.css?v=1488833697" />
  45.  
  46. <meta name="foaf:maker" content="foaf:mbox_sha1sum '77d16053e770fdb4d0254a5dd9df3fbcb2fd61bd'" />
  47. <link rel="shortcut icon" href="">
  48. <link href="http://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" type="text/css">
  49. <link rel="stylesheet" href="https://soften.neocities.org/fonts2/neoneon.css?family=neoneon">
  50.  
  51.  
  52. <style>
  53.  
  54. $ credit to: kahnwald
  55. $ be cool and change colour schemes
  56.  
  57. .blink {
  58. -webkit-animation: blink 1.5s infinite;
  59. }
  60.  
  61. @-webkit-keyframes blink
  62. {
  63. 0% {opacity:1;}
  64. 10% {opacity:.2;}
  65. 13% {opacity:1;}
  66. 20% {opacity:.2;}
  67. 25% {opacity:1;}
  68. }
  69.  
  70.  
  71. table {
  72. border:0;
  73. }
  74.  
  75. table table {
  76. border:0;
  77. }
  78.  
  79. body, td {
  80. font-family: arial, calibri;
  81. font-size: 9px;
  82. letter-spacing: 0px;
  83. line-height: 11px;
  84. color: #9f9f9f;
  85. }
  86.  
  87. body {
  88. background-color: #000;
  89. margin-top: 25px;
  90. }
  91.  
  92.  
  93. a {
  94. color: #3c47bd;
  95. text-decoration: none;
  96. -webkit-transition-duration: 1.0s;
  97. -moz-transition-duration: 1.0s;
  98. -o-transition-duration: 1.0s;
  99. }
  100.  
  101. a:hover {
  102. color: #a9bd3c;
  103. text-decoration: none;
  104. cursor:url(http://i.imgur.com/0p9CPwX.png);
  105. -webkit-animation: blink 3s infinite;
  106. }
  107.  
  108. .entrybox {
  109. width:594px;
  110. background-color: #030202;
  111. opacity: 0.9;
  112. border: 0px solid #000;
  113. z-index: -1;
  114. }
  115.  
  116. .shadowed {
  117. width: 600px;
  118. background-color: #030202;
  119. opacity: 0.9;
  120. border: 0px solid #000;
  121. }
  122.  
  123. .shadowed img {
  124. display: none;
  125. }
  126.  
  127. .shadowed td div {
  128. visibility:hidden;
  129. position:absolute;
  130. top:0px;
  131. margin-top: 20px;
  132. }
  133.  
  134. table table b {
  135. display: none;
  136. visibility: hidden;
  137. }
  138.  
  139. td.caption {
  140. font-family: arial narrow;
  141. font-style: italic;
  142. letter-spacing: 1px;
  143. text-transform: uppercase;
  144. font-size: 6.5px;
  145. color: #979797;
  146. padding: 0 0 0 2px;
  147. border-width: 0 0 0px 0;
  148. border-style: solid;
  149. -webkit-border-image: -webkit-linear-gradient(right, #e7e6ea, #e7e6ea) 100% 1;
  150. -moz-border-image: -moz-linear-gradient(right, #e7e6ea, #e7e6ea) 100% 1;
  151. -o-border-image: -o-linear-gradient(right, #e7e6ea, #e7e6ea) 100% 1;
  152. border-image: linear-gradient(to right, #e7e6ea, #e7e6ea) 100% 1;}
  153. }
  154.  
  155. table table table td.meta {
  156. font-family: arial narrow;
  157. font-size: 7px;
  158. letter-spacing: 1px;
  159. line-height:7px;
  160. text-transform: uppercase;
  161. text-shadow: #000000
  162. }
  163.  
  164. .comments {
  165. font-family: arial narrow;
  166. font-size: 6px;
  167. line-height:8px;
  168. letter-spacing:1px;
  169. text-transform: uppercase;
  170. padding-top:5px;
  171. color:#9d9d9d;
  172. font-style: italic;
  173. }
  174.  
  175. table table table table .meta {
  176. visibility: hidden;
  177. position: absolute
  178. }
  179.  
  180. table table table table td.meta {
  181. font-size: 8px;
  182. line-height: 8px;
  183. letter-spacing: 1px;
  184. font-family: arial narrow;
  185. text-transform: uppercase;
  186. }
  187.  
  188. table table table table table .meta {
  189. visibility:visible !important;
  190. position:relative;
  191. }
  192.  
  193. .date, a.index {
  194. visibility:visible !important;
  195. }
  196.  
  197. .entrybox td.index {
  198. display: none;
  199. }
  200.  
  201. .entrybox a.index {
  202. color:#111;
  203. font-family: arial narrow;
  204. font-size:6px;
  205. line-height:8px;
  206. text-transform: uppercase;
  207. letter-spacing: 1px;
  208. padding:0px;
  209. background: url(http://i.imgur.com/eLjRmuC.png);
  210. }
  211.  
  212. .index img {
  213. width: 45px;
  214. height: 45px;
  215. }
  216.  
  217. .entrybox table table table td[align=center]{
  218. color:transparent;
  219. text-align:center;
  220. font-size:0;}
  221.  
  222. .ljuser img {
  223. display: none;
  224. }
  225.  
  226. .ljuser:before {
  227. content:"⊹";
  228. }
  229.  
  230. .caption img{
  231. width: 5px;
  232. height: 5px;
  233. }
  234.  
  235. .index, table table table td.meta {
  236. text-transform:uppercase;
  237. font-family: roboto;
  238. font-style: italic;
  239. font-size:5pt;
  240. color:transparent;
  241. visibility: none;
  242. letter-spacing: 1px;
  243. line-height:0px;
  244. }
  245.  
  246. .entrybox td.meta {
  247. display:none;
  248. visibility:hidden;
  249. }
  250.  
  251. body, a {
  252. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  253. }
  254.  
  255. a:hover {
  256. cursor:url(http://i.imgur.com/0p9CPwX.png), default;
  257. }
  258.  
  259. #icon {
  260. position: absolute;
  261. visibility: visible;
  262. top: -8px;
  263. margin-left: 195px;
  264. z-index: 999;
  265. }
  266.  
  267. #words {
  268. position: absolute;
  269. visibility: visible;
  270. top: 22px;
  271. margin-left: 50px;
  272. z-index: 1;
  273. }
  274.  
  275.  
  276.  
  277. .title {
  278. font-family: roboto;
  279. font-size: 8px;
  280. }
  281.  
  282. .title2 {
  283. font-family: roboto condensed, roboto;
  284. font-size: 6px;
  285. line-height: 7px;
  286. font-style: italic;
  287. letter-spacing:1px;
  288. text-transform:uppercase;
  289. padding:0px;
  290. }
  291.  
  292. #buttons {
  293. position: absolute;
  294. visibility: visible;
  295. top: 22px;
  296. margin-left: -295px;
  297. }
  298.  
  299. #buttons:hover {
  300. color: #3c47bd;
  301. }
  302.  
  303.  
  304. </style>
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. <=GLOBAL_HEAD
  313.  
  314. LASTN_OPT_ITEMS=>2
  315.  
  316. LASTN_WEBSITE<=
  317.  
  318. <style>
  319.  
  320. <div align="center"><b>𝕗𝕚𝕥𝕫</b></div><p>
  321. <table cellspacing="0" cellpadding="0" border="0" summary="">
  322.  
  323. <div id="icon" style="z-index:98;"><img src="https://i.imgur.com/dzgbC7m.gif" style="display: block; filter: grayscale(10%);margin-top: -5px; margin-left:35px; height: 45px; width: 45px; opacity: .9; padding: 0px; border-radius:100px; opacity:1.0; filter:alpha(opacity=100); height:50px;width:50px; padding: 3px; border: 0px solid #000000; background: #0000000; box-shadow: 0 0 0px #cbcbcb;"></div>
  324.  
  325. <div id="words"><font class="title2"><a href="/profile" style="-webkit-animation: none !important;"><font color="#fff"><span style="border-style: solid; border-width: 0 0 1px 0; -webkit-border-image: -webkit-linear-gradient(to right, #3c47bd, #a9bd3c) 100% 1; -moz-border-image: -moz-linear-gradient(to right, #3c47bd, #a9bd3c) 100% 1; -o-border-image: -o-linear-gradient(to right, #3c47bd, #a9bd3c) 100% 1; border-image: linear-gradient(to right, #3c47bd, #a9bd3c) 100% 1;">yes i'm faded, i've been on the wave i'm sailing</span></span></font></a></div></td>
  326.  
  327. <div id="buttons">
  328. <font class="title2" style="display:inline; color: #b1b1b1; font-size: 5px;"><a href="/"><font style="background-color: rgba(248,248,249,.1);color: #fff;padding: 0 5;100% 1;">ENTRIES</font></a>&nbsp;&nbsp;<a href="/friends"><font style="background-color: rgba(248,248,249,.1); color: #fff;padding: 0 5; 100% 1;">FRIENDS</font></a>&nbsp;&nbsp;<a href="/calendar"><font style="background-color: rgba(248,248,249,.1);color: #fff;padding: 0 5;100% 1;">CALENDAR</font></a></font>
  329. </div>
  330.  
  331. </td>
  332.  
  333. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement