Advertisement
codejam

hamilton

Oct 25th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <title>title</title>
  3. <link rel="icon" href="https://i.imgur.com/VeDu4zF.png">
  4. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  5. <link href="https://codiefoster.neocities.org/fonts/creepy.css" rel="stylesheet">
  6. <link rel="stylesheet" href="https://codiefoster.neocities.org/fonts/little.css">
  7. <style>
  8. /* tentacool@ij with edits by squirtle@ij */
  9.  
  10. /* background */
  11. body{background: url() ;background-attachment:fixed;
  12. background-color:#c0ddea;
  13. background: -webkit-linear-gradient(#fcf580, #49bac4, #ff9696);
  14. background: -o-linear-gradient(#fcf580, #49bac4, #ff9696);
  15. background: -moz-linear-gradient(#fcf580, #49bac4, #ff9696);
  16. background: linear-gradient(#fcf580, #49bac4, #ff9696);
  17. }
  18.  
  19.  
  20. /* entry background */
  21. .entrybox{width: 600px; padding: 0px; background-color: #ff9696; opacity: 0.8; box-shadow: 0 0 1px #ccc;}
  22. table {margin-bottom: -4px;}
  23.  
  24. /* entry text */
  25. tr{text-align:justify;}
  26. td{font-family:; line-height:11px; color: #fff; letter-spacing:0px; font-size: 10px;}
  27.  
  28. /* removes top bar */
  29. .shadowed img {display: none;}
  30. table table table table .meta {visibility:hidden; position:absolute;}
  31. tr.caption {display:none}
  32. .shadowed td div {visibility:hidden; position:absolute; top:1px}
  33.  
  34. /* date & time */
  35. .entrybox td.index, .index3 {display: none;}
  36.  
  37. /* subject lines */
  38. p table table td.caption {font-family: little, calibri, monaco; font-size: 12px; line-height:9px; color: #fdfdfd; letter-spacing:2px; text-shadow:1px 1px 1px #eac467; text-transform:uppercase;
  39. border-width: 0 0 1px 0; border-style: solid;border-image: repeating-linear-gradient(to right, #49bac4, #49bac4, #fcf580, #49bac4, #49bac4) 2;}
  40.  
  41. /* links */
  42. /* link effects */
  43. a {color: #fdf580; font-weight: bold; text-decoration: none; transition: all 0.6s ease-in-out; -o-transition-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;}
  44. a:hover {font-weight: bold; text-decoration: none; color: #000000; transition: all 0.6s ease-in-out; -o-transition-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;}
  45.  
  46. /* comments */
  47. .comments {font-family: raleway, arial; font-size: 8px; font-weight: bold; text-transform: uppercase; padding:0px; letter-spacing: 1px;}
  48.  
  49. /* ij icons */
  50. .ljuser img {display: none;}
  51. .caption img {display: none;}
  52. .ljuser:before {content: "★";}
  53.  
  54. /* bottom navigation and mood & music */
  55. .index, .meta {font-family: raleway, consolas; font-size:7px; text-transform: uppercase; line-height: 7px; padding: 0px; letter-spacing: 1px; color: #fff;}
  56. table table table td.meta a {font-size:8px;letter-spacing:1px;line-height: 5px;}
  57.  
  58. /* everything below controls the sidebar and top nav */
  59. #sidebar {margin-right: 309px; position: absolute; right: 50.0%; top: 20px; visibility: visible; width: 83px; z-index: 0;}
  60. #border { position: relative; visibility: visible; z-index: 1; }
  61. #border img { display: block; margin-left: -114px; margin-top: 17px; width: 199px; }
  62. #gif { position: absolute; visibility: visible; z-index: 2; }
  63. #gif img { border-radius: 0px; display: block; margin-left: -108px; margin-top: 57px; position: relative; width: 175px; }
  64. #links {height: 0px; position: absolute; margin-top: 2px; margin-left: 30px; visibility: visible; }
  65. #navi{margin-left: 400px; }
  66. </style>
  67.  
  68. <=GLOBAL_HEAD
  69.  
  70. LASTN_OPT_ITEMS=>3
  71.  
  72. LASTN_WEBSITE<=
  73. <div id="links"><span id="navi">
  74. <a href="/friends" title="friends"><img src="https://i.imgur.com/qtsWmD8.png" height="30" style="display:inline;"></a>
  75. <a href="/profile" title="profile"><img src="https://i.imgur.com/xDu6gpL.png" height="30" style="display:inline;"></a>
  76. <a href="/calendar" title="calendar"><img src="https://i.imgur.com/isLGo3c.png" height="30" style="display:inline;"></a>​
  77. </span></div>
  78.  
  79. <div id="sidebar">
  80. <div id="border"><img src="https://i.imgur.com/DEy5Bai.png"></div>
  81. <div id="gif"><img src="https://i.imgur.com/QqDEwXV.png"></div>
  82. <tr><td colspan="0" width="400">
  83. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement