Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 KB | None | 0 0
  1. FRIENDS_WEBSITE<=
  2.  
  3. <div id="icon">
  4. <a href="/" style="border: 0"><img src="https://i.imgur.com/FH9JjCl.gif" style="display: block; margin-top: -5px; margin-left:35px; height: 45px; width: 45px; opacity: .9;padding: 2px; background: linear-gradient(315deg, #f6fba2 0%, #20ded3 74%); box-shadow: 0px 0px 5px #bf94e4;"></a></div>
  5. </td>
  6.  
  7. <div id="one">
  8. <a href="/info" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-stars-o"></i> USERINFO</a>
  9. </div>
  10.  
  11. <div id="two">
  12. <a href="/friends" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-monster-o"></i> FRIENDS</a>
  13. </div>
  14.  
  15. <div id="three">
  16. <a href="/2001/01/01" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-alien-o"></i> CUSTOMS</a>
  17. </div>
  18.  
  19. <div id="four">
  20. <a href="/2002/02/02" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-crystal-ball-o"></i> SCENES</a>
  21. </div>
  22.  
  23. <=FRIENDS_WEBSITE
  24.  
  25. LASTN_TALK_LINKS<=
  26. <tr>
  27. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"> <font style="font-size: 8px;">
  28. %%readlink%%<a href="%%urlpost%%"></font> &nbsp; <i class="th th-paper-plane-o"></i></a>
  29. </td>
  30. </tr>
  31. <=LASTN_TALK_LINKS
  32.  
  33. GLOBAL_HEAD<=
  34. <title>---</title>
  35. <link rel="shortcut icon" href="">
  36. <link href="http://dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  37. <link href="http://kahnwald.neocities.org/ulrich/signature.css" rel="stylesheet">
  38. <link href="http://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" type="text/css">
  39.  
  40.  
  41. <style>
  42. /*
  43. $ credit to: kahnwald
  44. $ be cool and change colour schemes
  45. */
  46.  
  47. table {
  48. border:0;
  49. }
  50.  
  51. table table {
  52. border:0;
  53. }
  54.  
  55. body, td {
  56. font-family: arial, calibri;
  57. font-size: 9px;
  58. letter-spacing: 0px;
  59. line-height: 11px;
  60. color: #333;
  61. }
  62.  
  63. body {
  64. background-color: #efefef;
  65. margin-top: 25px;
  66. }
  67.  
  68. a {
  69. color: #333;
  70. transition: all 2s;
  71. text-decoration: none;
  72. }
  73.  
  74. a:hover {
  75. color: #FFF;
  76. text-decoration: none;
  77. border: 0;
  78. }
  79.  
  80. .entrybox {
  81. width:595px;
  82. background-color: rgba(255, 255, 255, 0.25);
  83. opacity: 0.9;
  84. z-index: -1;
  85. box-shadow: 0px 0px 1px #fff;
  86. border-color: #CCC;
  87. border-width: 1px 4px 6px 1px;
  88. border-style: solid;
  89. }
  90.  
  91. .shadowed {
  92. width: 595px;
  93. background-color: transparent;
  94. border: 0px solid #000;
  95. padding-bottom: 10px;
  96. }
  97.  
  98. .shadowed img {
  99. display: none;
  100. }
  101.  
  102. .shadowed td div {
  103. visibility:hidden;
  104. position:absolute;
  105. top:0px;
  106. margin-top: 20px;
  107. }
  108.  
  109. td.caption {
  110. font-family: arial narrow;
  111. font-style: italic;
  112. letter-spacing: 1px;
  113. text-transform: uppercase;
  114. font-size: 6.5px;
  115. color: #333;
  116. padding: 0 0 0 2px;
  117. }
  118.  
  119. td.caption a:hover {
  120. background: linear-gradient(315deg, #f6fba2 0%, #20ded3 74%);
  121. -webkit-background-clip: text;
  122. -webkit-text-fill-color: transparent;
  123. text-decoration: none;
  124. }
  125.  
  126. table table table td.meta {
  127. font-family: arial narrow;
  128. font-size: 7px;
  129. letter-spacing: 1px;
  130. line-height:7px;
  131. text-transform: uppercase;
  132. text-shadow: #000000
  133. }
  134.  
  135. table table b {
  136. display: none;
  137. visibility: hidden;
  138. }
  139.  
  140. .comments {
  141. font-family: arial narrow;
  142. font-size: 6px;
  143. line-height:8px;
  144. letter-spacing:1px;
  145. text-transform: uppercase;
  146. padding-top:5px;
  147. color:#333;
  148. font-style: italic;
  149. }
  150.  
  151. table table table table .meta {
  152. visibility: hidden;
  153. position: absolute
  154. }
  155.  
  156. table table table table td.meta {
  157. font-size: 8px;
  158. line-height: 8px;
  159. letter-spacing: 1px;
  160. font-family: arial narrow;
  161. text-transform: uppercase;
  162. }
  163.  
  164. table table table table table .meta {
  165. visibility:visible !important;
  166. position:relative;
  167. }
  168.  
  169. .date {
  170. visibility: hidden;
  171. }
  172.  
  173. .entrybox td.index {
  174. display: none;
  175. }
  176.  
  177. .entrybox b {
  178. font-weight: bold;
  179. display: inline;
  180. visibility: visible !important;
  181. }
  182.  
  183. .entrybox a.index {
  184. font-family: arial narrow;
  185. font-size:6px;
  186. line-height:8px;
  187. text-transform: uppercase;
  188. letter-spacing: 1px;
  189. padding: 0px;
  190. visibility: visible !important;
  191. animation: none !important;
  192. }
  193.  
  194. .index img {
  195. width: 45px;
  196. height: 45px;
  197. visibility: visible !important;
  198. }
  199.  
  200. .entrybox table table table td[align=center]{
  201. background: rgb(255,255,255,.6);
  202. text-align: center;
  203. font-size: 0;
  204. }
  205.  
  206. .ljuser img {
  207. display: none;
  208. }
  209.  
  210. .ljuser:before {
  211. content:"—";
  212. }
  213.  
  214. .caption img {
  215. width: 5px;
  216. height: 5px;
  217. }
  218.  
  219. .index {
  220. visibility: hidden;
  221. }
  222.  
  223. .index, table table table td.meta {
  224. text-transform:uppercase;
  225. font-family: arial narrow;
  226. font-style: italic;
  227. font-size:5pt;
  228. color:transparent;
  229. letter-spacing: 1px;
  230. line-height:0px;
  231. }
  232.  
  233. table table table td.meta a:hover {
  234. animation: none !important;
  235. }
  236.  
  237. .entrybox td.meta {
  238. display:none;
  239. visibility:hidden;
  240. }
  241.  
  242. body, a {
  243. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  244. }
  245.  
  246. a:hover {
  247. cursor:url(http://i.imgur.com/0p9CPwX.png), default;
  248. }
  249.  
  250. #icon {
  251. position: absolute;
  252. visibility: visible;
  253. top: 0px;
  254. margin-left: -60px;
  255. z-index: 1;
  256. width: 2px;
  257. }
  258.  
  259. #icon:hover {
  260. animation: shake 2s cubic-bezier(.36,.07,.19,.97) infinite;
  261. transform: translate3d(0, 0, 0);
  262. perspective: 1000px;
  263. }
  264.  
  265. @keyframes shake {
  266. 10%, 90% {
  267. transform: translate3d(-1px, 0, 0);
  268. }
  269.  
  270. 20%, 80% {
  271. transform: translate3d(2px, 0, 0);
  272. }
  273.  
  274. 30%, 50%, 70% {
  275. transform: translate3d(-4px, 0, 0);
  276. }
  277.  
  278. 40%, 60% {
  279. transform: translate3d(4px, 0, 0);
  280. }
  281. }
  282.  
  283. .th {
  284. font-size: 115%;
  285. text-shadow: 0 0 0.5px rgba(0,0,0,0.05);
  286. color: #333;
  287. }
  288.  
  289. .th:hover {
  290. color: #333 !important;
  291. }
  292.  
  293. #one {
  294. position: absolute;
  295. display: block;
  296. visibility: visible !important;
  297. top: 13px;
  298. margin-left: -160px;
  299. }
  300.  
  301. #two {
  302. position: absolute;
  303. display: block;
  304. visibility: visible !important;
  305. top: 13px;
  306. margin-left: -92px;
  307. }
  308.  
  309. #three {
  310. position: absolute;
  311. display: block;
  312. visibility: visible !important;
  313. top: 13px;
  314. margin-left: 45px;
  315. }
  316.  
  317. #four {
  318. position: absolute;
  319. display: block;
  320. visibility: visible !important;
  321. top: 13px;
  322. margin-left: 114px;
  323. }
  324.  
  325. a.button {
  326. background: linear-gradient(to bottom, #f5f5f5 0%, #69e0f1 100%);
  327. background-position: 0 100%;
  328. background-repeat: repeat-x;
  329. background-size: 2px 2px;
  330. color: #000;
  331. text-decoration: none;
  332. border: 0;
  333. }
  334.  
  335. a.button:hover {
  336. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%2369e0f1' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  337. background-position: 0 100%;
  338. background-size: auto 2px;
  339. background-repeat: repeat-x;
  340. text-decoration: none;
  341. }
  342.  
  343. </style>
  344.  
  345. <=GLOBAL_HEAD
  346.  
  347. FRIENDS_TALK_LINKS<=
  348. <tr>
  349. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"> <font style="font-size: 8px;">
  350. %%readlink%%<a href="%%urlpost%%"></font> &nbsp; <i class="th th-paper-plane-o"></i></a>
  351. </td>
  352. </tr>
  353. <=FRIENDS_TALK_LINKS
  354.  
  355. LASTN_TALK_READLINK=><a href="%%urlread%%" style="animation: none !important;">%%messagecount%%</a>
  356.  
  357. LASTN_OPT_ITEMS=>2
  358.  
  359. FRIENDS_TALK_READLINK=><a href="%%urlread%%" style="animation: none !important;">%%messagecount%%</a>
  360.  
  361. LASTN_WEBSITE<=
  362.  
  363. <div id="icon">
  364. <a href="/" style="border: 0"><img src="https://i.imgur.com/FH9JjCl.gif" style="display: block; margin-top: -5px; margin-left:35px; height: 45px; width: 45px; opacity: .9;padding: 2px; background: linear-gradient(315deg, #f6fba2 0%, #20ded3 74%); box-shadow: 0px 0px 5px #bf94e4;"></a></div>
  365. </td>
  366.  
  367. <div id="one">
  368. <a href="/info" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-stars-o"></i> USERINFO</a>
  369. </div>
  370.  
  371. <div id="two">
  372. <a href="/friends" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-monster-o"></i> FRIENDS</a>
  373. </div>
  374.  
  375. <div id="three">
  376. <a href="/2001/01/01" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-alien-o"></i> CUSTOMS</a>
  377. </div>
  378.  
  379. <div id="four">
  380. <a href="/2002/02/02" class="button" style="background-color: rgba(255,255,255,.3); border: 1px solid #40e0d02e; padding: 3px; font-family: roboto condensed; font-size: 6px; color: #aaa; font-size: 6px; color: #aaa; letter-spacing: 1px; box-shadow: -1px -1px 1px #ffffdd;"><i class="th th-crystal-ball-o"></i> SCENES</a>
  381. </div>
  382.  
  383. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement