Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <title>ʷᵉ'ˡˡ ʰᵃᵗᵉ ʷʰᵃᵗ ʷᵉ'ᵛᵉ ˡᵒˢᵗ ᵇᵘᵗ ʷᵉ'ˡˡ ˡᵒᵛᵉ ʷʰᵃᵗ ʷᵉ ᶠⁱⁿᵈ</title>
  4. <meta charset="UTF-8">
  5. <link rel="shortcut icon" href="https://i2.wp.com/piperandleaf.com/wp-content/uploads/2016/03/leaficon-1.png">
  6. <link rel="stylesheet" href="http://abbey.neocities.org/one.css">
  7. <link rel="stylesheet" href="http://abbey.neocities.org/two.css">
  8. <link href="https://fonts.googleapis.com/css?family=Mada" rel="stylesheet">
  9.  
  10. <style>
  11.  
  12.  
  13. /* ᴄʀᴇᴅɪᴛ: ᴍɪɴɴᴀ */
  14. /* 𝑑𝑜𝑛'𝑡 𝘩𝑒𝑠𝑖𝑡𝑎𝑡𝑒 𝑡𝑜 𝑎𝑠𝑘 𝑓𝑜𝑟 𝘩𝑒𝑙𝑝, 𝑖'𝑚 𝑎𝑙𝑠𝑜 𝘩𝑎𝑝𝑝𝑦 𝑡𝑜 𝘩𝑒𝑙𝑝 𝑑𝑒𝑠𝑖𝑔𝑛 𝑎𝑛𝑑 𝑐𝑜𝑑𝑒 𝑓𝑜𝑟 𝑦𝑜𝑢. */
  15.  
  16.  
  17. /* IJ OVERRIDES. i've tried to explain what everything does so you can edit more easily, but feel free to ask if you're struggling! */
  18.  
  19. /* BODY BACKGROUND */
  20. body {
  21. background: linear-gradient(to bottom, #f2f2f2 10%,#eff3db 100%); /* using a transparent texture over linear gradient */
  22. height: 100%;
  23. }
  24.  
  25. /* REMOVES BORDERS AROUND TABLES AND ENTRYBOX; ALLOWS USE OF DROP-SHADOWS INSTEAD */
  26. table {
  27. border: 0p;
  28. }
  29. table table {
  30. border: 0px;
  31. }
  32.  
  33. /* JUSTIFIES TEXT */
  34. tr {
  35. text-align:justify;
  36. }
  37.  
  38. /* SETS THE WIDTH OF YOUR ENTRYBOX. note: this also effects the "top box" with your icon, userinfo links, etc! */
  39. .entrybox {
  40. width:594px;
  41. }
  42.  
  43. /* ENTRYBOX DISPLAY. note: this also effects the "top box" with your icon, userinfo links, etc! */
  44. .entrybox, .shadowed {
  45. background-color: rgba(255, 255, 255, 0.2); /* set the colour of the entrybox. the 0.2 allows you to mess with the opacity. does not effect font opacity. */
  46. box-shadow: 0 0 1px #dddddd; /* how to get a border around the entire entrybox */
  47. border-radius: 2px; /* adding a very slight rounding to the edges */
  48. -webkit-border-radius: 2px;
  49. -moz-border-radius: 2px;
  50. }
  51.  
  52. /* IJ LINKS - USERINFO, CALENDAR, NAVIGATION */
  53. table table table td.meta {
  54. font-size: 0px;
  55. line-height: 0px;
  56. }
  57.  
  58. /* CHANGES FONT SIZES FOR IJ LINKS */
  59. p table.entrybox table table td.meta, table table table td.meta a {
  60. font-size:6px;
  61. line-height: 6px;
  62. font-family: mada;
  63. letter-spacing:1px;
  64. display: none;
  65. }
  66.  
  67. /* HIDES THE LINKS AND NAMEFIELD ABOVE THE TOP BOX */
  68. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {
  69. visibility: hidden;
  70. line-height: 0px;
  71. }
  72.  
  73. .entrybox td.index {
  74. display: none;
  75. }
  76.  
  77. /* PAGE FONT */
  78. tr, td, table, body {
  79. font-family: mada;
  80. font-size: 6px;
  81. color: #333;
  82. letter-spacing: 1px;
  83. line-height: 10px;
  84. font-weight: lighter;
  85. text-transform: uppercase;
  86. padding: 1px;
  87. }
  88.  
  89. /* SETS HOW BOLDED TEXT LOOKS */
  90. b {
  91. font-weight: normal !important;
  92. }
  93.  
  94. /* SUBJECT LINE APPEARANCE & FONT */
  95. p table table td.caption {
  96. font-family: mada;
  97. font-size: 8px;
  98. color: #333;
  99. letter-spacing: 1px;
  100. line-height: 8px;
  101. font-weight: lighter;
  102. margin-bottom: -4px;
  103. text-shadow: 0px 0px 1px #404040;
  104. text-transform:uppercase;
  105. padding: 0px;
  106. }
  107.  
  108. /* NAMEFIELD - note: this pulls your default namefield */
  109. .shadowed td div {
  110. font-family: petals;
  111. font-size: 20px;
  112. line-height: 3px;
  113. color:#2a2a2a;
  114. text-transform: upperrcase;
  115. text-shadow: 0 0 1px rgb(185,173,209);
  116. margin-right: 20px;
  117. padding-top: 28px;
  118. }
  119.  
  120. /* MISC LITTLE TEXT. e.g. navigation/date and time. */
  121. p.index, .index, tr.caption, .meta, td.meta, .comments, .date {
  122. font-family: mada;
  123. font-size: 6px;
  124. line-height: 8px;
  125. letter-spacing: 1px;
  126. color:#222222;
  127. text-shadow:0px 0px 0px #ddd;
  128. font-weight: lighter;
  129. text-transform: uppercase;
  130. }
  131.  
  132. .date {
  133. padding:0;
  134. display:block;
  135. text-align:left; font-size: 6px;
  136. }
  137.  
  138. / * HIDES DATE * /
  139. .dates {
  140. display: none;
  141. }
  142.  
  143. /* LINK EFFECTS */
  144. a {
  145. color: #333;
  146. text-shadow: 0px 0px 1px #b89fcb;
  147. text-decoration: none;
  148. -webkit-transition-duration: 1.0s;
  149. -moz-transition-duration: 1.0s;
  150. -o-transition-duration: 1.0s;
  151. }
  152.  
  153. A:hover {
  154. filter: hue-rotate(342deg) saturate(0.9);
  155. -webkit-filter: hue-rotate(342deg) saturate(0.9);
  156. -moz-filter: hue-rotate(342deg) saturate(0.9);
  157. -ms-filter: hue-rotate(342deg) saturate(0.9);
  158. -o-filter: hue-rotate(342deg) saturate(0.9);
  159. text-decoration: none;
  160. color:#7aadc5;
  161. }
  162.  
  163. .shadowed td div img {
  164. box-shadow: 0 0 0 !important;
  165. }
  166.  
  167. /* USERICONS & LOCKS - note: this pulls your default icon. */
  168. .shadowed img, .index img {
  169. border-radius: 0px;
  170. opacity: .75;
  171. filter:alpha(opacity=75);
  172. height: 100px; /* ADJUST SIZE OF ICON */
  173. width: 100px; /* ADJUST SIZE OF ICON */
  174. }
  175.  
  176. .shadowed img {
  177. border-radius: 10px; /* ADJUST WHETHER ICON IS SQUARE, ROUND, ANOTHER SHAPE */
  178. -webkit-border-radius: 10px;
  179. -moz-border-radius: 10px;
  180. padding: 0px;
  181. position: relative;
  182. z-index: 1;
  183. visibility: hidden; /* allows overriding it with a gif in css, keep it visibility: hidden not display: none in order to keep the height of the header box */
  184. }
  185.  
  186. p table table td.caption img {
  187. height:6px;
  188. width:7px;
  189. opacity:0.7;
  190. }
  191.  
  192. /* HIDES THE IJ ICONS FOR UI AND COMM LINKS WHEN USING <xx-lj USER> */
  193. img[src*="img/userinfo.gif"] {
  194. width: 0 !important;
  195. height: 0 !important;
  196. }
  197.  
  198. img[src*="img/community.gif"] {
  199. width: 0 !important;
  200. height: 0 !important;
  201. }
  202.  
  203. /* OPACITY FOR IMAGES */
  204. img {
  205. border: 0px;
  206. opacity:0.7;
  207. filter:alpha(opacity=70);
  208. border-radius:3px;
  209. -webkit-border-radius:3px;
  210. -moz-border-radius:3px;
  211. -moz-transition: all 1.0s ease-out;
  212. -o-transition: all 1.0s ease-out;
  213. -webkit-transition: all 1.0s ease-out;
  214. transition: all 1.0s ease-out;
  215. }
  216.  
  217. img:hover {
  218. opacity:1.0;
  219. filter:alpha(opacity=100);
  220. -moz-transition: all 1.0s ease-out;
  221. -o-transition: all 1.0s ease-out;
  222. -webkit-transition: all 1.0s ease-out;
  223. transition: all 1.0s ease-out;
  224. }
  225.  
  226. /* FRIENDS PAGE ICON BACKGROUND/FONT */
  227. .entrybox a.index {
  228. background:transparent;
  229. color:#808080;
  230. font-size:8px;
  231. }
  232.  
  233. /* SCROLLBAR APPEARANCE */
  234. ::-webkit-scrollbar {width: 4px;}
  235. /* UNDERNEATH BAR */
  236. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-color:#AFAEEA;}
  237. /* TOP BAR */
  238. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 1px 1px 1px tan;border-radius:0px;background-image: url(https://s-media-cache-ak0.pinimg.com/736x/32/de/77/32de77f2336e5adb20b3fbf58d13d94a.jpg);}
  239.  
  240. /* CURSOR */
  241. body, a, a:hover {
  242. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  243. .}
  244.  
  245. /* CSS */
  246.  
  247. #hillary {
  248. position:absolute;
  249. top: -40px;
  250. margin-left: -134px;
  251. visibility: visible;
  252. z-index: 2;
  253. visibility: visible !important;
  254. }
  255.  
  256. #ruth {
  257. position:absolute;
  258. top: 68px;
  259. margin-left: 5px;
  260. z-index: 2;
  261.  
  262. }
  263.  
  264. #frida {
  265. position:absolute;
  266. top: -14px;
  267. margin-left: -50px;
  268. z-index: 1;
  269.  
  270. }
  271.  
  272. #icon {
  273. position:absolute;
  274. top: 4px;
  275. margin-left: -120px;
  276. z-index: 1;
  277. }
  278.  
  279. </style>
  280.  
  281. <=GLOBAL_HEAD
  282.  
  283. FRIENDS_WEBSITE<=
  284.  
  285. <style>
  286.  
  287. <div id="hillary">
  288. <img src="http://i.imgur.com/gWwK6Zg.gif" style="display: block; width: 125px;height: 176px;opacity: .6; visibility: visible;">
  289. </div>
  290.  
  291. <div id="ruth">
  292. <font style="font-family: mada; font-size: 6px; letter-spacing: 1px; text-transform: uppercase;"><a href="/info">USERINFO</a> <a href="/friends">FRIENDS</a> <a href="/2010/01/01/">CUSTOMS</a></font>
  293. </div>
  294.  
  295. <div id="frida">
  296. <img src="http://i.imgur.com/Yj8DO1U.gif" style="display: block; opacity: .6; visibility: visible; width: 210px !important; height: 160px !important;">
  297. </div>
  298.  
  299. <div id="icon">
  300. <img src="http://i.imgur.com/1ILRoHv.gif" style="display: block; width: 100px; height: 100px; visibility: visible; -webkit-mask-image: url(https://www.skicny.com/wp-content/themes/skicny/assets/img/black-diamond.png);">
  301. </div>
  302.  
  303. <=FRIENDS_WEBSITE
  304.  
  305. LASTN_OPT_ITEMS=>10
  306.  
  307. DAY_WEBSITE<=
  308.  
  309. <style>
  310.  
  311. <div id="hillary">
  312. <img src="http://i.imgur.com/gWwK6Zg.gif" style="display: block; width: 125px;height: 176px;opacity: .6; visibility: visible;">
  313. </div>
  314.  
  315. <div id="ruth">
  316. <font style="font-family: mada; font-size: 6px; letter-spacing: 1px; text-transform: uppercase;"><a href="/info">USERINFO</a> <a href="/friends">FRIENDS</a> <a href="/2010/01/01/">CUSTOMS</a></font>
  317. </div>
  318.  
  319. <div id="frida">
  320. <img src="http://i.imgur.com/Yj8DO1U.gif" style="display: block; opacity: .6; visibility: visible; width: 210px !important; height: 160px !important;">
  321. </div>
  322.  
  323. <div id="icon">
  324. <img src="http://i.imgur.com/1ILRoHv.gif" style="display: block; width: 100px; height: 100px; visibility: visible; -webkit-mask-image: url(https://www.skicny.com/wp-content/themes/skicny/assets/img/black-diamond.png);">
  325. </div>
  326.  
  327. <=DAY_WEBSITE
  328.  
  329. CALENDAR_WEBSITE<=
  330.  
  331. <style>
  332.  
  333. <div id="hillary">
  334. <img src="http://i.imgur.com/gWwK6Zg.gif" style="display: block; width: 125px;height: 176px;opacity: .6; visibility: visible;">
  335. </div>
  336.  
  337. <div id="ruth">
  338. <font style="font-family: mada; font-size: 6px; letter-spacing: 1px; text-transform: uppercase;"><a href="/info">USERINFO</a> <a href="/friends">FRIENDS</a> <a href="/2010/01/01/">CUSTOMS</a></font>
  339. </div>
  340.  
  341. <div id="frida">
  342. <img src="http://i.imgur.com/Yj8DO1U.gif" style="display: block; opacity: .6; visibility: visible; width: 210px !important; height: 160px !important;">
  343. </div>
  344.  
  345. <div id="icon">
  346. <img src="http://i.imgur.com/1ILRoHv.gif" style="display: block; width: 100px; height: 100px; visibility: visible; -webkit-mask-image: url(https://www.skicny.com/wp-content/themes/skicny/assets/img/black-diamond.png);">
  347. </div>
  348.  
  349. <=CALENDAR_WEBSITE
  350.  
  351. LASTN_WEBSITE<=
  352.  
  353. <style>
  354.  
  355. <div id="hillary">
  356. <img src="http://i.imgur.com/gWwK6Zg.gif" style="display: block; width: 125px;height: 176px;opacity: .6; visibility: visible;">
  357. </div>
  358.  
  359. <div id="ruth">
  360. <font style="font-family: mada; font-size: 6px; letter-spacing: 1px; text-transform: uppercase;"><a href="/info">USERINFO</a> <a href="/friends">FRIENDS</a> <a href="/2010/01/01/">CUSTOMS</a></font>
  361. </div>
  362.  
  363. <div id="frida">
  364. <img src="http://i.imgur.com/Yj8DO1U.gif" style="display: block; opacity: .6; visibility: visible; width: 210px !important; height: 160px !important;">
  365. </div>
  366.  
  367. <div id="icon">
  368. <img src="http://i.imgur.com/1ILRoHv.gif" style="display: block; width: 100px; height: 100px; visibility: visible; -webkit-mask-image: url(https://www.skicny.com/wp-content/themes/skicny/assets/img/black-diamond.png);">
  369. </div>
  370.  
  371. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement