Advertisement
lanhadelrey

theme 10 by lanhadelrey (updated!!)

Sep 7th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. BASE CODE #1 BY SAM @ WOLVERWHORE
  6.  
  7. REMEMBER: IF YOU USE THIS, YOU ((MUST)) REBLOG/LIKE THE THEME POST.
  8. YOU CAN FIND IT HERE:
  9. http://wolverwhore.tumblr.com/post/46869896709/base-code-1-by-wolverwhore-i-decided-to-make-a
  10.  
  11. THANK YOU.
  12. ENJOY!
  13.  
  14. -->
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head><title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Hover" content="#f2f2f2"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Post" content="#ffffff"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:bg" content=""/>
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="text:Link 4" content="" />
  41. <meta name="text:Link 4 Text" content="" />
  42. <meta name="text:Link 5" content="" />
  43. <meta name="text:Link 5 Text" content="" />
  44. <meta name="if:Show Link 1" content="1" />
  45. <meta name="if:Show Link 2" content="1" />
  46. <meta name="if:Show Link 3" content="1" />
  47. <meta name="if:Show Link 4" content="1" />
  48. <meta name="if:Show Link 5" content="1" />
  49. <meta name="color:scrollbarbg" content="ffffff"/>
  50.  
  51.  
  52. <style type="text/css">
  53. #bite
  54. #bite a{
  55. display:block
  56. }
  57. #bite .death {
  58. margin-top:0px;filter: alpha(opacity = 0);
  59. opacity:.3;-webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  61. }
  62.  
  63. #bite:hover .death {
  64. margin-top:0px;
  65. -webkit-transition: all 0.8s ease-out;
  66. -moz-transition: all 0.8s ease-out;
  67. transition: all 0.8s ease-out;
  68. filter: alpha(opacity = 100);
  69. filter: alpha(opacity = 100);
  70. opacity:100;
  71. }
  72.  
  73. /* --- SCROLLBAR ---*/
  74.  
  75. ::-webkit-scrollbar {
  76. width: 3px;height: 5px;}
  77. ::-webkit-scrollbar-button:start:decrement,
  78. ::-webkit-scrollbar-button:end:increment {
  79. height: 6px;display: block;background-color: {color:white};}
  80. ::-webkit-scrollbar-thumb:vertical {
  81. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  82.  
  83.  
  84. /* --- BODY ---*/
  85.  
  86. body {
  87. background:{color:background};
  88. margin:0px;
  89. color:{color:text};
  90. font-family:Calibri;
  91. font-size:9px;
  92. line-height:100%;
  93. }
  94.  
  95. a {
  96. text-decoration:none;
  97. outline:none;
  98. -moz-outline-style:none;
  99. color:{color:link};
  100. }
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. h1 {
  117. font-size:9px;
  118. text-transform:uppercase;
  119. }
  120.  
  121. a:hover {
  122. opacity:10;
  123. color:{color:hover};
  124. -webkit-transition: all 0.7s ease;
  125. -moz-transition: all 0.7s ease;
  126. -o-transition: all 0.7s ease
  127. }
  128.  
  129. /* --- POST ENTRIES ---*/
  130.  
  131.  
  132. #entries {
  133. padding:10px;
  134. width:500px;
  135. margin-left:450px;
  136. margin-top:40px;
  137. font-size:10px;
  138. }
  139.  
  140. /* --- BODY: POSTS ---*/
  141.  
  142.  
  143. #post {
  144. width:500px;
  145. padding-bottom:20px;
  146. padding:10px;
  147. margin-top:15px;
  148. background-color:{color:Post};
  149. }
  150.  
  151. /* --- SIDEBAR IMAGE ---*/
  152.  
  153.  
  154. #sidebar {
  155. width:135px;
  156. height:135px;
  157. position:fixed;
  158. margin-left:140px;
  159. margin-top:190px;
  160. opacity:1;
  161. }
  162.  
  163. #sidebarimage {
  164. width:135px;
  165. height:135px;
  166. }
  167.  
  168. #sidebarimage img {
  169. width:228px;
  170. min-height:130px;
  171. max-height:145px;
  172. padding:10px;
  173. }
  174.  
  175. /* --- SIDEBAR LINKS ---*/
  176.  
  177. .links {
  178. width:47px;
  179. height:79px;
  180. font-family:'calibri';
  181. text-align:center;
  182. margin-top:-125px;
  183. margin-left:10px;
  184. text-align:center;
  185. text-transform:uppercase;
  186. position:fixed;
  187. padding-top:50px;
  188. border:solid 1px #020202;
  189. background-color:#020202;
  190. }
  191.  
  192. .links a {
  193. display:block;
  194. font-size: 10px;
  195. }
  196.  
  197. .links a:hover {
  198. text-decoration:line-through;
  199. color:{color:Hover}
  200. }
  201.  
  202.  
  203. /* --- DESCRIPTION ---*/
  204.  
  205. #description {
  206. overflow:scroll;
  207. height:40px;
  208. position:fixed;
  209. font-family:calibri;
  210. line-height:120%;
  211. font-size:10px;
  212. text-transform:uppercase;
  213. width:210px;
  214. margin-top:6px;
  215. padding:8px;
  216. margin-left:10px;
  217. border:solid 1px #020202;
  218. background-color:#020202;
  219. text-align:justify;
  220. color:{color:text};
  221. }
  222.  
  223. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  224. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  225.  
  226. /* --- PAGINATION---*/
  227.  
  228. #pagination {
  229. opacity:.8;
  230. width:100px;
  231. font-size:15px;
  232. text-align:center;
  233. margin-left:315px;
  234. margin-top:180px;
  235. position:fixed;
  236. font-family:cambria;
  237. letter-spacing:0px;
  238. }
  239.  
  240. /* --- POST INFO ---*/
  241.  
  242.  
  243. #info {
  244. text-align:left;
  245. margin-top:10px;
  246. text-transform:uppercase;
  247. font-size:8px;
  248. font-style:none;
  249. border-top:1px solid {color:Line}
  250. }
  251.  
  252. /* --- POST TAGS---*/
  253.  
  254. #tags {
  255. font-family:cambria;
  256. letter-spacing:0px;
  257. text-transform:lowercase;
  258. font-size:10px;
  259. margin-top:4px;
  260. text-align:left;
  261. }
  262.  
  263. #tags
  264. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  265. -webkit-transition: all 0.6s ease-in-out;
  266. -moz-transition: all 0.6s ease-in-out;
  267. -o-transition: all 0.6s ease-in-out;
  268. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  269.  
  270.  
  271. /* --- QUESTIONS ---*/
  272.  
  273. #asker {
  274. padding:5px;
  275. font-family:cambria;
  276. letter-spacing:1px;
  277. text-align:left;
  278. margin-left:0px;
  279. border-left:0px #eee solid;
  280. border:solid 7px #020202;
  281. background-color:#020202;
  282. }
  283.  
  284. {CustomCSS}</style></head><body>
  285.  
  286. <div id="bite"><div id="sidebar">
  287. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  288.  
  289.  
  290. <div id="description">
  291. {Description}
  292. </div>
  293.  
  294.  
  295. <div class="death"><div class="links">
  296. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  297. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  298. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  299. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  300. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  301. </div></div></div>
  302.  
  303.  
  304. {block:Pagination}<div id="pagination">
  305. {block:PreviousPage}<a href="{PreviousPage}">- /</a>{/block:PreviousPage}
  306. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  307. </div>{/block:Pagination}
  308.  
  309. </div>
  310.  
  311. <div id="entries">{block:Posts}<div id="post">
  312.  
  313. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  314.  
  315. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  316.  
  317. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  318.  
  319. {block:Quote}{Quote}{/block:Quote}
  320.  
  321. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  322.  
  323. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  324.  
  325. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  326. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  327. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  328. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  329. {/block:Audio}
  330.  
  331. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  332.  
  333. {block:Answer}<div id="asker"><span style="font-family:lobster 2;font-size:13px;text-transform:uppercase;"> ♡ {Asker} ♡ </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  334.  
  335. <div id="info">
  336. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  337. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  338. {/block:Posts}
  339. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  340. {/block:Posts}</div></div></div>
  341.  
  342.  
  343.  
  344. <!--
  345. THEME MAKER CREDIT
  346. -->
  347.  
  348. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://lanhadelrey.tumblr.com/">© LANHADELREY</a></center></div>
  349.  
  350.  
  351. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement