Advertisement
xiuteddy

Theme 007: Replay

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