kitopia

TOYBOX

Mar 25th, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6.  
  7. TOYBOX THEME by LPS666!!!!!!!! DONT REMOVE CREDIT OR ELSE!!!!
  8.  
  9. ----->
  10.  
  11. <meta charset="utf-8">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <title>{Title}</title>
  18.  
  19. {block:ifnotcustomfavicon}
  20. <link rel="shortcut icon" href="{Favicon}">
  21. {/block:ifnotcustomfavicon}
  22. {block:ifcustomfavicon}
  23. <link rel="shortcut icon" href="{image:favicon}">
  24. {/block:ifcustomfavicon}
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  27.  
  28. <meta name="image:favicon" content=""/>
  29. <meta name="image:cursor" content="http://i.imgur.com/CTuOsr9.png"/>
  30. <meta name="image:bg" content="http://static.tumblr.com/blpgwiz/mrIm4x10z/rainbow.jpg"/>
  31. <meta name="image:aboveicon" content="http://orig03.deviantart.net/6356/f/2015/168/7/6/balloon_divider_by_bigemofurry666-d8xqhfy.gif"/>
  32. <meta name="image:links" content="http://38.media.tumblr.com/da1a5b4decd6a4e91e546235c8c42116/tumblr_inline_o2vzwbMFue1s98fhw_500.gif"/>
  33. <meta name="image:date" content="http://dl.glitter-graphics.com/pub/2053/2053763xanzz361d3.jpg"/>
  34. <meta name="image:sidebarbg" content="http://dl.glitter-graphics.com/pub/2053/2053763xanzz361d3.jpg"/>
  35. <meta name="image:postbg" content="http://dl.glitter-graphics.com/pub/2053/2053763xanzz361d3.jpg"/>
  36.  
  37. <meta name="color:bg" content="#f00"/>
  38. <meta name="color:text" content="#000"/>
  39. <meta name="color:links" content="#eee"/>
  40. <meta name="color:borders" content="#00f"/>
  41. <meta name="color:date" content="#fcf"/>
  42.  
  43. <meta name="if:custom favicon" content="1"/>
  44. <meta name="if:Uppercaselinks" content="0"/>
  45. <meta name="if:bgcover" content="0"/>
  46.  
  47.  
  48.  
  49.  
  50. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. /*
  56. general text styles, fonts and colours
  57. */
  58.  
  59. body {
  60. margin:0px;
  61. background:{color:bg};
  62. background-image:url('{image:bg}');
  63. {block:ifbgcover}
  64. -webkit-background-size: cover;
  65. -moz-background-size: cover;
  66. -o-background-size: cover;
  67. background-size: cover;
  68. {/block:ifbgcover}
  69. font-family: 'comic sans ms';
  70. font-size:14px;
  71. line-height:140%;
  72. color: {color:Text};
  73. }
  74.  
  75. p{
  76. margin:0 0 10px 0;
  77. padding:0;
  78. }
  79.  
  80. pre {
  81. white-space: pre-wrap;
  82. white-space: -moz-pre-wrap;
  83. white-space: -pre-wrap;
  84. white-space: -o-pre-wrap;
  85. word-wrap: break-word;
  86. }
  87.  
  88. a{
  89. background:{color:links};
  90. {block:ifUppercaselinks}
  91. text-transform:uppercase;
  92. {/block:ifUppercaselinks}
  93. text-decoration:none;
  94. }
  95.  
  96. a:hover{
  97. }
  98.  
  99. li{
  100. margin-left:-15px;
  101. }
  102.  
  103. /*
  104. containers etc
  105. */
  106. #wrapper{
  107. width:600px;
  108. margin:50px auto;
  109. }
  110.  
  111. #sidebar{
  112. width:160px;
  113. position:fixed;
  114. background:{color:date};
  115. background-image:url('{image:sidebarbg}');
  116. text-align:center;
  117. padding:15px;
  118. border:3px solid {color:borders};}
  119.  
  120. #content{
  121. width:600px;
  122. margin-left:200px;
  123. }
  124.  
  125.  
  126.  
  127. #date{
  128. background-image: url('http://dl5.glitter-graphics.net/pub/1043/1043585ir2mebcqub.gif');
  129. width:150px;
  130. margin-top:-25px;
  131. z-index:2;
  132. padding:5px;
  133. border: 3px dotted {color:Borders};
  134. margin-bottom:10px;
  135. }
  136.  
  137. .post{
  138. width:400px;
  139. margin:0 0 50px 0;
  140. background:#f00;
  141. background-image:url('{image:postbg}');
  142. border:3px solid {color:borders};
  143.  
  144. padding:15px;
  145. }
  146.  
  147. #sidebar img, .post img{
  148. max-width:100%;
  149. }
  150.  
  151. #nav{
  152. margin:50px 0 0 0;
  153. }
  154.  
  155.  
  156. /*
  157. content in the body of the posts - quotes, asks, etc
  158. "media" contains photos, photosets, videos, audio posts
  159. */
  160. .media{
  161. margin:0 0 10px 0;
  162. }
  163.  
  164. .title{
  165. font-weight:normal;
  166. font-size:18px;
  167. margin:0 0 10px 0;
  168. }
  169.  
  170. .quote{
  171. font-weight:normal;
  172. font-size:16px;
  173. font-style:italic;
  174. margin:0 0 10px 0;
  175. }
  176.  
  177. .question{
  178. margin-bottom:10px;
  179. }
  180.  
  181. blockquote{
  182. margin:0 0 10px 10px;
  183. padding:0 0 0 10px;
  184. border-left:solid 1px #00f;
  185. }
  186.  
  187. /*
  188. post footers - date, tags, via and source
  189. */
  190. .post .footer{
  191. margin:0;
  192. text-align:left;
  193. }
  194.  
  195. .post .header{
  196. margin:5px;
  197. }
  198.  
  199. /*
  200. post notes
  201. */
  202. ol.notes{
  203. list-style-type:none;
  204. padding:0;
  205. margin:0;
  206. }
  207.  
  208. ol.notes li.note img{
  209. width:16px;
  210. height:16px;
  211. }
  212.  
  213. ol.notes li.note{
  214. margin:0px;
  215. }
  216.  
  217.  
  218.  
  219. {CustomCSS}
  220. </style>
  221. </head>
  222.  
  223. <body>
  224.  
  225.  
  226. <div id="wrapper">
  227.  
  228.  
  229. <div id="sidebar"><img src="{image:aboveicon}">
  230. <img src="{PortraitURL-128}">
  231. {block:Description}
  232. <p>{Description}</p>
  233. {/block:Description}
  234.  
  235. <img src="{image:links}"><br>
  236.  
  237. <a href="/">{lang:Home}</a><br>
  238. <a href="/archive">{lang:Archive}</a><br>
  239. {block:AskEnabled}
  240. <a href="/ask">{AskLabel}</a><br>
  241. {/block:AskEnabled}
  242. {block:SubmissionsEnabled}
  243. <a href="/ask">{SubmitLabel}</a><br>
  244. {/block:SubmissionsEnabled}
  245. {block:HasPages}
  246. {block:Pages}
  247. <a href="{URL}">{Label}</a><br>
  248. {/block:Pages}
  249. {/block:HasPages}
  250.  
  251.  
  252. </div>
  253.  
  254.  
  255.  
  256. <div id="content">
  257. {block:Posts}
  258.  
  259. <div class="post">
  260.  
  261. <div class="header">
  262. {block:Date}<div id="date"><a href="{Permalink}">{TimeAgo}</a></div>{/block:Date}
  263. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  264.  
  265. </div>
  266.  
  267. {block:Text}
  268. {block:Title}
  269. <div class="title">{Title}</div>
  270. {/block:Title}
  271. {Body}
  272. {/block:Text}
  273.  
  274. {block:Photo}
  275. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  276. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  277. {/block:Photo}
  278.  
  279. {block:Photoset}
  280. <div class="media">{Photoset-400}</div>
  281. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  282. {/block:Photoset}
  283.  
  284. {block:Quote}
  285. <div class="quote">"{Quote}"</div>
  286. {block:Source}
  287. <div class="quotesource">{Source}</div>
  288. {/block:Source}
  289. {/block:Quote}
  290.  
  291. {block:Link}
  292. <div class="title"><a href="{URL}">{Name}</a></div>
  293. {block:Description}
  294. <div class="description">{Description}</div>
  295. {/block:Description}
  296. {/block:Link}
  297.  
  298. {block:Chat}
  299. {block:Title}
  300. <div class="title">{Title}</div>
  301. {/block:Title}
  302.  
  303. {block:Lines}
  304. <div class="{Alt} user_{UserNumber}">
  305. {block:Label}
  306. <b>{Label}</b>{/block:Label}
  307. &nbsp;{Line}
  308. </div>
  309. {/block:Lines}
  310. {/block:Chat}
  311.  
  312. {block:Video}
  313. <div class="media">{Video-400}</div>
  314. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  315. {/block:Video}
  316.  
  317. {block:Audio}
  318. <div class="media">
  319. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  320. {AudioPlayerWhite}
  321. {block:TrackName}{TrackName}<br>{/block:TrackName}
  322. {block:Artist}{Artist}<br>{/block:Artist}
  323. {block:Album}{Album}{/block:Album}
  324. </div>
  325. {block:Caption}{Caption}{/block:Caption}
  326. {/block:Audio}
  327.  
  328. {block:Answer}
  329. <div class="question">{Asker}: {Question}</div>
  330. <div class="caption">{Answer}</div>
  331. {/block:Answer}
  332.  
  333.  
  334. {block:Date}
  335. <div class="footer">
  336. <a href="{Permalink}">{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>
  337. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  338. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}: {SourceTitle}</a>{/block:ContentSource}
  339. </div>
  340.  
  341. {block:PermalinkPage}
  342. {block:NoteCount}
  343. {block:PostNotes}{PostNotes}{/block:PostNotes}
  344. {/block:NoteCount}
  345. {/block:PermalinkPage}
  346. {/block:Date}
  347.  
  348. </div>
  349. {/block:Posts}
  350.  
  351. {block:Pagination}
  352. <div id="nav">
  353. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  354.  
  355. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  356. </div>
  357. {/block:Pagination}
  358. </div>
  359. </div>
  360.  
  361. </div>
  362.  
  363. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  364. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  365.  
  366. </body>
  367. </html>
Advertisement
Add Comment
Please, Sign In to add comment