Advertisement
andlionheart

theme06 by andlionheart.tumblr.com

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