dawnne

thm 08; peach

Nov 11th, 2014
1,335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--- THEME 08 BY XIAO QI --- **milksin.tumblr.com**
  4.  
  5. basic rules apply.
  6. please just keep the credit where it's supposed to be.
  7. message me if there're any glitches in the codes.
  8. thank you for using this theme !!
  9.  
  10. --->
  11.  
  12. <html>
  13. <head>
  14. <title>{title}{block:PostSummary}; {PostSummary}{/block:PostSummary}
  15. </title>
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18.  
  19. <meta name="image:background" content=""/>
  20. <meta name="color:background" content="#ffffff"/>
  21. <meta name="color:body text" content="#000000"/>
  22. <meta name="color:links" content="#cac0c0"/>
  23. <meta name="color:links hover" content="#ffe4e1"/>
  24. <meta name="color:bar" content="#000000"/>
  25. <meta name="color:border" content="#c0c0c0"/>
  26. <meta name="color:posts bg" content="#ffffff"/>
  27. <meta name="color:posts info bg" content="#ffffff"/>
  28. <meta name="color:sidebar text" content="#808080"/>
  29. <meta name="color:sidebar bg" content="#ffffff"/>
  30. <meta name="color:sidebar border" content="#cac0c0"/>
  31. <meta name="color:scrollbar" content="#000000"/>
  32.  
  33. <meta name="if:200px" content="0"/>
  34. <meta name="if:250px" content="1"/>
  35. <meta name="if:400px" content="0"/>
  36. <meta name="if:infinite scroll" content="1"/>
  37. <meta name="if:semi transparent posts bg" content="0"/>
  38. <meta name="if:semi transparent sidebar bg" content="0"/>
  39. <meta name="if:maximized background" content="0"/>
  40. <meta name="if:post fade" content="1"/>
  41.  
  42. <meta name="text:link1" content=""/>
  43. <meta name="text:link1 url" content="/"/>
  44. <meta name="text:link2" content=""/>
  45. <meta name="text:link2 url" content="/"/>
  46. <meta name="text:link3" content=""/>
  47. <meta name="text:link3 url" content="/"/>
  48. <meta name="text:link4" content=""/>
  49. <meta name="text:link4 url" content="/"/>
  50. <meta name="text:link5" content=""/>
  51. <meta name="text:link5 url" content="/"/>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("a[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:80,
  61. tip_fade_speed:300,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <style type="text/css">
  69.  
  70. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  71.  
  72. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  73.  
  74. ::-webkit-scrollbar{
  75. width:5px;
  76. height:4px;
  77. background-color:{color:background};
  78. }
  79. ::-webkit-scrollbar-thumb{
  80. background-color:{color:scrollbar};
  81. border:1px solid {color:border};
  82. }
  83. #s-m-t-tooltip{
  84. max-width:330px;
  85. font-size:8px;
  86. font-family:"Lucida Console";
  87. border:1px solid {color:border};
  88. background-color:{color:background};
  89. color:{color:body text};
  90. letter-spacing:1px;
  91. text-transform:uppercase;
  92. padding:3px 3px 3px 4px;
  93. margin:35px 0px 20px 35px;
  94. z-index:9999999999999999999999;
  95. }
  96.  
  97. body{
  98. background-image:url('{image:background}');
  99. background-attachment:fixed;
  100. background-color:{color:background};
  101. {block:ifmaximizedbackground}
  102. background-repeat:no-repeat;
  103. background-size:cover;
  104. {/block:ifmaximizedbackground}
  105. color:{color:body text};
  106. font-family:"Lucida Console";
  107. font-size:9px;
  108. }
  109. a{
  110. color:{color:links};
  111. text-decoration:none;
  112. -webkit-transition-duration: 0.3s;
  113. -moz-transition-duration: 0.3s;
  114. -o-transition-duration: 0.3s;
  115. -ms-transition-duration: 0.3s;
  116. }
  117. a:hover{
  118. color:{color:links hover};
  119. -webkit-transition-duration: 0.3s;
  120. -moz-transition-duration: 0.3s;
  121. -o-transition-duration: 0.3s;
  122. -ms-transition-duration: 0.3s;
  123. }
  124. #content{
  125. margin:130px 50px 80px 170px;
  126. {block:indexpage}
  127. {block:if200px}
  128. width:300px;
  129. {/block:if200px}
  130. {block:if250px}
  131. width:350px;
  132. {/block:if250px}
  133. {block:if400px}
  134. width:500px;
  135. {/block:if400px}
  136. {/block:indexpage}
  137. {block:permalinkpage}
  138. width:500px;
  139. {/block:permalinkpage}
  140. }
  141. #content img{
  142. {block:indexpage}
  143. {block:if200px}
  144. max-width:200px;
  145. {/block:if200px}
  146. {block:if250px}
  147. max-width:250px;
  148. {/block:if250px}
  149. {block:if400px}
  150. max-width:400px;
  151. {/block:if400px}
  152. {/block:indexpage}
  153. {block:permalinkpage}
  154. max-width:400px;
  155. {/block:permalinkpage}
  156. }
  157. #posto{
  158. {block:indexpage}
  159. {block:if200px}
  160. width:200px;
  161. {/block:if200px}
  162. {block:if250px}
  163. width:250px;
  164. {/block:if250px}
  165. {block:if400px}
  166. width:400px;
  167. {/block:if400px}
  168. {/block:indexpage}
  169. {block:permalinkpage}
  170. width:400px;
  171. {/block:permalinkpage}
  172. border:1px solid {color:border};
  173. padding:15px;
  174. {block:ifnotsemitransparentsidebarbg}
  175. background-color:{color:posts bg};
  176. {/block:ifnotsemitransparentsidebarbg}
  177. {block:ifsemitransparentsidebarbg}
  178. background:rgba(255,255,255,0.5);
  179. {/block:ifsemitransparentsidebarbg}
  180. {block:ifpostfade}
  181. opacity:.8;
  182. {/block:ifpostfade}
  183. }
  184. #posto:hover{
  185. opacity:1;
  186. -webkit-transition-duration: 0.4s;
  187. -moz-transition-duration: 0.4s;
  188. -o-transition-duration: 0.4s;
  189. -ms-transition-duration: 0.4s;
  190. }
  191. #posts{
  192. margin:100px 0px 100px;
  193. }
  194. .inf{
  195. float:left;
  196. }
  197. .inf a{
  198. margin:0px 3px;
  199. text-decoration:underline;
  200. }
  201. #tags{
  202. padding:4px 0px 0px 2px;
  203. color:{color:links};
  204. font-size:8px;
  205. text-transform:uppercase;
  206. display:none;
  207. }
  208. .info{
  209. {block:indexpage}
  210. {block:if200px}
  211. width:217px;
  212. {/block:if200px}
  213. {block:if250px}
  214. width:267px;
  215. {/block:if250px}
  216. {block:if400px}
  217. width:417px;
  218. {/block:if400px}
  219. {/block:indexpage}
  220. padding:4px 0px 3px 13px;
  221. opacity:.8;
  222. border:1px solid {color:border};
  223. margin-top:5px;
  224. {block:ifnotsemitransparentsidebarbg}
  225. background-color:{color:posts info bg};
  226. {/block:ifnotsemitransparentsidebarbg}
  227. {block:ifsemitransparentsidebarbg}
  228. background:rgba(255,255,255,0.5);
  229. {/block:ifsemitransparentsidebarbg}
  230. -webkit-transition-duration: 0.4s;
  231. -moz-transition-duration: 0.4s;
  232. -o-transition-duration: 0.4s;
  233. -ms-transition-duration: 0.4s;
  234. }
  235. #posts:hover .info{
  236. opacity:1;
  237. -webkit-transition-duration: 0.4s;
  238. -moz-transition-duration: 0.4s;
  239. -o-transition-duration: 0.4s;
  240. -ms-transition-duration: 0.4s;
  241. }
  242. #barr{
  243. left:0px;
  244. width:50px;
  245. position:fixed;
  246. top:0px;
  247. height:100%;
  248. z-index:3;
  249. background-color:{color:bar};
  250. }
  251. #barrz{
  252. left:0px;
  253. position:fixed;
  254. width:80px;
  255. top:0px;
  256. height:100%;
  257. z-index:1;
  258. background-image:url('{image:posts background}');
  259. }
  260. #sidebar{
  261. position:fixed;
  262. width:130px;
  263. {block:indexpage}
  264. {block:if200px}
  265. margin-left:350px;
  266. {/block:if200px}
  267. {block:if250px}
  268. margin-left:400px;
  269. {/block:if250px}
  270. {block:if400px}
  271. margin-left:550px;
  272. {/block:if400px}
  273. {/block:indexpage}
  274. {block:permalinkpage}
  275. margin-left:550px;
  276. {/block:permalinkpage}
  277. top:28%;
  278. }
  279. #slinks{
  280. text-align:right;
  281. border:1px solid {color:sidebar border};
  282. padding:2px;
  283. margin-top:3px;
  284. {block:ifnotsemitransparentsidebarbg}
  285. background-color:{color:sidebar bg};
  286. {/block:ifnotsemitransparentsidebarbg}
  287. {block:ifsemitransparentsidebarbg}
  288. background:rgba(255,255,255,0.5);
  289. {/block:ifsemitransparentsidebarbg}
  290. }
  291. #slinks a{
  292. color:{color:sidebar text};
  293. }
  294. #audioplayer{
  295. width:27px;
  296. overflow-x:hidden;
  297. }
  298. #audioinfo{
  299. margin:10px 0px 10px;
  300. }
  301. #notecontainer{
  302. width:415px;
  303. z-index:9999;
  304. letter-spacing:1px;
  305. line-height:19px;
  306. margin-bottom:25px;
  307. display:block;
  308. max-height:220px;
  309. overflow:scroll;
  310. overflow-x:hidden;
  311. border:1px solid {color:border};
  312. margin-top:58px;
  313. padding-left:15px;
  314. {block:ifnotsemitransparentpostsbg}
  315. background-color:{color:posts bg};
  316. {/block:ifnotsemitransparentpostsbg}
  317. {block:ifsemitransparentpostsbg}
  318. background:rgba(255,255,255,0.5);
  319. {/block:ifsemitransparentpostsbg}
  320. }
  321. #notecontainer ol.notes {
  322. list-style-type: none;
  323. margin-bottom: 0;
  324. padding:0;
  325. }
  326. #notecontainer img.avatar {
  327. display:none;
  328. }
  329. #quote {
  330. font-family:"Lucida Console";
  331. text-transform:uppercase;
  332. font-size:10px;
  333. }
  334. #quotesrc {
  335. text-align:right;
  336. font-family:arial;
  337. font-size:8px;
  338. }
  339. #question {
  340. font-style:italic;
  341. font-size:9px;
  342. text-align:right;
  343. border-bottom:1px solid {color:border};
  344. padding:8px 10px 8px 10px;
  345. opacity:.9
  346. }
  347. #question a {
  348. text-decoration:none;
  349. color:{color:links};
  350. font-size:12px;
  351. }
  352. #question a:hover {
  353. text-decoration:none;
  354. color:{color:links hover};
  355. }
  356. #asker {
  357. font-size:11px;
  358. }
  359. #desc{
  360. line-height:11px;
  361. border:1px solid {color:sidebar border};
  362. padding:2px 2px 2px 3px;
  363. color:{color:sidebar text};
  364. font-size:8px;
  365. {block:ifnotsemitransparentsidebarbg}
  366. background-color:{color:sidebar bg};
  367. {/block:ifnotsemitransparentsidebarbg}
  368. {block:ifsemitransparentsidebarbg}
  369. background:rgba(255,255,255,0.5);
  370. {/block:ifsemitransparentsidebarbg}
  371. }
  372. .p{
  373. display:inline;
  374. }
  375. </style>
  376. </head>
  377. {block:ifinfinitescroll}
  378. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  379. {/block:ifinfinitescroll}
  380. <body>
  381. <div id="barr"></div>
  382. <div id="barrz"></div>
  383. <div id="content">
  384. <div id="sidebar">
  385. <div id="desc">
  386. {description}</div>
  387. <div id="slinks">
  388. <a href="{text:link1 url}" title="{text:link1}">1.</a>
  389. <a href="{text:link2 url}" title="{text:link2}">2.</a>
  390. <a href="{text:link3 url}" title="{text:link3}">3.</a>
  391. <a href="{text:link4 url}" title="{text:link4}">4.</a>
  392. <a href="{text:link5 url}" title="{text:link5}">5.</a>
  393.  
  394. </div>
  395. {block:ifnotinfinitescroll}
  396. {block:pagination}
  397. <div id="pagi" style="margin:4px 0px 0px 0px;">
  398. {block:previouspage}<div class="p"><a href="{previouspage}">prev</a></div>{/block:previouspage}
  399. {block:nextpage}<div class="p"><a href="{nextpage}">next</a></div>{/block:nextpage}
  400. </div>
  401. {/block:pagination}
  402. {/block:ifnotinfinitescroll}
  403. </div>
  404. {block:ifinfinitescroll}
  405. <div class="autopagerize_page_element">
  406. {/block:ifinfinitescroll}
  407. {block:posts}
  408. <div id="posts">
  409. <div id="posto">
  410. {block:Photo}
  411. {LinkOpenTag}
  412. {block:indexpage}
  413. {block:if400px}<img src="{PhotoURL-400}" />{/block:if400px}
  414. {block:if250px}<img src="{PhotoURL-250}" />{/block:if250px}
  415. {block:if200px}<img src="{PhotoURL-250}" />{/block:if200px}
  416. {/block:indexpage}
  417. {block:permalinkpage}
  418. <img src="{PhotoURL-400}" />
  419. {/block:permalinkpage}
  420. {LinkCloseTag}
  421. {/block:Photo}
  422.  
  423. {block:Photoset}
  424. {block:indexpage}
  425. {block:if400px}{Photoset-400}{/block:if400px}
  426. {block:if250px}{Photoset-250}{/block:if250px}
  427. {block:if200px}{Photoset}{/block:if200px}
  428. {/block:indexpage}
  429. {block:permalinkpage}
  430. {photoset-400}
  431. {/block:permalinkpage}
  432. {/block:Photoset}
  433.  
  434. {block:Text}
  435. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  436. {Body}
  437. {/block:Text}
  438.  
  439. {block:Quote}
  440. <div id="quote">“{Quote}”</div>
  441. {block:Source}<br /><div id="quotesrc">{Source}</div>{/block:Source}
  442. {/block:Quote}
  443.  
  444. {block:Answer}
  445. <div id="question">
  446. {Asker} asked: {Question}
  447. </div>
  448. {Answer}
  449. {/block:Answer}
  450.  
  451. {block:Audio}<center><div id="audioplayer">
  452. {AudioPlayerWhite}</div>
  453. <div id="audioinfo">
  454. {block:TrackName}
  455. {TrackName}<br>
  456. {/block:TrackName}
  457. {block:Artist}
  458. by {Artist}
  459. {/block:Artist}
  460. </div></center>
  461. {/block:Audio}
  462.  
  463. {block:Link}
  464. <div class="title"><a href="{URL}" >{Name}</a></div>
  465. {block:Description}<br />{Description}{/block:Description}
  466. {/block:Link}
  467.  
  468. {block:Chat}
  469. {block:Title}{Title}<br />{/block:Title}
  470. {block:Lines}
  471. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>
  472. {/block:Lines}
  473. {/block:Chat}
  474.  
  475. {block:Video}
  476. {block:indexpage}
  477. {block:if400px}{Video-400}{/block:if400px}
  478. {block:if250px}{Video-250}{/block:if250px}
  479. {/block:indexpage}
  480. {block:permalinkpage}
  481. {Video-400}
  482. {/block:permalinkpage}
  483. {/block:Video}
  484. </div>
  485.  
  486. {block:permalinkpage}<p>{block:Caption}{Caption}{/block:Caption}</p>
  487. <p style="text-align:left;text-transform:uppercase;font-family:arial;letter-spacing:2px;margin:15px 0px -30px;">
  488. {block:Date}{DayOfMonthWithZero} {Month} {Year}{/block:Date}{block:NoteCount}<br>
  489. {NoteCountWithLabel}<br>
  490. {/block:NoteCount}
  491. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  492. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  493. {block:HasTags}<br>{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}{/block:HasTags}
  494. </p>
  495. {/block:permalinkpage}
  496.  
  497. {block:indexpage}
  498. {block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}
  499. <div class="info"><div class="inf">
  500. <a href="{Permalink}" title="permalink">{NoteCount} </a>
  501. </div>
  502. <a href="{ReblogURL}" target="_blank" title="reblog?"> reblog</a>
  503. </div>
  504. {/block:indexpage}
  505.  
  506. </div>
  507. {block:PostNotes}
  508. <div id="notecontainer">{PostNotes}</div>
  509. {/block:PostNotes}
  510. {/block:posts}
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517. </div>
  518.  
  519. <!-- i worked hard on this theme so please don't remove the credit or move it to a page. just dont touch it. i hope you understand. -->
  520. <a style="position:fixed;bottom:10px;right:10px;width:11px;height:11px;background-color:{color:background};border:1px solid {color:body}" href="http://milksin.tumblr.com" title="theme by xiao qi"/>
  521.  
  522.  
  523.  
  524.  
  525. </body>
  526.  
  527.  
  528.  
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment