lttlebirdsthemes

MILEY - theme 03 by lttlebirds

Jan 25th, 2013
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 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 CREDIT TO LTTLEBIRDS
  4. *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!
  5. ♡ALLI♡-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:border" content="#FAFAFA">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -moz-transition-duration:0.5s;
  45. -webkit-transition-duration:0.5s;
  46. -o-transition-duration:0.5s;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57.  
  58. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  61.  
  62. body {
  63. background-color:{color:bg};
  64. font-family:Calibri;
  65. font-weight:normal;
  66. }
  67.  
  68.  
  69.  
  70.  
  71. h1 {
  72. font-weight:normal;
  73. font-size:10px;
  74. text-align:center;
  75. font-style:normal;
  76. line-height:80%;
  77. letter-spacing:1px;
  78. text-transform:uppercase;
  79. color:{color:text};
  80. }
  81.  
  82. h2 {
  83. font-size:15px;
  84. text-align:center;
  85. line-height:100%;
  86. letter-spacing:-0.5px;
  87. color:{color:text};
  88. font-weight:normal;
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93.  
  94. blockquote {
  95. border-left:2px solid {color:text};
  96. padding-left:5px;
  97. margin:5px;
  98. }
  99.  
  100. #theme {
  101. background-color:{color:bg};
  102. width:700px;
  103. margin: 0 auto -12px auto;
  104. text-align: center;
  105. }
  106.  
  107. #sidebar {
  108. color:{color:text};
  109. position:fixed;
  110. width:90px;
  111. height:auto;
  112. margin-top:180px;
  113. text-align:left;
  114. }
  115.  
  116. #sidebar img {
  117. width:90px;
  118. height:90px;
  119. margin-bottom:0px;
  120. }
  121.  
  122. .links {
  123. margin-bottom:10px;
  124. font-size:8px;
  125. text-transform:uppercase;
  126. text-align:center;
  127. letter-spacing:2px;
  128. line-height:170%;
  129. }
  130.  
  131. .links a{
  132. padding:3px;
  133. color:{color:link};
  134. letter-spacing:0px;
  135. text-decoration:none;
  136. -moz-transition-duration:1s;
  137. -webkit-transition-duration:1s;
  138. -o-transition-duration:1s;
  139. }
  140.  
  141. .links a:hover{
  142. color:#FFFFFF;
  143. background-color:#CACACA;
  144. -moz-transition-duration:1s;
  145. -webkit-transition-duration:1s;
  146. -o-transition-duration:1s;
  147. }
  148.  
  149. .desc {
  150. margin-bottom:10px;
  151. text-align:justify;
  152. font-size:10px;
  153. color:{color:text};
  154. letter-spacing:1px;
  155. line-height:150%;
  156. }
  157.  
  158. .desc a {
  159. color:{color:link};
  160. }
  161.  
  162. .pagi {
  163. font-size:16px;
  164. text-transform:uppercase;
  165. letter-spacing:3px;
  166. font-style:normal;
  167. text-align:center;
  168. }
  169.  
  170. .pagi a {
  171. color:{color:link};
  172. }
  173.  
  174. #stuffcontainer {
  175. float:left;
  176. margin-left:200px;
  177. margin-top:75px;
  178. text-align:justify;
  179. background-color:{color:bg};
  180. color:{color:text};
  181. margin-bottom: 35px;
  182. }
  183.  
  184.  
  185. #stuff {
  186. width:500px;
  187. margin-top:75px;
  188. text-align:justify;
  189. font-size:11px;
  190. line-height:90%;
  191. letter-spacing:0x;
  192. color:{color:text};
  193. }
  194.  
  195. .caption {
  196. width:500px;
  197. text-align:justify;
  198. line-height:120%;
  199. }
  200.  
  201. .ask {
  202. padding:10px;
  203. text-align:left;
  204. color:{color:text};
  205. background-color:{color:infobg};
  206. border-bottom:1px solid {color:border};
  207. border-right:1px solid {color:border};
  208. }
  209.  
  210. .ans {
  211. text-align:left;
  212. padding:10px;
  213. color:{color:text};
  214. }
  215.  
  216. .audio {
  217. width:500px;
  218. padding-bottom:10px;
  219. background-color:{color:infobg};
  220. }
  221.  
  222. .albumart {
  223. float:left;
  224. padding:0px 10px 10px 0px;
  225. }
  226.  
  227. .albumart img {
  228. width:45px;
  229. height:45px;
  230. }
  231.  
  232. .playercontainer {
  233. text-align:left;
  234. padding:10px;
  235. background-color:#ffffff;
  236. width:480px;
  237. }
  238.  
  239. .audioinfo {
  240. padding:10px;
  241. color:{color:text};
  242. }
  243.  
  244. #postinfo {
  245. width:490px;
  246. padding:5px;
  247. font-size:8px;
  248. color:{color:link};
  249. text-transform:uppercase;
  250. font-style:normal;
  251. letter-spacing:2px;
  252. text-align:left;
  253. border-top:1px solid {color:border};
  254. border-bottom:1px solid {color:border};
  255. -moz-transition-duration:0.5s;
  256. -webkit-transition-duration:0.5s;
  257. -o-transition-duration:0.5s;
  258. }
  259.  
  260. #postinfo a {
  261. color:{color:link};
  262. text-align:center;
  263. letter-spacing:1px;
  264. font-style:normal;
  265. }
  266.  
  267. #postinfo a:hover {
  268. color:{color:hover};
  269. }
  270.  
  271. .note {
  272. text-transform:uppercase;
  273. font-style:normal;
  274. letter-spacing:0px;
  275. font-size: 9px;
  276. text-align:left;
  277. line-height:90%;
  278. margin-left:-40px;
  279. }
  280.  
  281. .note li {
  282. list-style-type:none;
  283. border-bottom:1px solid {color:border};
  284. padding:10px 25px 10px 25px;
  285. text-align:left;
  286. margin:0px;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. }
  291.  
  292. .tags {
  293. font-style:normal;
  294. width:500px;
  295. text-transform:uppercase;
  296. font-style:normal;
  297. color:{color:tags};
  298. letter-spacing:2px;
  299. line-height:120%;
  300. font-size:8px;
  301. text-align:left;
  302. padding:2px;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. .tags a {
  309. color:{color:tags};
  310. letter-spacing:1px;
  311. padding:1px;
  312. }
  313.  
  314. .tags a:hover {
  315. color:{color:link};
  316. }
  317.  
  318. ul.chat, .chat ol, .chat li {
  319. list-style:none;
  320. margin:0px;
  321. padding:2px;
  322. }
  323.  
  324. .label {
  325. text-decoration:underline;
  326. font-weight:700;
  327. background-color:{color:infobg};
  328. margin-right:5px;
  329. }
  330.  
  331. #cred {
  332. position:fixed;
  333. font-size:8px;
  334. font-weight:normal;
  335. line-height:150%;
  336. letter-spacing:2px;
  337. right:10px;
  338. bottom:10px;
  339. text-transform:uppercase;
  340. text-align:center;
  341. }
  342.  
  343. #cred a {
  344. padding:3px;
  345. color:{color:bg};
  346. background-color:{color:link};
  347. -moz-transition-duration:0.5s;
  348. -webkit-transition-duration:0.5s;
  349. -o-transition-duration:0.5s;
  350. }
  351.  
  352. {CustomCSS}
  353.  
  354. </style></head>
  355.  
  356. <body>
  357. <div id="theme">
  358. <div id="sidebar">
  359. <img src="{image:sidebar}">
  360. <div class="links"><br>
  361. {block:IfLinkA}<a href="{text:linkA url}">{text:linkA}</a><br/>{/block:IfLinkA}
  362. {block:IfLinkB}<a href="{text:linkB url}">{text:linkB}</a><br/>{/block:IfLinkB}
  363. {block:IfLinkC}<a href="{text:linkC url}">{text:linkC}</a><br/>{/block:IfLinkC}
  364. {block:IfLinkD}<a href="{text:linkD url}">{text:linkD}</a><br/>{/block:IfLinkD}
  365. </div>
  366. <div class="desc">
  367. {Description}
  368. </div>
  369. {block:Pagination}
  370. <div class="pagi">
  371. {block:PreviousPage}
  372. <a href="{PreviousPage}">-</a>
  373. {/block:PreviousPage}
  374. {block:NextPage}
  375. <a href="{NextPage}">+</a>
  376. {/block:NextPage}
  377. </div>
  378. {/block:Pagination}
  379. </div>
  380.  
  381. <div id="stuffcontainer">
  382.  
  383. {block:Posts}
  384.  
  385. <div id="stuff">
  386.  
  387. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  388.  
  389. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  390.  
  391. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  392. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  393.  
  394. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  395.  
  396. {block:Photoset}<center>{Photoset-500}</center>
  397. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  398.  
  399. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  400.  
  401. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  402.  
  403. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  404.  
  405. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  406. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  407. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  408. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  409. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  410.  
  411.  
  412.  
  413. {block:Date}<div id="postinfo">{Month} {DayOfMonthWithZero} {block:NoteCount} ϟ <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom} ϟ <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  414. {block:ContentSource} ϟ <a href="{SourceURL}">©</a>{/block:ContentSource}</div>{/block:Date}
  415. {block:HasTags}
  416. <div class="tags">
  417. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  418. {/block:HasTags}
  419. <div class="note">
  420. {block:PostNotes}{PostNotes}{/block:PostNotes}
  421. </div>
  422. </div>
  423. {/block:Posts}
  424.  
  425.  
  426. </div>
  427.  
  428. <div id="cred"><a href="http://lttlebirds.tumblr.com/">♡</a></div>
  429.  
  430. </div>
  431. </div>
  432. </div>
  433. </body>
  434. </html>
Advertisement
Add Comment
Please, Sign In to add comment