Advertisement
codejam

halloween 2

Sep 29th, 2017
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. FRIENDS_OPT_ITEMS=>3
  2.  
  3. GLOBAL_HEAD<=
  4. <title>TITLE</title>
  5. <meta charset="UTF-8">
  6. <link rel="shortcut icon" href="https://codiefoster.neocities.org/pics/halloween/29.png">
  7. <link rel="stylesheet" href="http://minna.neocities.org/fonts/font.css">
  8. <link href="https://fonts.googleapis.com/css?family=Mada" rel="stylesheet">
  9. <link rel="stylesheet" href="https://codiefoster.neocities.org/fonts/dripping.css">
  10.  
  11. <style>
  12.  
  13.  
  14. /* ᴄʀᴇᴅɪᴛ: original layout base @ᴍɪɴɴᴀ with heavy edits by squirtle@ij -- please do not remove this credit */
  15.  
  16.  
  17. /* background */
  18. body{background: url(http://imgur.com/a/z0Hd4) ;background-attachment:fixed;
  19. background-color:#c0ddea;
  20. background: -webkit-linear-gradient(#d06b34, #e69439);
  21. background: -o-linear-gradient(#d06b34, #e69439);
  22. background: -moz-linear-gradient(#d06b34, #e69439);
  23. background: linear-gradient(#d06b34, #e69439);
  24. }
  25. overflow-x: hidden; margin-top: 0px; margin-top:0px;}
  26. table {margin-bottom: 0px;}
  27. .shadowed {background-color: #f9f9f9;}
  28.  
  29. /* REMOVES BORDERS AROUND TABLES AND ENTRYBOX; ALLOWS USE OF DROP-SHADOWS INSTEAD */
  30. table {
  31. border: 0p;
  32. }
  33. table table {
  34. border: 0px;
  35. }
  36.  
  37. /* JUSTIFIES TEXT */
  38. tr {
  39. text-align:justify;
  40. }
  41.  
  42. /* SETS THE WIDTH OF YOUR ENTRYBOX. note: this also effects the "top box" with your icon, userinfo links, etc! */
  43. .entrybox {
  44. width:594px;
  45. }
  46.  
  47. /* ENTRYBOX DISPLAY. note: this also effects the "top box" with your icon, userinfo links, etc! */
  48. .entrybox, .shadowed {
  49. background-color: rgba(105, 80, 151, 0.7); /* set the colour of the entrybox. the 0.2 allows you to mess with the opacity. does not effect font opacity. */
  50. box-shadow: 0 0 1px #dddddd; /* how to get a border around the entire entrybox */
  51. border-radius: 2px; /* adding a very slight rounding to the edges */
  52. -webkit-border-radius: 2px;
  53. -moz-border-radius: 2px;
  54. }
  55.  
  56. /* IJ LINKS - USERINFO, CALENDAR, NAVIGATION */
  57. table table table td.meta {
  58. font-size: 0px;
  59. line-height: 0px;
  60. }
  61.  
  62. /* CHANGES FONT SIZES FOR IJ LINKS */
  63. p table.entrybox table table td.meta, table table table td.meta a {
  64. font-size:6px;
  65. line-height: 6px;
  66. font-family: mada;
  67. letter-spacing:1px;
  68. margin-right: 10px;
  69. }
  70.  
  71. /* HIDES THE LINKS AND NAMEFIELD ABOVE THE TOP BOX */
  72. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {
  73. visibility: hidden;
  74. line-height: 0px;
  75. }
  76.  
  77. .entrybox td.index {
  78. display: none;
  79. }
  80.  
  81. /* PAGE FONT */
  82. tr, td, table, body {
  83. font-family: mada;
  84. font-size: 6px;
  85. color: #333;
  86. letter-spacing: 1px;
  87. line-height: 10px;
  88. font-weight: lighter;
  89. text-transform: uppercase;
  90. padding: 1px;
  91. }
  92.  
  93. /* SETS HOW BOLDED TEXT LOOKS */
  94. b {
  95. font-weight: normal !important;
  96. }
  97.  
  98. /* SUBJECT LINE APPEARANCE & FONT */
  99. p table table td.caption {
  100. font-family: mada;
  101. font-size: 8px;
  102. color: #333;
  103. letter-spacing: 1px;
  104. line-height: 8px;
  105. font-weight: lighter;
  106. margin-bottom: -4px;
  107. text-shadow: 0px 0px 1px #404040;
  108. text-transform:uppercase;
  109. padding: 0px;
  110. }
  111.  
  112. /* NAMEFIELD - note: this pulls your default namefield */
  113. .shadowed td div {
  114. font-family: dripping;
  115. font-size: 32px;
  116. line-height: 7px;
  117. color:#504171;
  118. text-shadow: 1px 1px 0px #d16937;
  119. text-transform: lowercase;
  120. margin-left: 10px;
  121. }
  122.  
  123. /* MISC LITTLE TEXT. e.g. navigation/date and time. */
  124. p.index, .index, tr.caption, .meta, td.meta, .comments, .date {
  125. font-family: mada;
  126. font-size: 6px;
  127. line-height: 8px;
  128. letter-spacing: 1px;
  129. color:#222222;
  130. text-shadow:0px 0px 0px #ddd;
  131. font-weight: lighter;
  132. text-transform: uppercase;
  133. }
  134.  
  135. .date {
  136. padding:0;
  137. display:block;
  138. text-align:left; font-size: 6px;
  139. }
  140.  
  141. / * HIDES DATE * /
  142. .dates {
  143. display: none;
  144. }
  145.  
  146. /* LINK EFFECTS */
  147. a {
  148. color: #ccc0d2;
  149. text-shadow: 0px 0px 1px #094f64 ;
  150. text-decoration: none;
  151. -webkit-transition-duration: 1.0s;
  152. -moz-transition-duration: 1.0s;
  153. -o-transition-duration: 1.0s;
  154. }
  155.  
  156. A:hover {
  157. filter: hue-rotate(342deg) saturate(0.9);
  158. -webkit-filter: hue-rotate(342deg) saturate(0.9);
  159. -moz-filter: hue-rotate(342deg) saturate(0.9);
  160. -ms-filter: hue-rotate(342deg) saturate(0.9);
  161. -o-filter: hue-rotate(342deg) saturate(0.9);
  162. text-decoration: none;
  163. color:#4f3d6e;
  164. }
  165.  
  166. .shadowed td div img {
  167. box-shadow: 0 0 0 !important;
  168. }
  169.  
  170. /* USERICONS & LOCKS - note: this pulls your default icon. */
  171. .shadowed img, .index img {
  172. border-radius: 0px;
  173. opacity: 1.0;
  174. filter:alpha(opacity=75);
  175. height: 100px; /* ADJUST SIZE OF ICON */
  176. width: 100px; /* ADJUST SIZE OF ICON */
  177. }
  178.  
  179. .shadowed img {
  180. border-radius: 10px; /* ADJUST WHETHER ICON IS SQUARE, ROUND, ANOTHER SHAPE */
  181. -webkit-border-radius: 10px;
  182. -moz-border-radius: 10px;
  183. padding: 0px;
  184. position: relative;
  185. z-index: 1;
  186. 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 */
  187. }
  188.  
  189. p table table td.caption img {
  190. height:6px;
  191. width:7px;
  192. opacity:0.7;
  193. }
  194.  
  195. /* HIDES THE IJ ICONS FOR UI AND COMM LINKS WHEN USING <xx-lj USER> */
  196. img[src*="img/userinfo.gif"] {
  197. width: 0 !important;
  198. height: 0 !important;
  199. }
  200.  
  201. img[src*="img/community.gif"] {
  202. width: 0 !important;
  203. height: 0 !important;
  204. }
  205.  
  206. /* OPACITY FOR IMAGES */
  207. img {
  208. border: 0px;
  209. opacity:0.7;
  210. filter:alpha(opacity=70);
  211. border-radius:3px;
  212. -webkit-border-radius:3px;
  213. -moz-border-radius:3px;
  214. -moz-transition: all 1.0s ease-out;
  215. -o-transition: all 1.0s ease-out;
  216. -webkit-transition: all 1.0s ease-out;
  217. transition: all 1.0s ease-out;
  218. }
  219.  
  220. img:hover {
  221. opacity:1.0;
  222. filter:alpha(opacity=100);
  223. -moz-transition: all 1.0s ease-out;
  224. -o-transition: all 1.0s ease-out;
  225. -webkit-transition: all 1.0s ease-out;
  226. transition: all 1.0s ease-out;
  227. }
  228.  
  229.  
  230.  
  231. /* FRIENDS PAGE ICON BACKGROUND/FONT */
  232. .entrybox a.index {
  233. background:transparent;
  234. color:#808080;
  235. font-size:8px;
  236. }
  237.  
  238. /* SCROLLBAR APPEARANCE */
  239. ::-webkit-scrollbar {width: 4px;}
  240. /* UNDERNEATH BAR */
  241. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-color:#AFAEEA;}
  242. /* TOP BAR */
  243. ::-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);}
  244.  
  245. /* CURSOR */
  246. body, a, a:hover {
  247. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  248. .}
  249.  
  250. /* CSS */
  251.  
  252. #circle{
  253. position:absolute;
  254. top: 3px;
  255. margin-left: -208px;
  256. visibility: visible;
  257. z-index: 2;
  258. visibility: visible !important;
  259. }
  260.  
  261. #dahlia {
  262. position:absolute;
  263. top: 17px;
  264. margin-left: 190px;
  265. z-index: 2;
  266. }
  267.  
  268. #bat{
  269. position:absolute;
  270. top: 30px;
  271. margin-left: 200px;
  272. z-index: 2;
  273. }
  274.  
  275. #bat2{
  276. position:absolute;
  277. top: 25px;
  278. margin-left: 250px;
  279. z-index: 2;
  280. }
  281.  
  282. #skull{
  283. position:absolute;
  284. top: 180px;
  285. margin-left: -491px;
  286. z-index: 2;
  287. }
  288.  
  289. #skull2{
  290. position:absolute;
  291. top: 250px;
  292. margin-left: -421px;
  293. z-index: 2;
  294. }
  295.  
  296. #icon {
  297. position:absolute;
  298. top: 35px;
  299. margin-left: -110px;
  300. z-index: 1;
  301. width: 100px;
  302. height: 100px;
  303. }
  304. #branch{
  305. position:absolute;
  306. top: 05px;
  307. margin-left: 70px;
  308. z-index: 1;
  309. width: 300px;
  310.  
  311. }
  312.  
  313. #branch2{
  314. position:absolute;
  315. top: -7px;
  316. margin-left: 150px;
  317. z-index: 1;
  318. width: 300px;
  319.  
  320. }
  321.  
  322.  
  323. </style>
  324.  
  325.  
  326. <=GLOBAL_HEAD
  327.  
  328. FRIENDS_WEBSITE<=
  329.  
  330. <table cellspacing="0" cellpadding="0" border="0" summary="">
  331.  
  332. <div id="branch2">
  333. <img src="https://codiefoster.neocities.org/pics/halloween/3.png" style="display: block; width: 30px; height: 130px; opacity: 1.0; transform: rotate(87deg); visibility: visible; border-radius: 0px !important;">
  334. </div>
  335.  
  336.  
  337.  
  338. <div id="dahlia">
  339. <font style="font-family: mada; font-size: 6px; letter-spacing: 1px; text-transform: uppercase;"><a href="/info">USERINFO</a>&emsp;<a href="/friends">FRIENDS</a>&emsp;<a href="/2010/01/01/">CUSTOMS</a></font>
  340. </div>
  341.  
  342. <div id="bat2">
  343. <img src="https://codiefoster.neocities.org/pics/halloween/5.png" style="display: block; width:70; height: 30px; opacity: 0.5; transform: rotate(0deg); visibility: visible;">
  344. </div>
  345.  
  346. <div id="skull2">
  347. <img src="https://codiefoster.neocities.org/pics/halloween/halloween%20card%2032.png" style="display: block; width:100px; height: 150px; transform: rotate(-5deg); opacity: 0.7; visibility: visible; border: 0px !important; border-radius: border-radius: 0px !important;">
  348. </div>
  349.  
  350.  
  351.  
  352. <=FRIENDS_WEBSITE
  353.  
  354. LASTN_OPT_ITEMS=>10
  355.  
  356. LASTN_WEBSITE<=
  357.  
  358. <table cellspacing="0" cellpadding="0" border="0" summary="">
  359.  
  360.  
  361. <div id="branch">
  362. <img src="https://codiefoster.neocities.org/pics/halloween/3.png" style="display: block; width: 80px; height: 180px; opacity: 1.0; transform: rotate(90deg); visibility: visible; border-radius: 0px !important;">
  363. </div>
  364.  
  365. <div id="circle">
  366. <img src="https://codiefoster.neocities.org/pics/wreaths/halloween%20wreath%203.png" style="display: block;margin-top: 2px;margin-left: 80px; width: 140px;height: 140px;opacity: 1.0; filter: hue-rotate(0deg); visibility: visible;">
  367. </div>
  368.  
  369.  
  370. <div id="dahlia">
  371. <font style="font-family: mada; font-size: 6px; letter-spacing: 1px; text-transform: uppercase;"><a href="/info">USERINFO</a>&emsp;<a href="/friends">FRIENDS</a>&emsp;<a href="/2010/01/01/">CUSTOMS</a></font>
  372. </div>
  373.  
  374. <div id="bat">
  375. <img src="https://codiefoster.neocities.org/pics/halloween/5.png" style="display: block; width:100; height: 50px; opacity: 0.5; transform: rotate(0deg); visibility: visible;">
  376. </div>
  377.  
  378. <div id="skull">
  379. <img src="https://codiefoster.neocities.org/pics/halloween/halloween%20card%2032.png" style="display: block; width:200px; height: 250px; transform: rotate(-5deg); opacity: 0.7; visibility: visible; border: 0px !important; border-radius: border-radius: 0px !important;">
  380. </div>
  381.  
  382. <div id="icon">
  383. <img src="http://www.insanejournal.com/userpic/35900968/4195451" style="display: block; width: 100px; height: 100px; opacity: 1.0; visibility: visible; border-radius: 100px !important;">
  384. </div>
  385.  
  386.  
  387. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement