tentacoolgoods

linkies!

Feb 6th, 2018
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link rel="stylesheet" href="https://fontcity.neocities.org/ciscopic.css?family=ciscopic">
  3. <link rel="stylesheet" href="https://fontcity.neocities.org/livalo.css?family=livalo">
  4. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  5.  
  6. <link rel="shortcut icon" href="">
  7. <title>TITLE</title>
  8.  
  9. <style>
  10.  
  11. /* layout by noelia and egha with edits by tentacool - feel free to reach out for assistance
  12. you do not need to rehost any of my fonts unless you choose to */
  13.  
  14. /* background, main font throughout the layout, text alignment */
  15. body {
  16. background-color: #ebebeb;
  17. background-image: url();
  18. }
  19.  
  20. /* entry font */
  21. td{font-family:; font-size: 11px; line-height: 11px; color: 444444;}
  22.  
  23. /* aligns text throughout */
  24. tr{text-align:justify;}
  25.  
  26. /* entrybox spacing */
  27. table{margin-bottom: -5px;}
  28.  
  29. /* removes bolded font */
  30. b{font-weight: normal;}
  31.  
  32. /* cursor */
  33. body, a {cursor:url(https://i.imgur.com/h2zNor5.png), default;}
  34. a:hover {cursor:url(https://i.imgur.com/6GAtOYA.png), default;}
  35.  
  36. /* link effects. */
  37. a { color: #61A6AB; text-decoration: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
  38. a:hover { color: #ACCEC0; text-decoration: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
  39.  
  40. /* removes the default icon & top text */
  41. .shadowed img{display: none;} /*icon*/
  42. table table table table .meta {visibility:hidden; position:absolute;} /*links under namefield*/
  43. tr.caption {display:none} /*top left journal name*/
  44. .shadowed td div {visibility:hidden; position:absolute; top:0px} /*namefield*/
  45.  
  46.  
  47. /* main entrybox */
  48. .entrybox{width: 600px;
  49. background-color: rgba(255,255,255,.7);
  50. }
  51.  
  52. /* comments */
  53. .comments{font-family: courier new; font-size: 8px; line-height: 9px; text-transform: uppercase; letter-spacing: 1px;}
  54.  
  55. /* navigation and fp text */
  56. .index, .meta {font-family: courier new; font-size: 7px; text-transform: uppercase; line-height: 7px; padding: 0px; letter-spacing: 1px; }
  57.  
  58. /* friends page icon */
  59. .index img{width: 65px; height: 65px; margin-bottom: 5px;}
  60.  
  61. /* lj icons */
  62. .ljuser img{display:none;}
  63.  
  64. /* locks */
  65. .caption img{display: none;}
  66. .ljuser img {display: none;}
  67. .ljuser:before {content: "";}
  68.  
  69. /* selection colors */
  70. ::selection {color:#ACCEC0; text-shadow:#f6f6f6 1px 1px 1px; background-color: #fff;}
  71. ::-moz-selection {color:#ACCEC0; text-shadow:#f6f6f6 1px 1px 1px; background-color: #fff;}
  72.  
  73. /* subject line */
  74. p table table td.caption{
  75. font-family: ciscopic; font-size: 14pt; line-height: 12pt;
  76. text-transform: lowercase; color: #000;
  77. }
  78.  
  79. /* hides viewing & navigation */
  80. .meta {color: transparent;}
  81. .index {color: transparent;}
  82.  
  83. /* mood & music - to hide change display:visible to display:none */
  84. .entrybox td.meta {display:visible; color: #000; font-family: 'courier new';
  85. font-size: 7px;
  86. line-height: 7px;
  87. text-transform: uppercase;}
  88.  
  89. /* time & date - to hide change display:visible to display:none */
  90. .entrybox td.index {display:visible; color: #000; font-family: 'courier new';
  91. font-size: 7px;
  92. line-height: 7px;
  93. text-transform: uppercase;}
  94.  
  95.  
  96.  
  97. /* sidebar - to move up or down adjust the number marked top */
  98. #everything{
  99. position: relative;
  100. visibility: visible;
  101. top: 35;
  102. left: -430;
  103. height: 0;
  104. }
  105.  
  106. /* sidebar lyrics - to move up or down adjust the number marked top */
  107. #lyrics {
  108. display: block;
  109. text-align: center;
  110. font-family: livalo;
  111. font-size: 32px;
  112. line-height: 15pt;
  113. text-transform: lowercase;
  114. color: #ffffff;
  115. text-shadow: 2px 1px 0px #61A6AB, 3px 2px 2px #61A6AB;
  116. visibility: visible;
  117. position: relative;
  118. z-index: 400;
  119. top:112;
  120. left: -430;
  121. }
  122.  
  123. /*if you only want to use one gif change the id in the LASTN_WEBSITE link to giflong rather than just gif*/
  124. #gif{display: inline; width: 72px; padding: 0px; border: 4px solid #ffffff ; position: relative; ;}
  125. #giflong{display: inline; width: 155px; padding: 0px; border: 4px solid #ffffff ; position: relative; ;}
  126.  
  127. /* sidebar link box - to move up or down adjust the number marked top */
  128. #box{
  129. position: absolute;
  130. margin-left: -430px;
  131. margin-top: 149px;
  132. width: 160px;
  133. visibility: visible;
  134. background: #ffffff;
  135. position: absolute;
  136. box-shadow: 1px 1px 1px #dddddd;
  137. padding: 2px;
  138. }
  139.  
  140. /* sidebar links */
  141. .navi a {
  142. font-size: 10px;
  143. margin-left:9px;
  144. color: #61A6AB;
  145. display: inline-block;
  146. padding: 4.1px; }
  147.  
  148. </style>
  149.  
  150.  
  151. <=GLOBAL_HEAD
  152.  
  153. FRIENDS_WEBSITE<=
  154. <div id="everything"><img src="https://78.media.tumblr.com/56a81e9f8cc869a352aa521e0b1bcffb/tumblr_inline_nm773v8rZN1rre457.gif" id="gif"> <img src="https://78.media.tumblr.com/bcd233fb8ed46d5e05ed2132991c6320/tumblr_inline_nm7741XZa21rre457.gif" id="gif">
  155. </div>
  156. <div id="lyrics">it's britney bitch</div>
  157. <div id="box"><span class="navi"><a href="/profile" title="profile"><span class="lnr lnr-user"></span></a>
  158. <a href="/friends" title="friends"><span class="lnr lnr-heart"></span></a>
  159. <a href="LINK" title="customs"><span class="lnr lnr-lock"></span></a>​
  160. <a href="LINK" title="scenes"><span class="lnr lnr-pencil"></span></a>
  161. <a href="/calendar" title="calendar"><span class="lnr lnr-calendar-full"></span></a></div>
  162.  
  163. <=FRIENDS_WEBSITE
  164.  
  165. LASTN_OPT_ITEMS=>3
  166.  
  167. LASTN_WEBSITE<=
  168. <div id="everything"><img src="https://78.media.tumblr.com/56a81e9f8cc869a352aa521e0b1bcffb/tumblr_inline_nm773v8rZN1rre457.gif" id="gif"> <img src="https://78.media.tumblr.com/bcd233fb8ed46d5e05ed2132991c6320/tumblr_inline_nm7741XZa21rre457.gif" id="gif">
  169. </div>
  170. <div id="lyrics">it's britney bitch</div>
  171. <div id="box"><span class="navi"><a href="/profile" title="profile"><span class="lnr lnr-user"></span></a>
  172. <a href="/friends" title="friends"><span class="lnr lnr-heart"></span></a>
  173. <a href="LINK" title="customs"><span class="lnr lnr-lock"></span></a>​
  174. <a href="LINK" title="scenes"><span class="lnr lnr-pencil"></span></a>
  175. <a href="/calendar" title="calendar"><span class="lnr lnr-calendar-full"></span></a></div>
  176.  
  177. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment