Advertisement
andlionheart

theme08 by andlionheart.tumblr.com

Dec 27th, 2012
2,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 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 008 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="#ffffff" />
  27. <meta name="color:sidebrfont" content="#000000" />
  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="#49537e" />
  36. <meta name="color:blockquote" content="#e4e4e4" />
  37. <meta name="color:sidebar links" content="#111111" />
  38. <meta name="color:header" content="#111111" />
  39. <meta name="color:top" content="#efefef" />
  40. <meta name="color:tophover" content="#3d3d3d" />
  41. <meta name="color:sidelinkhover" content="#ffffff" />
  42.  
  43.  
  44. <meta name="image:background" content="" />
  45. <meta name="image:sidebar" content="" />
  46. <meta name="image:header" content="" />
  47.  
  48. <meta name="text:Link1" content="" />
  49. <meta name="text:Link1URL" content="" />
  50. <meta name="text:Link2" content="" />
  51. <meta name="text:Link2URL" content="" />
  52. <meta name="text:Link3" content="" />
  53. <meta name="text:Link3URL" content="" />
  54. <meta name="text:Link4" content="" />
  55. <meta name="text:Link4URL" content="" />
  56. <meta name="text:Link5" content="" />
  57. <meta name="text:Link5URL" content="" />
  58.  
  59.  
  60. <meta name="if:ShowAlbumArt" content="1" />
  61.  
  62. </head>
  63.  
  64.  
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Montaga' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
  69.  
  70. <style type="text/css">
  71.  
  72. body{
  73. color: {color:font};
  74. background-color: {color:background};
  75. background-image: url('{image:Background}');
  76. background-position: top left;
  77. background-repeat: no-repeat;
  78. background-attachment: fixed;
  79. font-family: cambria;
  80. font-size: 11px;
  81. line-height: 14px;
  82. letter-spacing: 0.3px;
  83. }
  84.  
  85. a:link, a:visited, a:active{
  86. color: {color:link};
  87. text-decoration: none;
  88. -moz-transition: 0.3s ease-in-out;
  89. -webkit-transition: 0.3s ease-in-out;
  90. -o-transition: 0.3s ease-in-out;
  91. transition: 0.3s ease-in-out;
  92. }
  93.  
  94. a:hover{
  95.  
  96. color: {color:linkhover};
  97. font-weight: 580;
  98. -moz-transition: 0.3s ease-in-out;
  99. -webkit-transition: 0.3s ease-in-out;
  100. -o-transition: 0.3s ease-in-out;
  101. transition: 0.3s ease-in-out;
  102. }
  103.  
  104. i, em{
  105. font-style:italic;
  106. color:{color:font};
  107. }
  108.  
  109. b, strong{
  110. color:{color:font};
  111. font-weight: 700;
  112. }
  113.  
  114. p{
  115. margin-top: 3px;
  116. margin-bottom: 3px
  117. }
  118.  
  119. h2, h3, h4, h5, h6{
  120. font-weight: 500;
  121. font-family: georgia;
  122. line-height: 10px;
  123. }
  124.  
  125. h1, h1 a:link{
  126. font-weight: 500;
  127. font-family: lucida sans;
  128. text-transform: uppercase;
  129. color: {color:font};
  130. letter-spacing: 1px;
  131. }
  132.  
  133. h1 a:hover,{
  134. text-transform: lowercase;
  135. color: {color:linkhover};
  136. letter-spacing: 2px;
  137. }
  138.  
  139. #content{
  140. margin-left: 415px;
  141. margin-top: 91px;
  142. width: 525px;
  143. background-color: {color:postbg};
  144. margin-bottom: -10px;
  145. text-align: justify;
  146.  
  147. }
  148.  
  149. #posts{
  150. margin: auto;
  151. font-family: cambria;
  152. background-color: {color:postbg};
  153. overflow: hidden;
  154. font-size: 10px;
  155. line-height: 13px;
  156. padding: 15px 10px 12px 10px;
  157. font-style: italic; font-weight: normal;
  158. text-align: justify;
  159. }
  160.  
  161. .bar{
  162. font: 14px cambria italic;
  163. text-decoration: none;
  164. text-align: center;
  165. width: 100%;
  166. position: fixed;
  167. z-index: 1100;
  168. margin-top: 10px;
  169. margin-bottom: -4px;
  170. color: {color:top};
  171. }
  172.  
  173. .bar a{
  174. color: {color:top};
  175. padding: 5px;
  176. background-color: {color:header};
  177. text-transform: uppercase;
  178. -webkit-transition: all 0.2s ease-in-out;
  179. -moz-transition: all 0.2s ease-in-out;
  180. -o-transition: all 0.2s ease-in-out;
  181. transition: all 0.2s ease-in-out;
  182. }
  183.  
  184. .bar a:hover{
  185. padding: 5px;
  186. background-color: {color:top};
  187. color: {color:tophover};
  188. -webkit-transition: all 0.2s ease-in-out;
  189. -moz-transition: all 0.2s ease-in-out;
  190. -o-transition: all 0.2s ease-in-out;
  191. transition: all 0.2s ease-in-out;
  192. }
  193.  
  194. .bar img{
  195. height: 65px;
  196. }
  197.  
  198. #sidebar{
  199. font-size:10px;
  200. width: 190px;
  201. margin-left: 190px;
  202. margin-top: 155px;
  203. position: fixed;
  204. background-color: {color:sidebar};
  205. padding: 8px 8px 8px 8px;
  206. font-family: cambria;
  207. overflow: hidden;
  208. -webkit-transition: all 0.3s ease-in-out;
  209. -moz-transition: all 0.3s ease-in-out;
  210. -o-transition: all 0.3s ease-in-out;
  211. transition: all 0.3s ease-in-out;
  212. }
  213.  
  214. .description{
  215. color: {color:sidebrfont};
  216. font-size: 10px;
  217. font-family: cambria;
  218. text-align:justify;
  219. letter-spacing:0px;
  220. padding: 7px 12px 7px 12px;
  221. border-top: 2px solid {color:border};
  222. border-bottom: 2px solid {color:border};
  223. line-height: 11px;
  224. }
  225.  
  226.  
  227. #sidebarimg{
  228. width: 185px;
  229. overflow: hidden;
  230. padding-bottom: 0px;
  231. }
  232.  
  233. #sidebarimg img{
  234. width: 185px;
  235. }
  236.  
  237.  
  238. .sideslinks{
  239. padding-top: 5px;
  240. font-size: 8px;
  241. }
  242.  
  243. .sideslinks a{
  244. display: block;
  245. background-color: {color:link background};
  246. width: 70%;
  247. padding: 1px;
  248. text-transform: uppercase;
  249. font-family:cambria;
  250. color: {color:sidebar links};
  251. letter-spacing: 1px;
  252.  
  253. -webkit-transition: 0.2s ease-in-out;
  254. -moz-transition: 0.2s ease-in-out;
  255. -o-transition: 0.2s ease-in-out;
  256. transition: 0.2s ease-in-out;
  257. }
  258.  
  259. .sideslinks a:hover{
  260. background-color:{color:linkhover};
  261. width: 70%;
  262. padding: 1px;
  263. color: {color:sidelinkhover};
  264. -webkit-transition: 0.3s ease-in-out;
  265. -moz-transition: 0.3 ease-in-out;
  266. -o-transition: 0.3s ease-in-out;
  267. transition: 0.3s ease-in-out;
  268. }
  269.  
  270. .titlelinks {
  271. font: 12px cambria;
  272. color: {color: sidebar title};
  273. padding: 10px 2px 0px 2px;
  274. letter-spacing: 1px;
  275. line-height:16px;
  276. text-transform: uppercase;
  277. }
  278.  
  279.  
  280.  
  281. #question{
  282. font-size: 10px;
  283. color: {color:font};
  284. background-color: {color:askbg};
  285. padding: 7px;
  286. font-family: cambria;
  287. }
  288.  
  289. .asker{
  290. text-transform: uppercase;
  291. }
  292.  
  293.  
  294. #answer{
  295. font-size: 11px;
  296. padding-left:4px;
  297. }
  298.  
  299. #title {
  300. text-transform: uppercase;
  301. color: {color:title};
  302. letter-spacing: 1px;
  303. font-size: 12px;
  304. font-family: consolas;
  305. line-height:110%
  306. }
  307.  
  308. #title a {
  309. color: {color:title};
  310. letter-spacing: 1px;
  311. font-size: 13px;
  312. font-family: consolas;
  313. line-height:110%
  314.  
  315. }
  316.  
  317. #quote{
  318. padding: 5px;
  319. font-style: italic;
  320. font-family: times;
  321. font-size: 13px;
  322. }
  323.  
  324. .quotesource{
  325. padding: 1px;
  326. font-style: none;
  327. font-size:11px;
  328. font-family: cambria;
  329. text-align: right;
  330. }
  331.  
  332. .caption, .caption a{
  333. font-family: cambria;
  334. font-size: 9px;
  335. color: {color:font};
  336. text-align: justify;
  337. }
  338.  
  339. blockquote {
  340. margin-left: 10px;
  341. background-color: {color:postbg};
  342. display: block;
  343. padding-left: 4px;
  344. font-family: cambria;
  345. border-left: 3px solid{color:blockquote};
  346. }
  347.  
  348. img a{
  349. border: none;
  350. }
  351. .audio{
  352. background-color: black;
  353. display:block;
  354. position: left;
  355. background-image:url(http://farm4.static.flickr.com/3143/2790980525_6f2ffb1d49.jpg);
  356. }
  357.  
  358. .user_1 .label {color:#000000; font-weight:bold; }
  359. .user_2 .label {color:#5e5050; font-weight:bold; }
  360. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  361.  
  362. .notes img{width:10px; top:1px;}
  363. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  364. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  365.  
  366. #tags{
  367. text-align:left;
  368. }
  369.  
  370. #tags a{
  371. text-align:left;
  372. letter-spacing:1px;
  373. background-color: {color:tags background};
  374. padding: 0px 4px 3px 4px;
  375. font-size:8px;
  376. color: {color:tags};
  377. font-family: arial;
  378. line-height: 110%
  379. }
  380.  
  381.  
  382. #postedby{
  383. text-align: left;
  384. padding-right: 14px;
  385. font-family: arial;
  386. border-top: 1px solid {color:infoborder};
  387. display: block;
  388. background-color: {color:postbg};
  389. font-size: 8px;
  390. text-transform: uppercase;
  391. padding-top: 5px;
  392. }
  393.  
  394.  
  395.  
  396.  
  397. #pagination{
  398. text-transform: lowercase;
  399. font-family: lucida sans;
  400. text-align: center;
  401. font-size: 10px;
  402. }
  403.  
  404.  
  405. .sources
  406. {
  407. filter:alpha(opacity=0);
  408. opacity:0;
  409. }
  410.  
  411.  
  412. .credit{
  413. position: fixed;
  414. font-size: 6px;
  415. line-height: 8px;
  416. letter-spacing: 1px;
  417. right: 7px;
  418. bottom: 10px;
  419. text-transform: uppercase;
  420. text-align: center;
  421. font-family: arial;
  422. }
  423.  
  424. .credit a{
  425. display:inline-block;
  426. padding: 3px;
  427. color: #efefef;
  428. background-color: #111111;
  429. -webkit-transition: all 0.2s ease-in-out;
  430. -moz-transition: all 0.2s ease-in-out;
  431. -o-transition: all 0.2s ease-in-out;
  432. transition: all 0.2s ease-in-out;
  433. }
  434.  
  435. .credit a:hover{
  436. color: #000000;
  437. background-color: #ffffff;
  438. -webkit-transition: all 0.2s ease-in-out;
  439. -moz-transition: all 0.2s ease-in-out;
  440. -o-transition: all 0.2s ease-in-out;
  441. transition: all 0.2s ease-in-out;
  442. }
  443.  
  444.  
  445. </style>
  446. </head>
  447.  
  448. <body>
  449.  
  450. <center><div style="position: fixed;
  451. background-color: {color:header};
  452. border-bottom: 7px solid {color:border};
  453. top: 0px;
  454. left: 0px;
  455. height: 125px;
  456. width: 100%;
  457. margin: auto;
  458. z-index: 1000;
  459. "></div></center>
  460.  
  461. <div class="bar"><div style="margin-top: -4px;"><center><img src="{image:header}"></center></div>
  462. <div style="{color:top}; margin-top: 5px;">
  463. <center><a href="/">home</a> &nbsp; <a href="/ask">message</a> &nbsp; <a href="/archive">history</a> </center></div></div>
  464.  
  465.  
  466. <div id="sidebar">
  467. <div class="mainslinks">
  468.  
  469. <div style="padding-top:4px; ="><center><div id="sidebarimg">
  470. <center><img src="{image:sidebar}"></center></div></div>
  471.  
  472.  
  473.  
  474. <center><div class="titlelinks"><div style="color:{color:sidebar title};">{Title}</div>
  475. </center>
  476. <div style="padding-top: 7px;">
  477. <div class="description">{block:Description}{Description}{/block:Description}<br> </div></div>
  478. <div class="sideslinks"><center>
  479. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  480. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  481. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  482. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  483. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  484. <br> </center></div>
  485.  
  486.  
  487.  
  488. <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}
  489. </div>
  490. <center></center>
  491. </div></div><br><br><br>
  492.  
  493.  
  494.  
  495. <div id="content">
  496. <div id="posts">
  497. {block:Posts}
  498. <div id="title">{block:Title}{Title}&nbsp;{/block:Title}</div>
  499. {block:Text}{Body}{/block:Text}
  500. <div id="quote">{block:Quote}"{Quote}"</div><div class="quotesource">-&nbsp; {Source}{/block:Quote}</div>
  501.  
  502. {block:Link}<a href="{URL}" {Target}>{Name}</a>
  503. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  504.  
  505. {block:Photo}
  506. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  507. {/block:Photo}
  508.  
  509. {block:Photoset}
  510. <center>{Photoset-500}</center>
  511. {/block:Photoset}
  512.  
  513. {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}
  514.  
  515. {block:Video}{Video-500}{/block:Video}
  516.  
  517. {block:Answer}
  518. <div id="question"><div class="asker">{Asker} whispered:</div> {Question} </div>
  519. <div style="padding-top: 3px; padding-bottom: 4px;">{Answer}</div>{/block:answer}
  520.  
  521. {block:Audio}
  522. <center>{block:ifShowAlbumArt}{block:AlbumArt}
  523. <img src="{AlbumArtURL}" width="100" border="3" border-color:{color:border};>
  524. {/block:AlbumArt}{/block:ifShowAlbumArt}</center>
  525. {block:Audio}<div class="audio"><center>{AudioPlayerblack}</center>{/block:Audio}</div>
  526.  
  527. <div class="caption">{block:Caption}{Caption}{/block:Caption}
  528. </div>
  529.  
  530.  
  531. <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}<small>♢</small><a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  532. <br><br><br>
  533. </center>
  534. {block:PostNotes}{PostNotes}{/block:PostNotes}
  535.  
  536. <div class="sources">
  537. {block:ContentSource}
  538. Source: <a href="{SourceURL}">{SourceTitle} </a>
  539. {/block:ContentSource}
  540. {block:RebloggedFrom}
  541. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  542. {/block:RebloggedFrom}</div>
  543.  
  544. {/block:Posts}
  545.  
  546. </div>
  547.  
  548. <div class="credit"><a href="http://andlionheart.tumblr.com"><big>ALH</big><br>themes</a></div>
  549.  
  550. </div>
  551. </div>
  552.  
  553. </body>
  554. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement