Advertisement
reatsui

theme 09: harmony

Jun 14th, 2014
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 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. <!----------
  6.  
  7. THEME 09: HARMONY
  8. THIS THEME IS DESINGED AND CODED BY YFIAN.TUMBLR.COM.
  9. PLEASE DO NOT STEAL, REDISTRIBUTE, REMOVE THE CREDIT OR USE AS BASE.
  10. MESSAGE ME IF YOU'RE HAVING PROBLEMS WITH THE THEME.
  11.  
  12. ---------->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <!--Default Variables-->
  21. <!--Colors-->
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Entries Background" content="#ffffff"/>
  25. <meta name="color:Asker Border" content="#f9f9f9"/>
  26. <meta name="color:Title" content="#000000"/>
  27. <meta name="color:Border" content="#000000"/>
  28. <meta name="color:Sidebar Border" content="#e8e8e8"/>
  29. <meta name="color:Link" content="#000000"/>
  30. <meta name="color:Sidelink" content="#000000"/>
  31. <meta name="color:Sidelink Background" content="#ffffff"/>
  32. <meta name="color:Posts Border" content="#eeeeee"/>
  33. <meta name="color:Hover" content="#cfcfcf"/>
  34. <meta name="color:Description Color" content="#222222"/>
  35. <meta name="color:Scrollbar" content="#000000"/>
  36. <meta name="color:Quote" content="#fafafa"/>
  37. <meta name="color:Text" content="#000000"/>
  38. <meta name="color:qTip" content="#000000"/>
  39. <meta name="color:qTip Bg" content="#ffffff"/>
  40. <meta name="color:Credit Link" content="#a80000"/>
  41. <meta name="color:Credit Hover" content="#474747"/>
  42.  
  43. <!--Titles-->
  44.  
  45. <meta name="text:Title" content="from discord, find harmony." />
  46.  
  47. <!--Links-->
  48.  
  49. <meta name="text:Link1" content="/" />
  50. <meta name="text:Link1 Title" content="link 1" />
  51. <meta name="text:Link2" content="/" />
  52. <meta name="text:Link2 Title" content="link 2" />
  53. <meta name="text:Link3" content="/" />
  54. <meta name="text:Link3 Title" content="link 3" />
  55.  
  56. <!--Images-->
  57.  
  58. <meta name="image:Background" content="http://static.tumblr.com/4969b983f856b55be3699e917b368dc4/bbujivt/bx5mx7a75/tumblr_static_lightgrid.png">
  59. <meta name="image:Sidebar" content="http://static.tumblr.com/b0744376f9b94d33a937b4cd78a6d5c8/czllhpn/TCdn7549u/tumblr_static_31oyozyyclq8ko4csc08wsog4.jpg" />
  60.  
  61. <!--qTip-->
  62.  
  63. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {
  68. background:{color:Scrollbar};
  69. height: 80px;
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height: 10px;
  74. width: 3px;
  75. }
  76.  
  77. body {
  78. background:{color:Background};
  79. text-align:justify;
  80. margin:0px;
  81. font-family:Helvetica;
  82. font-size:11px;
  83. color:{color:Text};
  84. text-align:justify;
  85. text-transform:none;
  86. letter-spacing:0px;
  87. line-height:140%;
  88. cursor: url(http://media.tumblr.com/tumblr_lqs4qoKE1V1qfoi4t.png), progress;
  89. background-image: url("{image:Background}");
  90. background-attachment:fixed;
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:Text};
  98. -webkit-transition: all 0.5s ease;
  99. -moz-transition: all 0.5s ease;
  100. -o-transition: all 0.5s ease;
  101. }
  102.  
  103. img {
  104. max-width:100%;
  105. height:auto;
  106. }
  107.  
  108. h1 {
  109. font-size:20px;
  110. text-transform:none;
  111. font-style:none;
  112. font-family:Helvetica;
  113. font-weight:normal;
  114. line-height:140%;
  115. text-align:center;
  116. color:{color:Title};
  117. }
  118.  
  119. a:hover {
  120. color:{color:Hover};
  121. }
  122.  
  123. small{
  124. font-size:9px;
  125. line-height:140%;
  126. }
  127.  
  128. big {
  129. font-size:12px;
  130. line-height:140%;
  131. }
  132.  
  133. b, strong{
  134. color:{color:Text};
  135. font-weight:bold;
  136. letter-spacing:0px;
  137. }
  138.  
  139. i, em {
  140. color:{color:Text};
  141. font-style:italic;
  142. }
  143.  
  144. p {
  145. margin-top:5px;
  146. margin-bottom:5px;
  147. }
  148.  
  149. blockquote {
  150. padding:0px;
  151. padding-left:5px;
  152. margin:5px;
  153. border-left:1px solid {color:Border};
  154. }
  155.  
  156. blockquote img {
  157. max-width:200px;
  158. height:auto;
  159. }
  160.  
  161. blockquote blockquote {
  162. padding-left:5px;
  163. border-left:1px solid;
  164. }
  165.  
  166. #quote {
  167. padding:10px;
  168. margin-bottom:5px;
  169. text-align:center;
  170. font-size:15px;
  171. font-weight:bold;
  172. font-family:Trebuchet MS, sans-serif;
  173. font-style:none;
  174. letter-spacing:-1px;
  175. text-transform:none;
  176. }
  177.  
  178. #chat {
  179. text-transform:none;
  180. }
  181.  
  182. #website {
  183. font-family:Arial;
  184. font-style:italic;
  185. text-align:right;
  186. font-size:12px;
  187. letter-spacing:-1px;
  188. font-weight:bold;
  189. color:{color:Text};
  190. }
  191.  
  192. #asker {
  193. text-transform:none;
  194. padding:5px;
  195. font-size:10px;
  196. text-align:center;
  197. font-family:Helvetica;
  198. padding-top:30px;
  199. }
  200.  
  201. #qTip {
  202. padding:3px;
  203. width:auto;
  204. display: none;
  205. text-align: center;
  206. position:fixed;
  207. font-size:9px;
  208. text-transform:lowercase;
  209. font-family:Arial;
  210. color: {color:qTip};
  211. background:{color:qTip Bg};
  212. font-style:none;
  213. letter-spacing:1px;
  214. }
  215.  
  216. .pagination {
  217. padding-bottom:20px;
  218. text-align:center;
  219. font-style:none;
  220. font-size:10px;
  221. letter-spacing:2px;
  222. text-transform:uppercase;
  223. }
  224.  
  225. .pagination a {
  226. display:inline-block;
  227. margin-right:3px;
  228. padding:2px;
  229. background:{color:Info Background};
  230. color:{color:Text};
  231. }
  232.  
  233. .pagination a:hover {
  234. color:{color:Hover};
  235. }
  236.  
  237. .audio{width:25px;padding:5px;position:absolute;opacity:1;margin-left:60px;margin-top:-43px;overflow:hidden;}
  238. .audioplay{height:50px;width:400px;background-color:black;}
  239. .cover{width:50px;height:50px;position:absolute;margin-left:0px;}
  240. .cover img{width:50px;}
  241. .audioinfo{font-family: Tahoma, sans-serif;font-size:7px;text-align:center;padding:5px;width:390px;margin-top:2px;text-transform:uppercase;letter-spacing:1px;background-color:black;color:white;}
  242.  
  243. .entries{
  244. padding:5px;
  245. width:400px;
  246. padding:10px;
  247. padding-bottom:0px;
  248. margin-bottom:25px;
  249. background:{color:Entries Background};
  250. border:1px solid {color:Posts Border};
  251. }
  252.  
  253. #posts{
  254. width:430px;
  255. margin-left:170px;
  256. margin-top:100px;
  257. height:409px;
  258. padding:5px;
  259. }
  260.  
  261. #sidebar {
  262. position:fixed;
  263. margin-top:100px;
  264. height:325px;
  265. margin-left:30px;
  266. }
  267.  
  268. #sidebarimage img {
  269. position:fixed;
  270. width:130px;
  271. margin-top:0px;
  272. height:170px;
  273. margin-left:655px;
  274. }
  275.  
  276. #title {
  277. font-size:12px;
  278. position:fixed;
  279. margin-top:176px;
  280. margin-left:655px;
  281. font-family:Helvetica;
  282. text-align:center;
  283. width:auto;
  284. padding:2px;
  285. background:{color:Background};
  286. letter-spacing:-1px;
  287. text-transform:lowercase;
  288. color:{color:Text};
  289. }
  290.  
  291. #description {
  292. font-size:10px;
  293. width:96px;
  294. font-family:Helvetica;
  295. height:auto;
  296. text-transform:none;
  297. position:fixed;
  298. padding:10px;
  299. text-align:justify;
  300. font-style:none;
  301. line-height:100%;
  302. margin-left:662px;
  303. margin-top:200px;
  304. background:{color:Entries Background};
  305. letter-spacing:-1px;
  306. opacity:0;
  307. color:{color:Description Color};
  308. border-bottom-right-radius: 5px;
  309. border-bottom-left-radius: 5px;
  310. border-top-right-radius: 5px;
  311. border-top-left-radius: 5px;
  312. -moz-transition-duration:1s;
  313. -webkit-transition-duration:1s;
  314. -o-transition-duration:1s;
  315. }
  316.  
  317. #sidebar:hover #description {
  318. opacity:1;
  319. margin-top:10px;
  320. -moz-transition-duration:1s;
  321. -webkit-transition-duration:1s;
  322. -o-transition-duration:1s;
  323. }
  324.  
  325. #links {
  326. font-size:9px;
  327. padding:5px;
  328. font-family:Helvetica;
  329. text-align:center;
  330. margin-left:789px;
  331. margin-top:0px;
  332. position:fixed;
  333. background:{color:Background};
  334. word-spacing:12px;
  335. }
  336.  
  337. #links a {
  338. display:block;
  339. width:auto;
  340. margin-bottom:3px;
  341. padding:0px;
  342. border-bottom:2px solid {color:Sidelink};
  343. color:{color:Link};
  344. }
  345.  
  346. #links a:hover {
  347. color:{color:Hover};
  348. border-bottom:2px solid {color:Sidelink};
  349. -webkit-transition: all 0.5s ease-out;
  350. -moz-transition: all 0.5s ease-out;
  351. transition: all 0.5s ease-out;
  352. }
  353.  
  354. #info {
  355. text-align:center;
  356. font-family:Helvetica;
  357. text-transform:uppercase;
  358. font-style:none;
  359. letter-spacing:0px;
  360. font-size:8px;
  361. width:410px;
  362. margin-left:-10px;
  363. background:{color:Info Background};
  364. padding:5px;
  365. line-height:140%;
  366. }
  367.  
  368. #tags {
  369. font-size:8px;
  370. margin-top:0px;
  371. text-align:center;
  372. font-family:Helvetica;
  373. letter-spacing:0px;
  374. font-style:none;
  375. text-transform:lowercase;
  376. }
  377.  
  378. #notes {
  379. font-family:Helvetica;
  380. text-transform:lowercase;
  381. font-size:8px;
  382. letter-spacing:0px;
  383. }
  384.  
  385. #notes img {
  386. margin-left:5px;
  387. }
  388.  
  389. #credit {
  390. font-family:Arial;
  391. font-size:8px;
  392. letter-spacing:0px;
  393. float:right;
  394. position:fixed;
  395. bottom:25px;
  396. right:20px;
  397. }
  398.  
  399. #credit a {
  400. color:{color:Credit Link};
  401. padding:5px;
  402. text-transform:uppercase;
  403. }
  404.  
  405. #credit a:hover {
  406. opacity:0.5;
  407. color: transparent;
  408. text-shadow:0 0 2px {color:Credit Hover};
  409. text-decoration:none;
  410. background:none;
  411. -moz-transition-duration:0.5s;
  412. -webkit-transition-duration:0.5s;
  413. -o-transition-duration:0.5s;
  414. }
  415.  
  416. {CustomCSS}</style></head><body>
  417.  
  418. <div style="position:fixed; height:100%; width:90px; margin-top:-100px; margin-left:0px; background:black; border-right:10px double white; "></div>
  419.  
  420. <div id="sidebar">
  421.  
  422. <div style="position:fixed; height:230px; width:1px; margin-top:-20px; margin-left:800px; background:black;"></div>
  423.  
  424. <div style="position:fixed; height:1px; width:193px; margin-top:185px; margin-left:636px; background:black;"></div>
  425.  
  426. <div id="title">{text:Title}</div>
  427.  
  428. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  429.  
  430. <div id="description">{Description}</div>
  431.  
  432. <div id="links">
  433. <a href="/" title="home">.01</a>
  434. <a href="/ask" title="mail">.02</a>
  435. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">.03</a>{/block:ifLink1}
  436. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">.04</a>{/block:ifLink2}
  437. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">.05</a>{/block:ifLink3}
  438. </div>
  439.  
  440. </div>
  441.  
  442. <div id="posts">
  443. {block:Posts}
  444. <div class="entries">
  445.  
  446. {block:Photo}<img src="{PhotoURL-400}">
  447. {block:Caption}{Caption}{/block:Caption}
  448. {/block:Photo}
  449.  
  450. {block:Photoset}{Photoset-400}
  451. {block:Caption}{Caption}{/block:Caption}
  452. {/block:Photoset}
  453.  
  454. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  455.  
  456. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  457.  
  458. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  459.  
  460. <div id="chat">
  461. {block:Chat}
  462. {block:Title}
  463. <h1>{Title}</h1>
  464. {/block:Title}
  465. {block:Lines}
  466. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  467. {Line}</blockquote><br>
  468. {/block:Lines}{/block:Chat}
  469. </div>
  470.  
  471. {block:Audio}
  472. <div class="audioplay">
  473. <div class="cover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
  474. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  475. <div class="audio">{AudioPlayerBlack}</div>
  476. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
  477. {Caption}
  478. {/block:Audio}
  479.  
  480. {block:Video}
  481. {Video-400}
  482. {block:Caption}{Caption}{/block:Caption}
  483. {/block:Video}
  484.  
  485. {block:Answer}
  486. <div id="asker"><img src="{AskerPortraitURL-30}"width="30" height="30"
  487. style="border:3px solid {color:Asker Border}; margin-top:-20px;"><br>
  488. <span style="font-family:Helvetica; text-transform:lowercase; font-style:italic;">{Asker} asked: <br><br></span>
  489. {Question}</div>{Answer}{/block:Answer}
  490.  
  491. <div id="info">
  492. {block:Date}{24Hour}:{Minutes} {AmPm} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}<br> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  493. {block:HasTags}<div id="tags">{block:Tags} - <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  494. {/block:Posts}
  495.  
  496. <div class="pagination">
  497. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← previous</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}</div>{/block:Pagination}
  498. </div>
  499.  
  500. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  501. </div>
  502.  
  503.  
  504. <div id="credit"><a href="http://yfian.tumblr.com/">yfian</a></div>
  505.  
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement