dawnne

thm 10; clean

Jul 18th, 2015
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.14 KB | None | 0 0
  1.  
  2.  
  3. <!--- THEME 09 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. <!DOCTYPE html>
  13. <html>
  14. <head>
  15. <title>{title}{block:PostSummary}; {PostSummary}{/block:PostSummary}
  16. </title>
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18. <link rel="shortcut icon" href="{Favicon}" />
  19.  
  20. <meta name="image:background" content=""/>
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:body" content="#000000"/>
  23. <meta name="color:links" content="#cac0c0"/>
  24. <meta name="color:links hover" content="#ffe4e1"/>
  25. <meta name="color:posts bg" content="#ffffff"/>
  26. <meta name="color:scrollbar" content="#000000"/>
  27.  
  28. <meta name="if:show updates" content="1"/>
  29. <meta name="if:maximized background" content="0"/>
  30. <meta name="if:250px" content="1"/>
  31. <meta name="if:400px" content="0"/>
  32.  
  33. <meta name="text:description" content="description here"/>
  34. <meta name="text:updates content" content="updates content here"/>
  35. <meta name="text:link1" content=""/>
  36. <meta name="text:link1 url" content="/"/>
  37. <meta name="text:link2" content=""/>
  38. <meta name="text:link2 url" content="/"/>
  39. <meta name="text:link3" content=""/>
  40. <meta name="text:link3 url" content="/"/>
  41. <meta name="text:link4" content=""/>
  42. <meta name="text:link4 url" content="/"/>
  43. <meta name="text:link5" content=""/>
  44. <meta name="text:link5 url" content="/"/>
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("a[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:80,
  54. tip_fade_speed:300,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63. 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: .3s ease-in-out; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out; }
  64.  
  65. 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; }
  66.  
  67. ::-webkit-scrollbar{
  68. width:5px;
  69. height:4px;
  70. background-color:{color:background};
  71. }
  72. ::-webkit-scrollbar-thumb{
  73. background-color:{color:scrollbar};
  74. }
  75. #s-m-t-tooltip{
  76. max-width:330px;
  77. font-size:8px;
  78. font-family:"Lucida Console";
  79. background-color:{color:background};
  80. color:{color:body};
  81. letter-spacing:1px;
  82. text-transform:uppercase;
  83. padding:3px 3px 3px 4px;
  84. margin:35px 0px 20px 35px;
  85. z-index:9999999999999999999999;
  86. }
  87.  
  88. body{
  89. background-image:url('{image:background}');
  90. background-attachment:fixed;
  91. background-color:{color:background};
  92. {block:ifmaximizedbackground}
  93. background-repeat:no-repeat;
  94. background-size:cover;
  95. {/block:ifmaximizedbackground}
  96. color:{color:body};
  97. font-family:"Lucida Console";
  98. font-size:9px;
  99. }
  100. a{
  101. color:{color:links};
  102. text-decoration:none;
  103. -webkit-transition-duration: 0.3s;
  104. -moz-transition-duration: 0.3s;
  105. -o-transition-duration: 0.3s;
  106. -ms-transition-duration: 0.3s;
  107. }
  108. a:hover{
  109. color:{color:links hover};
  110. -webkit-transition-duration: 0.3s;
  111. -moz-transition-duration: 0.3s;
  112. -o-transition-duration: 0.3s;
  113. -ms-transition-duration: 0.3s;
  114. }
  115. #content{
  116. margin:130px auto 80px;
  117. {block:indexpage}
  118. {block:if250px}
  119. width:280px;
  120. {/block:if250px}
  121. {block:if400px}
  122. width:430px;
  123. {/block:if400px}
  124. {/block:indexpage}
  125. {block:permalinkpage}
  126. width:430px;
  127. {/block:permalinkpage}
  128. }
  129. blockquote{
  130. border-left:1px solid {color:links hover};
  131. margin:2px 10px 2px 10px;
  132. padding:0px 4px;
  133. }
  134. #posts{
  135.  
  136. background-color:{color:posts bg};
  137. {block:indexpage}
  138. padding:15px 15px 3px 15px;
  139. margin:80px 0px 80px;
  140. {/block:indexpage}
  141. {block:permalinkpage}
  142. padding:15px 15px 15px 15px;
  143. margin:80px 0px 20px;
  144. {/block:permalinkpage}
  145. }
  146.  
  147. .info{
  148. text-align:right;
  149. margin-top:2px;
  150. opacity:0;
  151. -webkit-transition-duration: 0.3s;
  152. -moz-transition-duration: 0.3s;
  153. -o-transition-duration: 0.3s;
  154. -ms-transition-duration: 0.3s;
  155. }
  156. #posts:hover .info{
  157. opacity:1;
  158. -webkit-transition-duration: 0.3s;
  159. -moz-transition-duration: 0.3s;
  160. -o-transition-duration: 0.3s;
  161. -ms-transition-duration: 0.3s;
  162. }
  163. #audioplayer{
  164. width:27px;
  165. overflow-x:hidden;
  166. }
  167. #audioinfo{
  168. margin:10px 0px 10px;
  169. }
  170. #notecontainer{
  171. width:430px;
  172. z-index:9999;
  173. letter-spacing:1px;
  174. line-height:19px;
  175. margin-bottom:25px;
  176. display:block;
  177. max-height:220px;
  178. overflow:scroll;
  179. overflow-x:hidden;
  180. margin-top:58px;
  181.  
  182. }
  183. #notecontainer ol.notes {
  184. list-style-type: none;
  185. margin-bottom: 0;
  186. padding:0;
  187. }
  188. #notecontainer img.avatar {
  189. display:none;
  190. }
  191. #quote {
  192. font-family:"Lucida Console";
  193. text-transform:uppercase;
  194. font-size:10px;
  195. }
  196. #quotesrc {
  197. text-align:right;
  198. font-family:arial;
  199. font-size:8px;
  200. }
  201. #question {
  202. font-style:italic;
  203. font-size:9px;
  204. text-align:right;
  205. border-bottom:1px solid {color:border};
  206. padding:8px 10px 8px 10px;
  207. opacity:.9
  208. }
  209. #question a {
  210. text-decoration:none;
  211. color:{color:links};
  212. font-size:12px;
  213. }
  214. #question a:hover {
  215. text-decoration:none;
  216. color:{color:links hover};
  217. }
  218. #asker {
  219. font-size:11px;
  220. }
  221. .p{
  222. display:inline;
  223. }
  224. .p a{
  225. text-decoration:underline;
  226. }
  227. #upd{
  228. position:fixed;
  229. top:15px;
  230. left:15px;
  231. font-family:helvetica;
  232. color:black;
  233. padding:4px 8px 10px 8px;
  234. height:5px;
  235. width:34px;
  236. overflow:hidden;
  237. -webkit-transition-duration: 0.6s;
  238. -moz-transition-duration: 0.6s;
  239. -o-transition-duration: 0.6s;
  240. -ms-transition-duration: 0.6s;
  241. opacity:.76;
  242. line-height:12px;
  243. text-decoration:underline;
  244. {block:ifnotshowupdates}
  245. display:none;
  246. {/block:ifnotshowupdates}
  247.  
  248. }
  249. #upd:hover{
  250. height:100px;
  251. width:120px;
  252. opacity:1;
  253. -webkit-transition-duration: 0.6s;
  254. -moz-transition-duration: 0.6s;
  255. -o-transition-duration: 0.6s;
  256. -ms-transition-duration: 0.6s;
  257. text-decoration:none;
  258. }
  259. #updc{
  260. margin-top:10px;
  261. opacity:0;
  262. -webkit-transition-duration: 0.8s;
  263. -moz-transition-duration: 0.8s;
  264. -o-transition-duration: 0.8s;
  265. -ms-transition-duration: 0.8s;
  266. }
  267. #upd:hover #updc{
  268. opacity:1;
  269. -webkit-transition-duration: 0.8s;
  270. -moz-transition-duration: 0.8s;
  271. -o-transition-duration: 0.8s;
  272. -ms-transition-duration: 0.8s;
  273. }
  274. #updt{
  275. text-align:center;
  276. padding:0px 3px 5px 0px;
  277. }
  278. </style>
  279.  
  280.  
  281. </head>
  282.  
  283. <body>
  284.  
  285. <div id="upd">
  286. <div id="updt">updates</div>
  287. <div id="updc">
  288. {text:updates content}
  289. </div>
  290. </div>
  291.  
  292.  
  293.  
  294. <div id="content">
  295. <div id="sidebar">
  296. <div id="desc">
  297. {text:description}
  298. </div>
  299. <p>
  300. <div id="slinks">
  301. <a href="{text:link1 url}">{text:link1}</a>
  302. {block:iflink2} / <a href="{text:link2 url}">{text:link2}</a>{/block:iflink2}
  303. {block:iflink3} / <a href="{text:link3 url}">{text:link3}</a>{/block:iflink3}
  304. {block:iflink4} / <a href="{text:link4 url}">{text:link4}</a>{/block:iflink4}
  305. {block:iflink5} / <a href="{text:link5 url}">{text:link5}</a>{/block:iflink5}
  306. </div>
  307. </div>
  308.  
  309.  
  310. {block:posts}
  311. <div id="posts">
  312. <div id="posto">
  313. {block:Photo}
  314. {LinkOpenTag}
  315. {block:indexpage}
  316. {block:if400px}<img src="{PhotoURL-400}" />{/block:if400px}
  317. {block:if250px}<img src="{PhotoURL-250}" />{/block:if250px}
  318. {/block:indexpage}
  319. {block:permalinkpage}
  320. <img src="{PhotoURL-400}" />
  321. {/block:permalinkpage}
  322. {LinkCloseTag}
  323. {/block:Photo}
  324.  
  325. {block:Photoset}
  326. {block:indexpage}
  327. {block:if400px}{Photoset-400}{/block:if400px}
  328. {block:if250px}{Photoset-250}{/block:if250px}
  329. {/block:indexpage}
  330. {block:permalinkpage}
  331. {photoset-400}
  332. {/block:permalinkpage}
  333. {/block:Photoset}
  334.  
  335. {block:Text}
  336. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  337. {Body}
  338. {/block:Text}
  339.  
  340. {block:Quote}
  341. <div id="quote">“{Quote}”</div>
  342. {block:Source}<br /><div id="quotesrc">{Source}</div>{/block:Source}
  343. {/block:Quote}
  344.  
  345. {block:Answer}
  346. <div id="question">
  347. {Asker} asked: {Question}
  348. </div>
  349. {Answer}
  350. {/block:Answer}
  351.  
  352. {block:Audio}<center><div id="audioplayer">
  353. {AudioPlayerWhite}</div>
  354. <div id="audioinfo">
  355. {block:TrackName}
  356. {TrackName}<br>
  357. {/block:TrackName}
  358. {block:Artist}
  359. by {Artist}
  360. {/block:Artist}
  361. </div></center>
  362. {/block:Audio}
  363.  
  364. {block:Link}
  365. <div class="title"><a href="{URL}" >{Name}</a></div>
  366. {block:Description}<br />{Description}{/block:Description}
  367. {/block:Link}
  368.  
  369. {block:Chat}
  370. {block:Title}{Title}<br />{/block:Title}
  371. {block:Lines}
  372. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>
  373. {/block:Lines}
  374. {/block:Chat}
  375.  
  376. {block:Video}
  377. {block:indexpage}
  378. {block:if400px}{Video-400}{/block:if400px}
  379. {block:if250px}{Video-250}{/block:if250px}
  380. {/block:indexpage}
  381. {block:permalinkpage}
  382. {Video-400}
  383. {/block:permalinkpage}
  384. {/block:Video}
  385. </div>
  386.  
  387.  
  388.  
  389. {block:indexpage}
  390. {block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}
  391. <div class="info">
  392. <a href="{Permalink}" title="{timeago}">{NoteCount} </a>
  393.  
  394. <a href="{ReblogURL}" target="_blank" title="reblog"> +</a>
  395. </div>
  396. {/block:indexpage}
  397.  
  398. </div>
  399. {block:permalinkpage}<p>{block:Caption}{Caption}{/block:Caption}</p>
  400. <p style="text-align:left;text-transform:lowercase;font-size:10px;letter-spacing:2px;margin:10px 0px -30px 0px;">
  401. {block:Date}{DayOfMonthWithZero} {Month} {Year}{/block:Date}{block:NoteCount}<br>
  402. {NoteCountWithLabel}<br>
  403. {/block:NoteCount}
  404. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  405. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  406. {block:HasTags}<br>{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}{/block:HasTags}
  407. </p>
  408. {/block:permalinkpage}
  409.  
  410.  
  411. {block:PostNotes}
  412. <div id="notecontainer">{PostNotes}</div>
  413. {/block:PostNotes}
  414. {/block:posts}
  415.  
  416. {block:pagination}
  417. <div id="pagi" style="margin:4px 0px 0px 0px;">
  418. {block:previouspage}<div class="p"><a href="{previouspage}">prev</a></div>{/block:previouspage}
  419. {block:nextpage}<div class="p"><a href="{nextpage}">next</a></div>{/block:nextpage}
  420. </div>
  421. {/block:pagination}
  422.  
  423. </div>
  424.  
  425. <!-- 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. -->
  426. <a style="position:fixed;bottom:10px;right:10px;width:11px;height:11px;background-color:{color:background};border:1px solid {color:body};z-index:999999" href="http://milksin.tumblr.com" title="theme by xiao qi"/>
  427.  
  428. </body>
  429.  
  430.  
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment