lttlebirdsthemes

FLOWERS IN YOUR HAIR - theme11 (VERSION 2) by lttlebirds

Aug 10th, 2013
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 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 lttlebirdsthemes.tumblr.com!
  3. ♡ALLI♡-->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="color:Hover" content="#f2f2f2"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20.  
  21. <meta name="text:link1" content="home">
  22. <meta name="text:link1 url" content="/">
  23. <meta name="text:link2" content="ask">
  24. <meta name="text:link2 url" content="/ask">
  25. <meta name="text:link3" content="link3">
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:link4" content="link4">
  28. <meta name="text:link4 url" content="/">
  29. <meta name="text:link5" content="link5">
  30. <meta name="text:link5 url" content="/">
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. @font-face {font-family:Emmis; src: url(http://static.tumblr.com/9wzbixa/jdnmj2htg/emmis.ttf);}
  36.  
  37. ::-webkit-scrollbar{height: 2px; width: 3px; -webkit-border-radius: 0px; background-color:{color:Background};}
  38. ::-webkit-scrollbar-thumb{background-color:{color:Scrollbar};}
  39. ::-webkit-scrollbar-track{background-color:{color:Background};}
  40.  
  41. div#qTip {
  42. padding: 3px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-size:10px;
  47. line-height:11px;
  48. text-transform:lowercase;
  49. font-family:calibri;
  50. z-index: 1000;
  51. background: #cf6666;
  52. border:1px solid #cf6666;
  53. color: #fff;
  54. font-style: italic;
  55. letter-spacing: 1px;
  56. }
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:calibri;
  63. font-size:10px;
  64. line-height:100%;
  65. background-image:url('{image:Background}');
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75. img {
  76. border-color:#000;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:9px;
  91. text-transform:uppercase;
  92. }
  93.  
  94. a:hover {
  95. opacity:10;
  96. color:{color:hover};
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease
  100. }
  101.  
  102. #entries {
  103. padding:10px;
  104. width:500px;
  105. margin-left:400px;
  106. margin-top:60px;
  107. }
  108.  
  109. #post {
  110. width:500px;
  111. margin-top:25px;
  112. background-color:{color:Background};
  113. }
  114.  
  115. #info {
  116. text-align:left;
  117. margin-top:10px;
  118. text-transform:lowercase;
  119. font-size:9px;
  120. letter-spacing:1px;
  121. padding:2px;
  122. color:#000;
  123. background-color:white;
  124. border-bottom:1px solid#000
  125. }
  126.  
  127. #info a{
  128. color:#000;
  129. }
  130.  
  131.  
  132. #tags {
  133. font-family:calibri;
  134. letter-spacing:0px;
  135. text-transform:lowercase;
  136. font-size:9px;
  137. margin-top:4px;
  138. background-color:white;
  139. color:black;
  140. }
  141.  
  142. #tags a{
  143. display:inline; background-color:white;
  144. text-align:left;
  145. }
  146.  
  147. #asker {
  148. padding:10px;
  149. text-align:left;
  150. background-color:#efefef;
  151. color:#000;
  152. border:1px dotted#000;
  153. }
  154.  
  155. #asker a{
  156. color:#000;
  157. text-transform:uppercase;
  158. font-size:12px;
  159. }
  160.  
  161. #sidebar {
  162. position:fixed;
  163. width:250px;
  164. height:350px;
  165. margin-left:125px;
  166. margin-top:100px;
  167. border-right:1px dotted#000;
  168. }
  169.  
  170. #description {
  171. position:fixed;
  172. font-family:calibri;
  173. font-size:10px;
  174. width:150px;
  175. margin-left:82px;
  176. margin-top:60px;
  177. height:70px;
  178. text-align:right;
  179. }
  180.  
  181. #links img{
  182. position:fixed;
  183. margin-top:0px;
  184. margin-left:180px;
  185. width:50px;
  186. height:50px;
  187. }
  188.  
  189. #pagination {
  190. position:fixed;
  191. font-family:cambria;
  192. text-transform:lowercase;
  193. font-size:10px;
  194. margin-top:140px;
  195. margin-left:80px;
  196. text-align:center;
  197. font-style:normal;
  198. width:150px;
  199. text-align:right;
  200. }
  201.  
  202. #title {
  203. position:fixed;
  204. margin-left:400px;
  205. margin-top:-40px;
  206. width:500px;
  207. height:auto;
  208. padding:30px;
  209. text-align:center;
  210. font-family:emmis;
  211. font-size:15px;
  212. opacity:0.8;
  213. background-color:white;
  214. text-transform:lowercase;
  215. }
  216.  
  217.  
  218. {CustomCSS}</style></head><body>
  219.  
  220. <div id="sidebar">
  221.  
  222. <div id="links">
  223. <div style="margin-top:0px;"><a href="{text:link1 url}" title="{text:link1}"><img src="http://31.media.tumblr.com/b2d8478debcb10121ae30c796eaeebae/tumblr_mr1hjqlJ1e1rjbolmo1_400.jpg"></a></div> <br><br>
  224.  
  225. <div style="margin-top:35px;"><a href="{text:link2 url}" title="{text:link2}"><img src="http://31.media.tumblr.com/b2d8478debcb10121ae30c796eaeebae/tumblr_mr1hjqlJ1e1rjbolmo1_400.jpg"></a></div> <br><br>
  226.  
  227. <div style="margin-top:35px;"><a href="{text:link3 url}" title="{text:link3}"><img src="http://31.media.tumblr.com/b2d8478debcb10121ae30c796eaeebae/tumblr_mr1hjqlJ1e1rjbolmo1_400.jpg"></a></div> <br><br>
  228.  
  229. <div style="margin-top:35px;"><a href="{text:link4 url}" title="{text:link4}"><img src="http://31.media.tumblr.com/b2d8478debcb10121ae30c796eaeebae/tumblr_mr1hjqlJ1e1rjbolmo1_400.jpg"></a></div> <br><br>
  230.  
  231. <div style="margin-top:35px;"><a href="{text:link5 url}" title="{text:link5}"><img src="http://31.media.tumblr.com/b2d8478debcb10121ae30c796eaeebae/tumblr_mr1hjqlJ1e1rjbolmo1_400.jpg"></a></div>
  232. </div>
  233. <div id="description">
  234. {Description}
  235. </div>
  236. <div id="pagination">
  237. {block:Pagination}
  238. {block:PreviousPage}
  239. <a href="{PreviousPage}">←</a>
  240. {/block:PreviousPage}
  241. {block:JumpPagination length="5"}
  242. {block:CurrentPage}
  243. <span class="current_page">{PageNumber}</span>
  244. {/block:CurrentPage}
  245. {block:JumpPage}
  246. <a class="jump_page" href="{URL}">{PageNumber}</a>
  247. {/block:JumpPage}
  248. {/block:JumpPagination}
  249. {block:NextPage}
  250. <a href="{NextPage}">→</a>
  251. {/block:NextPage}
  252. </div>
  253. {/block:Pagination}</div>
  254. </div>
  255.  
  256. <div id="title">
  257. {Title}
  258. </div>
  259.  
  260. <div id="entries">{block:Posts}<div id="post">
  261.  
  262. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  263.  
  264. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  265.  
  266. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  269.  
  270. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  271.  
  272. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  273.  
  274. {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>
  275. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  276. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  277. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  278. {/block:Audio}
  279.  
  280. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  281.  
  282. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:12px;font-style:italic">{Asker} </span>pondered: {Question}</div><center>{Answer}{/block:Answer}
  283.  
  284. <div id="info">
  285. {block:Date} {Month} {DayofMonth}{/block:Date} + <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"
  286. title="{ReblogParentTitle}">VIA</a> + <a href="{ReblogRootURL}"title="{ReblogRoottitle}">SOURCE</a>{/block:RebloggedFrom}
  287. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  288. {/block:Posts}
  289. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  290. {/block:Posts}</div></div></div>
  291.  
  292.  
  293. <div style="position:fixed;bottom:3px; right:3px; font-size:10px; text-transform:uppercase;"><a href="http://lttlebirds.tumblr.com/">lttlebirds</a></div>
  294.  
  295.  
  296. </body>
  297. </div>
  298. </html>
Advertisement
Add Comment
Please, Sign In to add comment