Advertisement
andlionheart

theme01 by andlionheart.tumblr.com

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