Advertisement
andlionheart

theme09 by andlionheart.tumblr.com

Jan 31st, 2013
4,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.50 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3. <!------------------THEME 009 BY ANDLIONHEART.TUMBLR.COM DO NOT COPY------------------------------>
  4. <!----
  5. RULES:
  6. 1) Do Not Copy
  7. 2) Do Not Remove Credit (please keep the credit in the same place)
  8. 3) Small edits are allowed.
  9. ------->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17. {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:background" content="#FFFFFF" />
  22. <meta name="color:postbg" content="#ffffff" />
  23. <meta name="color:font" content="#000000" />
  24. <meta name="color:link" content="#344053" />
  25. <meta name="color:linkhover" content="#111111" />
  26. <meta name="color:sidebar" content="#464646" />
  27. <meta name="color:sidebrfont" content="#e4e4e4" />
  28. <meta name="color:border" content="#cecece" />
  29. <meta name="color:tags" content="#111111" />
  30. <meta name="color:title" content="#000000" />
  31. <meta name="color:info" content="#efefef" />
  32. <meta name="color:infoborder" content="#b1b0b0" />
  33. <meta name="color:askbg" content="#efefef" />
  34. <meta name="color:tags background" content="#ffffff" />
  35. <meta name="color:sidebar title" content="#cecece" />
  36. <meta name="color:blockquote" content="#e4e4e4" />
  37. <meta name="color:sidebar links" content="#cecece" />
  38. <meta name="color:sidelinkhover" content="#ffffff" />
  39. <meta name="color:mainlinks" content="#cecece" />
  40.  
  41.  
  42. <meta name="image:background" content="" />
  43. <meta name="image:sidebar" content="" />
  44. <meta name="image:sidebar background" content="" />
  45.  
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1URL" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2URL" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3URL" content="" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4URL" content="" />
  54. <meta name="text:Link5" content="" />
  55. <meta name="text:Link5URL" content="" />
  56.  
  57.  
  58. <meta name="if:ShowAlbumArt" content="1" />
  59.  
  60.  
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  63. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  64. <script type="text/javascript" charset="utf-8">
  65. var $j = jQuery.noConflict();
  66. $j(function() {
  67. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  68. $j("img").lazyload({
  69. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  70. effect: "fadeIn",
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76. </head>
  77.  
  78.  
  79.  
  80. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  83.  
  84. <style type="text/css">
  85.  
  86.  
  87. body{
  88. color: {color:font};
  89. background-color: {color:background};
  90. background-image: url('{image:Background}');
  91. background-position: top left;
  92. background-repeat: no-repeat;
  93. background-attachment: fixed;
  94. font-family: cambria;
  95. font-size: 11px;
  96. line-height: 14px;
  97. letter-spacing: 0.3px;
  98. }
  99.  
  100. a:link, a:visited, a:active{
  101. color: {color:link};
  102. text-decoration: none;
  103. -moz-transition: 0.3s ease-in-out;
  104. -webkit-transition: 0.3s ease-in-out;
  105. -o-transition: 0.3s ease-in-out;
  106. transition: 0.3s ease-in-out;
  107. }
  108.  
  109. a:hover{
  110.  
  111. color: {color:linkhover};
  112. font-weight: 580;
  113. -moz-transition: 0.3s ease-in-out;
  114. -webkit-transition: 0.3s ease-in-out;
  115. -o-transition: 0.3s ease-in-out;
  116. transition: 0.3s ease-in-out;
  117. }
  118.  
  119. i, em{
  120. font-style:italic;
  121. color:{color:font};
  122. }
  123.  
  124. b, strong{
  125. color:{color:font};
  126. font-weight: 700;
  127. }
  128.  
  129. p{
  130. margin-top: 3px;
  131. margin-bottom: 3px
  132. }
  133.  
  134. h2, h3, h4, h5, h6{
  135. font-weight: 500;
  136. font-family: georgia;
  137. line-height: 10px;
  138. }
  139.  
  140. h1, h1 a:link{
  141. font-weight: 500;
  142. font-family: lucida sans;
  143. text-transform: uppercase;
  144. color: {color:font};
  145. letter-spacing: 1px;
  146. }
  147.  
  148. h1 a:hover,{
  149. text-transform: lowercase;
  150. color: {color:linkhover};
  151. letter-spacing: 2px;
  152. }
  153.  
  154. #content{
  155. margin-left: 315px;
  156. margin-top: -35px;
  157. width: 525px;
  158. background-color: {color:postbg};
  159. margin-bottom: -10px;
  160. text-align: justify;
  161.  
  162. }
  163.  
  164. #posts{
  165. font-family: cambria;
  166. background-color: {color:postbg};
  167. overflow: hidden;
  168. font-size: 10px;
  169. line-height: 13px;
  170. padding: 15px 10px 12px 10px;
  171. font-style: none; font-weight: normal;
  172. text-align: justify;
  173. }
  174.  
  175.  
  176. #sidebar{
  177. height: 100%;
  178. background-image: url('{image:sidebar background}');
  179. background-position: top left;
  180. background-repeat: no-repeat;
  181. font-size:10px;
  182. width: 250px;
  183. margin-left:-8px;
  184. margin-top: -8px;
  185. position: fixed;
  186. background-color: {color:sidebar};
  187. padding: 8px 0px 8px 0px;
  188. font-family: cambria;
  189. overflow: hidden;
  190. -webkit-transition: all 0.3s ease-in-out;
  191. -moz-transition: all 0.3s ease-in-out;
  192. -o-transition: all 0.3s ease-in-out;
  193. transition: all 0.3s ease-in-out;
  194. }
  195.  
  196. #sidebar a{
  197. color:{color:mainlinks};
  198. }
  199.  
  200.  
  201. #sidebar a:hover{
  202. color:{color:sidelinkhover};
  203. }
  204.  
  205.  
  206. .description i{
  207. color: {color:sidebrfont};
  208. }
  209.  
  210. .description a{
  211. color: {color:sidebar links};
  212. }
  213.  
  214. .description a:hover{
  215. color: {color:sidelinkhover};
  216. }
  217. .description{
  218. width: 70%;
  219. height: 100%;
  220. color: {color:sidebrfont};
  221. font-size: 10px;
  222. font-family: cambria;
  223. margin-left: 25px;
  224. text-align:justify;
  225. letter-spacing:0px;
  226. padding: 7px 12px 7px 12px;
  227. border-top: 2px solid {color:border};
  228. border-bottom: 2px solid {color:border};
  229. line-height: 11px;
  230. }
  231.  
  232.  
  233.  
  234. #sidebarimg{
  235. margin-top: 130px;
  236. width: 125px;
  237. overflow: hidden;
  238. padding-bottom: 0px;
  239. }
  240.  
  241.  
  242. .sidebarlinks{
  243. padding-top: 5px;
  244. font-size: 8px;
  245. }
  246.  
  247. .sidebarlinks a{
  248. display: block;
  249. width: 70%;
  250. padding: 1px;
  251. text-transform: uppercase;
  252. font-family:cambria;
  253. color: {color:sidebar links};
  254. letter-spacing: 1px;
  255. -webkit-transition: all 0.3s ease-in-out;
  256. -moz-transition: all 0.3s ease-in-out;
  257. -o-transition: all 0.3s ease-in-out;
  258. transition: all 0.3s ease-in-out;
  259. }
  260.  
  261. .sidebarlinks a:hover{
  262. border-right: 15px solid {color:border};
  263. padding: 1px;
  264. color: {color:sidelinkhover};
  265. -webkit-transition: all 0.3s ease-in-out;
  266. -moz-transition: all 0.3s ease-in-out;
  267. -o-transition: all 0.3s ease-in-out;
  268. transition: all 0.3s ease-in-out;
  269. }
  270.  
  271. .maintitle {
  272. font: italic 16px im fell english;
  273. color: {color: sidebar title};
  274. padding: 0px 2px 0px 1px;
  275. letter-spacing: 1px;
  276. line-height:16px;
  277. }
  278.  
  279. .mainlinks {
  280. color: {color: mainlinks};
  281. text-transform: uppercase;
  282. font: 11px Open Sans Condensed;
  283. padding-top: 2px;
  284. font-weight: 700;
  285. }
  286.  
  287. .mainlinks a{
  288. letter-spacing:1px;
  289. padding-top: 2px;
  290. font-weight: 700;
  291. font: 11px Open Sans Condensed;
  292. text-decoration: none;
  293. text-align: center;
  294. color: {color: mainlinks};
  295. -webkit-transition: 0.3s ease-in-out;
  296. -moz-transition: 0.3 ease-in-out;
  297. -o-transition: 0.3s ease-in-out;
  298. transition: 0.3s ease-in-out;
  299. }
  300.  
  301. .mainlinks a:hover{
  302. color: {color:sidelinkhover};
  303. -webkit-transition: 0.3s ease-in-out;
  304. -moz-transition: 0.3 ease-in-out;
  305. -o-transition: 0.3s ease-in-out;
  306. transition: 0.3s ease-in-out;
  307. }
  308.  
  309.  
  310. #question{
  311. font-size: 10px;
  312. color: {color:font};
  313. background-color: {color:askbg};
  314. padding: 7px;
  315. font-family: cambria;
  316. }
  317.  
  318. .asker{
  319. font-family: cambria;
  320. font-style: italic;
  321. font-size: 11px;
  322. text-shadow: 1px 1px #c9c9c9;
  323. margin-bottom: 2px;
  324. }
  325.  
  326.  
  327. #answer{
  328. font-size: 11px;
  329. padding-left:4px;
  330. }
  331.  
  332. #title {
  333. text-transform: uppercase;
  334. color: {color:title};
  335. letter-spacing: 2px;
  336. font-size: 12px;
  337. font-family: open sans condensed;
  338. line-height:110%
  339. }
  340.  
  341. #title a {
  342. margin-bottom: 2px;
  343. color: {color:title};
  344. letter-spacing: 2px;
  345. font-size: 13px;
  346. font-family: open sans condensed;
  347. line-height:110%
  348.  
  349. }
  350.  
  351. #quote{
  352. padding: 5px;
  353. font-style: italic;
  354. font-family: times;
  355. font-size: 13px;
  356. }
  357.  
  358. .quotesource{
  359. padding: 1px;
  360. font-style: none;
  361. font-size:11px;
  362. font-family: cambria;
  363. text-align: right;
  364. }
  365.  
  366. .caption, .caption a{
  367. font-family: cambria;
  368. font-size: 9px;
  369. color: {color:font};
  370. text-align: justify;
  371. }
  372.  
  373. blockquote {
  374. margin-left: 10px;
  375. background-color: {color:postbg};
  376. display: block;
  377. padding-left: 4px;
  378. font-family: cambria;
  379. border-left: 3px solid{color:blockquote};
  380. }
  381.  
  382. img a{
  383. border: none;
  384. }
  385. .audio{
  386. background-color: black;
  387. display:block;
  388. position: left;
  389. background-image:url(http://farm4.static.flickr.com/3143/2790980525_6f2ffb1d49.jpg);
  390. }
  391.  
  392. .user_1 .label {color:#000000; font-weight:bold; }
  393. .user_2 .label {color:#5e5050; font-weight:bold; }
  394. ul.chat, .chat ol, .chat li {list-style:none; margin:2px; padding:0px;}
  395.  
  396. .notes img{width:10px; top:1px;}
  397. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  398. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  399.  
  400. #tags{
  401. text-align:left;
  402. margin-top: -2px;
  403. letter-spacing: 1px;
  404. text-transform: uppercase;
  405.  
  406. }
  407.  
  408. #tags a{
  409. text-align:left;
  410. letter-spacing:1px;
  411. background-color: {color:tags background};
  412. padding: 0px 4px 3px 4px;
  413. margin-top: -2px;
  414. font-size:7px;
  415. color: {color:tags};
  416. font-family: helvetica;
  417. line-height: 110%
  418. text-transform: uppercase;
  419.  
  420. }
  421.  
  422. #tags a:hover{
  423. color: {color:linkhover};
  424. }
  425.  
  426.  
  427. #postedby{
  428. text-align: left;
  429. padding-right: 14px;
  430. font-family: helvetica;
  431. border-top: 1px solid {color:infoborder};
  432. display: block;
  433. letter-spacing: 1px;
  434. background-color: {color:postbg};
  435. font-size: 8px;
  436. text-transform: uppercase;
  437. padding-top: 5px;
  438. }
  439.  
  440.  
  441.  
  442.  
  443.  
  444. #pagination{
  445. text-transform: lowercase;
  446. font-family: lucida sans;
  447. text-align: center;
  448. font-size: 10px;
  449. }
  450.  
  451.  
  452. .pagtext{
  453. margin-top: 300px;
  454. }
  455.  
  456. .sources
  457. {
  458. filter:alpha(opacity=0);
  459. opacity:0;
  460. }
  461.  
  462.  
  463. .credit{
  464. position: fixed;
  465. font-size: 6px;
  466. line-height: 8px;
  467. letter-spacing: 1px;
  468. right: 7px;
  469. bottom: 10px;
  470. text-transform: uppercase;
  471. text-align: center;
  472. font-family: arial;
  473. }
  474.  
  475. .credit a{
  476. display:inline-block;
  477. padding: 3px;
  478. color: #efefef;
  479. background-color: #111111;
  480. -webkit-transition: all 0.2s ease-in-out;
  481. -moz-transition: all 0.2s ease-in-out;
  482. -o-transition: all 0.2s ease-in-out;
  483. transition: all 0.2s ease-in-out;
  484. }
  485.  
  486. .credit a:hover{
  487. color: #000000;
  488. background-color: #ffffff;
  489. -webkit-transition: all 0.2s ease-in-out;
  490. -moz-transition: all 0.2s ease-in-out;
  491. -o-transition: all 0.2s ease-in-out;
  492. transition: all 0.2s ease-in-out;
  493. }
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. </style>
  501. </head>
  502.  
  503. <body>
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510. </div></center></div>
  511.  
  512.  
  513. <div id="sidebar">
  514. <div class="mainslinks">
  515.  
  516. <div style="margin-bottom:2px; ="><center><div id="sidebarimg">
  517. <center><img src="{image:sidebar}"></center></div></div>
  518.  
  519.  
  520.  
  521. <center><div style="color:{color:sidebar title};"><div class="maintitle">{Title}</div></div>
  522. <div style="color:{color:mainlinks};">
  523. <div class="mainlinks">
  524. <a href="/">home</a> &nbsp; <a href="/ask">message</a> &nbsp; <a href="/archive">history</a>
  525. </div>
  526. </div></center>
  527. </center>
  528. <div style="padding-top: 7px;">
  529. <div class="description">{block:Description}{Description}{/block:Description}<br> </div></div>
  530. <div class="sidebarlinks"><center>
  531. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  532. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  533. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  534. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  535. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  536. <br> </center></div>
  537.  
  538.  
  539.  
  540.  
  541. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><big><big>«</big></big></a>{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}"><big><big>»</big></big></a>{/block:NextPage}
  542. </div>
  543. <center></center>
  544. </div></div><br><br><br>
  545.  
  546.  
  547.  
  548.  
  549.  
  550. <div id="content">
  551. <div id="posts">
  552. {block:Posts}
  553. <div id="title">{block:Title}<b>{Title}&nbsp;</b>{/block:Title}</div>
  554. {block:Text}{Body}{/block:Text}
  555. <div id="quote">{block:Quote}"{Quote}"</div><div class="quotesource">-&nbsp; {Source}{/block:Quote}</div>
  556.  
  557. {block:Link}<a href="{URL}" {Target}>{Name}</a>
  558. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  559.  
  560. {block:Photo}
  561. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  562. {/block:Photo}
  563.  
  564. {block:Photoset}
  565. <center>{Photoset-500}</center>
  566. {/block:Photoset}
  567.  
  568. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  569.  
  570. {block:Video}{Video-500}{/block:Video}
  571.  
  572. {block:Answer}
  573. <div id="question"><div class="asker">{Asker} whispered:</div> {Question} </div>
  574. <div style="padding-top: 3px; padding-bottom: 4px;">{Answer}</div>{/block:answer}
  575.  
  576. {block:Audio}
  577. <center>{block:ifShowAlbumArt}{block:AlbumArt}
  578. <img src="{AlbumArtURL}" width="100" border="3" border-color:{color:border};>
  579. {/block:AlbumArt}{/block:ifShowAlbumArt}</center>
  580. {block:Audio}<div class="audio"><center>{AudioPlayerblack}</center>{/block:Audio}</div>
  581.  
  582. <div class="caption">{block:Caption}{Caption}{/block:Caption}
  583. </div>
  584.  
  585.  
  586. <div id="postedby"><a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel} &nbsp; {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">&nbsp;via</a> / <a href="{ReblogRootURL}">root</a>{/block:RebloggedFrom} </div>{block:HasTags}<div id="tags">{block:Tags}-<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  587. <br><br><br>
  588. </center>
  589. {block:PostNotes}{PostNotes}{/block:PostNotes}
  590.  
  591. <div class="sources">
  592. {block:ContentSource}
  593. Source: <a href="{SourceURL}">{SourceTitle} </a>
  594. {/block:ContentSource}
  595. {block:RebloggedFrom}
  596. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  597. {/block:RebloggedFrom}</div>
  598.  
  599. {/block:Posts}
  600.  
  601. </div>
  602.  
  603. <div class="credit"><a href="http://andlionheart.tumblr.com"><big>ALH</big><br>themes</a></div>
  604.  
  605. </div>
  606. </div>
  607.  
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement