tentacoolgoods

heart stamp

Jan 6th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <title>TITLE</title>
  3. <link rel="icon" href="">
  4. <link href="http://fonts.googleapis.com/css?family=Barrio" rel="stylesheet" type="text/css">
  5. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  6. <link rel="stylesheet" href="https://fontcity.neocities.org/luna.css">
  7.  
  8.  
  9. <style>
  10.  
  11. /* layout by vah & jophie, minor 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 */
  15. body {
  16. background-attachment: fixed;
  17. background-image: url(http://i.imgur.com/V0aEhXb.png);
  18. background-repeat: repeat;
  19. margin-top: 5px;
  20. opacity: 0.85; }
  21.  
  22. /* REMOVES HEADER LINKS AND ICON */
  23. .shadowed img, tr.caption { display:none; }
  24. table table table table .meta { position:absolute; visibility:hidden; }
  25. .shadowed td div { position:absolute; top:0px; visibility:hidden; }
  26.  
  27.  
  28. /* ENTRY BOXES */
  29. .entrybox {
  30. background-color: rgba(0,0,0,0.03);
  31. box-shadow: 1px 1px 1px rgba(0,0,0,0.1); }
  32.  
  33. table {
  34. margin-bottom: -4px; }
  35.  
  36. /* SECURITY ICONS */
  37. table td table td.caption img {
  38. display: none; }
  39.  
  40. /* SUBJECT LINES */
  41. p table table td.caption {
  42. border-bottom: 1px solid;
  43. border-image:url(https://i.imgur.com/D1dMMP7.jpg) 1 repeat;
  44. color: rgb(29, 27, 69);
  45. font-family: luna;
  46. font-size: 15px;
  47. font-weight: lighter;
  48. letter-spacing: 0.5px;
  49. line-height: 15px;
  50. text-shadow: 0px 0px 1px #a9a9a7;
  51. text-transform: lowercase; }
  52.  
  53. /* date & time - TO SHOW CHANGE DISPLAY:NONE TO DISPLAY:VISIBLE */
  54. .entrybox td.index, .index3 {display: none; font-size:8px; border-bottom: 1px solid;
  55. border-image:url(https://i.imgur.com/D1dMMP7.jpg) 1 repeat;}
  56.  
  57. /* mood & music - TO SHOW CHANGE DISPLAY:NONE TO DISPLAY:VISIBLE */
  58. .entrybox td.meta {display: none; color:rgb(29, 27, 69); font-size:8px; line-height:8px;}
  59.  
  60. /* fp stuff */
  61. .index img {border-radius: 100px; height: 55px; width:55px;}
  62. .entrybox tr td table tr td table tr td {background: transparent;}
  63. a.index {color: #; background-color: transparent;}
  64. .entrybox a.index font {color: #;}
  65.  
  66. /* ENTRY FONT */
  67. body, html, td {
  68. color: rgb(29, 27, 69);
  69. font-family: calibri;
  70. font-size: 11px;
  71. letter-spacing: 1px;
  72. line-height: 12px; }
  73.  
  74. tr {
  75. text-align: justify; }
  76.  
  77. /* COMMENTS */
  78. .comments {
  79. font-family: roboto;
  80. font-size: 8px;
  81. letter-spacing: 2px; }
  82.  
  83. /* VIEWING */
  84. .index, .meta {
  85. font-family: roboto;
  86. font-size: 7px;
  87. font-weight: lighter;
  88. letter-spacing: 1px;
  89. line-height: 7px;
  90. opacity: 0.80;
  91. text-transform: uppercase; }
  92.  
  93. table table table td.meta {
  94. font-size: 0px;
  95. line-height: 0px; }
  96.  
  97. table table table td.meta a {
  98. font-size: 7px;
  99. letter-spacing: 1px;
  100. line-height: 7px; }
  101.  
  102. /* LINK EFFECTS */
  103. a {
  104. color: #333;
  105. text-decoration: none;
  106. text-shadow: 1px 1px 1px #a9a9a7;
  107. transition: 0.6s;
  108. -webkit-transition: 0.6s; }
  109.  
  110. a:hover {
  111. text-decoration: none;
  112. text-shadow: 0px 0px 2px #000;
  113. text-shadow: 10px 10px rgb(184, 143, 90), 0px 0px #bacbff, 0px 0px #eebaff, -10px -10px rgb(237, 208, 97);
  114. transition-duration: 0.6s;
  115. -webkit-transition-duration: 0.6s; }
  116.  
  117. /* IMAGE EFFECTS */
  118. img {
  119. filter: saturate(130%);
  120. opacity: 0.75;
  121. transition-duration: 0.8s;
  122. -webkit-filter: saturate(130%);
  123. -webkit-transition-duration: 0.8s; }
  124.  
  125. img:hover {
  126. filter: hue-rotate(280deg);
  127. transform: scale(1.2);
  128. transition-duration: 0.8s;
  129. -webkit-filter: hue-rotate(280deg);
  130. -webkit-transition-duration: 0.8s; }
  131.  
  132. /* SCROLLBAR */
  133. ::-webkit-scrollbar {
  134. background-color: #fff;
  135. width: 13px; }
  136.  
  137. ::-webkit-scrollbar-thumb {
  138. background-color: #ccc;
  139. border: 6px solid #fff; }
  140.  
  141. ::-webkit-scrollbar-track {
  142. background-color: #eee;
  143. border: 6px solid #fff; }
  144.  
  145. /* SELECTED TEXT */
  146. ::selection {
  147. background-color: none;
  148. color: rgb(184, 143, 90);
  149. text-shadow: 1px 1px 1px #f6f6f6; }
  150.  
  151. /* MISCELLANEOUS */
  152. hr {
  153. border-left: none;
  154. border-top: 1px solid #dfdfdf; }
  155.  
  156. u {
  157. border-bottom: 1px solid #c0c0c0;
  158. padding-bottom: 0px;
  159. text-decoration: none; }
  160.  
  161.  
  162.  
  163. /* SIDEBAR */
  164. #sidebar {
  165. height: 0px;
  166. position: fixed;
  167. margin-left: -500px;
  168. margin-top: 12px;
  169. width: 160px;
  170. visibility: visible; }
  171.  
  172. #flora {
  173. position: relative;
  174. visibility: visible;
  175. z-index: 1; }
  176.  
  177. #flora img {
  178. display: block;
  179. margin-left: -80px;
  180. margin-top: 25px;
  181. opacity: 0.75;
  182. transform: none;
  183. -webkit-filter: none;
  184. width: 300px; }
  185.  
  186. #portrait {
  187. position: absolute;
  188. visibility: visible;
  189. z-index: 2; }
  190.  
  191. #portrait img {
  192. display: block;
  193. margin-left: 7px;
  194. margin-top: 35px;
  195. opacity: 1.00;
  196. position: relative;
  197. -webkit-mask-image: url(http://i.imgur.com/uasLjwi.png);
  198. width: 110px; }
  199.  
  200. #box {
  201. background: rgba(0,0,0,0.04);
  202. border-radius: 50px;
  203. box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  204. margin-left: -15px;
  205. padding: 8px;
  206. position: relative;
  207. visibility: visible;
  208. width: 140px; }
  209.  
  210. #box:after {
  211. border: solid transparent;
  212. border-color: rgba(136, 183, 213, 0);
  213. border-bottom-color: rgba(0,0,0,0.04);
  214. border-width: 8px;
  215. bottom: 100%;
  216. content: " ";
  217. height: 0;
  218. left: 50%;
  219. margin-left: -8px;
  220. pointer-events: none;
  221. position: absolute;
  222. width: 0; }
  223.  
  224. .text {
  225. display: block;
  226. font-family: roboto;
  227. font-size: 8px;
  228. letter-spacing: 1px;
  229. line-height: 8px;
  230. margin-left: 18px;
  231. padding-top: 3px;
  232. position: relative;
  233. text-transform: uppercase;
  234. width: 110px; }
  235.  
  236.  
  237. </style>
  238.  
  239.  
  240. <=GLOBAL_HEAD
  241.  
  242. LASTN_OPT_ITEMS=>3
  243.  
  244. LASTN_WEBSITE<=
  245.  
  246. <div id="sidebar">
  247. <div id="flora"><img src="https://i.imgur.com/W4b5Apc.png"></div>
  248. <div id="portrait"><a href="/" title=""><img src="https://imgur.com/8LAKsAG.gif"></a></div><br>
  249.  
  250. <div id="box"><span class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget libero fermentum, pretium eros ac, pulvinar sapien.</span></div><br><br>
  251.  
  252. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment