Advertisement
lucitor

i love dead apple theme

May 22nd, 2018
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  6.  
  7. base code by animecharacter
  8.  
  9. theme by niko hsifs Σd(≧ω≦*) グッ
  10.  
  11. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  12. ----->
  13.  
  14. <meta charset="utf-8">
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  25.  
  26. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  27.  
  28. <meta name="image:side img" content=""/>
  29.  
  30. <meta name="color:bg" content=""/>
  31. <meta name="color:text" content=""/>
  32. <meta name="color:text shadow" content=""/>
  33. <meta name="color:links" content=""/>
  34. <meta name="color:link shadow" content=""/>
  35. <meta name="color:link hover" content=""/>
  36. <meta name="color:post bg" content=""/>
  37. <meta name="color:post glow" content=""/>
  38. <meta name="color:border color" content=""/>
  39.  
  40. <meta name="select:border style" content="solid"/>
  41. <meta name="select:border style" content="dotted"/>
  42. <meta name="select:border style" content="dashed"/>
  43. <meta name="select:border size" content="1px"/>
  44. <meta name="select:border size" content="2px"/>
  45. <meta name="select:border size" content="3px"/>
  46.  
  47. <meta name="if:glow" content=""/>
  48. <meta name="if:border" content=""/>
  49.  
  50. <meta name="text:link 1 URL" content=""/>
  51. <meta name="text:link 1" content=""/>
  52. <meta name="text:link 2 URL" content=""/>
  53. <meta name="text:link 2" content=""/>
  54. <meta name="text:link 3 URL" content=""/>
  55. <meta name="text:link 3" content=""/>
  56.  
  57. <meta name="text:link divider" content=""/>
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62. /*
  63. general text styles, fonts and colours
  64. */
  65.  
  66. body {
  67. margin:0px;
  68. background:{color:bg};
  69. font-family: arial;
  70. font-size:18px;
  71. line-height:140%;
  72. color:{color:text};
  73. text-shadow:0px 0px 1px {color:text shadow};
  74. }
  75.  
  76. p{
  77. margin:0 0 10px 0;
  78. padding:0;
  79. }
  80.  
  81. pre {
  82. white-space: pre-wrap;
  83. white-space: -moz-pre-wrap;
  84. white-space: -pre-wrap;
  85. white-space: -o-pre-wrap;
  86. word-wrap: break-word;
  87. }
  88.  
  89. a{
  90. color:{color:links};
  91. text-decoration:none;
  92. text-shadow: 0px 0px 5px {color:link shadow}, 0px 0px 2px {color:link shadow};
  93. font-weight:bold;
  94. }
  95.  
  96. a:hover{
  97. color:{color:link hover};
  98.  
  99. }
  100.  
  101. li{
  102. margin-left:-15px;
  103. }
  104.  
  105. /*
  106. containers etc
  107. */
  108. #wrapper{
  109. width:650px;
  110. margin:50px auto;
  111. }
  112.  
  113. #sidebar{
  114. text-align:center;
  115. margin:20px auto 40px auto;
  116. margin-top:-30px;
  117. width:400px;
  118. word-wrap:break-word;
  119. background:{color:post bg};
  120. {block:ifglow}box-shadow: 0 0 10px 5px {color:post glow};{/block:ifglow}
  121. padding:8px;
  122. {block:ifborder}border:{select:border style} {select:border size} {color:border color};{/block:ifborder}
  123. }
  124.  
  125. #content{
  126. width:400px;
  127. margin-left:116px;
  128. }
  129.  
  130. .post{
  131. width:400px;
  132. margin:0 0 50px 0;
  133. overflow:hidden;
  134. word-wrap: break-word;
  135. background:{color:post bg};
  136. {block:ifglow}box-shadow: 0 0 10px 5px {color:post glow};{/block:ifglow}
  137. padding:8px;
  138. {block:ifborder}border:{select:border style} {select:border size} {color:border color};{/block:ifborder}
  139. }
  140.  
  141. #sidebar img, .post img{
  142. max-width:100%;
  143. }
  144.  
  145. #nav{
  146. margin:50px 0 0 0;
  147. }
  148.  
  149.  
  150. /*
  151. content in the body of the posts - quotes, asks, etc
  152. "media" contains photos, photosets, videos, audio posts
  153. */
  154. .media{
  155. margin:0 0 10px 0;
  156. }
  157.  
  158. .title{
  159. font-weight:normal;
  160. font-size:18px;
  161. margin:0 0 10px 0;
  162. }
  163.  
  164. .quote{
  165. font-weight:normal;
  166. font-size:16px;
  167. font-style:italic;
  168. margin:0 0 10px 0;
  169. }
  170.  
  171. .question{
  172. margin-bottom:10px;
  173. }
  174.  
  175. blockquote{
  176. margin:0 0 10px 10px;
  177. padding:0 0 0 10px;
  178. border-left:solid 1px #000;
  179. }
  180.  
  181. /*
  182. post footers - date, tags, via and source
  183. */
  184. .post .footer{
  185. margin:0;
  186. text-align:center;
  187. }
  188.  
  189. /*
  190. post notes
  191. */
  192. ol.notes{
  193. list-style-type:none;
  194. padding:0;
  195. margin:0;
  196. }
  197.  
  198. ol.notes li.note img{
  199. width:16px;
  200. height:16px;
  201. }
  202.  
  203. ol.notes li.note{
  204. margin:0px;
  205. }
  206.  
  207. {CustomCSS}
  208. </style>
  209. </head>
  210.  
  211. <body>
  212. <div id="wrapper">
  213.  
  214.  
  215. <div id="sidebar">
  216. <div id="sidebar img"><img src="{image:side img}"></div>
  217. {block:Description}
  218. <p>{Description}</p>
  219. {/block:Description}
  220. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1} {text:link divider}
  221. {block:iflink2}<a href="{text:link 2 URL}" >{text:link 2}</a>{/block:iflink2} {text:link divider} {block:iflink3}<a href="{text:link 3 URL}" >{text:link 3}</a>{/block:iflink3}<br></div>
  222.  
  223. <div id="content">
  224. {block:Posts}
  225.  
  226. <div class="post">
  227.  
  228. {block:Text}
  229. {block:Title}
  230. <div class="title">{Title}</div>
  231. {/block:Title}
  232. {Body}
  233. {/block:Text}
  234.  
  235. {block:Photo}
  236. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  237. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  238. {/block:Photo}
  239.  
  240. {block:Photoset}
  241. <div class="media">{Photoset-400}</div>
  242. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  243. {/block:Photoset}
  244.  
  245. {block:Quote}
  246. <div class="quote">"{Quote}"</div>
  247. {block:Source}
  248. <div class="quotesource">{Source}</div>
  249. {/block:Source}
  250. {/block:Quote}
  251.  
  252. {block:Link}
  253. <div class="title"><a href="{URL}">{Name}</a></div>
  254. {block:Description}
  255. <div class="description">{Description}</div>
  256. {/block:Description}
  257. {/block:Link}
  258.  
  259. {block:Chat}
  260. {block:Title}
  261. <div class="title">{Title}</div>
  262. {/block:Title}
  263.  
  264. {block:Lines}
  265. <div class="{Alt} user_{UserNumber}">
  266. {block:Label}
  267. <b>{Label}</b>{/block:Label}
  268. &nbsp;{Line}
  269. </div>
  270. {/block:Lines}
  271. {/block:Chat}
  272.  
  273. {block:Video}
  274. <div class="media">{Video-400}</div>
  275. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  276. {/block:Video}
  277.  
  278. {block:Audio}
  279. <div class="media">
  280. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  281. {AudioPlayerWhite}
  282. {block:TrackName}{TrackName}<br>{/block:TrackName}
  283. {block:Artist}{Artist}<br>{/block:Artist}
  284. {block:Album}{Album}{/block:Album}
  285. </div>
  286. {block:Caption}{Caption}{/block:Caption}
  287. {/block:Audio}
  288.  
  289. {block:Answer}
  290. <div class="question">{Asker}: {Question}</div>
  291. <div class="caption">{Answer}</div>
  292. {/block:Answer}
  293.  
  294.  
  295. {block:Date}
  296. <div class="footer">
  297. <a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>
  298. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  299. </div>
  300.  
  301. {block:PermalinkPage}
  302. {block:NoteCount}
  303. {block:PostNotes}{PostNotes}{/block:PostNotes}
  304. {/block:NoteCount}
  305. {/block:PermalinkPage}
  306. {/block:Date}
  307.  
  308. </div>
  309. {/block:Posts}
  310.  
  311. {block:Pagination}
  312. <div id="nav">
  313. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  314.  
  315. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  316. </div>
  317. {/block:Pagination}
  318. </div>
  319. </div>
  320.  
  321. </div>
  322.  
  323. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  324. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  325.  
  326. </body>
  327. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement