Advertisement
xiuteddy

Theme 001: Glitter

Nov 20th, 2015
892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.97 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. <!----- TH001: Glitter
  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:Box Border" content="#eeeeee" />
  20. <meta name="color:Border Text" content="#000000" />
  21. <meta name="color:Box Title" content="#000000" />
  22. <meta name="color:Caption Background" content="#f8f8f8" />
  23. <meta name="color:Hover" content="#cfcfcf" />
  24. <meta name="color:Info Background" content="#f8f8f8" />
  25. <meta name="color:Info Border" content="#eeeeee" />
  26. <meta name="color:Link" content="#a80000" />
  27. <meta name="color:Main Link" content="#ffffff" />
  28. <meta name="color:Pagination Background" content="#f8f8f8" />
  29. <meta name="color:Posts Background" content="#f8f8f8" />
  30. <meta name="color:Question" content="#ffffff" />
  31. <meta name="color:Question Background" content="#000000" />
  32. <meta name="color:Scrollbar" content="#5588aa" />
  33. <meta name="color:Sidebar Background" content="#f8f8f8" />
  34. <meta name="color:Title" content="#eecc77" />
  35. <meta name="color:Title Background" content="#000000" />
  36. <meta name="color:Text" content="#000000" />
  37.  
  38. <meta name="text:Title" content="FY!Luhan"/>
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="one" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="two" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="three" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="four" />
  48.  
  49. <meta name="image:Sidebar Image" content="http://i.imgur.com/iPtFc6V.jpg"/>
  50.  
  51. <meta name="text:First Box Title" content="Welcome"/>
  52. <meta name="text:Second Box Title" content="About"/>
  53. <meta name="text:Third Box Title" content="Schedule"/>
  54. <meta name="text:Fourth Box Title" content="Contact"/>
  55. <meta name="text:Fifth Box Title" content="Disclaimer"/>
  56. <meta name="text:Sixth Box Title" content="Blog Info"/>
  57.  
  58. <meta name="text:Updates 1 Title" content="mm/dd/yy" />
  59. <meta name="text:Updates 1 Content" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit." />
  60. <meta name="text:Updates 2 Title" content="mm/dd/yy" />
  61. <meta name="text:Updates 2 Content" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit." />
  62. <meta name="text:Updates 3 Title" content="mm/dd/yy" />
  63. <meta name="text:Updates 3 Content" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit." />
  64.  
  65. <meta name="if:Sidebar Image" content="1"/>
  66.  
  67. <meta name="if:First Box" content="1"/>
  68. <meta name="if:Second Box" content="1"/>
  69. <meta name="if:Third Box" content="1"/>
  70. <meta name="if:Fourth Box" content="1"/>
  71. <meta name="if:Fifth Box" content="1"/>
  72. <meta name="if:Sixth Box" content="1"/>
  73.  
  74. <style type="text/css">
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77. background:{color:Scrollbar};
  78. height:50px;
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:10px;
  83. width:5px;
  84. }
  85.  
  86. body {
  87. background:{color:Background};
  88. color:{color:Text};
  89. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  90. margin:0px;
  91. font-family:Arial;
  92. font-size:11px;
  93. font-style:none;
  94. font-weight:normal;
  95. letter-spacing:0px;
  96. line-height:110%;
  97. text-align:justify;
  98. text-decoration:none;
  99. text-transform:none;
  100. word-break:break-word;
  101. }
  102.  
  103. a {
  104. color:{color:Link};
  105. text-decoration:none;
  106. -webkit-transition: all 0.5s ease;
  107. -moz-transition: all 0.5s ease;
  108. -o-transition: all 0.5s ease;
  109. }
  110.  
  111. a:hover {
  112. color:{color:Hover};
  113. }
  114.  
  115. h1 {
  116. color:{color:Text};
  117. font-family:Arial;
  118. font-size:10.5px;
  119. font-style:none;
  120. font-weight:900;
  121. letter-spacing:0px;
  122. line-height:140%;
  123. text-align:center;
  124. text-decoration:none;
  125. text-transform:uppercase;
  126. }
  127.  
  128. p {
  129. margin-bottom:5px;
  130. margin-top:5px;
  131. }
  132.  
  133. small{
  134. color:{color:Text};
  135. font-size:10px;
  136. }
  137.  
  138. big {
  139. color:{color:Text};
  140. font-size:11.5px;
  141. }
  142.  
  143. b, strong{
  144. color:{color:Text};
  145. font-weight:bold;
  146. letter-spacing:0px;
  147. }
  148.  
  149. i, em {
  150. color:{color:Text};
  151. font-style:italic;
  152. }
  153.  
  154. u, em {
  155. color:{color:Text};
  156. font-style:underline;
  157. }
  158.  
  159. s, em {
  160. color:{color:Text};
  161. font-style:line-through;
  162. }
  163.  
  164. blockquote {
  165. border-left:1px solid {color:Border};
  166. margin:5px;
  167. padding:1px;
  168. padding-left:5px;
  169. }
  170.  
  171. blockquote img {
  172. height:auto;
  173. max-width:200px;
  174. }
  175.  
  176. blockquote blockquote {
  177. border-left:1px solid;
  178. padding-left:5px;
  179. }
  180.  
  181. img {
  182. height:auto;
  183. max-width:100%;
  184. }
  185.  
  186. #title {
  187. background:{color:Title Background};
  188. color:{color:Title};
  189. display:inline-block;
  190. font-family:Arial;
  191. font-size:12.5px;
  192. font-style:none;
  193. font-weight:900;
  194. letter-spacing:0px;
  195. letter-spacing:0px;
  196. margin-left:0px;
  197. margin-right:0px;
  198. margin-top:-150px;
  199. padding-bottom:25px;
  200. padding-left:25px;
  201. padding-top:25px;
  202. position:fixed;
  203. text-align:justify;
  204. text-decoration:none;
  205. text-transform:uppercase;
  206. width:100%;
  207. z-index:1;
  208. }
  209.  
  210. .links {
  211. color:{color:Main Link};
  212. display:inline-block;
  213. font-family:Arial;
  214. font-size:12.5px;
  215. font-style:none;
  216. font-weight:900;
  217. letter-spacing:0px;
  218. letter-spacing:0px;
  219. margin-top:0px;
  220. margin-left:20px;
  221. position:fixed;
  222. text-align:justify;
  223. text-decoration:none;
  224. text-transform:uppercase;
  225. width:100%;
  226. }
  227.  
  228. .links a {
  229. color:{color:Main Link};
  230. margin-right:20px;
  231. }
  232.  
  233. .links a:hover {
  234. color:{color:Hover};
  235. }
  236.  
  237. #container {
  238. width:1240px;
  239. margin-left:auto;
  240. margin-right:auto;
  241. margin-bottom:150px;
  242. }
  243.  
  244. #left {
  245. background:{color:Sidebar Background};
  246. height:auto;
  247. margin-bottom:150px;
  248. margin-left:0px;
  249. margin-top:0px;
  250. padding:30px;
  251. width:250px;
  252. position:absolute;
  253. }
  254.  
  255. #right {
  256. background:{color:Sidebar Background};
  257. height:auto;
  258. margin-bottom:150px;
  259. margin-left:930px;
  260. margin-top:0px;
  261. padding:30px;
  262. width:250px;
  263. position:absolute;
  264. }
  265.  
  266. #box {
  267. height:auto;
  268. margin-bottom:30px;
  269. }
  270.  
  271. .box-image {
  272. width:250px;
  273. height:150px;
  274. }
  275.  
  276. .box-title {
  277. border-bottom:1px solid {color:Box Border};
  278. color:{color:Box Title};
  279. font-family:Arial;
  280. font-size:11.5px;
  281. font-style:none;
  282. font-weight:900;
  283. letter-spacing:0px;
  284. padding-bottom:10px;
  285. text-align:justify;
  286. text-decoration:none;
  287. text-transform:uppercase;
  288. }
  289.  
  290. .box-content {
  291. color:{color:Box Text};
  292. font-family:Arial;
  293. font-size:10px;
  294. font-style:none;
  295. font-weight:normal;
  296. letter-spacing:0px;
  297. margin-top:10px;
  298. text-decoration:none;
  299. text-align:justify;
  300. text-transform:uppercase;
  301. word-break:break-word;
  302. }
  303.  
  304. .box-content a {
  305. color:{color:Link};
  306. }
  307.  
  308. .box-content a:hover {
  309. color:{color:Hover};
  310. }
  311.  
  312. #posts {
  313. margin-bottom:0px;
  314. margin-left:400px;
  315. margin-top:150px;
  316. }
  317.  
  318. .entries {
  319. background:{color:Posts Background};
  320. width:400px;
  321. padding:20px;
  322. }
  323.  
  324. .caption {
  325. margin-top:5px;
  326. background:{color:Caption Background};
  327. padding:10px;
  328. }
  329.  
  330. #quote {
  331. color:{color:Text};
  332. font-family:Arial;
  333. font-size:15px;
  334. font-style:none;
  335. font-weight:normal;
  336. letter-spacing:0px;
  337. padding:10px;
  338. text-align:justify;
  339. text-decoration:none;
  340. text-transform:none;
  341. }
  342.  
  343. #chat {
  344. color:{color:Text};
  345. font-family:Arial;
  346. font-size:10px;
  347. font-style:none;
  348. font-weight:normal;
  349. letter-spacing:0px;
  350. text-align:justify;
  351. text-decoration:none;
  352. text-transform:uppercase;
  353. }
  354.  
  355. #website {
  356. color:{color:Text};
  357. font-family:Arial;
  358. font-size:13px;
  359. font-style:none;
  360. font-weight:normal;
  361. letter-spacing:0px;
  362. text-align:justify;
  363. text-decoration:none;
  364. text-transform:none;
  365. }
  366.  
  367. .question {
  368. background:{color:Question Background};
  369. color:{color:Question};
  370. padding:15px;
  371. margin-bottom:10px;
  372. margin-top:0px;
  373. margin-left:0px;
  374. }
  375.  
  376. .asker {
  377. color:{color:Asker};
  378. font-family:Arial;
  379. font-size:9px;
  380. font-style:none;
  381. font-weight:bold;
  382. letter-spacing:0px;
  383. text-align:justify;
  384. text-decoration:none;
  385. text-transform:uppercase;
  386. }
  387.  
  388. .asker a {
  389. color:{color:Asker};
  390. }
  391.  
  392. .asker a:hover {
  393. color:{color:Hover};
  394. }
  395.  
  396. .audio {
  397. margin-left:60px;
  398. margin-top:-44px;
  399. overflow:hidden;
  400. opacity:1;
  401. padding:5px;
  402. position:absolute;
  403. width:25px;
  404. }
  405.  
  406. .audioplay {
  407. background:{color:Audio Background};
  408. height:50px;
  409. width:400px;
  410. }
  411.  
  412. .cover {
  413. height:50px;
  414. margin-left:0px;
  415. margin-top:0px;
  416. position:absolute;
  417. width:50px;
  418. }
  419.  
  420. .cover img {
  421. width:50px;
  422. }
  423.  
  424. .audioinfo {
  425. background:{color:Audio Background};
  426. color:{color:Audio};
  427. font-family:Arial;
  428. font-size:9px;
  429. font-style:none;
  430. font-weight:normal;
  431. margin-top:2px;
  432. padding:5px;
  433. text-align:center;
  434. text-decoration:none;
  435. text-transform:uppercase;
  436. width:390px;
  437. }
  438.  
  439. #info {
  440. border-top:1px solid {color:Info Border};
  441. background:{color:Info Background};
  442. color:{color:Text};
  443. font-family:Arial;
  444. font-size:9.5px;
  445. font-style:none;
  446. font-weight:normal;
  447. letter-spacing:0px;
  448. margin-bottom:50px;
  449. padding:20px;
  450. text-align:justify;
  451. text-decoration:none;
  452. text-transform:uppercase;
  453. width:400px;
  454. }
  455.  
  456. #info a {
  457. color:{color:Link};
  458. }
  459.  
  460. #info a:hover {
  461. color:{color:Hover};
  462. }
  463.  
  464. #tags {
  465. color:{color:Text};
  466. font-family:Arial;
  467. font-size:9.5px;
  468. font-style:none;
  469. font-weight:normal;
  470. letter-spacing:0px;
  471. text-align:justify;
  472. text-decoration:none;
  473. text-transform:uppercase;
  474. }
  475.  
  476. #tags a {
  477. color:{color:Link};
  478. }
  479.  
  480. #tags a:hover {
  481. color:{color:Hover};
  482. }
  483.  
  484. #notes {
  485. color:{color:Text};
  486. font-family:Arial;
  487. font-size:9.5px;
  488. font-style:none;
  489. font-weight:normal;
  490. letter-spacing:0px;
  491. text-align:justify;
  492. text-decoration:none;
  493. text-transform:uppercase;
  494. }
  495.  
  496. #notes a {
  497. color:{color:Link};
  498. }
  499.  
  500. #notes a:hover {
  501. color:{color:Hover};
  502. }
  503.  
  504. #notes img {
  505. display:none;
  506. }
  507.  
  508. .pagination {
  509. color:{color:Text};
  510. display:inline-block;
  511. font-family:Arial;
  512. font-size:9.5px;
  513. font-style:none;
  514. font-weight:normal;
  515. letter-spacing:0px;
  516. margin-bottom:50px;
  517. height:10px;
  518. text-align:justify;
  519. text-decoration:none;
  520. text-transform:uppercase;
  521. width:440px;
  522. }
  523.  
  524. .pagination a {
  525. background:{color:Pagination Background};
  526. color:{color:Link};
  527. display:inline-block;
  528. padding:20px;
  529. }
  530.  
  531. .pagination a:hover {
  532. color:{color:Hover};
  533. }
  534.  
  535. {CustomCSS}</style></head><body>
  536.  
  537. <div id="title">
  538. {text:Title}
  539. <div class="links">
  540. <a href="/">home</a>
  541. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  542. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  543. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  544. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  545. <a href="/archive">archive</a>
  546. <a href="http://xiuteddy.tumblr.com/">theme</a>
  547. </div>
  548. </div>
  549.  
  550. <div id="container">
  551.  
  552. <div id="left">
  553.  
  554. {block:IfSidebarImage}
  555. <div id="box">
  556. <div class="box-image"><img src="{image:Sidebar Image}"/></div>
  557. </div>
  558. {/block:IfSidebarImage}
  559.  
  560. {block:IfFirstBox}
  561. <div id="box">
  562. <div class="box-title">{text:First Box Title}</div>
  563. <div class="box-content">{Description}</div>
  564. </div>
  565. {/block:IfFirstBox}
  566.  
  567. {block:IfSecondBox}
  568. <div id="box">
  569. <div class="box-title">{text:Second Box Title}</div>
  570. <div class="box-content">
  571. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  572. </div>
  573. </div>
  574. {/block:IfSecondBox}
  575.  
  576. {block:IfThirdBox}
  577. <div id="box">
  578. <div class="box-title">{text:Third Box Title}</div>
  579. <div class="box-content">
  580. {block:ifUpdates1Title}<font style="color:red;">{text:Updates 1 Title}</font> {text:Updates 1 Content}<p>{/block:ifUpdates1Title}
  581. {block:ifUpdates2Title}<font style="color:red;">{text:Updates 2 Title}</font> {text:Updates 2 Content}<p>{/block:ifUpdates2Title}
  582. {block:ifUpdates3Title}<font style="color:red;">{text:Updates 3 Title}</font> {text:Updates 3 Content}<p>{/block:ifUpdates3Title}
  583. </div>
  584. </div>
  585. {/block:IfThirdBox}
  586.  
  587. </div>
  588.  
  589. <div id="right">
  590.  
  591. {block:IfFourthBox}
  592. <div id="box">
  593. <div class="box-title">{text:Fourth Box Title}</div>
  594. <div class="box-content">
  595. <font style="font-weight:bold;">What is Lorem Ipsum?</font>
  596. <br>
  597. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
  598. <br><br>
  599. <font style="font-weight:bold;">Where does it come from?</font>
  600. <br>
  601. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.
  602. <br><br>
  603. <font style="font-weight:bold;">Why do we use it?</font>
  604. <br>
  605. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
  606. <br><br>
  607. <font style="color:red;font-weight:bold;">Ask me anything</font>
  608. <br>
  609. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris.
  610. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%" style="overflow: auto; margin-top: 10px;"></iframe><span style="line-height: 19.6000003814697px;"></span></p>
  611. </div>
  612. </div>
  613. {/block:IfFourthBox}
  614.  
  615. {block:IfFifthBox}
  616. <div id="box">
  617. <div class="box-title">{text:Fifth Box Title}</div>
  618. <div class="box-content">
  619. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.
  620. </div>
  621. </div>
  622. {/block:IfFifthBox}
  623.  
  624. {block:IfSixthBox}
  625. <div id="box">
  626. <div class="box-title">{text:Sixth Box Title}</div>
  627. <div class="box-content">
  628. <b>EST</b> MM/DD/YY
  629. <br>
  630. <b>Visited</b> 000000
  631. <br>
  632. <b>Online</b> 000000
  633. <p>
  634. Powered by Tumblr
  635. </div>
  636. </div>
  637. {/block:IfSixthBox}
  638.  
  639. </div>
  640.  
  641. <div id="posts">
  642. {block:Posts}
  643. <div class="entries">
  644.  
  645. {block:Photo}<img src="{PhotoURL-400}">
  646. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  647. {/block:Photo}
  648.  
  649. {block:Photoset}{Photoset-400}
  650. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  651. {/block:Photoset}
  652.  
  653. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  654.  
  655. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  656.  
  657. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  658.  
  659. <div id="chat">
  660. {block:Chat}
  661. {block:Title}
  662. <h1>{Title}</h1>
  663. {/block:Title}
  664. {block:Lines}
  665. {block:Label}<b>{Label}</b>{/block:Label} -
  666. {Line}<br>
  667. {/block:Lines}{/block:Chat}
  668. </div>
  669.  
  670. {block:Audio}
  671. <div class="audioplay">
  672. <div class="cover"></div>
  673. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  674. <div class="audio">{AudioPlayerBlack}</div>
  675. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
  676. {Caption}
  677. {/block:Audio}
  678.  
  679. {block:Video}
  680. {Video-400}
  681. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  682. {/block:Video}
  683.  
  684. {block:Answer}
  685. <div class="question">
  686. <span class="asker"><a href="{AskerURL}">{Asker}</a> asked:</span>
  687. <br>{Question}</div>
  688. {Answer}
  689. {/block:Answer}
  690. </div>
  691.  
  692. {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}
  693.  
  694. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  695. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  696.  
  697. {/block:Posts}
  698.  
  699. <div class="pagination">
  700. {block:PreviousPage}
  701. <a href="{PreviousPage}">newer</a>
  702. {/block:PreviousPage}
  703. <div style="float:right;">
  704. {block:NextPage}
  705. <a href="{NextPage}">older</a>
  706. {/block:NextPage}</div>
  707.  
  708. </div>
  709.  
  710. </body>
  711. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement