Advertisement
andlionheart

theme07 by andlionheart.tumblr.com

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