Advertisement
kahniss

Elastic heart

May 2nd, 2014
4,889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.54 KB | None | 0 0
  1.  
  2. <!--theme6 elastic heart by kahniss
  3. DON'T remove credit
  4. Don'T use as your onw
  5. DON'T use as base code-->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14.  
  15.  
  16. <meta name="color:bg" content="#FFFFFF">
  17. <meta name="color:link" content="#7e7e7e">
  18. <meta name="color:hover" content="#222121">
  19. <meta name="color:infobg" content="#FCFCFC">
  20. <meta name="color:text" content="#929292">
  21. <meta name="color:tags" content="#EDEDED">
  22. <meta name="color:scrollbar" content="#D6D5D5">
  23. <meta name="color:infobg" content="#fafafa">
  24.  
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:title" content="sb title here"/>
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="link1" />
  31. <meta name="text:Link2" content="/" />
  32. <meta name="text:Link2 Title" content="link2" />
  33. <meta name="text:Link3" content="/" />
  34. <meta name="text:Link3 Title" content="link3" />
  35.  
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Gochi+Hand' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. a {
  50. color:{color:link};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57. a:hover {
  58. color:{color:hover};
  59. text-decoration:none;
  60. -moz-transition-duration:0.5s;
  61. -webkit-transition-duration:0.5s;
  62. -o-transition-duration:0.5s;
  63. }
  64.  
  65.  
  66. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  67. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  68. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  69.  
  70. body {
  71. background-color:{color:bg};
  72. font-family:Helvetica;
  73. font-weight:normal;
  74. }
  75.  
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:10px;
  80. text-align:center;
  81. font-style:normal;
  82. line-height:80%;
  83. letter-spacing:1px;
  84. text-transform:uppercase;
  85. color:{color:text};
  86. }
  87.  
  88. h2 {
  89. font-size:15px;
  90. text-align:center;
  91. line-height:100%;
  92. letter-spacing:-0.5px;
  93. color:{color:text};
  94. font-weight:normal;
  95. padding:5px;
  96. padding-bottom:2px;
  97. }
  98.  
  99.  
  100. blockquote {
  101. text-align:justify;
  102. border-left:1px solid #fafafa;
  103. padding-left:0px;
  104. margin-left:50px;
  105. width:400px;
  106. }
  107.  
  108. #theme {
  109. background-color:{color:bg};
  110. width:700px;
  111. margin: 0 auto -12px auto;
  112. text-align: center;
  113. }
  114.  
  115. /*/ SIDEBAR /*/
  116.  
  117. #sidebar {
  118. color:{color:text};
  119. margin-top:230px;
  120. width:100px;
  121. margin-left:500px;
  122. position:fixed;
  123. background-color: #ffffff;
  124. padding:15px;
  125. text-align:left;
  126. }
  127.  
  128. #sidebar img {
  129. width:60px;
  130. height:60px;
  131. }
  132.  
  133. /*/ TITLE ONE /*/
  134.  
  135. #title {
  136. width:100px;
  137. font-family:arial;
  138. margin-top:5px;
  139. font-size:12px;
  140. text-align:left;
  141. letter-spacing:0px;
  142. line-height:130%;
  143. margin-top:15px;
  144. margin-bottom:10px;
  145. }
  146.  
  147.  
  148.  
  149. /*/ DESCRIPTION /*/
  150.  
  151. #description {
  152. margin-top:0px;
  153. font-family:arial;
  154. font-size:10px;
  155. min-height:0px;
  156. line-height:11px;
  157. background-color: #ffffff;
  158. text-align:justify;
  159. margin-bottom:10px;
  160. }
  161.  
  162.  
  163.  
  164. /*/ LINKS /*/
  165.  
  166. .links {
  167. width:100px;
  168. text-align:left;
  169. font-style: none;
  170. color: {color:link};
  171. line-height:160%;
  172. font-size: 10px;
  173. font-family:Helvetica;
  174. }
  175.  
  176.  
  177. .links a {
  178. font-style: none;
  179. color: {color:link};
  180. line-height:150%;
  181. font-size: 10px;
  182. font-family:Helvetica;
  183. border-bottom: 1px dotted #878787;
  184. }
  185.  
  186.  
  187. /*/ POSTS /*/
  188.  
  189. #stuffcontainer {
  190. float:left;
  191. margin-left:-50px;
  192. margin-top:50px;
  193. text-align:justify;
  194. background-color:{color:bg};
  195. color:{color:text};
  196. margin-bottom: 35px;
  197. }
  198.  
  199.  
  200. #stuff {
  201. padding:15px;
  202. background-color: #ffffff;
  203. width:500px;
  204. margin-top:50px;
  205. text-align:justify;
  206. font-size:11px;
  207. line-height:100%;
  208. letter-spacing:0x;
  209. color:{color:text};
  210. }
  211.  
  212.  
  213.  
  214. /*/ NOTES /*/
  215.  
  216.  
  217. #postinfo {
  218. color:{color:link};
  219. text-align:center;
  220. width:490px;
  221. font-family:calibri;
  222. font-size: 10px;
  223. font-style: normal;
  224. margin-top:0px;
  225. padding:5px;
  226. line-height:130%;
  227. background-color: {color:infobg};
  228. }
  229.  
  230. #postinfo a {
  231. text-align:center;
  232. letter-spacing:0px;
  233. font-style:normal;
  234. padding-right:3px;
  235. }
  236.  
  237. #postinfo a:hover {
  238. color:#353535;
  239. }
  240.  
  241. ol.notes {
  242. padding:70px;
  243. background-color: #ffffff;
  244. padding:0px;
  245. margin:-10px 0px;
  246. font-family:arial;
  247. font-size: 9px;
  248. width: 500px;
  249. list-style-type:none;
  250. }
  251. ol.notes li.note {
  252. padding: 10px;
  253. }
  254. ol.notes li.note img.avatar {
  255. vertical-align:-4px;
  256. border-radius:100%;
  257. margin-right:10px;
  258. width:16px;
  259. height:16px;
  260. }
  261. ol.notes li.note span.action {
  262. font-weight:normal;
  263. }
  264. ol.notes li.note .answer_content {
  265. font-weight:normal;
  266. }
  267. ol.notes li.note blockquote {
  268. padding:9px 6px 9px 6px;
  269. margin:10px 0px 0px 25px;
  270. }
  271.  
  272. /*/ PAGINATION /*/
  273.  
  274. #pagi {
  275. margin-top:20px;
  276. padding:15px;
  277. width:500px;
  278. text-align:center;
  279. margin-bottom:30px;
  280. font-family:arial;
  281. font-size:12px;
  282. letter-spacing:4px;
  283. text-transform:uppercase;
  284. font-style:italic;
  285. z-index:100;
  286. background-color:#ffffff;
  287. }
  288.  
  289.  
  290. /*/ ASK /*/
  291.  
  292.  
  293. .ask {
  294. padding:10px;
  295. text-align:left;
  296. color:{color:text};
  297. background-color:{color:infobg};
  298. border-bottom: 1px solid #e1e1e1;
  299. }
  300.  
  301. .ans {
  302. text-align:left;
  303. padding:10px;
  304. color:{color:text};
  305. }
  306.  
  307. /*/ AUDIO /*/
  308.  
  309. .audio {
  310. width:500px;
  311. padding-bottom:10px;
  312. background-color:{color:infobg};
  313. }
  314.  
  315. .albumart {
  316. float:left;
  317. padding:0px 10px 10px 0px;
  318. }
  319.  
  320. .albumart img {
  321. width:45px;
  322. height:45px;
  323. }
  324.  
  325. .playercontainer {
  326. text-align:left;
  327. padding:10px;
  328. background-color:#ffffff;
  329. width:480px;
  330. }
  331.  
  332. .audioinfo {
  333. padding:10px;
  334. color:{color:text};
  335. }
  336.  
  337. ul.chat, .chat ol, .chat li {
  338. list-style:none;
  339. margin:0px;
  340. padding:2px;
  341. }
  342.  
  343. .label {
  344. text-decoration:underline;
  345. font-weight:700;
  346. background-color:{color:infobg};
  347. margin-right:5px;
  348. }
  349.  
  350.  
  351.  
  352. .ac-container {
  353. text-align:left;
  354. width: 100px;
  355. margin: -9px auto 0px 0px;
  356. }
  357.  
  358. .ac-container label{
  359. width:100px;
  360. text-align:left;
  361. font-style: none;
  362. color: {color:link};
  363. line-height:130%;
  364. font-size: 10px;
  365. font-family:Helvetica;
  366. border-bottom: 1px dotted #878787;
  367. }
  368.  
  369. .ac-container label:hover{
  370.  
  371. }
  372.  
  373. .ac-container input:checked + label,
  374. .ac-container input:checked + label:hover{
  375. box-shadow:
  376. 0px transparent,
  377. 0px transparent inset,
  378. 0px transparent;
  379. }
  380.  
  381. .ac-container label:hover:after,
  382. .ac-container input:checked + label:hover:after{
  383. content: '';
  384. position: absolute;
  385.  
  386. background: transparent url() no-repeat center center;
  387. }
  388.  
  389. .ac-container input:checked + label:hover:after{
  390. background-image: url();
  391. }
  392.  
  393. .ac-container input{
  394. display: none;
  395. }
  396.  
  397. .ac-container article{
  398. background:#ffffff;
  399. margin-top: -1px;
  400. overflow: hidden;
  401. height: 0px;
  402. position: relative;
  403. z-index: 10;
  404. transition:
  405. height 0.3s ease-in-out,
  406. box-shadow 0.6s linear;
  407. margin-bottom:5px;
  408. }
  409. .ac-container input:checked ~ article{
  410. transition:
  411. height 0.5s ease-in-out,
  412. box-shadow 0.1s linear;
  413. box-shadow: 0px transparent;
  414. }
  415.  
  416. .ac-container article p {
  417. margin-top:1px;
  418. width:100px;
  419. text-align:left;
  420. font-style: none;
  421. color: {color:link};
  422. line-height:130%;
  423. font-size: 10px;
  424. font-family:Helvetica;
  425.  
  426. }
  427.  
  428. .ac-container article p a {
  429. border-bottom: 1px dotted #878787;
  430. }
  431.  
  432.  
  433. .ac-container article li{
  434. padding:5px;
  435. margin-left:40px;
  436. text-align:left;
  437. font-style: none;
  438. color: {color:link};
  439. line-height:60%;
  440. font-size: 11px;
  441. font-family:Helvetica;
  442. margin-top:5px;
  443. border-bottom: 1px dotted #878787;
  444. }
  445.  
  446.  
  447. .ac-container input:checked ~ article.ac-smaller{
  448. height: auto;
  449. }
  450.  
  451. .ac-container input:checked ~ article.ac-small{
  452. height: auto;
  453. }
  454. .ac-container input:checked ~ article.ac-medium{
  455. height: auto;
  456. }
  457. .ac-container input:checked ~ article.ac-large{
  458. height: auto;
  459. }
  460.  
  461.  
  462. {CustomCSS}
  463.  
  464. </style></head>
  465.  
  466. <body>
  467. <div id="theme">
  468. <div id="sidebar">
  469. <img src="{image:sidebar}"></a><div id="title">{text:title}<br></div>
  470. <div id="description">
  471. {Description}
  472. </div>
  473. <div class="links">
  474. <a href="/">home</a><br>
  475. <a href="/ask">inbox</a>
  476.  
  477. <section class="ac-container">
  478. <div>
  479.  
  480.  
  481. <div style="margin-top:10px;"></div>
  482.  
  483.  
  484. <input id="ac-1" name="accordion-1" type="checkbox" />
  485. <label for="ac-1">+more</label>
  486. <article class="ac-small"><p>
  487. {block:ifLink1}<a href="{text:link1}"">{text:Link1 Title}</a>{/block:ifLink1}<br>
  488. {block:ifLink2}<a href="{text:link2}"">{text:Link2 Title}</a>{/block:ifLink2}<br>
  489. {block:ifLink3}<a href="{text:link3}"">{text:Link3 Title}</a>{/block:ifLink3}<br>
  490. </p>
  491. </article>
  492. </div>
  493. </div> </div>
  494.  
  495.  
  496.  
  497. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  498.  
  499. <div id="stuffcontainer">
  500.  
  501. {block:Posts}
  502.  
  503. <div id="stuff">
  504.  
  505. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  506.  
  507. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  508.  
  509. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  510. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  511.  
  512. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  513.  
  514. {block:Photoset}<center>{Photoset-500}</center>
  515. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  516.  
  517. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  518.  
  519. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  520.  
  521. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  522.  
  523. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  524. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  525. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  526. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  527. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  528.  
  529. {block:Date}
  530. <div id="postinfo">
  531. <a href="{Permalink}"><u>{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</u></a>
  532. with
  533. {block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkPage}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkPage}
  534.  
  535. {block:RebloggedFrom}
  536. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  537. {/block:RebloggedFrom}</a>
  538. {block:ContentSource}
  539. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  540. {/block:ContentSource}
  541. <br>
  542. {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  543. {/block:Date}
  544. </div>
  545. {/block:Posts}
  546. <div class="note">
  547. {block:PostNotes}{PostNotes}{/block:PostNotes}
  548. </div>
  549. {/block:Posts}
  550.  
  551.  
  552. <div id="pagi">
  553. {block:Pagination}
  554. {block:PreviousPage}
  555. <a href="{PreviousPage}">prev</a>
  556. {/block:PreviousPage}
  557. {block:NextPage}
  558. <a href="{NextPage}">next</a>
  559. {/block:NextPage}
  560. </div>
  561. {/block:Pagination}
  562. </div>
  563.  
  564. <div style="position:fixed; font-size:9px; color:{color:text}; letter-spacing:0px; bottom:5px; font-family: calibri; right:6px;">
  565. <a href="http://www.kahniss.tumblr.com/">THEME</a></div>
  566.  
  567. </div>
  568. </div>
  569. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement