mikit20

So far away!

Oct 27th, 2014
6,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!----------------------------------------
  4. Base Code #1 by Incedo
  5. http://incedothemes.tumblr.com
  6. *Tips @ http://incedothemes.tumblr.com/basecodes
  7. *Please do not remove this credit
  8. and please credit me in your faq
  9. *DO NOT REDISTRIBUTE without proper credit
  10. Updated 1/1/14
  11. ------------------------------------------>
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18.  
  19. <style type="text/css">body, a, a:hover {cursor: url(http://media.tumblr.com/1f40badff67b539f91dcf106caecd24b/tumblr_inline_mo87wyItqZ1qz4rgp.gif), progress;}</style>
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25. <!Meta-tags go here>
  26.  
  27. <meta name="image:background" content="" />
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30. <meta name="color:background" content="#ffffff" />
  31. <meta name="color:title" content="#636363" />
  32. <meta name="color:text" content="#000000" />
  33. <meta name="color:Link" content="#555555"/>
  34. <meta name="color:Link Hover" content="#555555"/>
  35. <meta name="color:Permalink Bg" content="#777777"/>
  36. <meta name="color:Permalink" content="#e1e1e1"/>
  37. <meta name="color:Permalink Hover" content="#e1e1e1"/>
  38. <meta name="color:Scroll" content="#FFFFFF"/>
  39. <meta name="color:Tag Bg" content="#FFFFFF"/>
  40. <meta name="color:Ask Bg" content="#FFFFFF"/>
  41. <meta name="color:Ask Text" content="#FFFFFF"/>
  42.  
  43. <meta name="if:infinite scroll" content=""/>
  44. <meta name="if:show tags" content="1" />
  45.  
  46. <meta name="text:Link One URL" content=""/>
  47. <meta name="text:Link One Title" content="link"/>
  48. <meta name="text:Link 2" content=""/>
  49. <meta name="text:Link 2 URL" content=""/>
  50. <meta name="text:Link 3" content=""/>
  51. <meta name="text:Link 3 URL" content=""/>
  52. <meta name="text:Link 4" content=""/>
  53. <meta name="text:Link 4 URL" content=""/>
  54. <meta name="text:Link 5" content=""/>
  55. <meta name="text:Link 5 URL" content=""/>
  56.  
  57.  
  58.  
  59. <!Leave this stuff alone>
  60. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}"/>
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  65.  
  66. <!CSS starts here>
  67. <style type="text/css">
  68.  
  69. body {
  70. background-color:{color:background};
  71. background-image:url({image:background});
  72. background-attachment:fixed;
  73. color:{color:text};
  74. font-family: calibri light;
  75. font-size:11px;
  76. line-height:18px;
  77. letter-spacing:1px;
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. height: 6px;
  82. width: 6px;
  83. background: #ffffff;
  84. }
  85. ::-webkit-scrollbar-thumb {
  86. background: {color:Scroll};
  87. border-radius: 10px;
  88. }
  89.  
  90. a:link, a:active, a:visited{
  91. text-decoration: none;
  92. color: {color:Link};
  93. -webkit-transition: all 0.4s ease-out;
  94. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  95. }
  96.  
  97. a:hover {
  98. color:{color:Link Hover};
  99. text-decoration:none;
  100. }
  101.  
  102. #wrapper {
  103. width:650px;
  104. margin-left:auto;
  105. margin-right:auto;}
  106.  
  107. #sidebar {
  108. top:40px;
  109. width:180px;
  110. position:fixed;
  111. background-color:#fff;
  112. padding:5px;
  113. margin-left:-70px;
  114. box-shadow: 10px 10px rgba(0,0,0,.04);
  115. border:1px solid #eee;
  116. border-radius:5px;
  117. }
  118.  
  119.  
  120. #title {
  121. font-family: 'Dancing Script', cursive;
  122. color: {color:title};
  123. font-size: 22px;
  124. width:100%;
  125. padding:3px;
  126. border-radius:5px 5px 0px 0px;
  127. }
  128.  
  129. .links{
  130. font: normal 10px calibri light;
  131. width:60px;
  132. padding:0px 10px 5px 10px;
  133. padding:2px;
  134. display: inline-block;
  135. text-decoration:none;
  136. -webkit-transition: all 0.4s ease-out;
  137. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  138. }
  139.  
  140. .links a{
  141. margin-left:15px;
  142. }
  143.  
  144. .links a:hover{
  145. padding:2px;
  146. text-decoration:none;
  147. -webkit-transition: all 0.4s ease-out;
  148. -moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  149. }
  150.  
  151.  
  152. #entries {
  153. margin-left: 170px;
  154. margin-top:20px;
  155. width:400px;
  156. }
  157.  
  158. #posts {
  159. width:400px;
  160. overflow:hidden;
  161. margin:40px;
  162. border:1px solid #eee;
  163. padding:10px;
  164. background-color:#fff;
  165. border-radius:7px;
  166. box-shadow: 10px 10px rgba(0,0,0,.04);
  167. }
  168.  
  169. #posttitle {
  170. font-family: 'Dancing Script', cursive;
  171. font-size: 25px;
  172. }
  173.  
  174. img, img a {
  175. border:none;
  176. line-height:0;
  177. max-width:100%;}
  178.  
  179. .permalink{
  180. text-transform:lowercase;
  181. font-size:9px;
  182. background-color:{color:Permalink Bg};
  183. border: 0px solid #E0F1FF;
  184. text-align:right;
  185. color:{color:Permalink};
  186. margin-top: 8px;
  187. padding:3px;
  188. padding-right:4px;
  189. line-height:12px;
  190. border-radius:3px;
  191. text-shadow:1px 1px 0px #BBBBBB;
  192. }
  193. .permalink a{
  194. text-transform:uppercase;
  195. line-height:15px;
  196. color:{color:Permalink};
  197. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  198. }
  199.  
  200. .permalink a:hover{
  201. color:{color:Permalink Hover};
  202. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  203. }
  204.  
  205. .notes {
  206. float: left;
  207. text-align: left;
  208. padding-left:4px;
  209. }
  210.  
  211. .tags{
  212. text-transform:uppercase;
  213. font-size:9px;
  214. background-color:{color:Tag Bg};
  215. border: 0px solid #E0F1FF;
  216. text-align:right;
  217. color:{color:Permalink};
  218. padding:3px;
  219. margin-top:8px;
  220. padding-right:4px;
  221. line-height:12px;
  222. border-radius:3px;
  223. text-shadow:1px 1px 0px #BBBBBB;
  224. }
  225.  
  226. /*** ask ***/
  227. .bubble {align:right;background: {color:Ask Bg}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; color:{color:Ask Text};}
  228. .bubble p {margin:1px 0px;}
  229. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Ask Bg};}
  230.  
  231. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee; border-radius:100px;}
  232.  
  233. </style>
  234.  
  235. <style type="text/css">{CustomCSS}</style>
  236.  
  237. {block:ifinfinitescroll}
  238. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  239. {/block:ifinfinitescroll}
  240.  
  241. </head>
  242.  
  243. <!HTML body starts here>
  244. <body>
  245.  
  246. <div id="wrapper">
  247.  
  248. <div id="sidebar">
  249.  
  250. <div id="title">{Title}</div>
  251. <br>
  252.  
  253. <center><a href="/"><img src="{image:sidebar}"/></a></center>
  254.  
  255. {Description}<br>
  256. <br>
  257. <center>
  258. <a class="links" href="/">home</a>
  259. <a class="links" href="/ask">ask</a>
  260. <a class="links" href="{text:Link One URL}">{text:Link One Title}</a>
  261. <a class="links" href="{text:link 2 url}">{text:link 2}</a>
  262. <a class="links" href="{text:link 3 url}">{text:link 3}</a>
  263. <a class="links" href="{text:link 4 url}">{text:link 4}</a>
  264. <a class="links" href="{text:link 5 url}">{text:link 5}</a>
  265. </center>
  266.  
  267. <div style="text-align:center">
  268. {block:Pagination}
  269. {block:PreviousPage}<a href="{PreviousPage}"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/arrowback_zpsc81bca45.png"></a>{/block:PreviousPage}
  270. {block:NextPage}<a href="{NextPage}"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/arrownext_zps117223f2.png"></a>{/block:NextPage}
  271. {/block:Pagination}
  272. </div>
  273.  
  274. </div>
  275.  
  276. <div class = "autopagerize_page_element" >
  277. <div id="entries">
  278.  
  279. <!Post blocks start here>
  280. {block:Posts}
  281. <div id="posts">
  282.  
  283. {block:Text}
  284. {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
  285. {Body}
  286. {/block:Text}
  287.  
  288. {block:Quote}
  289. "{Quote}"<br>
  290. — {Source}
  291. {/block:Quote}
  292.  
  293. {block:Link}
  294. <a href="{URL}">{Name}</a>
  295. {/block:Link}
  296.  
  297. {block:Chat}
  298. {block:Lines}{block:Label}{Label} {/block:Label}{Line}<br>{/block:Lines}
  299. {/block:Chat}
  300.  
  301. {block:Answer}
  302. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  303. {/block:Answer}
  304.  
  305. {block:Audio}
  306. {AudioPlayer}
  307. {/block:Audio}
  308.  
  309. {block:Video}
  310. {Video-400}
  311. {/block:Video}
  312.  
  313. {block:Photo}
  314. <img src="{PhotoURL-400}"/>
  315. {/block:Photo}
  316.  
  317. {block:Photoset}
  318. {Photoset-400}
  319. {/block:Photoset}
  320.  
  321. {block:caption}{Caption}{/block:caption}
  322. <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
  323.  
  324. {block:ifshowtags}
  325. <div class="tags">
  326. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  327. {/block:ifshowtags}</div>
  328. {block:permalinkpage}
  329. {block:PostNotes}{PostNotes}{/block:PostNotes}
  330. {/block:PermalinkPage}
  331.  
  332. {/block:Posts}
  333.  
  334. {block:ifnotinfinitescroll}
  335. {/block:ifnotinfinitescroll}
  336.  
  337. </div>
  338. </div>
  339. </div>
  340.  
  341. </body>
  342.  
  343. <!---------------DO NOT REMOVE THE CREDITS OR I'LL KILL YOU--------------->
  344.  
  345. <BODY onselectstart="return false;" ondragstart="return false;">
  346. <div style=" font-size:8px; position:fixed; bottom:5px; left:0px; text-align:center; font-family:arial">
  347. <a href="http://themesbymiki.tumblr.com/tagged/cute-themes">✿</a></div>
  348. <div style=" font-size:8px; position:fixed; bottom:5px; right:0px; text-align:center; font-family:arial">
  349. <div id="credit"><a href="http://incedo.tumblr.com/">credit</a></div>
  350. </div>
  351. </html>
Advertisement
Add Comment
Please, Sign In to add comment