Advertisement
andlionheart

theme03 by andlionheart.tumblr.com

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