Advertisement
Korra

Theme: Promise

Apr 25th, 2012
9,343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.62 KB | None | 0 0
  1. <html>
  2.  
  3. <!---
  4.  
  5.  
  6. THEME: PROMISE BY HEARTENS (HEARTENS.TUMBLR.COM)
  7.  
  8. - DO NOT REMOVE THE CREDITS OR MOVE IT TO A SECONDARY PAGE
  9. - DO NOT REUPLOAD OR REDISTRIBUTE
  10. - DO NOT USE AS A BASE CODE
  11.  
  12. - SIDEBAR IMAGE /MUST/ BE 250X200PX OTHERWISE THE HOVER OVER WILL NOT FUNCTION PROPERLY
  13.  
  14. - BACKGROUND CREDIT: SUBTLEPATTERNS.COM
  15. ____________________________________
  16.  
  17.  
  18. --->
  19.  
  20.  
  21.  
  22. <head>
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}" />
  28. {/block:Description}
  29.  
  30.  
  31. <meta name="color:background" content="#F5F0F0" />
  32. <meta name="color:scroll" content="#BED2D9" />
  33. <meta name="color:entry" content="#FFFFFF" />
  34. <meta name="color:text" content="#726e77" />
  35. <meta name="color:header" content="#6F94A0" />
  36. <meta name="color:bold" content="#B8B8D6" />
  37.  
  38. <meta name="color:title bg" content="#DCE8EB" />
  39. <meta name="color:sidebar" content="#ffffff" />
  40. <meta name="color:sidebar 2" content="#F7F9FE" />
  41.  
  42. <meta name="color:permalink" content="#F7F9FE" />
  43. <meta name="color:link" content="#6F94A0" />
  44. <meta name="color:border" content="#BED2D9" />
  45. <meta name="color:hover" content="#CBDBE0" />
  46.  
  47. <meta name="color:custom link" content="#DCE8EB" />
  48. <meta name="color:custom text" content="#726B6D" />
  49. <meta name="color:sidebar title" content="#726B6D" />
  50.  
  51. <meta name="color:tab 1" content="#B8B8D6" />
  52. <meta name="color:tab 2" content="#BED2D9" />
  53. <meta name="color:tab 3" content="#22ccbb" />
  54.  
  55. <meta name="font:body" content="georgia" />
  56.  
  57. <meta name="if:InfiniteScrolling" content="0" />
  58. <meta name="if:HoverOverPermalink" content="1" />
  59.  
  60. <meta name="text:Background Repeat" content="repeat"/>
  61. <meta name="text:SubTitle" content="Once you meet someone, you never really forget them"/>
  62.  
  63.  
  64. <meta name="image:Sidebar" content="http://static.tumblr.com/ima4vag/c3um319uq/aww.gif"/>
  65. <meta name="image:Background" content="http://static.tumblr.com/ima4vag/ggZm31my3/01scribble_light.png"/>
  66.  
  67. <meta name="text:Link1" content="link title #1" />
  68. <meta name="text:Link1 URL" content="/"/>
  69. <meta name="text:Link2" content="link title #2" />
  70. <meta name="text:Link2 URL" content="/"/>
  71. <meta name="text:Link3" content="link title #3" />
  72. <meta name="text:Link3 URL" content="/"/>
  73. <meta name="text:Link4" content="link title #4" />
  74. <meta name="text:Link4 URL" content="/"/>
  75. <meta name="text:Link5" content="link title #5" />
  76. <meta name="text:Link5 URL" content="/"/>
  77. <meta name="text:Link6" content="link title #6" />
  78. <meta name="text:Link6 URL" content="/"/>
  79.  
  80. <style type="text/css">
  81.  
  82. body {
  83. background-image: url('{image:background}');
  84. background-color: {color:background};
  85. background-attachment: fixed;
  86. background-position: right bottom;
  87. background-repeat: {text:Background Repeat};
  88. color: {color:text};
  89. font-family: {font:body};
  90. font-size: 10px;
  91. }
  92.  
  93. @font-face {
  94. font-family: "Times";
  95. src: url(http://static.tumblr.com/4hejznv/PvRm2d82f/times_.ttf) format("truetype");
  96. }
  97.  
  98. @font-face {
  99. font-family: "dubiel";
  100. src: url(http://static.tumblr.com/4hejznv/irnm1ycg9/dubiel.ttf) format("truetype");
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height: 5px;
  105. width: 5px;
  106. background-color: {color:background};
  107. }
  108. ::-webkit-scrollbar-thumb:vertical {
  109. background-color: {color:scroll};
  110. height: 5px;
  111. }
  112. ::-webkit-scrollbar-thumb:vertical:hover{
  113. background-color: {color:scroll};
  114. }
  115. ::-webkit-scrollbar-thumb:horizontal:hover{
  116. background-color: {color:scroll};
  117. }
  118.  
  119. a {
  120. color: {color:link};
  121. text-decoration: none;
  122. -webkit-transition: all 0.5s linear;
  123. -moz-transition: all 0.5s linear;
  124. -o-transition: all 0.5s linear;
  125. }
  126.  
  127. a:hover {
  128. color: {color:hover};
  129. }
  130.  
  131. #sidebar {
  132. width: 70px;
  133. position: fixed;
  134. height: 1100px;
  135. margin-top: -10px;
  136. margin-left: 960px;
  137. padding: 10px;
  138. text-align: justify;
  139. border-left: 10px {color:border} solid;
  140. background-color: {color:sidebar};
  141. font-size: 10px;
  142. line-height: 100%;
  143. }
  144.  
  145. #misc {
  146. margin-top: 100px;
  147. }
  148.  
  149. #misc img {
  150. width: 60px;
  151. height: 60px;
  152. -webkit-border-radius: 60px;
  153. -moz-border-radius: 60px;
  154. border-radius: 60px;
  155. margin-bottom: 5px;
  156. }
  157.  
  158. #pearl {
  159. max-width: 250px;
  160. max-height: 330px;
  161. overflow: hidden;
  162. position: fixed;
  163. z-index: 1;
  164. margin-top: 80px;
  165. margin-left: 10px;
  166. background-color: {color:sidebar};
  167. text-align: justify;
  168. }
  169.  
  170. #desc {
  171. height: 200px;
  172. max-height: 200px;
  173. padding: 5px;
  174. overflow: hidden;
  175. position: fixed;
  176. position: relative;
  177. }
  178.  
  179. #tags {
  180. width: 512px;
  181. margin-left: -10px;
  182. margin-top: 10px;
  183. margin-bottom: -10px;
  184. text-transform: lowercase;
  185. padding: 2px;
  186. font-size: 9px;
  187. padding-left: 6px;
  188. letter-spacing: 1px;
  189. background-color: {color:permalink};
  190. text-align: left;
  191. line-height: 10px;
  192. border-top: dotted 1px {color:border};
  193. }
  194.  
  195. #side2 {
  196. height: 1100px;
  197. margin-top: -10px;
  198. margin-left: -10px;
  199. width: 290px;
  200. z-index: -1;
  201. position: fixed;
  202. background-color: {color:sidebar 2};
  203. border-right: dotted 1px {color:border};
  204. }
  205.  
  206. #topaz {
  207. position: fixed;
  208. max-width:251px;
  209. overflow: hidden;
  210. z-index: 999;
  211. margin-top: -215px;
  212. -webkit-transition: all 0.8s linear;
  213. -moz-transition: all 0.8s linear;
  214. -o-transition: all 0.8s linear;
  215. }
  216.  
  217. #topaz img {
  218. max-width:250px;
  219. max-height: 200px;
  220. height: 200px;
  221. margin-bottom: -3px;
  222. }
  223.  
  224. #pearl:hover #topaz {
  225. margin-top: 0px;
  226. -webkit-transition: all 0.8s linear;
  227. -moz-transition: all 0.8s linear;
  228. -o-transition: all 0.8s linear;
  229. }
  230.  
  231. #subtitle {
  232. font-family: calibri;
  233. text-transform: uppercase;
  234. font-size: 10px;
  235. width: 230px;
  236. text-align: center;
  237. line-height: 10px;
  238. position: fixed;
  239. margin-left: 10px;
  240. margin-top: 360px;
  241. background-color: {color:title bg};
  242. padding: 10px;
  243. }
  244.  
  245. #navi {
  246. font-family: calibri;
  247. text-transform: uppercase;
  248. font-size: 10px;
  249. width: 240px;
  250. text-align: center;
  251. line-height: 10px;
  252. position: fixed;
  253. margin-left: 10px;
  254. margin-top: 410px;
  255. background-color: {color:title bg};
  256. padding: 5px;
  257. }
  258.  
  259. #date {
  260. background-color: {color:entry};
  261. font-family: arial;
  262. display:block;
  263. font-size: 8px;
  264. letter-spacing: 1px;
  265. font-style: none;
  266. width: 55px;
  267. height: auto;
  268. margin: -2px 0px 1px 2px;
  269. padding: 10px;
  270. margin-left: 515px;
  271. margin-top: -5px;
  272. {block:IfHoverOverPermalink}
  273. opacity: 0;
  274. filter:alpha(opacity=0);{/block:IfHoverOverPermalink}
  275. -webkit-transition: all 0.5s linear;
  276. -moz-transition: all 0.5s linear;
  277. -o-transition: all 0.5s linear;
  278. position:absolute;
  279. z-index: 999;
  280. border-left: 2px {color:border} solid;
  281. }
  282.  
  283. .entry:hover #date {
  284. height: auto;
  285. margin-top: -8px;
  286. margin-left: 515px;
  287. {block:IfHoverOverPermalink}
  288. opacity: 0.9;
  289. filter:alpha(opacity=90);
  290. -moz-opacity: 0.9; {/block:IfHoverOverPermalink}
  291. -webkit-transition: all 0.5s linear;
  292. -moz-transition: all 0.5s linear;
  293. -o-transition: all 0.5s linear;
  294. position: absolute;
  295. }
  296. .entry {
  297. width: 500px;
  298. background-color: {color:entry};
  299. padding: 10px;
  300. margin: 4px;
  301. overflow:hidden;
  302. }
  303.  
  304. .entry b, #desc b, strong {
  305. color: {color:bold};
  306. }
  307.  
  308. .entry i, #desc i, em {
  309. color: {color:bold};
  310. }
  311.  
  312. .blockquote {
  313. font-size: 10px;
  314. border-left: 2px {color:border} solid;
  315. padding-left: 5px;
  316. }
  317.  
  318. #main {
  319. width: 530px;
  320. margin-left: 320px;
  321. margin-top: 0px;
  322. padding: 4px;
  323. background-image: url('{image:EntryBackground}');
  324. background-attachment: fixed;
  325. background-repeat: repeat;
  326. }
  327.  
  328.  
  329.  
  330. #custom1, #custom4{
  331. width: 83px;
  332. height: 10px;
  333. font-size: 9px;
  334. display:block; 
  335. text-align: center;
  336. font-family: calibri;
  337. text-transform: lowercase;
  338. float: left;
  339. background-color: {color:tab 1};
  340. color: {color:tab 1};
  341. overflow: hidden;
  342. }
  343.  
  344. #custom2, #custom5 {
  345. width: 83px;
  346. height: 10px;
  347. font-size: 9px;
  348. display:block; 
  349. text-align: center;
  350. font-family: calibri;
  351. text-transform: lowercase;
  352. float: left;
  353. background-color: {color:tab 2};
  354. color: {color:tab 2};
  355. overflow: hidden;
  356. }
  357.  
  358. #custom3, #custom6 {
  359. width: 84px;
  360. height: 10px;
  361. font-size: 9px;
  362. display:block; 
  363. text-align: center;
  364. font-family: calibri;
  365. text-transform: lowercase;
  366. float: left;
  367. background-color: {color:tab 3};
  368. color: {color:tab 3};
  369. overflow: hidden;
  370. }
  371.  
  372. #custom1:hover, #custom2:hover, #custom3:hover {
  373. background-color: {color:background};
  374. color: {color:text};
  375. -webkit-transition: all 0.5s ease-in-out;
  376. -moz-transition: all 0.5s ease-in-out;
  377. -o-transition: all 0.5s ease-in-out;
  378. }
  379.  
  380. #custom4:hover, #custom5:hover, #custom6:hover{
  381. background-color: {color:background};
  382. color: {color:text};
  383. -webkit-transition: all 0.5s ease-in-out;
  384. -moz-transition: all 0.5s ease-in-out;
  385. -o-transition: all 0.5s ease-in-out;
  386. }
  387.  
  388. .linkage {
  389. width: 60px;
  390. height: 60px;
  391. -webkit-border-radius: 60px;
  392. -moz-border-radius: 60px;
  393. border-radius: 60px;
  394. line-height: 60px;
  395. font-size: 9px;
  396. letter-spacing: 1px;
  397. display:block;
  398. text-align: center;
  399. font-family: {font: body};
  400. background-color: {color:custom link};
  401. text-transform: lowercase;
  402. overflow: hidden;
  403. color: {color:custom text};
  404. float: left;
  405. margin-bottom: 5px;
  406. -webkit-transition: all 0.5s linear;
  407. -moz-transition: all 0.5s linear;
  408. -o-transition: all 0.5s linear;
  409. }
  410.  
  411. .linkage:hover {
  412. background-color: {color:background};
  413. color: {color:link};
  414. -webkit-transform: rotate(360deg);
  415. -moz-transform: rotate(360deg);
  416. -o-transform: rotate(360deg) ;
  417. }
  418.  
  419. #title {
  420. background-color: {color:title bg};
  421. color: {color:sidebar title};
  422. font-family: "Times";
  423. font-size: 12pt;
  424. text-align: center;
  425. text-transform: uppercase;
  426. padding: 4px;
  427. width: 250px;
  428. margin-bottom: 5px;
  429. }
  430.  
  431. #title a:hover {
  432. color: {color:hover};
  433. }
  434.  
  435. .header {
  436. color: {color:header};
  437. font-family: "dubiel";
  438. font-size: 18pt;
  439. text-align: left;
  440. line-height: 70%;
  441. letter-spacing: -1px;
  442. }
  443.  
  444. .header:first-letter {
  445. font-size: 32px;
  446. font-family: georgia;
  447. font-style: italic;
  448. }
  449.  
  450. #source {
  451. font-family: {font:body};
  452. font-size:7pt;
  453. text-align: right;
  454. margin-top: 5px;
  455. }
  456.  
  457. #perma {
  458. background-color: {color:permalink};
  459. border-left: 4px {color:border} solid;
  460. font-family: georgia;
  461. font-size: 9px;
  462. letter-spacing: 1px;
  463. padding: 4px;
  464. margin-top: 10px;
  465. text-transform: lowercase;
  466. }
  467.  
  468. #perma a:link {
  469. color: {color:link};
  470. font-style: italic;
  471. }
  472.  
  473. #perma a:hover {
  474. color: {color:hover};
  475. font-style: italic;
  476. }
  477.  
  478. .ask img {
  479. float: left;
  480. max-height: 30px;
  481. margin-bottom: 8px;
  482. margin-right: 5px;
  483. border: solid {color:border} 5px;
  484. }
  485.  
  486. .ask {
  487. position: relative;
  488. background-color: {color:permalink};
  489. padding: 10px;
  490. width: 490px;
  491. display: block;
  492. margin-top: -5px;
  493. margin-left: -5px;
  494. }
  495.  
  496. .asktitle:first-letter {
  497. font-size: 22px;
  498. font-family: georgia;
  499. font-style: italic;
  500. text-transform: uppercase;
  501. }
  502. .asktitle {
  503. font-family: "Times";
  504. font-size: 12pt;
  505. color: {color:header};
  506. text-align: left;
  507. line-height: 60%
  508. margin-bottom: 10px;
  509. text-transform: uppercase;
  510. }
  511.  
  512. .qarrow {
  513. font-size: 30px;
  514. color: {color:permalink};
  515. margin-left: 240px;
  516. z-index: 999;
  517. margin-top: -15px;
  518. margin-bottom: -10px;
  519. }
  520.  
  521. ol.notes, .notes li {
  522. padding: 0px;
  523. margin-left: 25px;
  524. }
  525.  
  526. .notes img {
  527. -webkit-border-radius: 16px;
  528. -moz-border-radius: 16px;
  529. border-radius: 16px;
  530. }
  531.  
  532. .music {
  533. background-color: #e4e4e4;
  534. margin-bottom:0px;
  535. display:block;
  536. }
  537.  
  538. #art {
  539. margin-left: 0px;
  540. margin-bottom: 10px;
  541. }
  542.  
  543. #art img {
  544. max-width: 50px;
  545. float: left;
  546. border: solid {color:border} 5px;
  547. }
  548.  
  549. {CustomCSS}
  550.  
  551. </style>
  552. </head>
  553.  
  554. {block:IfInfiniteScrolling}
  555. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  556. <body>
  557.  
  558. <div id="pearl">
  559. <div id="title">{title}</div><div id="desc">{Description}</div>
  560. <div id="topaz">
  561. <center>
  562. <a href="{text:Link1 URL}" id="custom1" title="{text:Link1}">001</a>
  563. <a href="{text:Link2 URL}" id="custom2" title="{text:Link2}">002</a>
  564. <a href="{text:Link3 URL}" id="custom3" title="{text:Link3}">003</a>
  565. </center>
  566. <img src="{image:Sidebar}">
  567. <center>
  568. <a href="{text:Link4 URL}" id="custom4" title="{text:Link4}">004</a>
  569. <a href="{text:Link5 URL}" id="custom5" title="{text:Link5}">005</a>
  570. <a href="{text:Link6 URL}" id="custom6" title="{text:Link6}">006</a>
  571. </center>
  572. </div></div>
  573.  
  574. <div id="subtitle">{text:SubTitle}</div><div id="side2"></div>
  575.  
  576. {block:IfNotInfiniteScrolling}<div id="navi">{block:Pagination}
  577. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}
  578. {/block:Pagination}</div>{/block:IfNotInfiniteScrolling}
  579.  
  580. <div id="sidebar">
  581. <div id="misc">
  582. <img src="{PortraitURL-96}" class="misc">
  583. <a href="/" class="linkage">home</a>
  584. <a href="/ask" class="linkage">ask</a>
  585. <a href="/archive" class="linkage">archive</a>
  586. <a href="http://heartens.tumblr.com" class="linkage">theme</a>
  587. </div></div>
  588.  
  589. <div class="autopagerize_page_element">
  590.  
  591. {block:Posts}<div id="main"><div class="entry">
  592.  
  593. {block:Date}<div id="date">
  594. <a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumber}/{ShortYear}</a><br> at {24Hour}:{Minutes}{AmPm}
  595. {block:NoteCount}<br>{block:RebloggedFrom}<a href="{ReblogRootURL}">origin</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{/block:NoteCount}
  596. </div>
  597. {/block:Date}
  598.  
  599. {block:Text}{block:Title}<div class="header">{Title}</div>{/block:Title}{Body}
  600. {/block:Text}
  601.  
  602. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  603. {/block:Photo}
  604.  
  605. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  606.  
  607. {block:Quote}<div class="header">❝ {Quote}</div>
  608. {block:Source}<div id="source"> —{Source}</div>{/block:Source}
  609. {/block:Quote}
  610.  
  611. {block:Link}<div class="header"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  612. {/block:Link}
  613.  
  614. {block:Chat}{block:Title}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  615. {/block:Chat}
  616.  
  617. {block:Audio}<div id="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  618. <center><div class="music">{AudioPlayerGrey}</div></center>
  619. {block:Caption}{Caption}{/block:Caption}
  620. {/block:Audio}
  621.  
  622. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}
  623. {/block:Video}
  624.  
  625. {block:Answer}
  626. <div class="ask"><img src="{AskerPortraitURL-40}" align="left"><div class="asktitle"><i>{Asker} asked:</div></i> {Question}</div> <div class="qarrow">◤</div>{Answer}
  627.  
  628. {/block:Answer}
  629.  
  630. <div id="tags">
  631. {block:Date}Posted: <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a> (<a href="{ReblogURL}">Reblog</a>){/block:NoteCount}
  632. {block:HasTags}<br>Tags: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  633. </div>
  634.  
  635. {block:PostNotes}{PostNotes}{/block:PostNotes}
  636. </div>
  637. {/block:Posts}
  638.  
  639.  
  640. </div>
  641. </body>
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement