Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.33 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>{Title}</title>
  2.  
  3. <!--
  4.  
  5. kira kira
  6.  
  7. -->
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <!-- you can change the favicon to an image url if you want a custom bookmark icon -->
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <!-- this is the thing that allows you to upload a sidebar image -->
  16. <meta name="text:Linkbox Width" content="80"/>
  17. <meta name="if:Full Background" content="1" />
  18. <meta name="text:Linkbox Padding" content="4"/>
  19. <meta name="image:sidepic" content=""/>
  20. <meta name="image:Background" content=""/>
  21. <meta name="text:Link 1" content=""/>
  22. <meta name="text:Link 1 URL" content=""/>
  23. <meta name="text:Link 2" content=""/>
  24. <meta name="text:Link 2 URL" content=""/>
  25. <meta name="text:Link 3" content=""/>
  26. <meta name="text:Link 3 URL" content=""/>
  27. <meta name="text:Link 4" content=""/>
  28. <meta name="text:Link 4 URL" content=""/>
  29. <meta name="color:Link" content="#666666" />
  30. <meta name="color:Link Hover" content="#666666" />
  31. <meta name="color:Glow" content="#ffeef9" />
  32. <meta name="color:Background" content="#fff" />
  33. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  34. <script type="text/javascript">
  35. $(document).ready(function(){
  36. $(".links_body").hide();
  37. $(".links_head").click(function(){
  38. $(this).next(".links_body").slideToggle('fast');
  39. }); }); </script>
  40. <style type="text/css">
  41. .links_list { margin:0px; padding:0px; width:100px;}
  42. .links_head { padding-top:5px; padding-bottom:13px; cursor:pointer; position:relative; margin-top:-27px; text-align:center;margin-left:100px;}
  43. .links_body {-moz-box-shadow: 0 0 10px 1px {color:Glow};
  44. -webkit-box-shadow: 0 0 10px 1px {color:Glow};
  45. box-shadow: 0 0 10px 1px {color:Glow};padding:{text:Linkbox Padding}px;text-align:center; color: #fff; display:none;background:#fff ;border:1px dashed #ccc;width:{text:Linkbox Width}px;}
  46. </style>
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {
  52. background-color: #fff;
  53. height: 50px;
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. height: 10px;
  58. width: 3px;
  59. background-color: #fcfcfc;}
  60.  
  61. /* these are the follow/dashboard buttons */
  62.  
  63. iframe#tumblr_controls { right:0px !important;position:fixed !important; }
  64.  
  65. /* this is general shit */
  66.  
  67. body { font-family: Courier New;
  68. font-size: 11px;font-weight:normal; line-height: 1.5em; color:#000000; text-align:left; background: #ffffff url({image:Background}) top left fixed repeat;{block:ifFullBackground}background-size:100% 100%;{/block:ifFullBackground}; margin:0; }
  69.  
  70. /* a means links, b means bold, i means italic, and li means lists */
  71.  
  72. a {
  73. color: #666666;
  74. text-decoration:none;}
  75.  
  76. li { list-style:square; }
  77.  
  78. /* content is the big div that holds everything together */
  79.  
  80. #content { margin:auto; width:200px; }
  81.  
  82. /* i'm doing you a favour here cause internet explorer likes to put big ugly blue borders around everything. like some put-ugly-blue-borders-around-everything cult */
  83.  
  84. #content img { border:0px; }
  85.  
  86. /* this is the post cage. style it if you want all your posts is one big box or something */
  87.  
  88. #posts { }
  89.  
  90. /* these are your actual posts */
  91.  
  92. .posts {float:right; padding:15px; background:#ffffff; margin-top:75px; margin-bottom:20px; overflow:hidden; width:350px; border:1px dashed #ccc; -moz-box-shadow: 0 0 10px 1px {color:Glow};
  93. -webkit-box-shadow: 0 0 10px 1px {color:Glow};
  94. box-shadow: 0 0 10px 1px {color:Glow};}
  95.  
  96. /* these are your actual post images */
  97.  
  98. .posts img { max-width:100%; border:0px; }
  99.  
  100. /* you know what this is you got this */
  101.  
  102. blockquote {margin: 0.75em 0 .75em .75em;padding-left: 1.5em;
  103. line-height: 100%;border-left: solid 3px #ccc;}
  104.  
  105. /* captions only appear on photos and photosets. and audio. and video. ok so apparently they appear on a lot whATEVER */
  106.  
  107. #captions { background:#ffffff; }
  108.  
  109. /* these are your post titles like for text posts and chats */
  110.  
  111. #title { color:#000000; margin-bottom:10px; text-align:right; font-weight:900; font-size:13px; }
  112.  
  113. /* these are your permalinks */
  114.  
  115. #pperma { margin:6px 0px 0px 0px; width:100%; padding:0px 0px 0px 0px; line-height:13px; text-align:left; }
  116.  
  117. /* these are your tags */
  118.  
  119. #ptags { margin:6px 0px 0px 0px; width:100%; padding:0px 0px 0px 0px; line-height:13px; text-align:left; }
  120.  
  121. /* these are your post notes, which will currently appear inside the post box unless you change it futher down in the code (they look better in the post box anyway) */
  122.  
  123. #pnotes { margin:8px 0 0 -45px; width:100%; {block:indexpage}display:none;{/block:indexpage} }
  124. #pnotes li {
  125. list-style-type:none;line-height:16px
  126. }
  127.  
  128. #pnotes img {
  129. display:block;float:left;margin-left:0px;width:0px;height:0px
  130. }
  131.  
  132. /* this is your sidebar i dunno why i'm telling you this it's obvious */
  133.  
  134. #sidebar { margin-top: 75px;
  135. width:139px;
  136. padding:0px;position: fixed;
  137. margin-left:260px;
  138. background:transparent; }
  139.  
  140. /* sidebar picture */
  141.  
  142. #sidebar #pic { -moz-box-shadow: 0 0 10px 1px {color:Glow};
  143. -webkit-box-shadow: 0 0 10px 1px {color:Glow};
  144. box-shadow: 0 0 10px 1px {color:Glow};width:100px; border:0px; background:#fff; padding:7px;border:1px dashed #ccc;}
  145.  
  146. /* sidebar description */
  147.  
  148. #descrip { margin:10px 0px 0px 0px; width:100px; }
  149.  
  150. /* sidebar links */
  151.  
  152. #linx { display:block; text-align:center; margin:5px 0px 0px 0px; }
  153.  
  154. /* pagination (if you want endless scrolling go use that shady search engine we talked about) */
  155.  
  156. #pagi { width:350px; padding:0px 15px 15px 15px; text-align:center; }
  157.  
  158. </style> </head> <body>
  159. <div style="height:70px; margin-top:-10px; margin-left:0px; opacity:0.9; background:url('http://static.tumblr.com/olld0m9/H1bne2e4r/tumblr_m7fi00myud1roozkr.gif') repeat-x left top; width:100%; position:fixed; z-index:9999;"></div>
  160. <div id="content">
  161.  
  162. <div id="sidebar">
  163.  
  164. <a href="/"><img id="pic" src="{image:sidepic}"></a>
  165.  
  166. <div id="descrip"> <div class="links_list">
  167. <img src="http://static.tumblr.com/olld0m9/ACQne6etj/candy2.gif" class="links_head">
  168. <div class="links_body">
  169. <center>
  170. <a href="{text:LINK 1 URL}">{text:LINK 1}</a>
  171. <a href="{text:LINK 2 URL}">{text:LINK 2}</a>
  172. <a href="{text:LINK 3 URL}">{text:LINK 3}</a>
  173. <a href="{text:LINK 4 URL}">{text:LINK 4}</a>
  174. </center>
  175. </div></div></div>
  176.  
  177.  
  178. </div>
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186. <div id="posts">
  187.  
  188. {block:Posts}
  189.  
  190. <!-- this big ugly block of coding right here takes away the weird (source:balbla) thing that appears on some photo posts -->
  191.  
  192. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}<!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  193.  
  194. <div class="posts">
  195.  
  196.  
  197.  
  198.  
  199. <!-- edit photo posts here motherfucker -->
  200.  
  201.  
  202. {block:Photo}
  203.  
  204. <img style="width:100%;" src="{PhotoURL-HighRes}">
  205.  
  206. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  207.  
  208. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  209.  
  210. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  211.  
  212. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  213.  
  214. {/block:Photo}
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. <!-- edit photosets here if the mood strikes -->
  222.  
  223.  
  224. {block:Photoset} <div style="max-width:100%;">{Photoset}</div>
  225.  
  226. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  227.  
  228. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  229.  
  230. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  231.  
  232. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  233.  
  234. {/block:Photoset}
  235.  
  236.  
  237.  
  238.  
  239. <!-- text posts woot woot -->
  240.  
  241.  
  242.  
  243. {block:Text}
  244.  
  245. {block:Title}<div id="title">{Title}</div> {/block:Title}
  246.  
  247. {Body}
  248.  
  249. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  250.  
  251. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  252.  
  253. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  254.  
  255. {/block:Text}
  256.  
  257.  
  258.  
  259.  
  260. <!-- ask posts toot toot -->
  261.  
  262.  
  263. {block:Answer}
  264.  
  265. {Asker} said: {Question}
  266.  
  267. {Answer}
  268.  
  269. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  270.  
  271. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  272.  
  273. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  274.  
  275. {/block:Answer}
  276.  
  277.  
  278.  
  279.  
  280.  
  281. <!-- why am i still here you know what this is -->
  282.  
  283.  
  284. {block:Chat}
  285.  
  286. {block:Title}<div id="title">{Title}</div>{/block:Title}
  287.  
  288. {block:Lines}
  289.  
  290. <div style="border-bottom:1px solid #000000;">
  291. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  292. </div>
  293.  
  294. {/block:Lines}
  295.  
  296. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  297.  
  298. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  299.  
  300. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  301.  
  302. {/block:Chat}
  303.  
  304.  
  305.  
  306.  
  307. <!-- it's obviously because i'm your fairy god mother -->
  308.  
  309.  
  310. {block:Quote} "{Quote}" {block:source}-{source}{/block:source}
  311.  
  312. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  313.  
  314. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  315.  
  316. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  317.  
  318. {/block:Quote}
  319.  
  320.  
  321.  
  322.  
  323.  
  324. <!-- make a wish and i'll leave you alone -->
  325.  
  326.  
  327. {block:Audio}
  328.  
  329. {AudioPlayerWhite}
  330.  
  331. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  332.  
  333. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  334.  
  335. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  336.  
  337. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  338.  
  339. {/block:Audio}
  340.  
  341.  
  342.  
  343.  
  344.  
  345. <!-- i won't grant it but i'll leave you alone (also these are link posts not just general blog links) -->
  346.  
  347.  
  348. {block:Link}
  349.  
  350. <div id="title"><a href="{URL}" {Target}>{Name}</a></div>
  351.  
  352. {description}
  353.  
  354. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  355.  
  356. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  357.  
  358. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  359.  
  360. {/block:Link}
  361.  
  362.  
  363.  
  364.  
  365.  
  366. <!-- actually i want you to call me fairy god senpai -->
  367.  
  368.  
  369. {block:Video}
  370.  
  371. {Video-350}
  372.  
  373. {block:Caption} <div id="captions">{Caption}</div> {/block:Caption}
  374.  
  375. {block:date} <div id="pperma"><a href="{permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} with {NoteCountWithLabel}</a></div>
  376.  
  377. {block:HasTags} <div id="ptags">{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{/block:HasTags} {/block:date}
  378.  
  379. {block:PostNotes} <div id="pnotes">{PostNotes}</div> {/block:PostNotes}
  380.  
  381. {/block:Video}
  382.  
  383.  
  384.  
  385.  
  386.  
  387. </div>
  388.  
  389. {/block:Posts}
  390.  
  391. <!-- here is your pagination (next page/previous page shit) and if you decide to go with endless scrolling you can delete this bit -->
  392.  
  393. {block:Pagination} <div id="pagi">
  394.  
  395. {block:PreviousPage}
  396. <a href="{PreviousPage}">prev</a>
  397. {/block:PreviousPage}
  398.  
  399. {block:NextPage}
  400. <a href="{NextPage}">next</a>
  401. {/block:NextPage}
  402.  
  403. </div>{/block:Pagination}
  404.  
  405.  
  406. <!-- AND HERE'S THE FINISH LINE -->
  407.  
  408. </div>
  409.  
  410. <!-- YOU'RE ALMOST THERE -->
  411.  
  412. </body>
  413.  
  414. <!-- YOU MADE IT *pops a bottle of champagne* oops *it hit some white-haired guy in the eye* fucK *it's the birth of another white-haired
  415. eye-patch character* -->
  416.  
  417. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement