Advertisement
Alliecatisallama

THEME 17 - LITTLE BIRD

Mar 29th, 2013
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 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. <!-- THEME #17 LITTLE BIRD BY ALLIECATISALLAMA. PLEASE DO NOT STEAL THE CODE AND CLAIM AS YOUR OWN -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9. <meta name="color:bg" content="#ffffff">
  10. <meta name="color:sblinkhover" content="#000000">
  11. <meta name="color:link" content="#e6e4e4">
  12. <meta name="color:hover" content="#9a9a9a">
  13. <meta name="color:linkbg" content="#fcfcfc">
  14. <meta name="color:infobg" content="#fcfcfc">
  15. <meta name="color:text" content="#9a9a9a">
  16. <meta name="color:tags" content="#ededed">
  17. <meta name="color:scrollbar" content="#d6d5d5">
  18. <meta name="color:border" content="#f2f2f2">
  19. <meta name="color:sbtext" content="#dedede">
  20. <meta name="color:sbtextbg" content="#fcfcfc">
  21.  
  22. <meta name="image:sbimage1" content=""/>
  23. <meta name="image:sbimage2" content=""/>
  24.  
  25. <meta name="text:link 1" content="link">
  26. <meta name="text:link 1 url" content="/">
  27. <meta name="text:link 2" content="link">
  28. <meta name="text:link 2 url" content="/">
  29. <meta name="text:link 3" content="link">
  30. <meta name="text:link 3 url" content="/">
  31. <meta name="text:link 4" content="link">
  32. <meta name="text:link 4 url" content="/">
  33.  
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. a {
  44. color:{color:link};
  45. text-decoration:none;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
  50.  
  51. a:hover {
  52. color:{color:hover};
  53. }
  54.  
  55. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  56.  
  57. ::-webkit-scrollbar-corner {background:{color:bg}}
  58.  
  59. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  60.  
  61. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  66.  
  67. @font-face { font-family: "bold"; src: url('http://static.tumblr.com/qlfmldj/LiWmabtr2/altehaasgroteskbold.ttf'); }
  68.  
  69. @font-face { font-family: "regular"; src: url('http://static.tumblr.com/qlfmldj/2Dnmabts2/altehaasgroteskregular.ttf'); }
  70.  
  71. body {
  72. background-color:{color:bg};
  73. }
  74.  
  75.  
  76. h1 {
  77. font-family:calibri;
  78. font-size:10px;
  79. text-align:center;
  80. font-weight:normal;
  81. font-style:normal;
  82. line-height:120%;
  83. letter-spacing:1px;
  84. text-transform:uppercase;
  85. color:{color:text};
  86. }
  87.  
  88. h2 {
  89. font-family:cambria;
  90. font-size:15px;
  91. text-align:center;
  92. font-weight:normal;
  93. line-height:120%;
  94. font-style:italic;
  95. letter-spacing:-0.5px;
  96. color:{color:text};
  97. }
  98.  
  99. h3 {
  100. font-family:cambria;
  101. font-size:15px;
  102. text-align:left;
  103. font-weight:normal;
  104. line-height:50%;
  105. font-style:italic;
  106. letter-spacing:-0.5px;
  107. color:{color:text};
  108. }
  109.  
  110. h4 {
  111. font-family:cambria;
  112. font-size:10px;
  113. text-align:left;
  114. font-weight:normal;
  115. font-style:normal;
  116. line-height:120%;
  117. letter-spacing:1px;
  118. color:{color:link};
  119. }
  120.  
  121. h5 {
  122. font-family:cambria;
  123. font-size:15px;
  124. text-align:left;
  125. font-weight:normal;
  126. line-height:120%;
  127. font-style:italic;
  128. letter-spacing:-0.5px;
  129. color:{color:text};
  130. }
  131.  
  132. blockquote {
  133. border-left:2px solid {color:text};
  134. padding-left:5px;
  135. margin:5px;
  136. }
  137.  
  138. #theme {
  139. background-color:{color:bg};
  140. width: 900px;
  141. text-align: center;
  142. margin: 0 auto -12px auto;
  143. }
  144.  
  145. #sb1 {
  146. position:fixed;
  147. background-color:{color:bg};
  148. bottom:0px;
  149. margin-left:-150px;
  150. font-family:calibri;
  151. font-size:9px;
  152. text-transform:uppercase;
  153. letter-spacing:1px;
  154. color:{color:sbtext};
  155. }
  156.  
  157. #sb1 img{
  158. max-width:150px;
  159. height:100%;
  160. }
  161.  
  162. #sb2 {
  163. position:fixed;
  164. background-color:{color:bg};
  165. top:0px;
  166. margin-left:50px;
  167. font-family:calibri;
  168. font-size:9px;
  169. text-transform:uppercase;
  170. letter-spacing:1px;
  171. color:{color:sbtext};
  172. }
  173.  
  174. #sb2 img{
  175. max-width:150px;
  176. height:100%;
  177. }
  178.  
  179.  
  180. #links {
  181. position:fixed;
  182. margin-left:-150px;
  183. bottom:100px;
  184. width:150px;
  185. height:150px;
  186. color:{color:sbtext};
  187. font-family:calibri;
  188. font-size:10px;
  189. text-align:left;
  190. line-height:10px;
  191. -moz-transition-duration:0.8s;
  192. -webkit-transition-duration:0.8s;
  193. -o-transition-duration:0.8s;
  194. }
  195.  
  196.  
  197. .sblinks a {
  198. color:{color:sbtext};
  199. background-color:{color:bg};
  200. margin-bottom:-8px;
  201. padding:5px;
  202. text-align:center;
  203. font-family:cambria;
  204. display: block;
  205. letter-spacing: 1px;
  206. -moz-transition-duration:0.8s;
  207. -webkit-transition-duration:0.8s;
  208. -o-transition-duration:0.8s;
  209. }
  210.  
  211. .sblinks a:hover {
  212. color:{color:bg};
  213. background-color:{color:sblinkhover};
  214. margin-bottom:-8px;
  215. padding:5px;
  216. text-align:center;
  217. font-family:cambria;
  218. display: block;
  219. letter-spacing: 1px;
  220. -moz-transition-duration:0.8s;
  221. -webkit-transition-duration:0.8s;
  222. -o-transition-duration:0.8s;
  223. }
  224.  
  225.  
  226.  
  227. #desc {
  228. position:fixed;
  229. text-align:center;
  230. width:90px;
  231. margin-top:100px;
  232. margin-left:75px;
  233. color:{color:text};
  234. background-color:{color:bg};
  235. padding:5px;
  236. font-family:cambria;
  237. text-transform:none;
  238. font-style:italic;
  239. font-size:9px;
  240. line-height:90%;
  241.  
  242. }
  243.  
  244. .pagi {
  245. font-family:calibri;
  246. font-size:9px;
  247. text-transform:uppercase;
  248. text-align:center;
  249. }
  250.  
  251. #postscontainer {
  252. margin-left:350px;
  253. float:left;
  254. margin-top:75px;
  255. text-align:justify;
  256. font-family:calibri;
  257. color:{color:text};
  258. margin-bottom: 2%;
  259. }
  260.  
  261. #posts {
  262. width:500px;
  263. margin-top:50px;
  264. text-align:justify;
  265. font-size:11px;
  266. line-height:90%;
  267. letter-spacing:0.5px;
  268. color:{color:text};
  269. padding-bottom:15px;
  270. }
  271.  
  272. .caption {
  273. width:500px;
  274. text-align:justify;
  275. line-height:120%;
  276. }
  277.  
  278. .askav{
  279. padding:10px;
  280. width:60px;
  281. height:60px;
  282. z-index:2;
  283. border-radius:100px;
  284. }
  285.  
  286. .ask {
  287. text-align:left;
  288. color:{color:text};
  289. background-color:{color:infobg};
  290. overflow: hidden;
  291. float: center;
  292. margin-top: 5px;
  293. margin-left: 5px;
  294. }
  295.  
  296. .answer {
  297. text-align:center;
  298. padding:10px 20px 10px 20px;
  299. color:{color:text};
  300. }
  301.  
  302. .audio {
  303. width:500px;
  304. height:100px;
  305. }
  306. .player {
  307. position:absolute;
  308. margin-left:20px;
  309. overflow:hidden;
  310. width:30px;
  311. padding: 0px 35px 0px;
  312. height:30px;
  313. margin-top:35px;
  314. opacity:0.7;
  315. overflow:hidden;
  316. background-color:{color:infobg};
  317. }
  318.  
  319. .audioinfo {
  320. background-color:{color:infobg};
  321. padding:45px;
  322. height:10px;
  323. text-align:center;
  324. }
  325.  
  326. #postinfo {
  327. width:492px;
  328. font-family:cambria;
  329. letter-spacing:0px;
  330. font-size: 8px;
  331. line-height:120%;
  332. color:{color:link};
  333. text-align:center;
  334. letter-spacing:1px;
  335. padding:3px;
  336. border-top: 5px solid {color:infobg};
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. .notecount {
  343. width:150px;
  344. margin-left:350px;
  345. margin-top:-10px;
  346. position:absolute;
  347. text-align:right;
  348. }
  349.  
  350. .note {
  351. padding:0px 20px 0px 20px;
  352. background-color:{color:bg};
  353. text-transform:uppercase;
  354. font-family:calibri;
  355. letter-spacing:0px;
  356. font-size: 9px;
  357. text-align:left;
  358. line-height:120%;
  359. color:{color:link};
  360. }
  361.  
  362. .note li {
  363. list-style-type:none;
  364. padding:5px 25px 5px 25px;
  365. text-align:left;
  366. margin-left:-40px;
  367. }
  368.  
  369. .tags {
  370. font-style:normal;
  371. color:{color:tags};
  372. font-family:calibri;
  373. text-transform:uppercase;
  374. letter-spacing:1px;
  375. font-size: 8px;
  376. text-align:center;
  377. padding:5px;
  378. padding-top:3px;
  379. }
  380.  
  381. .tags a {
  382. color:{color:tags};
  383. opacity:1;
  384. padding:1px;
  385. margin:0px 5px 0px;
  386. -moz-transition-duration:0.5s;
  387. -webkit-transition-duration:0.5s;
  388. -o-transition-duration:0.5s;
  389. }
  390.  
  391. .tags a:hover {
  392. opacity:0.5;
  393. -moz-transition-duration:0.5s;
  394. -webkit-transition-duration:0.5s;
  395. -o-transition-duration:0.5s;
  396. }
  397.  
  398. ul.chat, .chat ol, .chat li {
  399. list-style:none;
  400. margin:0px;
  401. padding:2px;
  402. }
  403.  
  404. .label {
  405. font-weight:bold;
  406. background-color:{color:infobg};
  407. margin-right:5px;
  408. }
  409.  
  410. #cred {
  411. position: fixed;
  412. bottom: 0px;
  413. right: 0px;
  414. font-family: Arial;
  415. font-size: 8px;
  416. text-transform: uppercase;
  417. text-align: right;
  418. letter-spacing: 1px;
  419. }
  420.  
  421. iframe#tumblr_controls {
  422. top: 0% !important;
  423. right:0% !important;
  424. opacity:0.3;
  425. position: fixed !important;
  426. filter:alpha(opacity=30);
  427. -webkit-transition: all 0.7s ease;
  428. -moz-transition: all 0.7s ease;
  429. -o-transition: all 0.7s ease;
  430. }
  431. iframe#tumblr_controls:hover{
  432. top: 0% !important;
  433. right:0% !important;
  434. opacity:0.8;
  435. position: fixed !important;
  436. filter:alpha(opacity=80);
  437. -webkit-transition: all 0.7s ease;
  438. -moz-transition: all 0.7s ease;
  439. -o-transition: all 0.7s ease;
  440. }
  441.  
  442.  
  443. </style>
  444.  
  445. </head>
  446. <body>
  447.  
  448. <div id="theme">
  449.  
  450. <div id="sb1">
  451. <img src="{image:sbimage1}">
  452. </div>
  453. <div id="links">
  454. <div class="sblinks">
  455. <a href="/">home</a><br>
  456. <a href="/ask">message</a><br>
  457. <a href="{text:link 1 url}">{text:link 1}</a><br>
  458. <a href="{text:link 2 url}">{text:link 2}</a><br>
  459. <a href="{text:link 3 url}">{text:link 3}</a><br>
  460. <a href="{text:link 4 url}">{text:link 4}</a>
  461.  
  462. </div></div>
  463. <div id="sb2">
  464. <img src="{image:sbimage2}">
  465. </div>
  466. <div id="desc">
  467. {Description}
  468. <br>
  469. <div class="pagi">
  470. <h1>
  471. {block:Pagination}
  472. {block:PreviousPage}
  473. <a href="{PreviousPage}">&laquo;</a>
  474. {/block:PreviousPage}
  475. {CurrentPage} of {TotalPages}
  476. {block:NextPage}
  477. <a href="{NextPage}">&raquo;</a>
  478. {/block:NextPage}
  479. {/block:Pagination}
  480. </h1>
  481. </div>
  482. </div>
  483.  
  484.  
  485. <div id="postscontainer">
  486.  
  487.  
  488. {block:Posts}
  489. <div id="posts">
  490.  
  491. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  492.  
  493. {block:Quote}<h2>“{Quote}”</h2><h1>— {Source}</h1>{/block:Quote}
  494.  
  495. {block:Link}<a href="{URL}"><h5>{Name}</h5></a>
  496. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  497.  
  498. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  499.  
  500. {block:Photoset}<center>{Photoset-500}</center>
  501. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  504.  
  505. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  506.  
  507. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-64}" width="62px" height="62px" align="left" style="margin-right:10px;"/><h3>{asker}</h3></a><center><h4> {Question}</h4></center></div><div class="answer"><h4>{Answer}</h4></div>{/block:answer}
  508.  
  509. {block:Audio}
  510. <div class="player">{AudioPlayer}</div>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  511. <div class="audioinfo">{block:TrackName}<b>{TrackName}</b> {/block:TrackName}{block:Artist}- {Artist} {/block:Artist}</div>
  512. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  513.  
  514.  
  515. <div id="postinfo">
  516. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} / <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  517. {block:ContentSource} > <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  518. </div>
  519. <div class="tags">
  520. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  521. <div class="note">
  522. {block:PostNotes}{PostNotes}{/block:PostNotes}
  523. </div>
  524. {/block:Posts}
  525.  
  526.  
  527. </div>
  528.  
  529.  
  530. <div id="cred"></a><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  531.  
  532.  
  533. </div>
  534. </div>
  535. </body>
  536. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement