Advertisement
dawnne

theme 02; black.

Apr 29th, 2014
3,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- THEME BY DAWN. ***parksbaek.tumblr.com***
  4. hi beautiful !! a few things to note ;
  5. tweak the codes however you want but
  6. please do not remove the credit or move it to a page.
  7. if there are any glitches in this theme please message me off anon and i'll try to correct it right away !
  8. thank youuu and enjoy the theme !! ≧◔◡◔≦ -->
  9.  
  10. <html>
  11. <head>
  12. <title>{title}{block:PostSummary}; {PostSummary}{/block:PostSummary}
  13. </title>
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16.  
  17. <style> {block:ifwhiteminicursor}body { cursor:url(http://i.imgur.com/ZOrzC.png), auto; }
  18.  
  19. a, a:hover { cursor:url(http://i756.photobucket.com/albums/xx204/maeca_louisse/th_9-2.png), auto; }
  20. {/block:ifwhiteminicursor}
  21. {block:ifblackminicursor}
  22. body { cursor:url(http://i.imgur.com/vl6y9.jpg), auto; }
  23.  
  24. a, a:hover { cursor:url(http://media.tumblr.com/tumblr_m35lhj5mno1rnr4eb.png), auto; }
  25. {/block:ifblackminicursor}
  26.  
  27. </style>
  28.  
  29. <meta name="image:background img" content=""/>
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:body text" content="#808080"/>
  32. <meta name="color:sidebar text" content="#808080"/>
  33. <meta name="color:links" content="#d3d3d3"/>
  34. <meta name="color:links hover" content="#000000"/>
  35. <meta name="color:border" content="#949494"/>
  36. <meta name="color:posts background" content="#ffffff"/>
  37. <meta name="color:post info border" content="#d3d3d3"/>
  38. <meta name="color:tags" content="#d3d3d3"/>
  39. <meta name="color:tags hover" content="#d3d3d3"/>
  40. <meta name="color:blockquote" content="#d3d3d3"/>
  41. <meta name="color:scrollbar" content="#000000"/>
  42. <meta name="color:scrollbar bg" content="#ffffff"/>
  43. <meta name="color:tooltip bg" content="#ffffff"/>
  44. <meta name="color:tooltip text" content="#949494"/>
  45. <meta name="color:tooltip border" content="#d3d3d3"/>
  46.  
  47. <meta name="if:250px" content="1"/>
  48. <meta name="if:400px" content="0"/>
  49. <meta name="if:inverted faded tumblr controls" content="1"/>
  50. <meta name="if:show tags" content="1"/>
  51. <meta name="if:captions" content="0"/>
  52. <meta name="if:hover links" content="1"/>
  53. <meta name="if:show title" content="1"/>
  54. <meta name="if:white audio player" content="0"/>
  55. <meta name="if:black audio player" content="1"/>
  56. <meta name="if:post fade" content="1"/>
  57. <meta name="if:rounded corners" content="0"/>
  58. <meta name="if:white mini cursor" content="1"/>
  59. <meta name="if:black mini cursor" content="0"/>
  60. <meta name="if:music player" content="1"/>
  61.  
  62. <meta name="text:navi" content="+hover"/>
  63. <meta name="text:sidebar position to top" content="70"/>
  64. <meta name="text:sidebar position to left" content="-185"/>
  65. <meta name="text:sidebar width" content="150"/>
  66. <meta name="text:Link1 URL" content="/"/>
  67. <meta name="text:Link2 URL" content="/"/>
  68. <meta name="text:Link3 URL" content="/"/>
  69. <meta name="text:Link4 URL" content="/"/>
  70. <meta name="text:Link5 URL" content="/"/>
  71. <meta name="text:Link6 URL" content="/"/>
  72. <meta name="text:Link7 URL" content="/"/>
  73. <meta name="text:Link1" content="link 1"/>
  74. <meta name="text:Link2" content="link 2"/>
  75. <meta name="text:Link3" content="link 3"/>
  76. <meta name="text:Link4" content="link 4"/>
  77. <meta name="text:Link5" content="link 5"/>
  78. <meta name="text:Link6" content="link 6"/>
  79. <meta name="text:Link7" content="link 7"/>
  80. <meta name="text:music codes" content=""/>
  81. <meta name="text:song 1" content=""/>
  82. <meta name="text:song 2" content=""/>
  83. <meta name="text:song 3" content=""/>
  84. <meta name="text:song 4" content=""/>
  85. <meta name="text:song 5" content=""/>
  86.  
  87.  
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  89.  
  90. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  91.  
  92. <script>
  93.  
  94. (function($){
  95.  
  96. $(document).ready(function(){
  97.  
  98. $("a[title]").style_my_tooltips({
  99.  
  100. tip_follows_cursor:true,
  101.  
  102. tip_delay_time:90,
  103.  
  104. tip_fade_speed:120,
  105.  
  106. attribute:"title"
  107.  
  108. });
  109.  
  110. });
  111.  
  112. })(jQuery);
  113.  
  114. </script>
  115.  
  116. <style type="text/css">
  117. {block:ifinvertedfadedtumblrcontrols}
  118. iframe#tumblr_controls {
  119. white-space:nowrap;
  120. -webkit-filter: invert(100%);
  121. -moz-filter: invert(100%);
  122. -o-filter: invert(100%);
  123. -ms-filter: invert(100%);
  124. filter: invert(100%);
  125. opacity:.2;
  126. transition: .8s ease-in-out;
  127. -webkit-transition: .8s ease-in-out;
  128. -moz-transition: .8s ease-in-out;
  129. -o-transition: .8s ease-in-out;
  130. }
  131.  
  132. iframe#tumblr_controls:hover {
  133. white-space:nowrap;
  134. -webkit-filter: invert(100%);
  135. -moz-filter: invert(100%);
  136. -o-filter: invert(100%);
  137. -ms-filter: invert(100%);
  138. filter: invert(100%);
  139. opacity:1;
  140. }{/block:ifinvertedfadedtumblrcontrols}
  141.  
  142. ::-webkit-scrollbar {
  143. width: 6px; height: 4px; background:{color:scrollbar bg};
  144. }
  145.  
  146. ::-webkit-scrollbar-thumb {
  147. background-color:{color:scrollbar};
  148. }
  149.  
  150. #s-m-t-tooltip {
  151. max-width:300px;
  152. background-color:{color:tooltip bg};
  153. border:1px solid {color:tooltip border};
  154. font-size:8px;
  155. font-style:italic;
  156. color:{color:tooltip text};
  157. letter-spacing:2px;
  158. text-transform:auto;
  159. padding:3px 5px 3px 5px;
  160. margin:25px 0px 0px 20px;
  161. z-index:9999999999999999999999;
  162. font-family:arial;
  163. {block:ifroundedcorners}
  164. border-radius:4px;
  165. {/block:ifroundedcorners}
  166. }
  167.  
  168. body {
  169. font-family:cambria;
  170. font-size:10px;
  171. word-wrap:break-word;
  172. margin:0;
  173. background-color:{color:background};
  174. color:{color:body text};
  175. background-image:url('{image:background img}');
  176. background-attachment:fixed;
  177. background-repeat:repeat;
  178. }
  179. body a {
  180. text-decoration:none;
  181. color:{color:links};
  182. -webkit-transition-duration: 0.5s;
  183. -moz-transition-duration: 0.5s;
  184. -o-transition-duration: 0.5s;
  185. -ms-transition-duration: 0.5s;
  186. }
  187. body a:hover {
  188. text-decoration:none;
  189. color:{color:links hover};
  190. -webkit-transition-duration: 0.5s;
  191. -moz-transition-duration: 0.5s;
  192. -o-transition-duration: 0.5s;
  193. -ms-transition-duration: 0.5s;
  194. }
  195. h1 {
  196. font-size:13px;
  197. font-style:italic;
  198. }
  199. #content #sidebar {
  200. position:fixed;
  201. width:{text:sidebar width}px;
  202. height:auto;
  203. margin-left:{text:sidebar position to left}px;
  204. margin-top:{text:sidebar position to top}px;
  205. color:{color:sidebar text};
  206. }
  207. #content #sidebar #navi {
  208. {block:ifhoverlinks}
  209. text-align:right;
  210. height: 13px;
  211. overflow: hidden;
  212. -webkit-transition: all 0.5s ease-out;
  213. -moz-transition: all 0.5s ease-out;
  214. -ms-transition: all 0.5s ease-out;
  215. -o-transition: all 0.5s ease-out;
  216. transition: all 0.5s ease-out;
  217. {block:ifhoverlinks}
  218. }
  219.  
  220. #content #sidebar #navi:hover {
  221. {block:ifhoverlinks}
  222. height:130px;
  223. -webkit-transition: all 0.9s ease-out;
  224. -moz-transition: all 0.9s ease-out;
  225. -ms-transition: all 0.9s ease-out;
  226. -o-transition: all 0.9s ease-out;
  227. transition: all 0.9s ease-out;
  228. {/block:ifhoverlinks}
  229. }
  230.  
  231. #content #sidebar #navi #links {
  232. text-align:right;
  233. letter-spacing:1px;
  234. line-height:13px;
  235. }
  236. #content #sidebar #navi #links a:hover {
  237. color:{color:links};
  238. text-decoration:line-through;
  239. }
  240. #content #sidebar #title {
  241. font-size:13px;
  242. font-style:italic;
  243. }
  244. #content{
  245. {block:if400px}
  246. width:440px;
  247. {/block:if400px}
  248. {block:if250px}
  249. width:290px;
  250. {block:if250px}
  251. margin:auto;
  252. padding:40px 15px 0px 15px;
  253. }
  254.  
  255. .title {
  256. font-size:13px;
  257. font-style:italic;
  258. text-align:center;
  259. }
  260. #content blockquote {
  261. border-left:1px solid {color:blockquote};
  262. padding:1px 0px 1px 10px;
  263. margin:5px;
  264. }
  265. #content #posts {
  266. border:1px solid {color:border};
  267. background-color:{color:posts background};
  268. padding:20px 20px 0px 20px;
  269. margin-top:70px;
  270. margin-bottom:55px;
  271. {block:ifroundedcorners}
  272. border-radius:10px;
  273. {/block:ifroundedcorners}
  274. {block:ifpostfade}
  275. opacity:.8;
  276. -webkit-transition-duration: 0.5s;
  277. -moz-transition-duration: 0.5s;
  278. -o-transition-duration: 0.5s;
  279. -ms-transition-duration: 0.5s;
  280. {/block:ifpostfade}
  281. }
  282. #content #posts:hover {
  283. {block:ifpostfade}
  284. opacity:1;
  285. -webkit-transition-duration: 0.5s;
  286. -moz-transition-duration: 0.5s;
  287. -o-transition-duration: 0.5s;
  288. -ms-transition-duration: 0.5s;
  289. {/block:ifpostfade}
  290.  
  291. }
  292. img {
  293. border:0;
  294. max-width:100%;
  295. }
  296. #content #posts .info {
  297. text-align:right;
  298. padding:0px 0px 4px 0px;
  299. margin-top:0px;
  300. font-size:9px;
  301. font-family:century gothic;
  302. }
  303. #content #posts .tags {
  304. text-align:left;
  305. margin-top:-12px;
  306. padding:2px 0px 0px 4px;
  307. border-top:1px solid {color:post info border};
  308. color:{color:tags};
  309. -webkit-transition-duration: 0.3s;
  310. -moz-transition-duration: 0.3s;
  311. -o-transition-duration: 0.3s;
  312. -ms-transition-duration: 0.3s;
  313. }
  314.  
  315. #content #posts .tags a {
  316. color:{color:tags};
  317. }
  318.  
  319. #content #posts .tags a:hover {
  320. text-decoration:line-through;
  321. color:{color:tags hover};
  322. }
  323.  
  324.  
  325.  
  326. #question {
  327. font-family:cambria;
  328. font-size:10px;
  329. text-align:right;
  330. border-bottom:1px dotted {color:border};
  331. padding:8px 10px 8px 10px;
  332. }
  333.  
  334. #question a {
  335. text-decoration:none;
  336. color:{color:links};
  337. font-size:11px;
  338. }
  339. #audioplayer {
  340. text-align:center;
  341. padding:10px 0px 3px 0px;
  342. border:0px dashed {color:border};
  343. border-radius:4px;
  344. {block:ifwhiteaudioplayer}
  345. background-color:white;
  346. {/block:ifwhiteaudioplayer}
  347. {block:ifblackaudioplayer}
  348. background-color:black;
  349. {/block:ifblackaudioplayer}
  350. }
  351. #audioplayer #audioplayerr {
  352. margin-top:6px;
  353. {block:ifblackaudioplayer}
  354. color:#d3d3d3;
  355. {/block:ifblackaudioplayer}
  356. z-index:9;
  357. }
  358. #content #notecontainer {
  359. margin: 20px auto;
  360. width: 500px;
  361. font-size: 11px;
  362. }
  363. #content #notecontainer ol.notes {
  364. list-style-type: none;
  365. margin: 0;
  366. padding: 0;
  367. }
  368. #content #notecontainer img.avatar {
  369. margin-right: 10px;
  370. width: 16px;
  371. height: 16px;
  372. }
  373.  
  374. #quote {
  375. font-family:cambria;
  376. font-size:12px;
  377. font-style:italic;
  378. }
  379. #quotesrc {
  380. font-size:8px;
  381. text-align:right;
  382. }
  383. #mcodes {
  384. position:fixed;
  385. bottom:9px;
  386. left:-18px;
  387. opacity:0;
  388. z-index:9;
  389. background-color:{color:background};
  390. width:120px;
  391. -webkit-transition: opacity 0.6s ease-out;
  392. -webkit-transition: all 0.6s ease-out;
  393. -moz-transition: all 0.6s ease-out;
  394. -o-transition: all 0.6s ease-out;
  395. }
  396. #mgif{
  397. position:fixed;
  398. bottom:5px;
  399. left:15px;
  400. width:20px;
  401. opacity:1;
  402. z-index:9999;
  403. -webkit-transition: opacity 0.6s ease-out;
  404. -webkit-transition: all 0.6s ease-out;
  405. -moz-transition: all 0.6s ease-out;
  406. -o-transition: all 0.6s ease-out;
  407. }
  408. #mgif:hover #mcodes{
  409. opacity:1;
  410. z-index:99999;
  411. -webkit-transition: opacity 0.6s ease-out;
  412. -webkit-transition: all 0.6s ease-out;
  413. -moz-transition: all 0.6s ease-out;
  414. -o-transition: all 0.6s ease-out;
  415. }
  416. #mgif:hover img{
  417. opacity:0;
  418. }
  419. #mplaylist {
  420. position:fixed;
  421. width:120px;
  422. height:auto;
  423. border:2px solid {color:blockquote};
  424. padding:8px;
  425. font-family:trebuchet ms;
  426. font-size:9px;
  427. color:{color:body};
  428. bottom:50px;
  429. left:20px;
  430. opacity:0;
  431. -webkit-transition: opacity 0.6s ease-out;
  432. -webkit-transition: all 0.6s ease-out;
  433. -moz-transition: all 0.6s ease-out;
  434. -o-transition: all 0.6s ease-out;
  435. }
  436. #mcodes:hover #mplaylist {
  437. opacity:1;
  438. }
  439.  
  440. </style>
  441. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  442. </head>
  443.  
  444.  
  445.  
  446. <body>
  447. {block:ifmusicplayer}
  448. <div id="mgif">
  449. <img src="http://media.tumblr.com/tumblr_m7w2o3N94I1r6o8v2.gif"/>
  450. <div id="mcodes">
  451. {text:music codes}
  452. {block:ifsong1}
  453. <div id="mplaylist"><i>music playing:</i>
  454.  
  455. <li>{text:song 1}</li>
  456. {block:ifsong2}<li>{text:song 2}</li>{/block:ifsong2}
  457. {block:ifsong3}<li>{text:song 3}</li>{/block:ifsong3}
  458. {block:ifsong4}<li>{text:song 4}</li>{/block:ifsong4}
  459. {block:ifsong5}<li>{text:song 5}</li>{/block:ifsong5}
  460.  
  461. </div>{/block:ifsong1}
  462. </div>
  463. </div>
  464. {/block:ifmusicplayer}
  465.  
  466.  
  467. <div id="content">
  468.  
  469. <div id="sidebar">
  470. <a href="/"><img class="image" src="{image:Sidebar}" /></a>
  471. {block:ifshowtitle}<div id="title"><a href="/">{Title}</a></div>{/block:ifshowtitle}
  472. <p>{Description}</p>
  473. <div id="navi">
  474. {block:ifhoverlinks}{text:navi}<br>{/block:ifhoverlinks}
  475. <div id="links">
  476. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a><br>{/block:ifLink1}
  477. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a><br>{/block:ifLink2}
  478. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a><br>{/block:ifLink3}
  479. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a><br>{/block:ifLink4}
  480. {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a><br>{/block:ifLink5}
  481. {block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a><br>{/block:ifLink6}
  482. {block:ifLink7}<a href="{text:Link7 URL}">{text:Link7}</a><br>{/block:ifLink7}
  483. </div></div>
  484. </div>
  485.  
  486. <div class="autopagerize_page_element">
  487.  
  488. {block:Posts}
  489. <div id="posts">
  490.  
  491. {block:Photo}
  492. {LinkOpenTag}{block:if400px}<img src="{PhotoURL-400}" />{/block:if400px}{block:if250px}<img src="{PhotoURL-250}" />{/block:if250px}{LinkCloseTag}
  493. {/block:Photo}
  494.  
  495. {block:Photoset}
  496. {block:if400px}{Photoset-400}{/block:if400px}
  497. {block:if250px}{Photoset-250}{/block:if250px}
  498. {/block:Photoset}
  499.  
  500. {block:Text}
  501. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  502. {Body}
  503. {/block:Text}
  504.  
  505. {block:Quote}
  506. <div id="quote">“{Quote}”</div>
  507. {block:Source}<br /><div id="quotesrc">{Source}</div>{/block:Source}
  508. {/block:Quote}
  509.  
  510. {block:Answer}
  511. <div id="question">
  512. {Asker} asked: {Question}
  513. </div>
  514. {Answer}
  515. {/block:Answer}
  516.  
  517. {block:Audio}<div id="audioplayer">
  518. {block:ifwhiteaudioplayer}
  519. {AudioPlayerWhite}
  520. {/block:ifwhiteaudioplayer}
  521. {block:ifblackaudioplayer}
  522. {AudioPlayerBlack}
  523. {block:ifblackaudioplayer}
  524. <div id="audioplayerr">
  525. {block:TrackName}
  526. {TrackName}
  527. {/block:TrackName}
  528. {block:Artist}
  529. - {Artist}
  530. {/block:Artist}
  531. </div>
  532. </div>
  533. {/block:Audio}
  534.  
  535. {block:Link}
  536. <div class="title"><a href="{URL}" >{Name}</a></div>
  537. {block:Description}<br />{Description}{/block:Description}
  538. {/block:Link}
  539.  
  540. {block:Chat}
  541. {block:Title}{Title}<br />{/block:Title}
  542. {block:Lines}
  543. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  544. {/block:Lines}
  545. {/block:Chat}
  546.  
  547. {block:Video}
  548. {block:if250px}{Video-250}{/block:if250px}
  549. {block:if400px}{Video-400}{/block:if400px}
  550. {/block:Video}
  551.  
  552. {block:indexpage}
  553. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:Ifcaptions}
  554. <div class="info">{block:Date}<a href="{Permalink}" title="posted {TimeAgo} with {NoteCountWithLabel}">{24Hour} : {Minutes}</a>{/block:Date}</div>
  555. <p>
  556. {block:IfShowTags}{block:HasTags}<div class="tags">#{block:Tags}<a href="{TagURL}"> {Tag}. </a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</p>
  557. {/block:indexpage}
  558. {block:permalinkpage}<p>{block:Caption}{Caption}{/block:Caption}
  559. {block:Date}{DayOfMonthWithZero} {Month} {Year}{/block:Date}{block:NoteCount}<br>
  560. {NoteCountWithLabel}<br>
  561. {/block:NoteCount}
  562. {block:HasTags}<br><i>Tags: </i>{block:Tags}<a href="{TagURL}"> {Tag}. </a>{/block:Tags}{/block:HasTags}
  563. {block:RebloggedFrom}<br><i>Via: </i><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  564. {block:ContentSource}<br><i>Origin: </i><a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</p>
  565. {/block:permalinkpage}
  566. </div>
  567.  
  568. {block:PostNotes}
  569. <div id="notecontainer">{PostNotes}</div>
  570. {/block:PostNotes}
  571. {/block:Posts}
  572.  
  573. <!-- 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. -->
  574. <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"/>
  575. </div>
  576.  
  577. </body>
  578. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement