Advertisement
dawnne

thm 09; cont

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