Advertisement
andlionheart

theme02 by andlionheart.tumblr.com

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