Advertisement
skittlezbro

1/20/16

Jan 20th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- TH002: Milky Way
  6. XIUTEDDY @ Tumblr ----->
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. <meta name="color:Asker" content="#ffffff" />
  15. <meta name="color:Audio" content="#ffffff" />
  16. <meta name="color:Audio Background" content="#000000" />
  17. <meta name="color:Background" content="#f8f8f8" />
  18. <meta name="color:Border" content="#000000" />
  19. <meta name="color:Caption Background" content="#fbfbfb" />
  20. <meta name="color:Credit" content="#ffffff" />
  21. <meta name="color:Credit Background" content="#000000" />
  22. <meta name="color:Credit Border" content="#eeeeee" />
  23. <meta name="color:Header Background" content="#ffffff" />
  24. <meta name="color:Header Border" content="#eeeeee" />
  25. <meta name="color:Hover" content="#cfcfcf" />
  26. <meta name="color:Info Background" content="#ffffff" />
  27. <meta name="color:Info Border" content="#eeeeee" />
  28. <meta name="color:Link" content="#a80000" />
  29. <meta name="color:Main Link" content="#a80000" />
  30. <meta name="color:Main Link Border" content="#eeeeee" />
  31. <meta name="color:Pagination Background" content="#ffffff" />
  32. <meta name="color:Posts Background" content="#ffffff" />
  33. <meta name="color:Question" content="#ffffff" />
  34. <meta name="color:Question Background" content="#000000" />
  35. <meta name="color:Scrollbar" content="#000000" />
  36. <meta name="color:Sidebar Background" content="#ffffff" />
  37. <meta name="color:Sidebar Border" content="#eeeeee" />
  38. <meta name="color:Text" content="#000000" />
  39. <meta name="color:Title" content="#000000" />
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="one" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="two" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="three" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="four" />
  49.  
  50. <meta name="image:Sidebar Image" content="http://i.imgur.com/t5wZ5P5.png"/>
  51.  
  52. <meta name="text:Title" content="milky way"/>
  53. <meta name="text:Subtitle" content="show me what love is all about"/>
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-thumb:vertical {
  58. background:{color:Scrollbar};
  59. height:50px;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:10px;
  64. width:3px;
  65. }
  66.  
  67. body {
  68. background:{color:Background};
  69. color:{color:Text};
  70. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  71. margin:0px;
  72. font-family:Arial;
  73. font-size:11px;
  74. font-style:none;
  75. font-weight:normal;
  76. letter-spacing:0px;
  77. line-height:110%;
  78. text-align:justify;
  79. text-decoration:none;
  80. text-transform:none;
  81. word-break:break-word;
  82. }
  83.  
  84. a {
  85. color:{color:Link};
  86. text-decoration:none;
  87. -webkit-transition: all 0.5s ease;
  88. -moz-transition: all 0.5s ease;
  89. -o-transition: all 0.5s ease;
  90. }
  91.  
  92. a:hover {
  93. color:{color:Hover};
  94. }
  95.  
  96. h1 {
  97. color:{color:Text};
  98. font-family:Arial;
  99. font-size:10.5px;
  100. font-style:none;
  101. font-weight:900;
  102. letter-spacing:0px;
  103. line-height:140%;
  104. text-align:center;
  105. text-decoration:none;
  106. text-transform:uppercase;
  107. }
  108.  
  109. p {
  110. margin-bottom:5px;
  111. margin-top:5px;
  112. }
  113.  
  114. small{
  115. color:{color:Text};
  116. font-size:10px;
  117. }
  118.  
  119. big {
  120. color:{color:Text};
  121. font-size:11.5px;
  122. }
  123.  
  124. b, strong{
  125. color:{color:Text};
  126. font-weight:bold;
  127. letter-spacing:0px;
  128. }
  129.  
  130. i, em {
  131. color:{color:Text};
  132. font-style:italic;
  133. }
  134.  
  135. u, em {
  136. color:{color:Text};
  137. font-style:underline;
  138. }
  139.  
  140. s, em {
  141. color:{color:Text};
  142. font-style:line-through;
  143. }
  144.  
  145. blockquote {
  146. border-left:1px solid {color:Border};
  147. margin:5px;
  148. padding:1px;
  149. padding-left:5px;
  150. }
  151.  
  152. blockquote img {
  153. height:auto;
  154. max-width:200px;
  155. }
  156.  
  157. blockquote blockquote {
  158. border-left:1px solid;
  159. padding-left:5px;
  160. }
  161.  
  162. img {
  163. height:auto;
  164. max-width:100%;
  165. }
  166.  
  167. #header {
  168. background:{color:Header Background};
  169. border-bottom:1px solid {color:Header Border};
  170. margin-top:-150px;
  171. padding-bottom:20px;
  172. padding-top:20px;
  173. position:fixed;
  174. width:100%;
  175. z-index:1;
  176. }
  177.  
  178. .title {
  179. color:{color:Title};
  180. display:inline-block;
  181. font-family:Arial;
  182. font-size:12px;
  183. font-style:none;
  184. font-weight:900;
  185. letter-spacing:0px;
  186. margin-left:50px;
  187. margin-top:0px;
  188. text-decoration:none;
  189. text-align:left;
  190. text-transform:uppercase;
  191. }
  192.  
  193. #container {
  194. width:690px;
  195. margin-left:auto;
  196. margin-right:auto;
  197. margin-bottom:150px;
  198. }
  199.  
  200. #image {
  201. height:150px;
  202. margin-left:490px;
  203. position:fixed;
  204. width:200px;
  205. }
  206.  
  207. #image img {
  208. height:150px;
  209. width:200px;
  210. }
  211.  
  212. #sidebar {
  213. background:{color:Sidebar Background};
  214. height:auto;
  215. margin-bottom:150px;
  216. margin-left:490px;
  217. margin-top:150px;
  218. padding:0px;
  219. position:fixed;
  220. width:200px;
  221. }
  222.  
  223. .subtitle {
  224. color:{color:Box Text};
  225. font-family:Arial;
  226. font-size:10px;
  227. font-style:none;
  228. font-weight:900;
  229. letter-spacing:0px;
  230. margin-top:0px;
  231. padding:15px;
  232. padding-bottom:0px;
  233. text-decoration:none;
  234. text-align:left;
  235. text-transform:uppercase;
  236. word-break:break-word;
  237. }
  238.  
  239. .description {
  240. color:{color:Box Text};
  241. font-family:Arial;
  242. font-size:10.5px;
  243. font-style:none;
  244. font-weight:normal;
  245. letter-spacing:0px;
  246. padding:15px;
  247. text-decoration:none;
  248. text-align:justify;
  249. text-transform:none;
  250. word-break:break-word;
  251. }
  252.  
  253. .description a {
  254. color:{color:Link};
  255. }
  256.  
  257. .description a:hover {
  258. color:{color:Hover};
  259. }
  260.  
  261. .links {
  262. border-top:1px solid {color:Sidebar Border};
  263. display:inline-block;
  264. color:{color:Text};
  265. font-family:Calibri;
  266. font-size:10.5px;
  267. font-style:none;
  268. font-weight:normal;
  269. letter-spacing:0px;
  270. letter-spacing:0px;
  271. margin-top:0px;
  272. margin-left:0px;
  273. padding:15px;
  274. text-align:center;
  275. text-decoration:none;
  276. text-transform:uppercase;
  277. }
  278.  
  279. .links a {
  280. color:{color:Main Link};
  281. border-bottom:1px solid {color:Main Link Border};
  282. display:inline-block;
  283. margin-bottom:5px;
  284. margin-left:5px;
  285. margin-right:5px;
  286. margin-top:5px;
  287. padding-bottom:3px;
  288. }
  289.  
  290. .links a:hover {
  291. color:{color:Hover};
  292. }
  293.  
  294. #posts {
  295. margin-bottom:0px;
  296. margin-left:0px;
  297. margin-top:150px;
  298. }
  299.  
  300. .entries {
  301. background:{color:Posts Background};
  302. width:400px;
  303. padding:20px;
  304. }
  305.  
  306. .caption {
  307. margin-top:5px;
  308. background:{color:Caption Background};
  309. padding:10px;
  310. }
  311.  
  312. #quote {
  313. color:{color:Text};
  314. font-family:Arial;
  315. font-size:15px;
  316. font-style:none;
  317. font-weight:normal;
  318. letter-spacing:0px;
  319. padding:10px;
  320. text-align:justify;
  321. text-decoration:none;
  322. text-transform:none;
  323. }
  324.  
  325. #chat {
  326. color:{color:Text};
  327. font-family:Arial;
  328. font-size:10px;
  329. font-style:none;
  330. font-weight:normal;
  331. letter-spacing:0px;
  332. text-align:justify;
  333. text-decoration:none;
  334. text-transform:uppercase;
  335. }
  336.  
  337. #website {
  338. color:{color:Text};
  339. font-family:Arial;
  340. font-size:13px;
  341. font-style:none;
  342. font-weight:normal;
  343. letter-spacing:0px;
  344. text-align:justify;
  345. text-decoration:none;
  346. text-transform:none;
  347. }
  348.  
  349. .question {
  350. background:{color:Question Background};
  351. color:{color:Question};
  352. padding:15px;
  353. margin-bottom:10px;
  354. margin-top:0px;
  355. margin-left:0px;
  356. }
  357.  
  358. .asker {
  359. color:{color:Asker};
  360. font-family:Arial;
  361. font-size:9px;
  362. font-style:none;
  363. font-weight:bold;
  364. letter-spacing:0px;
  365. text-align:justify;
  366. text-decoration:none;
  367. text-transform:uppercase;
  368. }
  369.  
  370. .asker a {
  371. color:{color:Asker};
  372. }
  373.  
  374. .asker a:hover {
  375. color:{color:Hover};
  376. }
  377.  
  378. .audio {
  379. margin-left:60px;
  380. margin-top:-44px;
  381. overflow:hidden;
  382. opacity:1;
  383. padding:5px;
  384. position:absolute;
  385. width:25px;
  386. }
  387.  
  388. .audioplay {
  389. background:{color:Audio Background};
  390. height:50px;
  391. width:400px;
  392. }
  393.  
  394. .cover {
  395. height:50px;
  396. margin-left:0px;
  397. margin-top:0px;
  398. position:absolute;
  399. width:50px;
  400. }
  401.  
  402. .cover img {
  403. width:50px;
  404. }
  405.  
  406. .audioinfo {
  407. background:{color:Audio Background};
  408. color:{color:Audio};
  409. font-family:Arial;
  410. font-size:9px;
  411. font-style:none;
  412. font-weight:normal;
  413. margin-top:2px;
  414. padding:5px;
  415. text-align:center;
  416. text-decoration:none;
  417. text-transform:uppercase;
  418. width:390px;
  419. }
  420.  
  421. #info {
  422. border-top:1px solid {color:Info Border};
  423. background:{color:Info Background};
  424. color:{color:Text};
  425. font-family:Calibri;
  426. font-size:9.5px;
  427. font-style:none;
  428. font-weight:normal;
  429. letter-spacing:0px;
  430. margin-bottom:50px;
  431. padding:20px;
  432. text-align:justify;
  433. text-decoration:none;
  434. text-transform:uppercase;
  435. width:400px;
  436. }
  437.  
  438. #info a {
  439. color:{color:Link};
  440. }
  441.  
  442. #info a:hover {
  443. color:{color:Hover};
  444. }
  445.  
  446. #tags {
  447. color:{color:Text};
  448. font-family:Calibri;
  449. font-size:9.5px;
  450. font-style:none;
  451. font-weight:normal;
  452. letter-spacing:0px;
  453. text-align:justify;
  454. text-decoration:none;
  455. text-transform:uppercase;
  456. }
  457.  
  458. #tags a {
  459. color:{color:Link};
  460. }
  461.  
  462. #tags a:hover {
  463. color:{color:Hover};
  464. }
  465.  
  466. #notes {
  467. color:{color:Text};
  468. font-family:Calibri;
  469. font-size:9.5px;
  470. font-style:none;
  471. font-weight:normal;
  472. letter-spacing:0px;
  473. text-align:justify;
  474. text-decoration:none;
  475. text-transform:uppercase;
  476. }
  477.  
  478. #notes a {
  479. color:{color:Link};
  480. }
  481.  
  482. #notes a:hover {
  483. color:{color:Hover};
  484. }
  485.  
  486. #notes img {
  487. display:none;
  488. }
  489.  
  490. .pagination {
  491. color:{color:Text};
  492. display:inline-block;
  493. font-family:Arial;
  494. font-size:9.5px;
  495. font-style:none;
  496. font-weight:normal;
  497. letter-spacing:0px;
  498. margin-bottom:50px;
  499. height:10px;
  500. text-align:justify;
  501. text-decoration:none;
  502. text-transform:uppercase;
  503. width:440px;
  504. }
  505.  
  506. .pagination a {
  507. background:{color:Pagination Background};
  508. color:{color:Link};
  509. display:inline-block;
  510. padding:20px;
  511. }
  512.  
  513. .pagination a:hover {
  514. color:{color:Hover};
  515. }
  516.  
  517. #credit {
  518. bottom:25px;
  519. float:right;
  520. font-family:Arial;
  521. font-size:9px;
  522. font-weight:900;
  523. letter-spacing:0px;
  524. position:fixed;
  525. right:15px;
  526. }
  527.  
  528. #credit a {
  529. background:{color:Credit Background};
  530. border:1px solid {color:Credit Border};
  531. color:{color:Credit};
  532. text-transform:uppercase;
  533. padding-bottom:8px;
  534. padding:10px;
  535. }
  536.  
  537. #credit a:hover {
  538. background:{color:Credit};
  539. color:{color:Credit Background};
  540. }
  541.  
  542. {CustomCSS}</style></head><body>
  543.  
  544. <div id="header">
  545.  
  546. <div class="title">{text:Title}</div>
  547.  
  548. </div>
  549.  
  550. <div id="container">
  551.  
  552. <div id="image"><img src="{image:Sidebar Image}"/></div>
  553.  
  554. <div id="sidebar">
  555.  
  556. <div class="subtitle">{text:Subtitle}</div>
  557.  
  558. <div class="description">{Description}</div>
  559.  
  560. <div class="links">
  561. <a href="/">home</a>
  562. <a href="/ask">message</a>
  563. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  564. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  565. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  566. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  567. <a href="/archive">archive</a>
  568. </div>
  569.  
  570. </div>
  571.  
  572. <div id="posts">
  573. {block:Posts}
  574. <div class="entries">
  575.  
  576. {block:Photo}<img src="{PhotoURL-400}">
  577. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  578. {/block:Photo}
  579.  
  580. {block:Photoset}{Photoset-400}
  581. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  582. {/block:Photoset}
  583.  
  584. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  585.  
  586. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  587.  
  588. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  589.  
  590. <div id="chat">
  591. {block:Chat}
  592. {block:Title}
  593. <h1>{Title}</h1>
  594. {/block:Title}
  595. {block:Lines}
  596. {block:Label}<b>{Label}</b>{/block:Label} -
  597. {Line}<br>
  598. {/block:Lines}{/block:Chat}
  599. </div>
  600.  
  601. {block:Audio}
  602. <div class="audioplay">
  603. <div class="cover"></div>
  604. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  605. <div class="audio">{AudioPlayerBlack}</div>
  606. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
  607. {Caption}
  608. {/block:Audio}
  609.  
  610. {block:Video}
  611. {Video-400}
  612. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  613. {/block:Video}
  614.  
  615. {block:Answer}
  616. <div class="question">
  617. <span class="asker"><a href="{AskerURL}">{Asker}</a> asked:</span>
  618. <br>{Question}</div>
  619. {Answer}
  620. {/block:Answer}
  621. </div>
  622.  
  623. {block:Date}<div id="info">posted on {Month} {DayOfMonth}, {Year} with <a href="{Permalink}">{NoteCount}</a> notes {/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  624.  
  625. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  626. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  627.  
  628. {/block:Posts}
  629.  
  630. <div class="pagination">
  631. {block:PreviousPage}
  632. <a href="{PreviousPage}">newer</a>
  633. {/block:PreviousPage}
  634. <div style="float:right;">
  635. {block:NextPage}
  636. <a href="{NextPage}">older</a>
  637. {/block:NextPage}</div>
  638.  
  639. </div>
  640.  
  641. <div id="credit"><a href="http://xiuteddy.tumblr.com/">XT</a></div>
  642.  
  643. </body>
  644. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement