tentacoolgoods

sidebar blues

Dec 31st, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link rel="shortcut icon" href="http://i.imgur.com/pOPFXPa.png">
  3. <title>ᴛʜᴇ ᴄᴀᴛ</title>
  4. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  5. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Montserrat" rel="stylesheet">
  6.  
  7.  
  8. <style>
  9. /* layout by cordy with edits by machinegun and tentacool - feel free to reach out for assistance
  10. you do not need to rehost any of my fonts unless you choose to */
  11.  
  12.  
  13. /* BACKGROUND */
  14. body {
  15. background-image:url(http://i.imgur.com/qtHRtVm.png);
  16. background-attachment:fixed;
  17. }
  18.  
  19. /* hides default icon */
  20. .shadowed img {display: none; }
  21.  
  22. /* removes namefield & links below */
  23. .shadowed td div {visibility:hidden; position:absolute; top:1px}
  24. table table table table .meta {visibility:hidden; position:absolute;}
  25.  
  26. /* removes journal name and top right links*/
  27. tr.caption {display:none}
  28.  
  29. /* ENTRY BOX */
  30. .entrybox {width: 605px;
  31. background-color: rgba(255,255,255,.4);
  32. box-shadow:0 0 1px #404040;
  33. padding: 3px;}
  34.  
  35. /* SECURITY ICONS */
  36. table td table td.caption img {
  37. display: none; }
  38.  
  39. /* SUBJECT LINES */
  40. p table table td.caption {
  41. border-bottom: 2px solid;
  42. border-image: linear-gradient(to right, rgb(51, 94, 255), rgb(0, 105, 216), rgb(0, 80, 184), rgb(14, 25, 119), rgb(12, 0, 72)) 1;
  43. text-align: justify;
  44. font-family: inconsolata, calibri, arial;
  45. font-size: 8px;
  46. text-transform: uppercase;
  47. line-height: 10px;
  48. text-shadow: 0px 1px 1px #606060;}
  49.  
  50. /* hides date */
  51. .entrybox td.index {display:none;}
  52.  
  53. /* ENTRY FONT */
  54. body, html, td {
  55. color: #1d1d1d;
  56. font-family: calibri;
  57. font-size: 11px;
  58. letter-spacing: 1px;
  59. line-height: 12px; }
  60.  
  61. tr {
  62. text-align: justify; }
  63.  
  64. /* COMMENTS */
  65. .comments {
  66. font-family: inconsolata, calibri;
  67. font-size: 8px;
  68. line-height: 10px;
  69. letter-spacing: 1px;
  70. font-weight:;
  71. text-transform: uppercase; }
  72.  
  73.  
  74. /* LINK EFFECTS */
  75. a {
  76. color: rgb(0, 80, 184);
  77. text-decoration: none;
  78. transition: 0.6s;
  79. -webkit-transition: 0.6s;
  80. text-shadow: 0px 1px 1px #404040;}
  81.  
  82. a:hover {
  83. text-decoration: none;
  84. color: rgb(0, 80, 184);
  85. text-shadow: 0px 1px 1px #606060;
  86. transition-duration: 0.6s;
  87. -webkit-transition-duration: 0.6s; }
  88.  
  89. /* CURSOR */
  90. body, a, a:hover {cursor:url(http://i.imgur.com/ONVDMqu.png), default;}
  91.  
  92. /* IMAGE EFFECTS */
  93. a img {
  94. opacity: 1;
  95. transition-duration: 0.8s;
  96. -webkit-transition-duration: 0.8s; }
  97.  
  98. a img:hover {
  99. filter: saturate(50%);
  100. transition-duration: 0.8s;
  101. -webkit-filter: saturate(0%);
  102. -webkit-transition-duration: 0.8s; }
  103.  
  104. /* SCROLLBAR */
  105. ::-webkit-scrollbar {
  106. background-color: #fff;
  107. width: 13px; }
  108.  
  109. ::-webkit-scrollbar-thumb {
  110. background-color: #ccc;
  111. border: 6px solid #fff; }
  112.  
  113. ::-webkit-scrollbar-track {
  114. background-color: #eee;
  115. border: 6px solid #fff; }
  116.  
  117. /* SELECTED TEXT */
  118. ::selection {
  119. background-color: none;
  120. color: #c2a4fe;
  121. text-shadow: 0px 1px 1px #606060; }
  122.  
  123. /* MISCELLANEOUS */
  124. hr {
  125. border-left: none;
  126. border-top: 1px solid #dfdfdf; }
  127.  
  128. u {
  129. border-bottom: 1px solid #c0c0c0;
  130. padding-bottom: 0px;
  131. text-decoration: none; }
  132.  
  133. .ljuser img{display:none;}
  134.  
  135. /* viewing - hides viewing */
  136. .meta {
  137. color: transparent;
  138. font-family: 'Montserrat';
  139. font-size: 6px;
  140. line-height: 1px;
  141. text-transform: uppercase;
  142. }
  143.  
  144. /* navigation - hides navigation */
  145. .index {
  146. color: transparent;
  147. font-family: 'Montserrat';
  148. font-size: 6px;
  149. line-height: 1px;
  150. text-transform: uppercase;
  151. }
  152.  
  153. /* FRIENDS PAGE */
  154. .index img {margin-bottom:5px;}
  155.  
  156. /* SIDEBAR */
  157. #sidebar {
  158. height: 0px;
  159. position: fixed;
  160. margin-left: -500px;
  161. margin-top: 12px;
  162. width: 160px;
  163. visibility: visible; }
  164.  
  165. #portrait {
  166. position: absolute;
  167. visibility: visible;
  168. z-index: 2; }
  169.  
  170. #portrait img {
  171. background: rgba(0,0,0,0.04);
  172. border-top: 2px solid #000;
  173. border-left: 2px solid #000;
  174. border-right: 2px solid #000;
  175. border-bottom: 2px solid #000;
  176. border-image: repeating-linear-gradient(to bottom right, rgb(51, 94, 255), rgb(0, 105, 216), rgb(0, 80, 184), rgb(14, 25, 119), rgb(12, 0, 72)) 5;
  177. display: block;
  178. margin-left: 16px;
  179. margin-top: 40px;
  180. opacity: 1.00;
  181. position: relative;
  182. width: 139px; }
  183.  
  184. /* YOU MAY HAVE TO ADJUST THE MARGIN-TOP NUMBER DEPENDING ON THE HEIGHT OF YOUR GIF */
  185. #box {
  186. background-color: rgba(255,255,255,.4);
  187. box-shadow:0 0 1px #404040;
  188. padding: 2px;
  189. margin-left: 16px;
  190. margin-top: 130px;
  191. position: relative;
  192. visibility: visible;
  193. width: 139px; }
  194.  
  195. .navi a {
  196. font-size: 10px;
  197. display: inline-block;
  198. opacity: 1;
  199. color: rgb(0, 80, 184);
  200. padding: 7px; }
  201.  
  202. </style>
  203. <=GLOBAL_HEAD
  204.  
  205. LASTN_OPT_ITEMS=>3
  206.  
  207. LASTN_WEBSITE<=
  208. <div id="sidebar">
  209. <div id="portrait"><a href="/profile" title="profile"><img src="http://78.media.tumblr.com/a1c95a73cf12626992ee5ca7c154e2fe/tumblr_inline_nm76doLRdT1rre457.gif"></a></div>
  210.  
  211. <div id="box"><span class="navi"><a href="/" style="text-shadow: 0px 1px 1px #606060;" title="refresh"><span class="lnr lnr-home"></span></a>
  212. <a href="/friends" style="text-shadow: 0px 1px 1px #606060;" title="friends"><span class="lnr lnr-users"></span></a>
  213. <a href="LINK HERE" style=" text-shadow: 0px 1px 1px #606060;" title="customs"><span class="lnr lnr-heart"></span></a>
  214. <a href="LINK HERE" style=" text-shadow: 0px 1px 1px #606060;" title="threads"><span class="lnr lnr-tag"></span></a>
  215. <a href="LINK HERE" style=" text-shadow: 0px 1px 1px #606060;" title="ooc"><span class="lnr lnr-bubble"></span></a></span></div>
  216. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment