Advertisement
reatsui

theme 29: memories

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