lttlebirdsthemes

SHAY theme 05 by lttlebirds

Feb 17th, 2013
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- THEME CREDIT TO LTTLEBIRDS
  5. *thank you for using my theme, but please do not use this as a base or remove the credit! that's just not nice. however, you can edit it so that it is to your liking of course! if you have any questions, you can message me at lttlebirds.tumblr.com!
  6. ♡ALLI♡-->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  15.  
  16. <!--Default Variables-->
  17. <!--Colors-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#333333"/>
  21. <meta name="color:Link" content="#717581"/>
  22. <meta name="color:Hover" content="#333333"/>
  23. <meta name="color:Border" content="#969696"/>
  24. <meta name="color:scrollbar" content="#E0E0E0"/>
  25. <meta name="color:scrollbg" content-"#ffffff"/>
  26.  
  27. <!--Images-->
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32. <!--Links-->
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="" />
  38.  
  39. <style type="text/css">
  40.  
  41. #bite
  42. #bite a{
  43. display:block
  44. }
  45. #bite .death {
  46. margin-top:0px;filter: alpha(opacity = 0);
  47. opacity:0;-webkit-transition: all 0.5s ease-out;
  48. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  49. }
  50.  
  51. #bite:hover .death {
  52. margin-top:0px;
  53. -webkit-transition: all 0.5s ease-out;
  54. -moz-transition: all 0.5s ease-out;
  55. transition: all 0.5s ease-out;
  56. filter: alpha(opacity = 100);
  57. filter: alpha(opacity = 100);
  58. opacity:100;
  59. }
  60.  
  61. ::-webkit-scrollbar {height: auto;width: 6px;}
  62. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  63. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  64.  
  65. body {
  66. background:{color:background};
  67. background-image: url('{image:background}') no-repeat fixed center;;
  68. margin:0px;
  69. color:{color:text};
  70. font-family:consolas;
  71. font-size:10px;
  72. line-height:100%;
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:{color:link};
  80. -webkit-transition: all 0.5s ease;
  81. -moz-transition: all 0.5s ease;
  82. -o-transition: all 0.5s ease
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. blockquote blockquote {
  90. padding-left:5px;
  91. border-left:1px solid;
  92. }
  93.  
  94. h1 {
  95. font-size:12px;
  96. font-family:consolas;
  97. text-transform:uppercase;
  98. }
  99.  
  100. a:hover {
  101. opacity:10;
  102. color:{color:hover};
  103. -webkit-transition: all 0.7s ease;
  104. -moz-transition: all 0.7s ease;
  105. -o-transition: all 0.7s ease
  106. }
  107.  
  108. small{
  109. font-size:9px;
  110. line-height:110%
  111. }
  112.  
  113. big {
  114. font-size:12px;
  115. line-height:110%
  116. }
  117.  
  118. b, strong{
  119. color:{color:text}
  120. }
  121. i, em {
  122. color:{color:text}
  123. }
  124. p{
  125. margin-top:5px;
  126. margin-bottom:5px
  127. }
  128. blockquote {
  129. padding:0px;
  130. padding-left:5px;
  131. margin:5px;
  132. border-left:1px dotted {color:text}
  133. }
  134.  
  135. blockquote img {
  136. max-width:300px
  137. }
  138.  
  139. ul, li img {
  140. max-with:250px
  141. }
  142.  
  143. .audio {width:500px;height:160px;}
  144. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  145. .albumart img {width:150px;height:150px;float:left;}
  146. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  147. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  148. overflow:hidden;background-color:white;}
  149. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  150.  
  151. #entries {
  152. padding:10px;
  153. width:500px;
  154. margin-left:300px;
  155. margin-top:135px;
  156. }
  157.  
  158.  
  159. #post {
  160. width:500px;
  161. padding-bottom:3px;
  162. font-family:calibri;
  163. opacity:1;
  164. }
  165.  
  166. #sidebar {
  167. width:560px;
  168. height:140px;
  169. position:fixed;
  170. margin-left:280px;
  171. margin-top:-135px;
  172. opacity:1;
  173. background-color:#ffffff;
  174. border:1px dotted#E0E0E0;
  175. }
  176.  
  177. #sidebarimage img{
  178. width:90px;
  179. margin-top:26px;
  180. margin-left:35px;
  181. padding:3px;
  182. border:1px solid;
  183. border-color: #E0E0E0;
  184. -webkit-transition: all 0.5s ease;
  185. -moz-transition: all 0.5s ease;
  186. -o-transition: all 0.5s ease
  187. }
  188.  
  189. #links {
  190. font-family:calibri;
  191. font-size:16px;
  192. opacity:1;
  193. text-align:center;
  194. padding-top:54px;
  195. letter-spacing:1px;
  196. text-transform:uppercase;
  197. padding-bottom:5px;
  198. margin-top:-135px;
  199. margin-left:100px;
  200. }
  201.  
  202. #links a{
  203. background:#E0E0E0;
  204. color:#fff;
  205. padding: 5px;
  206. }
  207.  
  208. #links a:hover{
  209. background:#FFFFFF;
  210. color:#E0E0E0;
  211. -webkit-transition: all 0.5s ease-in-out;
  212. -moz-transition: all 0.5s ease-in-out;
  213. -o-transition: all 0.5s ease-in-out;
  214. -ms-transition: all 0.5s ease-in-out;
  215. transition: all 0.5s ease-in-out;
  216. }
  217.  
  218. #description {
  219. width:200px;
  220. padding:5px;
  221. font-size:10px;
  222. font-style:italic;
  223. opacity: 0.8;
  224. text-align:center;
  225. margin-top:12px;
  226. margin-left:224px;
  227. background-color:white;
  228. border: 1px dotted#E0E0E0
  229. }
  230.  
  231. #pagination {
  232. font-size:14px;
  233. text-align:center;
  234. color:#E0E0E0;
  235. font-family:calibri;
  236. letter-spacing:2px;
  237. margin-left:520px;
  238. margin-top:20px;
  239. text-transform:uppercase;
  240. }
  241.  
  242. #info {
  243. text-align:center;padding:5px;
  244. margin-top:5px;
  245. margin-bottom:10px;
  246. text-transform: lowercase;
  247. font-family:calibri;
  248. font-size:9px;
  249. }
  250.  
  251. #tags {
  252. font-family:calibri;
  253. letter-spacing:1px;
  254. text-transform:lowercase;
  255. font-size:9px;
  256. margin-top:4px;
  257. a {display:inline; background-color:{color:linkb};
  258. padding:-4px;
  259. text-align:left;
  260. -webkit-transition: all 0.6s ease-in-out;
  261. -moz-transition: all 0.6s ease-in-out;
  262. -o-transition: all 0.6s ease-in-out;
  263. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  264.  
  265. #asker {
  266. float:left;
  267. margin-right:5px;
  268. }
  269.  
  270. #asked {
  271. font-family:calibri;
  272. text-transform:lowercase;
  273. letter-spacing:1px;
  274. padding-bottom:3px;
  275. }
  276.  
  277. #notes {
  278. font-family:calibri;
  279. text-transform:lowercase;
  280. font-size:9px;
  281. }
  282.  
  283. #question {
  284. font-family:calibri;
  285. font-style:italic;
  286. font-size:10px;
  287. }
  288.  
  289. #answer {
  290. font-family:calibri;
  291. text-transform:uppercase;
  292. font-size:10px;
  293. }
  294.  
  295. {CustomCSS}</style></head><body>
  296.  
  297. <div id="sidebar">
  298. <div id="bite">
  299. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  300. <div id="links">
  301. <a href="/">home</a>
  302. <a href="/ask">ask</a>
  303. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  304. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  305. </div>
  306. <div class="death">
  307. <div id="description">{Description}</div>
  308. </div></div>
  309.  
  310. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
  311. </div>
  312.  
  313. <div id="entries">{block:Posts}<div id="post">
  314.  
  315. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  316.  
  317. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  318.  
  319. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  320.  
  321. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  322.  
  323. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  324.  
  325. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  326.  
  327. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  328. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  329. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  330. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  331. {/block:Audio}
  332.  
  333. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  336.  
  337. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  338. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  339. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  340. {/block:Posts}
  341. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  342. {/block:Posts}</div></div></div>
  343.  
  344. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://lttlebirds.tumblr.com">♡</a></div>
  345.  
  346. </body>
  347.  
  348. </html>
Advertisement
Add Comment
Please, Sign In to add comment