Advertisement
luckyoldsun

color changing layout

Jun 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.33 KB | None | 0 0
  1.  
  2. <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html><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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <link rel="alternate" type="application/rss+xml" title="RSS" href="http://beasie.insanejournal.com/data/rss" />
  44. <link rel="alternate" type="application/atom+xml" title="Atom" href="http://beasie.insanejournal.com/data/atom" />
  45. <link rel="service.feed" type="application/atom+xml" title="AtomAPI-enabled feed" href="http://www.insanejournal.com/interface/atom/feed" />
  46. <link rel="service.post" type="application/atom+xml" title="Create a new post" href="http://www.insanejournal.com/interface/atom/post" />
  47. <meta http-equiv="X-XRDS-Location" content="http://beasie.insanejournal.com/data/yadis" />
  48. <link rel="openid.server" href="http://www.insanejournal.com/openid/server.bml" />
  49. <link rel="group friends made" title="InsaneJournal friends" href="http://beasie.insanejournal.com/friends" />
  50.  
  51. <script language="JavaScript" type="text/javascript">
  52. var Site;
  53. if (!Site)
  54. Site = {};
  55.  
  56. var site_p = {"media_embed_enabled": 1,
  57. "inbox_update_poll": 1,
  58. "has_remote": 1,
  59. "statprefix": "http://www.insanejournal.com/stc",
  60. "ctx_popup": 1,
  61. "imgprefix": "http://www.insanejournal.com/img",
  62. "esn_async": 1,
  63. "currentJournal": "beasie",
  64. "siteroot": "http://www.insanejournal.com",
  65. "currentJournalBase": "http://beasie.insanejournal.com"};
  66. var site_k = ["media_embed_enabled", "inbox_update_poll", "has_remote", "statprefix", "ctx_popup", "imgprefix", "esn_async", "currentJournal", "siteroot", "currentJournalBase"];
  67. for (var i = 0; i < site_k.length; i++) {
  68. Site[site_k[i]] = site_p[site_k[i]];
  69. }
  70. </script>
  71. <script type="text/javascript" src="http://www.insanejournal.com/js/core.js?v=1488833973"></script>
  72. <script type="text/javascript" src="http://www.insanejournal.com/js/dom.js?v=1488833973"></script>
  73. <script type="text/javascript" src="http://www.insanejournal.com/js/httpreq.js?v=1488833973"></script>
  74. <script type="text/javascript" src="http://www.insanejournal.com/js/livejournal.js?v=1488833973"></script>
  75. <script type="text/javascript" src="http://www.insanejournal.com/js/common/AdEngine.js?v=1488833973"></script>
  76. <script type="text/javascript" src="http://www.insanejournal.com/js/esn.js?v=1488833973"></script>
  77. <link rel="stylesheet" type="text/css" href="http://www.insanejournal.com/stc/lj_base.css?v=1488833697" />
  78. <link rel="stylesheet" type="text/css" href="http://www.insanejournal.com/stc/esn.css?v=1488833697" />
  79. <link rel="meta" type="application/rdf+xml" title="FOAF" href="http://beasie.insanejournal.com/data/foaf" />
  80. <meta name="foaf:maker" content="foaf:mbox_sha1sum '3d11c33f6c958fef64ac3253bc59bfe94eaadd02'" />
  81. <link href="https://fonts.googleapis.com/css?family=Montserrat|Quicksand|Poiret+One" rel="stylesheet">
  82. <link href="http://fonts.googleapis.com/css?family=Roboto+Condensed|Inconsolata|Rouge+Script|Muli" rel="stylesheet" type="text/css">
  83. <link href="http://dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  84. <link href="https://i.imgur.com/OWzSHFw.png" rel="icon" type="image/x-icon">
  85. <link rel="stylesheet" href="https://fontcity.neocities.org/havakana.css?family=havakana">
  86. <link href="http://dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  87. <link href="http://kahnwald.neocities.org/tannhaus.css" rel="stylesheet">
  88.  
  89. <title>ʏᴏᴜ sʜᴏᴜʟᴅ sᴇᴇ ᴍᴇ ɪɴ ᴀ ᴄʀᴏᴡɴ</title>
  90.  
  91. <style>
  92.  
  93.  
  94. /*
  95. $ credit to: @kahnwald
  96. $ leave credit in tact, change colours, ask for help or codes
  97. */
  98.  
  99. body {
  100. background: #f9cee0;
  101. height: 100%;
  102. }
  103. /* Animation */
  104. @keyframes ripple {
  105. 0%,
  106. 100% {
  107. transform: scale(1);
  108. }
  109. 70% {
  110. transform: scale(1.1);
  111. }
  112. }
  113. @keyframes colors {
  114. 0%,
  115. 100% {
  116. background: #ffcfcf;
  117. }
  118. 25% {
  119. background: #cfffcf;
  120. }
  121. 75% {
  122. background: #cfcfff;
  123. }
  124. }
  125. @keyframes back-color {
  126. 0%,
  127. 100% {
  128. background: #ffcfcf;
  129. }
  130. 25% {
  131. background: #cfffcf;
  132. }
  133. 75% {
  134. background: #cfcfff;
  135. }
  136. }
  137. body {
  138. -webkit-animation: back-color linear 14s infinite;
  139. -moz-animation: back-color linear 14s infinite;
  140. animation: back-color linear 14s infinite;
  141. -webkit-animation-delay: 2s;
  142. animation-delay: 2s;
  143. }
  144. table {
  145. border: 0;
  146. }
  147.  
  148. table table {
  149. border:0;
  150. padding: 0;
  151. }
  152.  
  153. tr, td, table, body {
  154. padding: 0px;
  155. font-family: calibri, arial narrow;
  156. font-size: 9px;
  157. letter-spacing: 1px;
  158. line-height: 10px;
  159. color: #222222;
  160. }
  161.  
  162. tr {
  163. text-align:justify;
  164. }
  165.  
  166. .entrybox {
  167. width:600px;
  168. }
  169.  
  170. .date {
  171. visibility: visible !important!;
  172. }
  173.  
  174. a.index {
  175. visibility:none !important;
  176. }
  177.  
  178. .entrybox, .shadowed {
  179. background-color: rgb(255,255,255,.7);
  180. z-index: -2;
  181. border-width: 0px 0px 2px 0px;
  182. border-style: solid;
  183. -webkit-border-image: -webkit-linear-gradient(right, #7f5a83 0%, #0d324d 74%) 100% 1;
  184. -moz-border-image: -moz-linear-gradient(right, #7f5a83 0%, #0d324d 74%) 100% 1;
  185. -o-border-image: -o-linear-gradient(right, #7f5a83 0%, #0d324d 74%) 100% 1;
  186. border-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%) 100% 1;
  187. }
  188.  
  189. p table table td.caption {
  190. font-family: arial narrow;
  191. font-size: 7px;
  192. color: #000;
  193. letter-spacing: 1px;
  194. text-transform: uppercase;
  195. padding-left: 2px;
  196. padding-top: 2px;
  197. }
  198.  
  199. .entrybox td.index {
  200. display: none;
  201. }
  202.  
  203. .entrybox td.meta {
  204. display: none;
  205. }
  206.  
  207. p.index, .index, tr.caption, .meta, td.meta, .date {
  208. font-family: arial narrow;
  209. font-size: 7px;
  210. line-height: 8px;
  211. letter-spacing: 1px;
  212. text-transform: uppercase;
  213. padding: 0px;
  214. }
  215.  
  216. .index {
  217. background-color: #;
  218. visibility: hidden;
  219. }
  220.  
  221. table table tr.caption td.caption, .entrybox td table td.index, tr.caption {
  222. visibility:hidden;
  223. }
  224.  
  225. table table table td.meta {
  226. font-family: arial narrow;
  227. text-transform: uppercase;
  228. font-size: 7px;
  229. padding-left: 2px;
  230. line-height: 8px;
  231. letter-spacing: 1px;
  232. visibility: hidden;
  233. }
  234.  
  235. table table table td.meta a {
  236. font-family: arial narrow;
  237. font-size: 7px;
  238. letter-spacing: 1px;
  239. line-height: 8px;
  240. text-transform: uppercase;
  241. visibility: visible !important;
  242. }
  243.  
  244. table table table table td.meta a {
  245. visibility: hidden !important;
  246. }
  247.  
  248. .comments {
  249. text-transform: uppercase;
  250. font-size: 7px;
  251. font-family: arial narrow;
  252. line-height: 8px;
  253. letter-spacing: 1px;
  254. padding-right: 6px;
  255. padding-top: 2px;
  256. padding-bottom: 2px;
  257. }
  258.  
  259. table table table table .meta, table table tr.caption td.index, table table tr.caption td.caption, .entrybox td table td.index, tr.caption {
  260. line-height: 0px;
  261. visibility: hidden;
  262. }
  263.  
  264. table table table table table .meta {
  265. color: #fff;
  266. font-size: 7px;
  267. line-height: 8px;
  268. visibility: visible;
  269. }
  270.  
  271. .shadowed td div {
  272. display: none;
  273. }
  274.  
  275. .shadowed img {
  276. display: block;
  277. height: 40px;
  278. width: 40px;
  279. border-radius: 100px;
  280. padding: 2px;
  281. background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
  282. border: 1px solid #242424;
  283. box-shadow: 3px 2px 2px #57c6e1,
  284. -3px 2px 2px #b49fda,
  285. 3px -2px 2px #ffcc33,
  286. -3px -2px 2px #eea2a2;
  287. }
  288.  
  289. table table tr.caption td.caption {
  290. display:none;
  291. visibility:hidden;
  292. }
  293.  
  294. .caption img {
  295. display: none;
  296. }
  297.  
  298. .entrybox a.index {
  299. font-family: arial narrow;
  300. font-size:6px;
  301. line-height:6px;
  302. text-transform: uppercase;
  303. letter-spacing: 1px;
  304. padding: 0px;
  305. visibility: visible !important;
  306. padding: 3px;
  307. }
  308.  
  309. .index img {
  310. border-radius: 3px;
  311. height: 70px;
  312. width: 70px;
  313. visibility: visible !important;
  314. background: transparent;
  315. }
  316.  
  317. .ljuser img {
  318. display:none;
  319. }
  320.  
  321. .ljuser:before {
  322. content: "–";
  323. }
  324.  
  325. body, a {
  326. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  327. }
  328.  
  329.  
  330. a {
  331. text-decoration: none;
  332. color: inherit;
  333. background-image: linear-gradient(to top right, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
  334. background-repeat: no-repeat;
  335. background-size: 100% 0.0em;
  336. background-position: 0% 100%;
  337. transition: background-size 0.125s ease-in;
  338. }
  339.  
  340. a:hover {
  341. text-decoration: none;
  342. background-image: linear-gradient(to left, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
  343. background-size: 100% 100%;
  344. }
  345.  
  346. #username {
  347. position: absolute;
  348. visibility: visible;
  349. display: block;
  350. top: 17px;
  351. transform: rotate(-6deg);
  352. margin-left: 1px;
  353. z-index:1;
  354. }
  355.  
  356.  
  357. </style>
  358.  
  359.  
  360.  
  361.  
  362.  
  363. <title>🐝&#39;s Journal</title>
  364. </head>
  365. <body bgcolor="" text="" link="" vlink="" alink="">
  366.  
  367.  
  368. <div align="center">
  369. <table width="600" cellpadding="2" cellspacing="0" border="0" summary="">
  370. <tr><td bgcolor="" align="center">
  371. <table width="100%" cellpadding="3" cellspacing="0" border="0" summary="">
  372. <tr class="caption">
  373. <td class="caption"><b>🐝&#39;s Journal</b></td>
  374. <td class="index" align="right">[<b>entries</b>|<a class="index" href="http://beasie.insanejournal.com/friends">friends</a>|<a class="index" href="http://beasie.insanejournal.com/calendar">calendar</a>]</td>
  375. </tr></table>
  376. <table width="100%" cellpadding="3" cellspacing="0" border="0" summary="">
  377. <tr>
  378. <td class="shadowed" align="center">
  379. <table cellspacing="5" cellpadding="0" border="0" summary="" style="margin-left: auto; margin-right: auto;">
  380. <tr>
  381. <td>
  382. <table cellpadding="2" bgcolor="" cellspacing="0" border="0" summary="">
  383. <tr>
  384. <td bgcolor="" align="center"><img border="0" src="http://www.insanejournal.com/userpic/38116065/4234907" height="100" width="100" alt=""></td>
  385. </tr>
  386. </table>
  387. </td>
  388. <td>
  389. <div align="center"><b>🐝</b></div><p>
  390. <table cellspacing="0" cellpadding="0" border="0" summary="">
  391. <div id="username">
  392. <br><span style="font-family: username; font-size: 40px; letter-spacing: 1px; color: #7ac5d8;">La Reina</span></div><br><br><br></span>
  393. <span style="position: absolute; z-index:299; text-transform: uppercase; letter-spacing: 0; color: #333;">&nbsp; &nbsp; <a href="http://beasie.insanejournal.com">entries</a> • <a href="/friends">friends</a> • <a href="/profile">userinfo</a></span>
  394. <tr>
  395. <td class="meta">[</td>
  396. <td class="meta" align="right"><b>userinfo</b></td>
  397. <td class="meta" align="center">|</td>
  398. <td class="meta"><a href="http://www.insanejournal.com/userinfo.bml?user=beasie">insanejournal userinfo</a></td>
  399. <td class="meta">]</td>
  400. </tr>
  401. <tr>
  402. <td class="meta">[</td>
  403. <td class="meta" align="right"><b>calendar</b></td>
  404. <td class="meta" align="center">|</td>
  405. <td class="meta"><a href="http://beasie.insanejournal.com/calendar">insanejournal calendar</a></td>
  406. <td class="meta">]</td>
  407. </tr>
  408. </table>
  409. </td>
  410. </tr>
  411. </table>
  412. </td>
  413. </tr></table>
  414. </td></tr>
  415. </table>
  416. <p>
  417. <table width="600" cellpadding="2" cellspacing="0" border="0" summary="" class="entrybox">
  418. <tr align="left">
  419. <td bgcolor="" align="center">
  420. <table width="100%" cellpadding="5" cellspacing="0" border="0" summary="">
  421. <tr align="left">
  422. <td class="caption"><span class='ljuser' lj:user='coastline' style='white-space: nowrap;'><a href='http://coastline.insanejournal.com/profile'><img src='http://www.insanejournal.com/img/userinfo.gif' alt='[info]' width='17' height='17' style='vertical-align: bottom; border: 0;' /></a><a href='http://coastline.insanejournal.com/'><b>coastline</b></a></span></td>
  423. <td align="right" class="index">[<span style="color:#959595">23.04.2029</span>]</td>
  424. </tr>
  425. <tr align="left">
  426. <td colspan="2" bgcolor="">
  427.  
  428.  
  429. <center><img src="https://i.imgur.com/R2npX3h.png" width="400px"><br /><img src="https://i.imgur.com/bJ20nZp.gif" width="200px"><img src="https://i.imgur.com/coGCFcp.gif" width="200px"></center>
  430. </td>
  431. </tr>
  432. <tr>
  433. <td align="right" colspan="2" width="100%" bgcolor="" class="comments">
  434. <a href="http://beasie.insanejournal.com/11808.html">353</a> <small>&nbsp;</small> <a href="http://beasie.insanejournal.com/11808.html?mode=reply"><i class="th th-paper-plane-o"></i></a>
  435. </td>
  436. </tr>
  437. </table>
  438. </td>
  439. </tr>
  440. </table><p><table width="600" cellpadding="2" cellspacing="0" border="0" summary="" class="entrybox">
  441. <tr align="left">
  442. <td bgcolor="" align="center">
  443. <table width="100%" cellpadding="5" cellspacing="0" border="0" summary="">
  444. <tr align="left">
  445. <td class="caption"></td>
  446. <td align="right" class="index">[<span style="color:#959595">10.11.2028</span>]</td>
  447. </tr>
  448. <tr align="left">
  449. <td colspan="2" bgcolor="">
  450.  
  451.  
  452. <table align="center">
  453. <tr><td align="right" valign="middle"><br><font style="font-family: username, helvetica neue, helvetica, sans-serif; font-size:48px; line-height: 18px; font-weight: lighter; letter-spacing: 1px; padding-top: 0px; color: #a28bf0; text-decoration:none;">Beatrice Sosa</font><br /><font style="font-family: roboto condensed, helvetica; font-size: 7px; line-height: 4px; letter-spacing: 2px; padding-bottom: 1px; padding-right: 0; text-align: right; text-transform: uppercase;"><a href="http://beasie.insanejournal.com/562.html">info</a> - <a href="/2001/01/01/">ic</a> - <a href="/2002/02/02/">ooc</a> - <a href="/2003/03/03/">scenes</a> - <a href="http://beasie.insanejournal.com/5010.html">tinder</a> </font></td></tr></table><br /><div style="display:none;"><b>(&nbsp;<a href="http://beasie.insanejournal.com/562.html#cutid1">Read more...</a>&nbsp;)</b></div>
  454. </td>
  455. </tr>
  456. <tr>
  457. <td align="right" colspan="2" width="100%" bgcolor="" class="comments">
  458. <a href="http://beasie.insanejournal.com/562.html">4</a> <small>&nbsp;</small> <a href="http://beasie.insanejournal.com/562.html?mode=reply"><i class="th th-paper-plane-o"></i></a>
  459. </td>
  460. </tr>
  461. </table>
  462. </td>
  463. </tr>
  464. </table><p>
  465. <table cellpadding="2" cellspacing="0" border="0" summary="">
  466. <tr><td bgcolor="">
  467. <table cellpadding="3" cellspacing="0" border="0" summary="">
  468. <tr>
  469. <td align="center" class="index">navigation</td>
  470. </tr>
  471. <tr>
  472. <td bgcolor="" align="center">
  473. <table cellspacing="0" cellpadding="0" border="0" summary="">
  474. <tr>
  475. <td class="meta">[</td>
  476. <td class="meta" align="right"><b>viewing</b></td>
  477. <td class="meta" align="center">|</td>
  478. <td class="meta">most recent entries</td>
  479. <td class="meta">]</td>
  480. </tr>
  481. <tr>
  482. <td class="meta">[</td>
  483. <td class="meta" align="right"><b>go</b></td>
  484. <td class="meta" align="center">|</td>
  485. <td class="meta"><a href="http://beasie.insanejournal.com/?skip=2">earlier</a></a></td>
  486. <td class="meta">]</td>
  487. </tr>
  488.  
  489. </table>
  490. </td>
  491. </tr>
  492. </table>
  493. </table>
  494.  
  495. </div>
  496.  
  497. <p>
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement