Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link rel="stylesheet" href="https://fontcity.neocities.org/autumnchant.css?family=autumn+chant">
  3. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  4. <link href="https://fonts.googleapis.com/css?family=Karla|Quicksand|Oswald|Roboto|Roboto+Condensed" rel="stylesheet">
  5. <link rel="stylesheet" href="https://fontcity.neocities.org/blackjar.css?family=black+jar">
  6. <title></title>
  7.  
  8.  
  9.  
  10. <style>
  11.  
  12.  
  13.  
  14. /* ᴄʀᴇᴅɪᴛ: ᴍɪɴɴᴀ, ᴇᴅɪᴛᴇᴅ ʙy: ~ꜰᴏʀᴍᴜʟᴀ */
  15.  
  16. /* BACKGROUND */
  17. body {
  18. background-color: #000;
  19. margin-top: 20px;}
  20.  
  21. /* REMOVES BORDERS AROUND TABLES AND ENTRYBOX; ALLOWS USE OF DROP-SHADOWS INSTEAD */
  22. table {
  23. border: 0px;
  24. }
  25. table table {
  26. border: 0px;
  27. }
  28.  
  29. /* JUSTIFIES TEXT */
  30. tr {
  31. text-align:justify;
  32. }
  33.  
  34. /* CURSOR */
  35. body, a, a:hover {
  36. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  37. }
  38.  
  39.  
  40. /* LINK EFFECTS */
  41. a {color: #FFF;
  42. text-decoration: none;
  43. text-decoration-color: #478573;
  44. border-style: solid;
  45. border-width: 0 0 1px 0;
  46. -webkit-border-image:
  47. -webkit-linear-gradient(left, #dda7cc, #dda7cc) 100% 1;
  48. -moz-border-image: -moz-linear-gradient(left, #dda7cc, #dda7cc) 100% 1;
  49. -o-border-image: -o-linear-gradient(left, #dda7cc, #dda7cc) 100% 1;
  50. border-image: linear-gradient(to left, #dda7cc, #dda7cc) 100% 1;
  51. background-size: 200% auto;
  52. -webkit-background-size: 200% auto;
  53. -moz-background-size: 200% auto;
  54. background-position: -0% 0;
  55. transition: background-position 1s ease-out;
  56. -webkit-transition: background-position 1s ease-out;
  57. -webkit-transition-duration: 1.0s;
  58. -moz-transition-duration: 1.0s;
  59. -o-transition-duration: 1.0s;}
  60.  
  61. a:hover {background-position: -100% 0;
  62. background-image: linear-gradient(to right, rgba(32,149,114,0.2) 50%, rgba(32,149,114,0.5) 50%);
  63. text-decoration: none; cursor:url(http://i.imgur.com/0p9CPwX.png);
  64. }
  65.  
  66. /* PAGE FONT */
  67. tr, td, table, body {
  68. font-family: Roboto condensed, Karla, Quicksand, Trebuchet MS;
  69. font-size: 9px;
  70. line-height: 11px;
  71. color: #FFF;
  72. letter-spacing: 1px;
  73. text-transform: uppercase;
  74. padding: 1px;
  75. }
  76.  
  77. /* ENTRYBOX DISPLAY */
  78. .entrybox {width: 594px; background-color:rgba(20, 20, 20, 0.5); box-shadow: 0px 0px 1px #000; padding: 5px;
  79. }
  80.  
  81. .shadowed {width: 594px; background-color:rgba(20, 20, 20, 0.5); box-shadow: 0px 0px 1px #000;
  82. }
  83.  
  84. /* IJ LINKS - USERINFO, CALENDAR, NAVIGATION */
  85. table table table td.meta {
  86. font-size: 0px;
  87. line-height: 0px;
  88. }
  89.  
  90. /* CHANGES FONT FOR IJ LINKS */
  91. p table.entrybox table table td.meta, table table table td.meta a {
  92. font-size: 6px;
  93. line-height: 8px;
  94. letter-spacing: 1;
  95. font-style: italic;
  96. font-family: Karla, Quicksand, Trebuchet MS, Arial Narrow;
  97. font-weight: lighter;
  98. margin-left: 0px;
  99. }
  100.  
  101. /* PAGE FONT */
  102. tr, td, table, body {
  103. font-family: Karla, Quicksand, Trebuchet MS;
  104. font-size: 9px;
  105. line-height: 11px;
  106. color: #FFF;
  107. letter-spacing: 1px;
  108. text-transform: uppercase;
  109. padding: 1px;
  110. }
  111.  
  112. /* SUBJECT LINE */
  113. p table table td.caption {
  114. font-style:;
  115. color: #FFF;
  116. font-family: Karla, Quicksand, Trebuchet MS, Arial Narrow;
  117. font-size: 9px;
  118. line-height: 8px;
  119. letter-spacing: 1;
  120. font-weight: lighter;
  121. text-transform:uppercase;
  122. padding: 0px;
  123. }
  124.  
  125.  
  126.  
  127. /* COMMENTS */
  128. .comments {
  129. font-style: italic;
  130. color: #FFF;
  131. font-family: Karla, Quicksand, Trebuchet MS, Arial Narrow;
  132. font-size: 9px;
  133. line-height: 8px;
  134. letter-spacing: 1;
  135. text-transform:uppercase;
  136. }
  137.  
  138. /* HIDES */
  139. .entrybox td.index, .dates{display:none;}
  140.  
  141. /* HIDES THE IJ ICONS FOR UI AND COMM LINKS WHEN USING <xx-lj USER> */
  142. img[src*="img/userinfo.gif"] {
  143. width: 0 !important;
  144. height: 0 !important;
  145. }
  146.  
  147. img[src*="img/community.gif"] {
  148. width: 0 !important;
  149. height: 0 !important;
  150. }
  151.  
  152. /* ICON */
  153. .shadowed img
  154. {width: 35px;
  155. height: 35px;
  156. border-radius: 50px;
  157. background: rgba(20, 20, 20, 0.5);
  158. padding: 3px;
  159. display: none;}
  160.  
  161. /* FP USER ICONS */
  162. .index img {border-radius: 100px; height: 55px; width:55px;}
  163. .entrybox tr td table tr td table tr td {background: transparent;}
  164. a.index {color: #777; background-color: transparent;}
  165. .entrybox a.index font {color: #777;}
  166.  
  167. /* RESIZES LOCKS FOR FP ONLY */
  168. .caption img{
  169. width: 5pt;
  170. height: 5pt;}
  171.  
  172. /* NAMEFIELD */
  173. .shadowed td div{visibility:hidden;
  174. }
  175.  
  176. /* CSS */
  177. #name {
  178. font-family: oswald;
  179. font-size: 24px;
  180. line-height: 12px;
  181. letter-spacing: 0;
  182. color:#FFF;
  183. text-shadow: #C0C0C0 0px 0px 1px;
  184. font-weight: lighter;
  185. text-transform: lowercase;
  186. text-align: center;
  187. visibility: visible !important;
  188. margin-top: -5px;
  189. }
  190.  
  191. #gif {display: inline-block; height: 45px; width: 45px; background: rgba(20, 20, 20, 0.5);
  192. padding:3px; border-radius: 100px;
  193. position:absolute; margin-left: -60px; top: 30px;}
  194.  
  195. #navi {position: relative; visibility: visible; top: 0px; left: 250px; height: 0; padding: 5px;}
  196.  
  197. /* BOTTOM NAV */
  198. p.index, .index, tr.caption, .meta, td.meta {font-family: Arial Narrow, sans-serif; font-size: 9px; line-height:8px; letter-spacing: 1px; text-transform: uppercase; font-style: italic;}
  199. .date {padding:0 2 0 2;display:block;text-align:left;}
  200.  
  201. /* highlighting */
  202. ::selection {background-color: #D4001D; color: #e0e0e0;}
  203. ::-moz-selection {background-color: #D4001D; color: #e0e0e0;}
  204. ::-webkit-selection {background-color:#D4001D; color: #e0e0e0;}
  205.  
  206.  
  207. </style>
  208.  
  209.  
  210.  
  211. <style>
  212.  
  213.  
  214.  
  215. <!--
  216. table table table table .meta {visibility:hidden; position:absolute; top:1px}
  217. table table table table table .meta {visibility:visible; position:relative; top:1px}
  218. tr.caption {display:none}
  219. .shadowed span#navigation img {display:inline; visibility:visible; position:relative;}
  220. -->
  221.  
  222. </style>
  223.  
  224. <=GLOBAL_HEAD
  225.  
  226. FRIENDS_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%% <a href="%%urlpost%%">post</a></td></tr>
  227.  
  228. DAY_DATE_FORMAT=><span style="color:#E0EDEF;">%%monlong%% %%dth%%</span>
  229.  
  230. LASTN_OPT_ITEMS=>2
  231.  
  232. LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  233.  
  234. LASTN_DATE_FORMAT=><span style="color:#E0EDEF;">%%monlong%% %%dth%%</span>
  235.  
  236. FRIENDS_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  237.  
  238. FRIENDS_DATE_FORMAT=><span style="color:#E0EDEF;">%%monlong%% %%dth%% @ %%12h%%:%%min%%%%ap%%</span>
  239.  
  240. LASTN_WEBSITE<=
  241.  
  242.  
  243. <img src="https://i.pinimg.com/originals/23/72/ad/2372ad106fa46960fef313e6c9c6ef0c.gif" id="gif">
  244.  
  245. <div id="name">
  246. &nbsp;black sheep
  247. <br><font style="font-size: 6px; line-height: 24px;">
  248. <a href="/profile" style="color: #FFF; font-family: roboto condensed, Quicksand, Arial Narrow; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; font-style: italic; border-style: solid; border-width: 0 0 1px 0; -webkit-border-image: -webkit-linear-gradient(left, #58b19f, #58b19f) 100% 1; -moz-border-image: -moz-linear-gradient(left, #58b19f, #58b19f) 100% 1; -o-border-image: -o-linear-gradient(left, #58b19f, #58b19f) 100% 1; border-image: linear-gradient(to left, #58b19f, #58b19f) 100% 1;">PROFILE</a>
  249. &nbsp; &nbsp;<a href="/friends" style="color: #FFF; font-family: roboto condensed, Quicksand, Arial Narrow; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; font-style: italic; border-style: solid; border-width: 0 0 1px 0; -webkit-border-image: -webkit-linear-gradient(left, #58b19f, #58b19f) 100% 1; -moz-border-image: -moz-linear-gradient(left, #58b19f, #58b19f) 100% 1; -o-border-image: -o-linear-gradient(left, #58b19f, #58b19f) 100% 1; border-image: linear-gradient(to left, #58b19f, #58b19f) 100% 1;">FRIENDS</a>
  250. &nbsp; &nbsp;<a href="/1981/01/17/" style="color: #FFF; font-family: roboto condensed, Quicksand, Arial Narrow; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; font-style: italic; border-style: solid; border-width: 0 0 1px 0; -webkit-border-image: -webkit-linear-gradient(left, #58b19f, #58b19f) 100% 1; -moz-border-image: -moz-linear-gradient(left, #58b19f, #58b19f) 100% 1; -o-border-image: -o-linear-gradient(left, #58b19f, #58b19f) 100% 1; border-image: linear-gradient(to left, #58b19f, #58b19f) 100% 1;">CUSTOMS</a>
  251. </font></div>
  252. <tr>
  253. <=LASTN_WEBSITE
  254.  
  255. DAY_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement