Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link href="http://fonts.googleapis.com/css?family=Butcherman" rel="stylesheet" type="text/css">
  3. <link href="http://" rel="icon" type="image/x-icon" />
  4. <title>jj.insanejournal.com</title>
  5. <style>
  6.  
  7.  
  8. body {
  9. background: url(http://i.imgur.com/H93IuII.png),
  10. linear-gradient(#ffffff, #e5e5e5, #f0f3f6);
  11. /* using a transparent texture over linear gradient */
  12. height: 100%;}
  13.  
  14.  
  15. body, a, a:hover {
  16. cursor: url(http://i.imgur.com/ONVDMqu.png), default;}
  17.  
  18.  
  19. td {
  20. font-family: verdana, sans-serif;
  21. font-size: 10px;
  22. line-height: 10px;
  23. color: #454544;
  24. }
  25.  
  26. td.caption {
  27. font-size:0px;
  28. line-height:0px;}
  29.  
  30. /* LINK EFFECTS */
  31. a {
  32. color: #333;
  33. text-decoration: none;
  34. -webkit-transition-duration: 1.0s;
  35. -moz-transition-duration: 1.0s;
  36. -o-transition-duration: 1.0s;
  37. }
  38.  
  39. A:hover {
  40. text-decoration: none;
  41. border-bottom: 1px solid #ddd;
  42. color:#ff621d;
  43. -webkit-transition-duration: 2.0s;
  44. -moz-transition-duration: 2.0s;
  45. -o-transition-duration: 2.0s;
  46. }
  47. .shadowed, .entrybox {
  48. background: url(http://i.imgur.com/4MPxhuT.png);
  49. box-shadow: 0px 0px 1px #e0e0e0;
  50. font-size: 10px;
  51. width: 596px;
  52. margin-top: -5px;
  53. }
  54.  
  55.  
  56.  
  57. .meta {
  58. font-size: 7px;
  59. }
  60. .index {
  61. visibility: hidden;
  62. }
  63. a.index {
  64. visibility: visible;
  65. font-family: arial narrow;
  66. font-size: 7px;
  67. line-height: 7px;
  68. letter-spacing: 1px;
  69. text-transform: uppercase;
  70. }
  71. table table table td.meta {
  72. font-size: 0px;
  73. line-height: 3px;
  74. }
  75. table table table table td.meta a {
  76. font-family: arial narrow;
  77. font-size: 7px;
  78. line-height: 7px;
  79. letter-spacing: 1px;
  80. text-transform: uppercase;
  81. padding-left: 0px;
  82. }
  83. p table table table td.meta {
  84. font-family: arial narrow;
  85. font-size: 7px;
  86. line-height: 7px;
  87. letter-spacing: 1px;
  88. text-transform: uppercase;
  89. }
  90. p table table td.caption {
  91. font-family: arial narrow;
  92. font-size: 7px;
  93. line-height: 7px;
  94. letter-spacing: 1px;
  95. text-transform: uppercase;
  96. color: #454544;
  97. margin-bottom: -5px;
  98. padding: 0px;
  99. padding-left: 4px;
  100. padding-top: 2px;
  101. }
  102. .entrybox td.index, .bracket {
  103. display: none;
  104. }
  105. .date {
  106. visibility: visible;
  107. font-family: arial narrow;
  108. font-size: 7px;
  109. line-height: 7px;
  110. letter-spacing: 1px;
  111. text-transform: uppercase;
  112. padding: 0px;
  113. }
  114.  
  115. /* date and time - removed */
  116. .entrybox td.index, .index3{display:none;}
  117.  
  118. .date {
  119. padding:0;
  120. display:block;
  121. text-align:left;
  122. font-size: 6px;
  123.  
  124. }
  125.  
  126. / * HIDES DATE * /
  127. .dates {
  128. display: none;
  129. }
  130.  
  131. .comments {
  132. font-family: arial narrow;
  133. font-size: 7px;
  134. line-height: 7px;
  135. letter-spacing: 1px;
  136. text-transform: uppercase;
  137. padding: 1px;
  138. }
  139. .ljuser img, .caption img {
  140. display: none;
  141. }
  142. b {
  143. font-weight: normal;
  144. }
  145.  
  146.  
  147.  
  148. ::selection {color:##37CD8C; background-color:#f2f2f2; }
  149. ::-webkit-scrollbar {width:5px;}
  150. ::-webkit-scrollbar-thumb {background-image: url("https://s3.amazonaws.com/spoonflower/public/design_thumbnails/0451/6534/rfervorbluepink150_shop_thumb.png");}
  151. ::-webkit-scrollbar-track {background-color:#efefef; border-radius:3px;}
  152. ::-webkit-scrollbar-thumb:window-inactive {background-color:#FFE309;}
  153.  
  154. img {opacity:.6; 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;-webkit-backface-visibility: hidden;}
  155. img:hover {opacity: .9;}
  156.  
  157.  
  158.  
  159. /* displayed user name in top banner */
  160. .shadowed td div{font-size:0px;
  161. line-height:0px;
  162. margin-bottom:-28px;
  163. margin-top:10px;}
  164.  
  165. .shadowed td div:before{padding-left:8px;text-shadow: 2px 1px 1px rgba(199,89,136,0.3),
  166. -2px -1px 1px rgba(255,255,255,0.4);color:#ff5a00; font-family:'butcherman', serif; font-size:60px;
  167. text-align:center; line-height:70px; text-transform:uppercase;content:"joe";}
  168.  
  169. </style>
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. <=GLOBAL_HEAD
  178.  
  179. LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  180.  
  181. LASTN_OPT_ITEMS=>2
  182.  
  183. DAY_TALK_LINKS<=
  184. <tr>
  185. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
  186. %%readlink%% <a href="%%urlpost%%">COMMENT</a>
  187. </td>
  188. </tr>
  189. <=DAY_TALK_LINKS
  190.  
  191. DAY_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  192.  
  193. LASTN_TALK_LINKS<=
  194. <tr>
  195. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
  196. %%readlink%% <a href="%%urlpost%%">COMMENT</a>
  197. </td>
  198. </tr>
  199. <=LASTN_TALK_LINKS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement