Advertisement
themesbysunny

theme 13: resonance [UPDATED 1/1/14]

Nov 11th, 2013
3,878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.69 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. <!--
  4. theme 13 by lionshearted
  5. follow the rules dont steal
  6. or i will shove broken glass up ur ass
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:1,
  26. tip_fade_speed:100,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Sidebar" content="#ffffff"/>
  35. <meta name="color:Postbg" content="#ffffff"/>
  36. <meta name="color:Text" content="#a8a8a8"/>
  37. <meta name="color:Description" content="#a8a8a8"/>
  38. <meta name="color:Title" content="#a8a8a8"/>
  39. <meta name="color:TitleHover" content="#a8a8a8"/>
  40. <meta name="color:Link" content="#b8b8b8"/>
  41. <meta name="color:SBLink" content="#b8b8b8"/>
  42. <meta name="color:Tags" content="f0f0f0"/>
  43. <meta name="color:Hover" content="#f2f2f2"/>
  44. <meta name="color:SBHover" content="#f2f2f2"/>
  45. <meta name="color:Line" content="#f2f2f2"/>
  46. <meta name="color:Pagi" content="#a8a8a8"/>
  47. <meta name="color:Info" content="#a8a8a8"/>
  48. <meta name="color:Answer" content="#f8f8f8"/>
  49. <meta name="color:scrollbar" content="#D6D5D5">
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="image:background" content=""/>
  52.  
  53. <meta name="if:Background Cover" content="0" />
  54.  
  55. <meta name="text:link A title" content="Link A"/>
  56. <meta name="text:link A url" content="/"/>
  57. <meta name="text:link B title" content="Link B"/>
  58. <meta name="text:link B url" content="/"/>
  59. <meta name="text:link C title" content="Link C"/>
  60. <meta name="text:link C url" content="/"/>
  61. <meta name="text:link D title" content="Link D"/>
  62. <meta name="text:link D url" content="/"/>
  63. <meta name="text:link E title" content="Link E"/>
  64. <meta name="text:link E url" content="/"/>
  65.  
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. /* --- SCROLLBAR ---*/
  75.  
  76. ::-webkit-scrollbar-thumb{
  77. background-color: {color:scrollbar};
  78. border: 2px solid {color:background};
  79. height:auto;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:auto;
  84. width:11px;
  85. background-color: {color:scrollbar};
  86. border:5px solid {color:background};
  87. }
  88.  
  89. .quesadillas {
  90. overflow:hidden;
  91. margin-left:10px;
  92. z-index:9999999;
  93. width:30px;
  94. height:30px;
  95. padding-top:7px;
  96. }
  97.  
  98. .salsa {
  99. background-color:black;
  100. height:40px;
  101. }
  102.  
  103. .chicken {
  104. font-family:arial;
  105. font-size:8px;
  106. margin-left:50px;
  107. position:absolute;
  108. text-align:right;
  109. margin-top:8px;
  110. letter-spacing:1px;
  111. width:335px;
  112. z-index:9999;
  113. color:#fff;
  114. }
  115.  
  116. /* --- BODY ---*/
  117.  
  118. body {
  119. margin:0px;
  120. font-family:times;
  121. font-size:8px;
  122. line-height:130%;
  123. line-height: 170%;
  124. background: {color:Background} url('{image:Background}') top left fixed repeat;
  125. {block:ifbackgroundcover}background-size:cover;{/block:ifbackgroundcover}
  126. color:{color:text};
  127. }
  128.  
  129. a {
  130. text-decoration:none;
  131. outline:none;
  132. -moz-outline-style:none;
  133. color:{color:link};
  134. -moz-transition-duration:0.5s;
  135. -webkit-transition-duration:0.5s;
  136. -o-transition-duration:0.5s;
  137. }
  138.  
  139. a:hover {
  140. color:{color:Hover};
  141. -moz-transition-duration:0.5s;
  142. -webkit-transition-duration:0.5s;
  143. -o-transition-duration:0.5s;
  144. }
  145.  
  146.  
  147. img {
  148. border:none;
  149. }
  150.  
  151. blockquote {
  152. padding:3px;
  153. padding-left:5px;
  154. border-left:1px solid #D1D1D1;
  155. max-width:400px!important;
  156. }
  157.  
  158. blockquote blockquote {
  159. padding:3px;
  160. padding-left:5px;
  161. border-left:1px solid #D1D1D1;
  162. max-width:400px!important;
  163. }
  164.  
  165. h1 {
  166. font-size:9px;
  167. text-transform:uppercase;
  168. }
  169.  
  170.  
  171. h2 {
  172. border: 1px solid #e8e8e8;
  173. background:#f7f7f7;
  174. letter-spacing: 1px;
  175. padding:4px;
  176. font-size: 8px;
  177. font-style: none;
  178. }
  179.  
  180. /* --- POST ENTRIES ---*/
  181.  
  182.  
  183. #entries {
  184. width:400px;
  185. margin-left:360px;
  186. margin-top:110px;
  187. padding-top:0px;
  188. padding-left:60px;
  189. padding-right:80px;
  190. font-size:10px;
  191. }
  192.  
  193.  
  194. /* --- BODY: POSTS ---*/
  195.  
  196.  
  197. #post {
  198. width:400px;
  199. padding-bottom:20px;
  200. padding:10px;
  201. background-color:{color:Postbg};
  202. }
  203.  
  204. #post img {max-width: 400px;
  205. }
  206.  
  207. #post img, #post li, #post blockquote {max-width: 100%;}
  208. .caption img{max-width:100%;}
  209. .caption {width:100%;
  210. margin-top: 5px;
  211. text-transform:none;
  212. }
  213.  
  214. /* --- SIDEBAR ---*/
  215.  
  216.  
  217. #sidebar {
  218. width:200px;
  219. position:fixed;
  220. margin-left:200px;
  221. margin-top:167px;
  222. opacity:1;
  223. background-color:;
  224. }
  225.  
  226. #sidebarimage {
  227. position:relative;
  228. margin-top:-160px;
  229. margin-left:4px;
  230. width:150px;
  231. }
  232.  
  233. #sidebarimage img {
  234. width:160px;
  235. padding:1px;
  236. }
  237.  
  238. #title {
  239. width:159px;
  240. position:relative;
  241. margin-top:10px;
  242. margin-left:5px;
  243. border-bottom:#e8e8e8 solid 1px;
  244. padding-bottom:5px;
  245. padding-left:2px;
  246. text-align:center;
  247. text-transform:uppercase;
  248. font-family: 'megrim';
  249. letter-spacing:3px;
  250. font-size:11px;
  251. -moz-transition-duration:0.8s;
  252. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  253. }
  254.  
  255. #title a {
  256. color:{color:title};
  257. }
  258.  
  259. #title a:hover {
  260. opacity:0.5;
  261. color: transparent;
  262. text-shadow: #000 0 0 2px;
  263. text-decoration:none;-moz-transition-duration:0.8s;
  264. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  265. }
  266. /* --- SIDEBAR LINKS ---*/
  267.  
  268.  
  269. #links {
  270. position:relative;
  271. font-size:10px;
  272. font-family:arial;
  273. text-align:right;
  274. line-height:20px;
  275. width:176px;
  276. margin-top:15px;
  277. margin-left:-2px;
  278. text-align:center;
  279. line-height:265%;
  280. word-spacing:3px;
  281. color:{color:text};
  282. }
  283.  
  284. #links a {
  285. color:{color:sblink};
  286. -moz-transition-duration:0.3s;
  287. -webkit-transition-duration:0.3s; -o-transition-duration:0.3s;
  288. }
  289.  
  290. #links a:hover {
  291. opacity:0.2;
  292. color: transparent;
  293. text-shadow: #000 0 0 2px;
  294. text-decoration:none;
  295. -moz-transition-duration:0.3s;
  296. -webkit-transition-duration:0.3s; -o-transition-duration:0.3s;
  297. }
  298.  
  299.  
  300.  
  301.  
  302. /* --- DESCRIPTION ---*/
  303.  
  304. #description {
  305. position:relative;
  306. font-family:arial;
  307. line-height:135%;
  308. font-size:9px;
  309. font-style:none;
  310. width:140px;
  311. margin-top:15px;
  312. margin-left:5px;
  313. padding:10px;
  314. text-align:justify;
  315. background:#f9f9f9;
  316. color:{color:description};
  317. }
  318.  
  319. #description a {color:{color:text};-moz-transition-duration:0.4s;
  320. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  321.  
  322. /* --- PAGINATION---*/
  323.  
  324.  
  325. #pagination {
  326. width:400px;
  327. font-size:10px;
  328. text-align:center;
  329. margin-left:430px;
  330. margin-bottom:40px;
  331. position:relative;
  332. font-family:times;
  333. text-transform:uppercase;
  334. letter-spacing:1px;
  335. color:{color:pagi};
  336. -moz-transition-duration:0.8s;
  337. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  338. }
  339.  
  340. #pagination a {
  341. color:{color:pagi};
  342. }
  343.  
  344. #pagination:hover {
  345. color: {color:hover};
  346. -moz-transition-duration:0.8s;
  347. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  348. }
  349.  
  350.  
  351.  
  352. /* --- POST INFO ---*/
  353.  
  354.  
  355. #info {
  356. text-align:left;
  357. margin-top:5px;
  358. font-size:9px;
  359. font-family:times;
  360. padding-top:3px;
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365.  
  366. #info a {
  367. color:{color:Info};
  368. }
  369.  
  370. #info a:hover {
  371. opacity:0.4;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. #tags {
  378. text-align:left;
  379. border-top:1px solid #e8e8e8;
  380. margin-top:1px;
  381. font-size:9px;
  382. padding-top:2px;
  383. -moz-transition-duration:0.5s;
  384. -webkit-transition-duration:0.5s;
  385. -o-transition-duration:0.5s;
  386. }
  387.  
  388. #tags a {
  389. color:{color:info};
  390. }
  391.  
  392. #tags a:hover {
  393. opacity:0.4;
  394. -moz-transition-duration:0.5s;
  395. -webkit-transition-duration:0.5s;
  396. -o-transition-duration:0.5s;
  397. }
  398.  
  399.  
  400.  
  401.  
  402. /* --- QUESTIONS ---*/
  403.  
  404. #asker {
  405. padding:10px;
  406. font-size:10px;
  407. text-align:left;
  408. border:solid 1px #e8e8e8;
  409. }
  410.  
  411.  
  412.  
  413. /* link hover title */
  414.  
  415. #s-m-t-tooltip {
  416. max-width:300px;
  417. padding:5px;
  418. padding-left:7px;
  419. padding-right:7px;
  420. margin:10px 0px 0px 10px;
  421. background-color:#fff; /* change the background color */
  422. border:;
  423. font-family: trebuchet ms; /* change the font */
  424. font-size:10px; /* change the font size */
  425. font-style:none; /* can be italic, normal, etc. */
  426. letter-spacing:1px; /* change the letter spacing */
  427. text-transform:; /* can be uppercase, lowercase, none*/
  428. color:#000; /* change the text color */
  429. z-index:999999999999999999999999999999999999;
  430. }
  431.  
  432. #creds {
  433. border:solid 1px #e8e8e8;
  434. background-color: #fff;
  435. position:fixed;
  436. bottom: 3px;
  437. right:3px;
  438. font-size: 9px;
  439. letter-spacing:1px;
  440. font-family:'playfair display';
  441. padding:5px;
  442. -webkit-transition: all .5s ease-in-out;
  443. -moz-transition: all .5s ease-in-out;
  444. -o-transition: all .5s ease-in-out;
  445. }
  446.  
  447. #creds a {
  448. color:#737373;
  449. }
  450.  
  451. #creds a:hover {
  452. text-decoration:underline;
  453. opacity:0.3;
  454. -webkit-transition: all .5s ease-in-out;
  455. -moz-transition: all .5s ease-in-out;
  456. -o-transition: all .5s ease-in-out;
  457. }
  458.  
  459. #quote {
  460. font-family:times;
  461. font-size:12px;
  462. font-style:italic;
  463. line-height:15px;
  464. }
  465.  
  466. #quotesource {
  467. font-family:times;
  468. font-size:10px;
  469. }
  470.  
  471. {CustomCSS}
  472.  
  473. </style>
  474.  
  475. </head></a><body>
  476. <div id="sidebar">
  477. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  478. <div id="title"><a href="/">{Title}</a></div>
  479.  
  480. <div id="description">
  481. {Description}
  482. </div>
  483.  
  484. <div id="links">
  485. <a href="{text:Link A url}" title="{text:Link A title}">I</a> <span style="font-family:'playfair display'; color:{color:sblink};">&amp;</span>
  486. <a href="{text:Link B url}" title="{text:Link B title}">II</a> <span style="font-family:'playfair display'; color:{color:sblink};">&amp;</span>
  487. <a href="{text:Link C url}" title="{text:Link C title}">III</a> <span style="font-family:'playfair display'; color:{color:sblink};">&amp;</span>
  488. <a href="{text:Link D url}" title="{text:Link D title}">IV</a> <span style="font-family:'playfair display'; color:{color:sblink};">&amp;</span>
  489. <a href="{text:Link E url}" title="{text:Link E title}">V</a>
  490. </div>
  491.  
  492. </div>
  493.  
  494. <div id="entries">{block:Posts}
  495. <div id="post">
  496.  
  497. {block:Text}{block:Title}<h1>{Title}{/block:Title}</h1>{Body}{/block:Text}
  498.  
  499. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="400px">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  500.  
  501. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503. {block:Quote}
  504. <div id="quote">“{Quote}”</div>
  505. {block:Source}
  506. <div id="quotesource"><div style="text-align:right;">– {Source}</div></div>
  507. {/block:Source}
  508. {SourceURL}
  509. {/block:Quote}
  510.  
  511.  
  512. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  513.  
  514. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  515.  
  516. {block:Audio}
  517. <div class="chicken">
  518. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  519. </div>
  520. <div class="salsa">
  521. <div class="quesadillas">{AudioPlayerBlack}</div>
  522. </div>
  523. {block:Caption}{Caption}{/block:Caption}
  524. {/block:Audio}
  525.  
  526. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  527.  
  528. {block:Answer}<div id="asker"><u>{Asker}</u> asked: {Question}</div><left>{Answer}{/block:Answer}
  529.  
  530. <div id="info">
  531. <a href="{Permalink}">{TimeAgo}</a> {/block:Date} <a href="{Permalink}">with {NoteCount} notes &nbsp;‧&nbsp;</a> <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">&nbsp;‧&nbsp; source </a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}<br>
  532.  
  533. <div id="tags">
  534. {block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}</i></div></div></div>
  535. <br>
  536. <br>
  537. <br>
  538. {/block:Posts}
  539. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  540. {/block:Posts}
  541.  
  542. </div>
  543.  
  544. {block:Pagination}<div id="pagination">
  545. {block:Pagination}
  546. {block:PreviousPage}
  547. <a href="{PreviousPage}">← backward </a>
  548. {/block:PreviousPage}&nbsp;
  549. {block:NextPage}
  550. <a href="{NextPage}"> onward →</a>
  551. {/block:NextPage}
  552. {/block:Pagination}
  553.  
  554. </div>
  555.  
  556. <!--
  557. THEME MAKER CREDIT
  558. -->
  559.  
  560. <div id="creds"><a href="http://lionshearted.tumblr.com/" title="lionshearted">LH</a></center></div>
  561.  
  562.  
  563. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement