xmisa0923

no regrets thm

Nov 5th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.35 KB | None | 0 0
  1. <!--Theme by leepace. Please leave the leave the credit.-->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables are here.-->
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#cccccc"/>
  16. <meta name="color:link" content="#a7a7a7"/>
  17. <meta name="color:links hover" content="#a8a8a8"/>
  18. <meta name="color:title"content="#070707"/>
  19.  
  20. <meta name="image:sidebar image" content=""/>
  21.  
  22. <meta name="if:show sidebar image" content="1"/>
  23. <meta name="if:sidebar image centered" content="0"/>
  24. <meta name="if:hover title" content="0"/>
  25. <meta name="if:Show tags" content="1"/>
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 4 URL" content="" />
  33. <meta name="text:Link 4" content="" />
  34.  
  35.  
  36. <!-- jquery -->
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38.  
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40.  
  41. <script>
  42.  
  43. (function($){
  44.  
  45. $(document).ready(function(){
  46.  
  47. $("a[title]").style_my_tooltips({
  48.  
  49. tip_follows_cursor:true,
  50.  
  51. tip_delay_time:30,
  52.  
  53. tip_fade_speed:300,
  54.  
  55. attribute:"title"
  56.  
  57. });
  58.  
  59. });
  60.  
  61. })(jQuery);
  62.  
  63. </script>
  64.  
  65.  
  66. <!--CSS time baby. This is where you change font size, color, etc. Basically you are styling each item -->
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. #s-m-t-tooltip {max-width:300px;
  72. margin:10px 0px 0px 10px;
  73. background:black;
  74. padding:0 3px;
  75. text-transform:uppercase;
  76. letter-spacing:1px;
  77. font-size:9px;
  78. color:white;
  79. -webkit-transition:all 1s;
  80. -moz-transition:all 1s;
  81. -ms-transition:all 1s;
  82. -o-transition:all 1s;
  83. transition:all 1s;
  84. z-index:999 }
  85.  
  86.  
  87. /*main structure compontents*/
  88.  
  89. body {
  90. background:{color:background};
  91. color:{color:text};
  92. font-family:helvetica;
  93. font-size:11px;
  94. text-align:justify;
  95. margin:0;
  96. line-height:14px;}
  97.  
  98.  
  99. a {
  100. color:{color:link};
  101. text-decoration:none;}
  102.  
  103. a:hover {
  104. color:{color:links hover};}
  105.  
  106.  
  107. img{
  108. border:none;
  109. text-decoration:none}
  110.  
  111.  
  112. blockquote {
  113. padding-left:15px;
  114. border-left:1px solid {color:title};
  115. margin-left:30px;
  116. }
  117.  
  118.  
  119. b, strong {
  120. color:{color:title}}
  121. i, em {
  122. color:{color:text}}
  123. p {
  124. margin-top:5px;
  125. margin-bottom:5px}
  126. small {
  127. font-size:8px;}
  128. big {
  129. font-size:12px;}
  130.  
  131.  
  132. /*sidebar*/
  133. #sidebar {
  134. position:fixed;
  135. top:150px;
  136. margin-left:450px;
  137. width:170px;
  138. }
  139. #blog_title {font-size:18px;
  140. text-align:left;
  141. font-weight:bold;
  142. font-family:helvetica;
  143. margin-bottom:-15px;
  144. width:100px;
  145. color:{color:title};
  146. {block:IfHoverTitle}
  147. opacity:0;
  148. margin-left:-10px;
  149. -webkit-transition:all 1s;
  150. -moz-transition:all 1s;
  151. -ms-transition:all 1s;
  152. -o-transition:all 1s;
  153. transition:all 1s;
  154. {/block:IfHoverTitle}
  155. }
  156.  
  157. {block:IfHoverTitle}
  158. #sidebar:hover #blog_title {opacity:1;
  159. margin-left:0px;
  160. -webkit-transition:all 1s;
  161. -moz-transition:all 1s;
  162. -ms-transition:all 1s;
  163. -o-transition:all 1s;
  164. transition:all 1s; }
  165. {/block:IfHoverTitle}
  166.  
  167. #linkss {font-size:11px;
  168. margin:10px 0;
  169. margin-bottom:-7px;
  170. letter-spacing:1px;
  171. font-size:9px;
  172. text-align:right;
  173. text-transform:lowercase;
  174. font-weight:normal;}
  175.  
  176. #linkss a {background:{color:background};
  177. color:{color:title};
  178. padding-left:3px;}
  179.  
  180. #links {
  181. font-size:9px;
  182. margin-top:-8px;
  183. letter-spacing:1px;
  184. text-align:left;
  185. text-transform:lowercase;
  186. font-weight:normal;
  187. }
  188.  
  189. #links a {
  190. background:{color:background};
  191. padding-right:3px;
  192. color:{color:title};
  193. }
  194.  
  195. #description {
  196. padding:10px 0px;
  197. font-size:9px;
  198. letter-spacing:1px;
  199. line-height:16px;
  200. border-top:1px solid #ededed;
  201. border-bottom:1px solid #ededed;
  202. }
  203. {block:IfSidebarImageCentered}
  204. #s {margin-left:65px;}
  205. {/block:IfSidebarImageCentered}
  206. #s img {margin:25px 0;
  207. width:100px;
  208. height:100px;
  209. border-radius:100%;}
  210.  
  211. /*pagination*/
  212. #pagination {text-align:right;
  213. font-size:9px;
  214. margin-top:-8px;
  215. letter-spacing:1px;
  216. }
  217.  
  218.  
  219.  
  220. /*con*/
  221. #con {
  222. left:50%;
  223. margin-left:-200px;
  224. position:absolute;
  225. }
  226.  
  227. /*posts*/
  228. #entries {
  229. margin-top:100px;
  230. width:400px;
  231. margin-left:-70px;
  232. }
  233.  
  234. #posts {
  235. width:400px;
  236. margin-bottom:75px;
  237. }
  238.  
  239. #posts img {
  240. max-width: 400px;
  241. }
  242.  
  243. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  244. /*captions*/
  245. .caption img {max-width:100%;}
  246.  
  247. .caption {width:100%;
  248. margin-top:5px;
  249. }
  250.  
  251.  
  252. #title {font-size:14px;
  253. line-height:18px;
  254. border-bottom:1px solid #ededed;
  255. margin-bottom:15px;
  256. padding-bottom:5px;
  257. font-weight:bold;
  258. color:{color:title};}
  259. #title a {color:{color:title};}
  260.  
  261.  
  262. /*quote posts*/
  263. #quote{
  264. font-size:14px;
  265. font-weight:bold;
  266. width:250px;
  267. padding-bottom:15px;
  268. margin:0 auto;
  269. line-height:18px;
  270. color:{color:title};
  271. }
  272.  
  273. #source {text-align:center;
  274. margin-top:-8px;
  275. font-size:9px}
  276.  
  277. .hall {background:{color:background};
  278. padding:0 4px;}
  279.  
  280. .dang
  281. {border-bottom:1px solid #ededed;}
  282.  
  283. /*audio posts*/
  284.  
  285. .album_art {height:70px;
  286. float:left;}
  287.  
  288. .album_art img {width:70px;
  289. margin-right:10px;
  290. height:70px;}
  291.  
  292. .player {
  293. margin-top:5px;
  294. }
  295.  
  296. .audioinfo {
  297. line-height:16px;
  298. min-height:35px;
  299. border-bottom:1px solid #ededed;
  300. font-weight:bold;
  301. }
  302.  
  303.  
  304. /*asks*/
  305. .asker {
  306. }
  307.  
  308. .question {
  309. padding-bottom:9px;
  310. border-bottom:1px solid #ededed;
  311. }
  312. .answer {
  313. margin-top:10px;}
  314.  
  315.  
  316. /*chat posts*/
  317. .chat ol {
  318. padding:0;
  319. list-style:none;
  320. }
  321.  
  322. .line {padding:9px 0;
  323. border-bottom:1px solid #ededed;}
  324.  
  325. .label {
  326. padding-right:1px;
  327. letter-spacing:1px;
  328. text-transform:uppercase;
  329. font-weight:bold;
  330. color:{color:title};
  331. }
  332.  
  333.  
  334.  
  335.  
  336.  
  337. /*permalink and notes*/
  338.  
  339. #permalink {
  340. margin-top:10px;
  341. font-size:8px;
  342. text-align:left;
  343. letter-spacing:1px;
  344. text-transform:uppercase;
  345. {block:IndexPage}
  346. opacity:0;
  347. margin-left:-15px;
  348. -webkit-transition:all 1s;
  349. -moz-transition:all 1s;
  350. -ms-transition:all 1s;
  351. -o-transition:all 1s;
  352. transition:all 1s;
  353. {/block:IndexPage}
  354. }
  355. {block:IndexPage}
  356. #posts:hover #permalink {opacity:1;
  357. margin-left:0;
  358. -webkit-transition:all 1s;
  359. -moz-transition:all 1s;
  360. -ms-transition:all 1s;
  361. -o-transition:all 1s;
  362. transition:all 1s; }
  363. {/block:IndexPage}
  364. #permalink a {margin-right:10px;}
  365.  
  366. .tags {
  367. {block:Ifnotshowtags}
  368. display:none;
  369. {/block:Ifnotshowtags}
  370. word-break:break-all;
  371. font-size:9px;
  372. text-transform:none;}
  373.  
  374. .tags a{
  375. letter-spacing:1px;
  376. }
  377.  
  378.  
  379.  
  380. .pagenotes {
  381. {block:IndexPage}
  382. display: none!important;
  383. {/block:IndexPage}
  384. width:400px;
  385. font-size:9px;
  386. text-transform:uppercase;
  387. margin-top:10px;}
  388. .pagenotes img {
  389. display:none!important}
  390. .pagenotes li {
  391. padding:9px 0 10px 0;
  392. border-top:1px solid #ededed;
  393. letter-spacing:1px;
  394. text-align:left;
  395. margin:0 0 0 -40px;
  396. }
  397. .pagenotes ol {list-style:none;}
  398.  
  399. {CustomCSS}
  400.  
  401. .frame {
  402. right:20px;
  403. bottom:15px;
  404. position:fixed;
  405. }
  406.  
  407. </style>
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. </head>
  417.  
  418. <body>
  419.  
  420.  
  421. <div class="frame"><a href="http://leepace.tumblr.com" title="leepace">&copy;</a></div>
  422.  
  423.  
  424.  
  425. <div id="con">
  426.  
  427. <div id="sidebar">
  428. {block:Ifshowsidebarimage}
  429. <div id="s">
  430. <a href="/"><img src="{image:sidebar image}"></a>
  431. </div>
  432. {/block:Ifshowsidebarimage}
  433. <div id="blog_title">{Title}</div>
  434. <div id="linkss">
  435. <a href="/">❃</a>
  436. <a href="/ask">❃</a>
  437. <a href="/archive">❃</a>
  438. </div>
  439. <div id="description">{Description}</div>
  440.  
  441. <div id="links">
  442. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  443. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  444. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  445. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  446. </div>
  447.  
  448. <div id="pagination">
  449. {block:Pagination}
  450. {block:PreviousPage}<a href="{PreviousPage}">prev</a> / {/block:PreviousPage}
  451. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  452. {/block:Pagination}
  453. </div>
  454.  
  455. </div>
  456.  
  457.  
  458.  
  459.  
  460. <div id="entries">
  461.  
  462. {block:Posts}
  463. <div id="posts">
  464.  
  465.  
  466.  
  467. {block:Quote}
  468.  
  469. <div id="quote">“ {Quote} ”</div>
  470. <div class="dang"></div>
  471. {block:Source}
  472. <div id="source">
  473. <span class="hall">
  474. {Source}
  475. </span>
  476. </div>
  477. {/block:Source}
  478.  
  479. {/block:Quote}
  480.  
  481.  
  482.  
  483. {block:Text}
  484.  
  485. {block:Title}
  486. <div id="title">{Title}</div>
  487. {/block:Title}
  488.  
  489. {Body}
  490.  
  491.  
  492. {/block:Text}
  493.  
  494.  
  495.  
  496. {block:Link}
  497.  
  498. <div id="title"><a href="{URL}">{Name}</a></div>
  499.  
  500. {block:Description}
  501. {Description}
  502. {/block:Description}
  503.  
  504. {/block:Link}
  505.  
  506.  
  507.  
  508. {block:Chat}
  509. {block:Title}
  510. <h1>{Title}</h1>
  511. {/block:Title}
  512.  
  513. <div class="chat">
  514. <ol>{block:Lines}
  515. <li class="line">
  516. {block:Label}
  517. <span class="label">
  518. {Label}</span>
  519. {/block:Label}
  520. {Line}</li>
  521. {/block:Lines}
  522. </ol>
  523. </div>
  524.  
  525. {/block:Chat}
  526.  
  527.  
  528.  
  529. {block:Photo}
  530. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  531.  
  532. {block:Caption}
  533. <span class="caption">{Caption}</span>
  534. {/block:Caption}
  535.  
  536. {/block:Photo}
  537.  
  538.  
  539.  
  540. {block:Photoset}
  541.  
  542. <center>{Photoset-400}</center>
  543. {block:Caption}
  544. <div class="caption">{Caption}</div>
  545. {/block:Caption}
  546.  
  547. {/block:Photoset}
  548.  
  549.  
  550.  
  551. {block:Video}
  552.  
  553. {Video-400}
  554.  
  555. {block:Caption}
  556. <div class="caption">{Caption}</div>
  557. {/block:Caption}
  558.  
  559. {/block:Video}
  560.  
  561.  
  562.  
  563. {block:Audio}
  564.  
  565. <div class="album_art">
  566. {block:AlbumArt}
  567. <img src="{AlbumArtURL}">
  568. {/block:AlbumArt}
  569. </div>
  570.  
  571. <div class="audioinfo">
  572. {block:TrackName}{TrackName}{/block:TrackName}
  573. {block:Artist}<br>{Artist}{/block:Artist}
  574. </div>
  575.  
  576. <div class="player">{AudioPlayerWhite}</div>
  577.  
  578. {block:Caption}
  579. <div class="caption">{Caption}</div>
  580. {/block:Caption}
  581.  
  582. {/block:Audio}
  583.  
  584.  
  585.  
  586. {block:Answer}
  587. <div class="question">
  588. <span class="asker">{Asker} said:</span>
  589. {Question}</div>
  590.  
  591. <div class="answer">{Answer}</div>
  592.  
  593.  
  594. {/block:Answer}
  595.  
  596.  
  597. <!--permalink-->
  598. {block:Date}
  599. <div id="permalink">
  600. <a href="{Permalink}">{TimeAgo}</a>
  601.  
  602. {block:NoteCount}
  603. <a href="{Permalink}">{NoteCountWithLabel}</a>
  604. {/block:NoteCount}
  605.  
  606. {block:ContentSource}
  607. <!-- {SourceURL}
  608. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  609. {/block:SourceLogo}
  610. {block:NoSourceLogo}
  611. {SourceLink}
  612. {/block:NoSourceLogo} -->
  613. {/block:ContentSource}
  614. {block:PermalinkPage}
  615. {block:RebloggedFrom}
  616. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  617. {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  618. {/block:ContentSource}
  619. {/block:RebloggedFrom}
  620. {/block:PermalinkPage}
  621. {block:HasTags}
  622. <div class="tags">filed as:
  623. {block:Tags}
  624. <a href="{TagUrl}">{Tag}</a>
  625. {/block:Tags}
  626. </div>
  627. {/block:HasTags}
  628.  
  629. </div>
  630. {/block:Date}
  631.  
  632.  
  633.  
  634. </div>
  635.  
  636.  
  637.  
  638. {block:PermalinkPage}
  639. {/block:PermalinkPage}
  640.  
  641. <div class="pagenotes">
  642. {PostNotes}
  643. </ol>
  644. {/block:PostNotes}
  645. </div>
  646.  
  647. {/block:Posts}
  648.  
  649.  
  650.  
  651.  
  652.  
  653. </div>
  654. </div>
  655.  
  656. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment