Advertisement
coltonhaynnes

theme 1

Jul 25th, 2015
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. <!-------- theme 1 by coltonhaynnes.tumblr.com
  2. --------->
  3.  
  4.  
  5.  
  6. <!DOCTYPE html>
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#5a5a5a"/>
  15. <meta name="color:links" content="#5b5b5b"/>
  16. <meta name="color:links hover" content="#c9c9c9"/>
  17. <meta name="color:sidetitle" content="#333333"/>
  18. <meta name="color:sbar links hover" content="#333333"/>
  19. <meta name="color:links bg" content="#f8f8f8">
  20. <meta name="color:scrollbar bg" content="#ffffff"/>
  21. <meta name="color:description" conetent="#eeeeee"/>
  22. <meta name="color:scrollbar" content="#eeeeee">
  23. <meta name="color:borders" content="#eeeeee">
  24. <meta name="color:post info" content="#fafafa">
  25.  
  26. <meta name="image:sidebar image" content=""/>
  27. <meta name="image:background image" content=""/>
  28.  
  29.  
  30. <meta name="text:second title" content="i do still love you"/>
  31. <meta name="text:link 1 title" content="link">
  32. <meta name="text:link 1" content=" ">
  33. <meta name="text:link 2 title" content="link">
  34. <meta name="text:link 2" content=" ">
  35. <meta name="text:link 3 title" content="link">
  36. <meta name="text:link 3" content=" ">
  37.  
  38.  
  39. <meta name="if:show link 1" content="1" />
  40. <meta name="if:show link 2" content="1" />
  41. <meta name="if:show link 3" content="1" />
  42. <meta name="if:show sidebar image" content="1" />
  43. <meta name="if:400px" content="0" />
  44. <meta name="if:hover tags" content="0" />
  45.  
  46.  
  47.  
  48. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  51. <script>
  52. (function($){
  53. $(document).ready(function(){
  54. $("[title]").style_my_tooltips({
  55. tip_follows_cursor:true,
  56. tip_delay_time:200,
  57. tip_fade_speed:300
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70.  
  71. #s-m-t-tooltip {
  72. max-width:300px;
  73. margin:15px;
  74. padding:5px;
  75. background:#ffffff;
  76. color:{color:text};
  77. z-index:999999;
  78. font-size:8px;
  79. font-style:none;
  80. letter-spacing:1px;
  81. font-family:calibri;
  82. text-transform:lowercase;
  83. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  84. }
  85.  
  86.  
  87.  
  88. ::-webkit-scrollbar {
  89. background-color: {color:scrollbar bg};
  90. height:8px;
  91. width:5px
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:vertical {
  95. background-color:{color:scrollbar};
  96. height:50px
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:horizontal {
  100. background-color:{color:scrollbar bg};
  101. height:8px!important
  102. }
  103.  
  104.  
  105.  
  106. body {
  107. background:{color:background} url({image:background image}) repeat right top fixed;
  108. color:{color:text};
  109. font-family:calibri;
  110. line-height:15px;
  111. font-size:11px;
  112. margin:0;
  113. text-align:left;
  114. }
  115.  
  116. blockquote {
  117. padding:0px 0px 0px 15px;
  118. border-left:1px solid;
  119. border-color:{color:borders};
  120. margin:8px;
  121. }
  122.  
  123. a {
  124. color:{color:links};
  125. text-decoration:none;
  126. }
  127.  
  128. a:hover {
  129. text-decoration:none;
  130. color: {color:links hover};
  131. -webkit-transition:all 0.5s;
  132. -moz-transition:all 0.5s;
  133. -ms-transition:all 0.5s;
  134. -o-transition:all 0.5s;
  135. transition:all 0.5s;
  136. }
  137.  
  138. small {
  139. font-size:10px;
  140. }
  141.  
  142. big {
  143. font-size:12px;
  144. }
  145.  
  146. b, strong {
  147. color:{color:link};
  148. }
  149.  
  150. i, em {
  151. color:{color:text};
  152. }
  153.  
  154. img {
  155. opacity:1;
  156. text-decoration:none;
  157. }
  158.  
  159. h1 {
  160. font-size:11px;
  161. font-weight:bold;
  162. text-align:center;
  163. }
  164.  
  165.  
  166. /*----------posts---------*/
  167.  
  168. .container {
  169. left:50%;
  170. position:absolute;
  171. }
  172.  
  173. .posts {
  174. {block:IndexPage}
  175. margin-bottom:120px;
  176. {/block:IndexPage}
  177. {block:PermalinkPage}
  178. margin-bottom:40px;
  179. {/block:PermalinkPage}
  180. {block:IfNot400px}
  181. width:500px;
  182. {/block:IfNot400px}
  183. {block:If400px}
  184. width:400px;
  185. {/block:If400px}
  186. }
  187.  
  188. .entries {
  189. margin-left:-60px;
  190. width:500px;
  191. margin-top:80px;
  192. margin-bottom:50px;
  193. }
  194.  
  195. .posts img, .posts li, .posts blockquote {
  196. max-width: 100%;
  197. }
  198.  
  199. .posts li {
  200. list-style: square;
  201. }
  202.  
  203. blockquote img {
  204. max-width:320px!important;
  205. }
  206.  
  207. .caption {
  208. padding:8px;
  209. }
  210.  
  211.  
  212. /*----------post info---------*/
  213.  
  214. .info {
  215. border-top:1px solid {color:borders};
  216. padding:5px;
  217. text-transform:uppercase;
  218. font-size:8px;
  219. letter-spacing:0px;
  220. margin-top:15px;
  221. text-align:left;
  222. }
  223.  
  224. .tags {
  225. margin-bottom:4px;
  226. font-size:8px;
  227. letter-spacing:1px;
  228. font-weight:bold;
  229. text-align:center;
  230. text-transform:uppercase;
  231. {block:IfHoverTags}
  232. opacity: 0.0;
  233. {/block:IfHoverTags}
  234. {block:IfNotHoverTags}
  235. opacity:1.0;
  236. {/block:IfNotHoverTags}
  237. -moz-transition-duration: 0.6s;
  238. -o-transition-duration: 0.6s;
  239. -webkit-transition-duration: 0.6s;
  240. transition-duration: 0.6s;
  241. }
  242.  
  243. .posts:hover .tags {
  244. {block:IfHoverTags}
  245. opacity:1.0;
  246. -moz-transition-duration: 0.6s;
  247. -o-transition-duration: 0.6s;
  248. -webkit-transition-duration: 0.6s;
  249. transition-duration: 0.6s;
  250. {/block:IfHoverTags}
  251. }
  252.  
  253. /*----------post notes---------*/
  254.  
  255. ol.notes {
  256. padding: 0px;
  257. margin: 45px 0px;
  258. font-size:9px;
  259. {block:If400px}
  260. width:400px;
  261. {/block:If400px}
  262. {block:IfNot400px}
  263. width:500px;
  264. {/block:IfNot400px}
  265. list-style: none;
  266. border-bottom: solid 1px #f5f5f5;
  267. }
  268.  
  269. ol.notes li.note {
  270. border-top: solid 1px #f5f5f5;
  271. padding: 10px;
  272. list-style: none;
  273. }
  274.  
  275. ol.notes li.note img.avatar {
  276. vertical-align: -4px;
  277. margin-right: 10px;
  278. width: 16px;
  279. height: 16px;
  280. border-radius:0%;
  281. }
  282.  
  283. ol.notes li.note span.action {
  284. font-weight:bold;
  285. }
  286.  
  287. ol.notes li.note .answer_content {
  288. font-weight: normal;
  289. }
  290.  
  291. ol.notes li.note blockquote {
  292. border-color: {color:borders};
  293. padding: 4px 10px;
  294. margin: 10px 0px 0px 25px;
  295. }
  296.  
  297. ol.notes li.note blockquote a {
  298. text-decoration: none;
  299. }
  300.  
  301. .pagenotes {
  302. text-align:left;
  303. }
  304.  
  305. /*----------sidebar---------*/
  306.  
  307. .sidebar {
  308. position:fixed;
  309. margin-top:-50px;
  310. width:150px;
  311. margin-left:-300px;
  312. {block:IfShowSidebarImage}
  313. top:160px;
  314. {/block:IfShowSidebarImage}
  315. {block:IfNotShowSidebarImage}
  316. top:230px;
  317. {/block:IfNotShowSidebarImage}
  318. }
  319.  
  320. .sidebarimage {
  321. width:140px;
  322. }
  323.  
  324. .sidebarimage img {
  325. width:140px;
  326. }
  327.  
  328. #title {
  329. font-weight:bold;
  330. font-family:consolas;
  331. margin-top:10px;
  332. font-size:12px;
  333. text-transform:none;
  334. width:150px;
  335. text-align:justify;
  336. }
  337.  
  338. .description {
  339. color:{color:description};
  340. width:150px;
  341. text-align:left;
  342. margin-top:5px;
  343. font-size:10px;
  344. }
  345.  
  346. .links {
  347. width:150px;
  348. margin-top:10px;
  349. font-size:8px;
  350. margin-left:-5px;
  351. color:{color:links};
  352. background:transparent;
  353. }
  354.  
  355. .links a {
  356. color:{color:links};
  357. padding:2px;2px;2px;2px;
  358. border-bottom:1px solid {color:borders};
  359. width:140px;
  360. text-align:left;
  361. text-transform:uppercase;
  362. font-weight:bold;
  363. display:block;
  364. background-position: 100% 0;
  365. background-size: 200% 100%;
  366. transition: all .4s ease-in;
  367. }
  368.  
  369. .links a:hover {
  370. background-position: 0 0;
  371. color:{color:sbar links hover};
  372. }
  373.  
  374. .pagination {
  375. width:132px;
  376. text-transform:uppercase;
  377. padding:5px 10px 5px 10px;
  378. margin-left:-300px;
  379. font-weight:bold;
  380. letter-spacing:1px;
  381. font-size:8px;
  382. bottom:35px;
  383. position:fixed;
  384. text-align:center;
  385. height:20px;
  386. }
  387.  
  388.  
  389. .quote {
  390. font-size:14px;
  391. line-height:150%;
  392. padding:0px;
  393. margin-top:-10px;
  394. font-style:italic;
  395. text-align:center;
  396. }
  397.  
  398. .quotesource {
  399. margin-top:7px;
  400. font-size:9px;
  401. text-transform:uppercase;
  402. letter-spacing:1px;
  403. text-align:center;
  404. }
  405.  
  406.  
  407. /*----------chat---------*/
  408.  
  409. .chat {
  410. line-height:15px;
  411. list-style:none;
  412. margin-left:-3px;
  413. }
  414.  
  415. .line.odd {
  416. background:#fafafa;
  417. margin-bottom:2px;
  418. padding:8px;
  419. list-style:none;
  420. font-size:10px;
  421. }
  422.  
  423. .line.even {
  424. background:#ffffff;
  425. margin-bottom:2px;
  426. padding:8px;
  427. list-style:none;
  428. font-size:10px;
  429. }
  430.  
  431. .label {
  432. padding-right:1px;
  433. text-transform:uppercase;
  434. font-weight:bold;
  435. color:{color:links};
  436. }
  437.  
  438.  
  439. /*----------questions---------*/
  440.  
  441. .question {
  442. padding:5px 5px 10px 5px;
  443. font-style:none;
  444. text-align:justify;
  445. z-index:1;
  446. border-bottom:1px solid {color:borders};
  447. }
  448.  
  449. .asker {
  450. text-transform:uppercase;
  451. font-size:8px;
  452. letter-spacing:0.5px;
  453. }
  454.  
  455. .answer {
  456. margin-left:2px;
  457. padding:5px;
  458. margin-top:-10px;
  459. margin-bottom:-5px;
  460. }
  461.  
  462. /*----------audio---------*/
  463.  
  464. .newplayerbutton {
  465. position: relative;
  466. width: 30px;
  467. height: 30px;
  468. overflow: hidden;
  469. }
  470.  
  471. .playerbuttonhug {
  472. position: absolute;
  473. top: -2px;
  474. left: 8px;
  475. }
  476.  
  477. .tumblr_audio_player {
  478. border: none;
  479. padding: 0px;
  480. margin: 0px;
  481. height: 50px;
  482. width: 500px;
  483. }
  484.  
  485. .playerbuttonbg {
  486. position: absolute;
  487. left: 10px;
  488. top: 10px;
  489. width: 46px;
  490. height: 46px;
  491. background-color: #e4e4e4;
  492. padding: 10px;
  493. -webkit-border-radius: 0px;
  494. -moz-border-radius: 0px;
  495. border-radius: 0px;
  496. opacity: 0;
  497. filter: alpha(opacity=40);
  498. -moz-opacity: 0.4;
  499. -khtml-opacity: 0.4;
  500. transition: opacity .7s ease-in-out;
  501. -moz-transition: opacity .7s ease-in-out;
  502. -webkit-transition: opacity .7s ease-in-out;
  503. }
  504.  
  505. .playerbuttonbg:hover {
  506. opacity: 1;
  507. filter: alpha(opacity=100);
  508. -moz-opacity: 1;
  509. -khtml-opacity: 1;
  510. }
  511.  
  512. .audioimgwrapper {
  513. position: absolute;
  514. left: 0px;
  515. top: 0px;
  516. -webkit-border-radius: 50px;
  517. -moz-border-radius: 50px;
  518. border-radius: 0px;
  519. overflow: hidden;
  520. width: 65px;
  521. height: 65px;
  522. background:#fff;
  523. padding:10px 10px 10px 10px;
  524. border:1px solid #eeeeee;
  525. }
  526.  
  527. .audioimgwrapper img {
  528. width:100%;
  529. height:auto;
  530. -webkit-border-radius:50px;
  531. -moz-border-radius:50px;
  532. border-radius:0px;
  533. }
  534.  
  535. .trackdetails {
  536. {block:If400px}
  537. width:280px;
  538. {/block:If400px}
  539. {block:IfNot400px}
  540. width:380px;
  541. {/block:IfNot400px}
  542. display:inline-block;
  543. margin-left:84px;
  544. min-height:62px;
  545. font-size:9px;
  546. letter-spacing:0.5px;
  547. text-transform:lowercase;
  548. line-height:20px;
  549. padding:13px 10px 10px 20px;
  550. background-color:transparent;
  551. border:1px solid {color:borders};
  552. }
  553.  
  554. .audiowrapper {
  555. position: relative;
  556. display:inline-block;
  557. }
  558.  
  559. .acaption {
  560. margin-top:15px;
  561. }
  562.  
  563. /*----------credit---------*/
  564.  
  565. .credit {
  566. font-size:9px;
  567. position:fixed;
  568. font-weight:bold;
  569. bottom:10px;
  570. right:15px;
  571. z-index:10;
  572. text-align:right;
  573. letter-spacing:1px;
  574. }
  575.  
  576. .credit a {
  577. color:{color:links};
  578. text-decoration:none;
  579. }
  580.  
  581. .credit a:hover {
  582. color:{color:links hover};
  583. text-decoration:none;
  584. }
  585.  
  586.  
  587. </style>
  588. </head>
  589.  
  590. <body>
  591. <div class="container">
  592.  
  593. <div class="credit">
  594. <a title="theme" href="http://coltonhaynnes.tumblr.com/" target="_blank">CH</a></div>
  595.  
  596.  
  597. <div class="sidebar">
  598.  
  599. {block:IfShowSidebarImage}
  600. <div class="sidebarimage">
  601. <a href="/"><img src="{image:sidebar image}">
  602. </a></div>
  603. {/block:IfShowSidebarImage}
  604.  
  605. <div id="title">
  606. {text:second title}
  607. </div>
  608.  
  609.  
  610. <div class="description">{Description}</div>
  611.  
  612. <div class="links">
  613. <b><a href="/">index</a>
  614. <a href="/ask">message</a>
  615. {block:IfShowLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:IfShowLink1}
  616. {block:IfShowLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:IfShowLink2}
  617. {block:IfShowLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfShowLink3}</b>
  618. </div>
  619.  
  620.  
  621. </div>
  622. {block:Pagination}
  623. <div class="pagination">
  624. {block:PreviousPage}
  625. <a href="{PreviousPage}">&lsaquo; </a>
  626. {/block:PreviousPage}{CurrentPage} of {TotalPages} {block:CurrentPage}
  627. <span class="current_page">{PageNumber}</span>
  628. {/block:CurrentPage}{block:JumpPage}
  629. <a class="jump_page" href="{URL}">{PageNumber}</a>
  630. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  631. <a href="{NextPage}"> &rsaquo;</a>
  632. {/block:NextPage}</div>{/block:Pagination}
  633.  
  634. <div class="entries">
  635. {block:Posts}
  636. <div class="posts">
  637.  
  638. {block:Text}
  639. <h1>{block:Title}{Title}{/block:Title}</h1>
  640. <div class="caption">{Body}</div>{/block:Text}
  641.  
  642.  
  643.  
  644. {block:Photo}{block:IfNot400px}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:IfNot400px}{block:If400px}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:If400px}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  645.  
  646.  
  647. {block:Photoset}{block:IfNot400px}{Photoset-500}{/block:IfNot400px}{block:If400px}{Photoset-400}{/block:If400px}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  648.  
  649.  
  650. {block:Quote}
  651. <div class="quote">"{Quote}"</div>
  652. {block:Source}<div class="quotesource"> — {Source}</div>
  653. {/block:Source}{/block:Quote}
  654.  
  655.  
  656. {block:Link}
  657. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  658. {block:Description}{Description}{/block:Description}
  659. {/block:Link}
  660.  
  661.  
  662. {block:Chat}
  663. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  664. {/block:Chat}
  665.  
  666.  
  667. {block:Audio}{block:AudioPlayer}
  668. <div class="audiowrapper">
  669. {block:AlbumArt}
  670. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  671. {/block:AlbumArt}
  672.  
  673. <div class="playerbuttonbg">
  674. <div class="newplayerbutton">
  675. <div class="playerbuttonhug">
  676. {AudioPlayerGrey}
  677. </div></div></div>
  678.  
  679. <div class="trackdetails">
  680. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br/>
  681. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br/>
  682. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  683. {/block:AudioPlayer}
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:Audio}
  686.  
  687.  
  688. {block:Video}
  689. {block:IfNot400px}{Video-500}{/block:IfNot400px}
  690. {block:If400px}{Video-400}{/block:If400px}
  691. {block:Caption}<div class="caption">{Caption}</div>
  692. {/block:Caption}
  693. {/block:Video}
  694.  
  695.  
  696. {block:Answer}
  697. <div class="question">
  698. <div class="asker"><b>{Asker} said:</b></div>
  699. {Question}</div><br>
  700. <div class="answer">
  701. {Answer}</div>
  702. {/block:Answer}
  703.  
  704.  
  705. <div class="info">
  706. {block:Date}
  707. <b><a href="{Permalink}"><u>{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</u></b></a>
  708. {/block:Date}
  709.  
  710. &nbsp;&nbsp;
  711. <a href="{Permalink}">{NoteCount}<font color="red"> ♥</font></a>
  712. &nbsp;&nbsp;
  713. <a href="{ReblogURL}" title="reblog" target="_blank">&nbsp;<i class="fa fa-repeat" style="font-size:7px;"></i>&nbsp;</a>
  714.  
  715. <font style="float:right">
  716. {block:RebloggedFrom}
  717. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via &nbsp;&nbsp;</a>
  718. {block:ContentSource}
  719. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> source &nbsp;&nbsp;</a>
  720. {/block:ContentSource}
  721. {/block:RebloggedFrom}</font>
  722. </div>
  723.  
  724.  
  725. {block:HasTags}
  726. <div class="tags">
  727. {block:Tags}
  728. <i class="fa fa-pencil" style="font-size:6px;"></i>
  729. <a href="{TagURL}">{Tag}</a>
  730. {/block:Tags}
  731. </div>
  732. {/block:HasTags}
  733.  
  734.  
  735.  
  736. </div>
  737.  
  738.  
  739. {block:PostNotes}
  740. {PostNotes}
  741. {/block:PostNotes}
  742.  
  743.  
  744. {/block:Posts}
  745.  
  746.  
  747.  
  748.  
  749. {block:ContentSource}
  750. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  751. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  752. {/block:SourceLogo}
  753. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  754. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  755.  
  756.  
  757. </body>
  758.  
  759. </div></div></div></div></div></div></div></div></div></div></div>
  760. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement