lttlebirdsthemes

ARIANA - theme 04 by lttlebirds

Jan 27th, 2013
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. <!-- THEME CREDIT TO LTTLEBIRDS
  2. *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!
  3. ♡ALLI♡-->
  4.  
  5. <html>
  6. <head>
  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="#b6b5b5"/>
  21. <meta name="color:Link" content="#a8a7a7"/>
  22. <meta name="color:Hover" content="#333333"/>
  23. <meta name="color:scrollbar" content="#d0d0d0"/>
  24. <meta name="color:scrollbg" content="#ffffff">
  25.  
  26. <!--Images-->
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30.  
  31. <!--Links-->
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="III." />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="IV." />
  37.  
  38. <style type="text/css">
  39.  
  40. #bite
  41. #bite a{
  42. display:block
  43. }
  44. #bite .death {
  45. margin-top:-40px;filter: alpha(opacity = 0);
  46. opacity:0;-webkit-transition: all 0.5s ease-out;
  47. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  48. }
  49.  
  50. #bite:hover .death {
  51. margin-top:0px;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. filter: alpha(opacity = 100);
  56. filter: alpha(opacity = 100);
  57. opacity:100;
  58. }
  59.  
  60. ::-webkit-scrollbar {height: auto;width: 6px;}
  61. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  62. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  63.  
  64. body {
  65. background:{color:background};
  66. background-image: url('{image:background}') no-repeat fixed center;;
  67. margin:0px;
  68. color:{color:text};
  69. font-family:consolas;
  70. font-size:10px;
  71. line-height:100%;
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:{color:link};
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -o-transition: all 0.5s ease
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:1px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:12px;
  95. font-family:calibri;
  96. text-transform:uppercase;
  97. }
  98.  
  99. a:hover {
  100. opacity:10;
  101. color:{color:hover};
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -o-transition: all 0.7s ease
  105. }
  106.  
  107. small{
  108. font-size:9px;
  109. line-height:110%
  110. }
  111.  
  112. big {
  113. font-size:12px;
  114. line-height:110%
  115. }
  116.  
  117. b, strong{
  118. color:{color:text}
  119. }
  120. i, em {
  121. color:{color:text}
  122. }
  123. p{
  124. margin-top:5px;
  125. margin-bottom:5px
  126. }
  127. blockquote {
  128. padding:0px;
  129. padding-left:5px;
  130. margin:5px;
  131. border-left:1px dotted {color:text}
  132. }
  133.  
  134. blockquote img {
  135. max-width:300px
  136. }
  137.  
  138. ul, li img {
  139. max-with:250px
  140. }
  141.  
  142. img:hover{opacity:0.8;-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
  143.  
  144. .audio {width:500px;height:160px;}
  145. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  146. .albumart img {width:150px;height:150px;float:left;}
  147. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  148. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  149. overflow:hidden;background-color:white;}
  150. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  151.  
  152. #entries {
  153. padding:10px;
  154. width:500px;
  155. margin-left:350px;
  156. margin-top:30px;
  157. }
  158.  
  159.  
  160. #post {
  161. width:500px;
  162. padding-bottom:3px;
  163. font-family:consolas;
  164. opacity:1;
  165. }
  166.  
  167. #sidebar {
  168. width:120px;
  169. position:fixed;
  170. margin-left:110px;
  171. margin-top:150px;
  172. opacity:1;
  173. }
  174.  
  175. #sidebarimage img{
  176. width:120px;
  177. padding:3px;
  178. -webkit-transition: all 0.5s ease;
  179. -moz-transition: all 0.5s ease;
  180. -o-transition: all 0.5s ease
  181. }
  182.  
  183. #links {
  184. font-family:consolas;
  185. font-size:9px;
  186. opacity:1;
  187. text-align:center;
  188. padding-top:54px;
  189. letter-spacing:1px;
  190. text-transform:uppercase;
  191. padding-bottom:5px;
  192. margin-top:-150px;
  193. margin-left:135px;
  194. line-height:230%;
  195. }
  196.  
  197. #description {
  198. padding:5px;
  199. font-size:10px;
  200. font-style:italic;
  201. opacity: 0.8;
  202. text-align:center;
  203. margin-top:20px;
  204. margin-left:6px;
  205. }
  206.  
  207. #pagination {
  208. font-size:9px;
  209. text-align:center;
  210. color:{color:link};
  211. font-family:consolas;
  212. letter-spacing:2px;
  213. margin-left:11px;
  214. }
  215.  
  216. #info {
  217. text-align:center;padding:5px;
  218. margin-top:5px;
  219. margin-bottom:10px;
  220. text-transform: uppercase;
  221. font-family:calibri;
  222. font-size:7px;
  223. }
  224.  
  225. #tags {
  226. font-family:calibri;
  227. letter-spacing:1px;
  228. text-transform:uppercase;
  229. font-size:7px;
  230. margin-top:4px;
  231. a {display:inline; background-color:{color:linkb};
  232. padding:-4px;
  233. text-align:left;
  234. -webkit-transition: all 0.6s ease-in-out;
  235. -moz-transition: all 0.6s ease-in-out;
  236. -o-transition: all 0.6s ease-in-out;
  237. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  238.  
  239. #asker {
  240. float:left;
  241. margin-right:5px;
  242. }
  243.  
  244. #asked {
  245. font-family:consolas;
  246. text-transform:lowercase;
  247. letter-spacing:1px;
  248. padding-bottom:3px;
  249. }
  250.  
  251. #notes {
  252. font-family:consolas;
  253. text-transform:lowercase;
  254. font-size:9px;
  255. }
  256.  
  257. #question {
  258. font-family:consolas;
  259. font-style:italic;
  260. font-size:10px;
  261. }
  262.  
  263. #answer {
  264. font-family:consolas;
  265. text-transform:uppercase;
  266. font-size:10px;
  267. }
  268.  
  269. {CustomCSS}</style></head><body>
  270.  
  271. <div id="sidebar">
  272. <div id="bite">
  273. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  274. <div class="death">
  275. <div id="links">
  276. <a href="/">I.</a>
  277. <a href="/ask">II.</a>
  278. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  279. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  280. </div>
  281. </div>
  282. <div id="description">{Description}</div>
  283. </div>
  284.  
  285. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  286. </div>
  287.  
  288. <div id="entries">{block:Posts}<div id="post">
  289.  
  290. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  291.  
  292. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  293.  
  294. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  295.  
  296. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  297.  
  298. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  299.  
  300. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  301.  
  302. {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>
  303. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  304. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  305. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  306. {/block:Audio}
  307.  
  308. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  309.  
  310. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  311.  
  312. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} ϟ <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  313. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  314. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  315. {/block:Posts}
  316. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  317. {/block:Posts}</div></div></div>
  318.  
  319. <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>
  320.  
  321. </body>
  322.  
  323. </html>
Advertisement
Add Comment
Please, Sign In to add comment