lttlebirdsthemes

SUMMER - theme07 by lttlebirds

Jul 31st, 2013
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 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. <!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.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Hover" content="#f2f2f2"/>
  18. <meta name="color:sbackground" content="#fffff"/>
  19. <meta name="color:bg" content="#ffffff"/>
  20. <meta name="color:Border" content="#e4e4e4"/>
  21. <meta name="color:answerbg" content="#F8F8F8"/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:background" content=""/>
  24. <meta name="image:thekey" content=""/>
  25. <meta name="color:Scrollbar" content="##f8f8f8"/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32.  
  33.  
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. #bite
  39. #bite a{
  40. display:block
  41. }
  42. #bite .death {
  43. margin-top:0px;filter: alpha(opacity = 0);
  44. opacity:0;-webkit-transition: all 0.5s ease-out;
  45. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  46. }
  47.  
  48. #bite:hover .death {
  49. margin-top:0px;
  50. -webkit-transition: all 0.8s ease-out;
  51. -moz-transition: all 0.8s ease-out;
  52. transition: all 0.8s ease-out;
  53. filter: alpha(opacity = 100);
  54. filter: alpha(opacity = 100);
  55. opacity:100;
  56. }
  57.  
  58. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  59. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  60. ::-webkit-scrollbar-track{background-color:{color:background};}
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Calibri;
  67. font-size:9px;
  68. line-height:100%;
  69. background-image:url('{image:Background}');
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:9px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. a:hover {
  99. opacity:10;
  100. color:{color:hover};
  101. -webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease
  104. }
  105.  
  106. #entries {
  107. padding:10px;
  108. width:500px;
  109. margin-left:500px;
  110. margin-top:40px;
  111. }
  112.  
  113. #post {
  114. width:500px;
  115. margin-top:20px;
  116. padding:20px;
  117. border:1px solid {color:border};
  118. background-color:{color:bg};
  119. }
  120.  
  121. #sidebar {
  122. width:150px;
  123. height:746px;
  124. position:fixed;
  125. margin-left:210px;
  126. background-color: #fff;
  127. margin-top:-40px;
  128. background-image:url('{image:Sidebar}');
  129. border:1px solid;
  130. border-color: {color:border};
  131. }
  132.  
  133. #sidebarimage {
  134. width 100px;
  135. }
  136.  
  137. #sidebarimage img {
  138. width:94px;
  139. height:95px;
  140. border:1px solid {color:border};
  141. background-color:#ffffff;
  142. padding:3px;
  143. margin-left:83px;
  144. margin-top:190px;
  145.  
  146. }
  147.  
  148.  
  149. #links {
  150. font-family:calibri;
  151. font-size:8px;
  152. opacity:1;
  153. text-align:center;
  154. letter-spacing:1px;
  155. line-height:175%;
  156. text-transform:uppercase;
  157. margin-top:10px;
  158. margin-left:-10px;
  159. border:1px solid#fff;
  160. background-color:white;
  161. width:170px;
  162. height: 15px;
  163. border-left:1px dotted#a8a8a8;
  164. border-right:1px dotted#a8a8a8;
  165. }
  166.  
  167. #links a {
  168. color: {color:Link};
  169. background-color:white;
  170. font-size: 8px;
  171. }
  172.  
  173. #links a:hover {
  174. color: {color:Link};
  175. font-size:10px;
  176. }
  177.  
  178. #links2 {
  179. font-family:calibri;
  180. font-size:8px;
  181. opacity:1;
  182. text-align:center;
  183. letter-spacing:1px;
  184. line-height:175%;
  185. text-transform:uppercase;
  186. margin-top:10px;
  187. margin-left:-1px;
  188. border:1px solid#fff;
  189. background-color:white;
  190. width:170px;
  191. height: 15px;
  192. border-left:1px dotted#a8a8a8;
  193. border-right:1px dotted#a8a8a8;
  194. }
  195.  
  196. #links2 a {
  197. color: {color:Link};
  198. background-color:white;
  199. font-size: 8px;
  200. }
  201.  
  202. #links2 a:hover {
  203. color: {color:link};
  204. }
  205.  
  206. #links3 {
  207. font-family:calibri;
  208. font-size:8px;
  209. opacity:1;
  210. text-align:center;
  211. letter-spacing:1px;
  212. line-height:175%;
  213. text-transform:uppercase;
  214. margin-top:10px;
  215. margin-left:-1px;
  216. border:1px solid#fff;
  217. background-color:white;
  218. width:170px;
  219. height: 15px;
  220. border-left:1px dotted#a8a8a8;
  221. border-right:1px dotted#a8a8a8;
  222. }
  223.  
  224. #links3 a {
  225. color: {color:Link};
  226. background-color:white;
  227. font-size: 8px;
  228. }
  229.  
  230. #links3 a:hover {
  231. color: {color:link};
  232. }
  233.  
  234. #links4 {
  235. font-family:calibri;
  236. font-size:8px;
  237. opacity:1;
  238. text-align:center;
  239. letter-spacing:1px;
  240. line-height:175%;
  241. text-transform:uppercase;
  242. margin-top:10px;
  243. margin-left:-1px;
  244. border:1px solid#fff;
  245. background-color:white;
  246. width:170px;
  247. height: 15px;
  248. border-left:1px dotted#a8a8a8;
  249. border-right:1px dotted#a8a8a8;
  250. }
  251.  
  252. #links4 a {
  253. color: {color:Link};
  254. background-color:white;
  255. font-size: 8px;
  256. }
  257.  
  258. #links4 a:hover {
  259. color: {color:link};
  260. }
  261.  
  262. #links5 {
  263. font-family:calibri;
  264. font-size:8px;
  265. opacity:1;
  266. text-align:center;
  267. letter-spacing:1px;
  268. line-height:175%;
  269. text-transform:uppercase;
  270. margin-top:10px;
  271. margin-left:-1px;
  272. border:1px solid#fff;
  273. background-color:white;
  274. width:170px;
  275. height: 15px;
  276. border-left:1px dotted#a8a8a8;
  277. border-right:1px dotted#a8a8a8;
  278. }
  279.  
  280. #links5 a {
  281. color: {color:Link};
  282. background-color:white;
  283. font-size: 8px;
  284. }
  285.  
  286. #links5 a:hover {
  287. color: {color:link};
  288. }
  289.  
  290. #description {
  291. font-family:cambria;
  292. font-style:italic;
  293. font-size:18px;
  294. padding:5px;
  295. text-align:center;
  296. font-size:9px;
  297. margin-left:0px;
  298. margin-top:90px;
  299. padding:9px;
  300. width: 143px;
  301. }
  302.  
  303. /*--THIS IS NOT IN THE ACTUAL THEME RIGHT NOW BUT CAN REPLACE THE KEY IF NEEDED--*/
  304.  
  305. #news {
  306. font-family:calibri;
  307. font-size:11px;
  308. color: #b8b8b8;
  309. width:30px;
  310. height:15px;
  311. padding-top:3px;
  312. border:1px solid#b8b8b8;
  313. margin-left: 60px;
  314. margin-top:-30px;
  315. text-align:center;
  316. position:fixed;
  317. }
  318.  
  319. #actualnews {
  320. font-family:calibri;
  321. font-size:10px;
  322. color: #b8b8b8;
  323. width:100px;
  324. height:auto;
  325. padding-top:3px;
  326. border:1px solid#b8b8b8;
  327. margin-left: 30px;
  328. margin-top:10px;
  329. text-align:center;
  330. position:fixed;
  331. }
  332.  
  333. #thekey img{
  334. width:60px;
  335. margin-top: -40px;
  336. margin-left: 45px;
  337. position:fixed;
  338. }
  339.  
  340. #pagination {
  341. position:fixed;
  342. width:550px;
  343. text-align:center;
  344. margin-top:15px;
  345. margin-left:500px;
  346. font-family:calibri;
  347. font-size:8px;
  348. letter-spacing:4px;
  349. text-transform:uppercase;
  350. font-style:normal;
  351. z-index:100;
  352. background-color:#ffffff;
  353. bottom:0;
  354. padding:10px;
  355. border-top:1px solid #f8f8f8;
  356. }
  357.  
  358. #info {
  359. text-align:center;
  360. margin-top:10px;
  361. text-transform:lowercase;
  362. font-size:9px;
  363. }
  364.  
  365. #tags {
  366. font-family:calibri;
  367. letter-spacing:0px;
  368. text-transform:lowercase;
  369. font-size:9px;
  370. margin-top:4px;
  371. }
  372.  
  373. #tags
  374. a {display:inline; background-color:{color:linkb};
  375. padding:-4px;
  376. text-align:left;
  377. -webkit-transition: all 0.6s ease-in-out;
  378. -moz-transition: all 0.6s ease-in-out;
  379. -o-transition: all 0.6s ease-in-out;
  380. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  381.  
  382. #asker {
  383. padding:10px;
  384. text-align:center;
  385.  
  386. background-color:#f8f8f8;
  387. }
  388.  
  389.  
  390. {CustomCSS}</style></head><body>
  391. <div id="bite">
  392. <div id="thekey"><img src="{image:thekey}"></div>
  393. <div class="death">
  394. <div id="actualnews">
  395. PRE-INTALLED KEY JUST FOR U MY LITTLE CHICKADEES
  396. <p>
  397. ISNT DIS GR8
  398. </div>
  399. </div></div>
  400. <div id="sidebar">
  401. <div id="links">
  402. <a href="/">home</a><br>
  403. <div id="links2">
  404. <a href="/ask">letters</a><br>
  405. <div id="links3">
  406. <a href="{text:Link 1}">{text:Link 1 Text}<a><br>
  407. <div id="links4">
  408. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  409. <div id="links5">
  410. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  411. </div></div></div></div></div>
  412. <br>
  413. <div id="description">
  414. {Description}
  415. </br>
  416. <br>
  417. </div>
  418. </div>
  419. </div>
  420.  
  421. <div id="pagination">
  422. {block:Pagination}
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}">←</a>
  425. {/block:PreviousPage}
  426. {block:JumpPagination length="5"}
  427. {block:CurrentPage}
  428. <span class="current_page">{PageNumber}</span>
  429. {/block:CurrentPage}
  430. {block:JumpPage}
  431. <a class="jump_page" href="{URL}">{PageNumber}</a>
  432. {/block:JumpPage}
  433. {/block:JumpPagination}
  434. {block:NextPage}
  435. <a href="{NextPage}">→</a>
  436. {/block:NextPage}
  437. </div>
  438. {/block:Pagination}</div>
  439.  
  440. <div id="entries">{block:Posts}<div id="post">
  441.  
  442. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  443.  
  444. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445.  
  446. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  447.  
  448. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  449.  
  450. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  451.  
  452. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  453.  
  454. {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>
  455. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  456. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  457. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  458. {/block:Audio}
  459.  
  460. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  461.  
  462. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:10px;font-style:italic">{Asker} pondered:</span> {Question}</div><center>{Answer}{/block:Answer}
  463.  
  464. <div id="info">
  465. {block:Date} {TimeAgo}{/block:Date} <a href="{Permalink}">
  466. +{NoteCountWithLabel}</a>{block:RebloggedFrom}<br>+<a href="{ReblogParentURL}"
  467. title="{ReblogParentTitle}">{ReblogParentName}</a> ©<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  468. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  469. {/block:Posts}
  470. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  471. {/block:Posts}</div></div></div>
  472.  
  473. <div style="position:fixed;bottom:3px; right:3px; font-size:12px; text-transform:uppercase;"><a href="http://lttlebirds.tumblr.com/">lttlebirds</a></div>
  474.  
  475. </body>
  476. </div>
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment