bangyixing

Theme #04 - Rainforest

May 23rd, 2013
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <html>
  6. <head>
  7.  
  8. <!--
  9. THEME MADE BY ANDREA @ MILIKBOY
  10. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  11. -->
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  20.  
  21. <!--Default Variables-->
  22. <!--Colors-->
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Title" content="#9c9c9c"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Hover" content="#b8b8b8"/>
  28. <meta name="color:Border" content="#ebe9e9"/>
  29. <meta name="color:Asker" content="#f5f5f5"/>
  30. <meta name="color:Text" content="#000000"/>
  31.  
  32. <!--Images-->
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37.  
  38. <!--Links-->
  39.  
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 Title" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 Title" content="" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 Title" content="" />
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50. background-color:{color:Background};
  51. background-image: url("{image:Background}");
  52. background-attachment:fixed;
  53. margin:10px;
  54. color:{color:Text};
  55. font-family:Times New Roman;
  56. font-size:9px;
  57. font-style:none;
  58. text-align:justify;
  59. letter-spacing:1px;
  60. line-height:140%;
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:Text};
  68. -webkit-transition: all 0.5s ease;
  69. -moz-transition: all 0.5s ease;
  70. -o-transition: all 0.5s ease;
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:1px solid {color:Border};
  80. }
  81.  
  82. h1 {
  83. font-size:15px;
  84. text-transform:none;
  85. font-style:none;
  86. text-align: center;
  87. line-height:140%;
  88. color:{color:Title};
  89. }
  90.  
  91. a:hover {
  92. color:{color:Hover};
  93. }
  94.  
  95. small{
  96. font-size:9px;
  97. line-height:140%;
  98. }
  99.  
  100. big {
  101. font-size:12px;
  102. line-height:140%;
  103. }
  104.  
  105. b, strong{
  106. color:{color:Text};
  107. }
  108. i, em {
  109. color:{color:Text};
  110. }
  111. p{
  112. margin-top:5px;
  113. margin-bottom:5px;
  114. }
  115. blockquote {
  116. padding:0px;
  117. padding-left:5px;
  118. margin:5px;
  119. border-left:1px solid {color:Border};
  120. }
  121.  
  122. blockquote img {
  123. max-width:300px;
  124. }
  125.  
  126. ul, li img {
  127. max-with:250px;
  128. }
  129.  
  130. .audio { height:60px; padding:5px; margin-bottom:5px; }
  131. .audio-album { position:absolute; width:60px; }
  132. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  133. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  134.  
  135.  
  136. #entries {
  137. padding:10px;
  138. width:400px;
  139. margin-left:491px;
  140. margin-top:140px;
  141. }
  142.  
  143.  
  144. #post {
  145. width:400px;
  146. opacity:1;
  147. padding-bottom:10px;
  148. overflow:hidden;
  149. }
  150.  
  151. #quote {
  152. font-size:15px;
  153. font-style:none;
  154. text-align:center;
  155. line-height:140%;
  156. }
  157.  
  158. #sidebar {
  159. width:400px;
  160. height: 110px;
  161. position:absolute;
  162. margin-left:600px;
  163. margin-top:-140px;
  164. }
  165.  
  166. #sidebarimage img{
  167. width:400px;
  168. height:100%;
  169. margin-left: -613px;
  170. padding:3px;
  171. margin-top:-3px;
  172. position:fixed;
  173. -webkit-transition: all 0.5s ease;
  174. -moz-transition: all 0.5s ease;
  175. -o-transition: all 0.5s ease
  176. }
  177.  
  178. #links {
  179. padding-top:0px;
  180. margin-left:-99px;
  181. width:300px;
  182. margin-top:90px;
  183. display:inline-block;
  184. }
  185.  
  186. #links a {
  187. color:{color:Background};
  188. line-height:10px;
  189. font-family:Cambria;
  190. padding:5px;
  191. font-size:8px;
  192. letter-spacing:1px;
  193. text-transform:uppercase;
  194. margin-right:0px;
  195. text-align:center;
  196. margin-bottom:0px;
  197. font-style:none;
  198. background:{color:Text};
  199. -webkit-transition: all 0.3s ease-in-out;
  200. -moz-transition: all 0.3s ease-in-out;
  201. -o-transition: all 0.3s ease-in-out;
  202. -ms-transition: all 0.3s ease-in-out;
  203. transition: all 0.3s ease-in-out;
  204. }
  205.  
  206. #links a:hover{
  207. text-decoration:none;
  208. color:{color:Hover};
  209. letter-spacing:1px;
  210. opacity:1;
  211. }
  212.  
  213. #description {
  214. position:fixed;
  215. text-align:justify;
  216. margin-top:160px;
  217. margin-left:-500px;
  218. padding:30px;
  219. line-height:140%;
  220. font-size:11px;
  221. font-family:Times New Roman;
  222. width:125px;
  223. background-color: {color:Background};
  224. color:{color:Text};
  225. }
  226.  
  227. #pagination {
  228. font-size:45px;
  229. margin-top:250px;
  230. text-align:center;
  231. color:{color:Text};
  232. width:200px;
  233. padding:0px;
  234. opacity:1;
  235. position:fixed;
  236. font-style:none;
  237. font-family:Cambria;
  238. text-transform:uppercase;
  239. letter-spacing:2px;
  240. margin-left:320px;
  241. }
  242.  
  243. #info {
  244. font-style:none;
  245. text-align:center;
  246. margin-top:5px;
  247. margin-bottom:10px;
  248. padding-top:0px;
  249. padding:2.5px;
  250. font-family:Cambria;
  251. text-transform:uppercase;
  252. font-size:7px;
  253. line-height:120%;
  254. letter-spacing:2px;
  255. }
  256.  
  257. #info a:hover{
  258. text-decoration: none;
  259. color:{color:Hover};
  260. }
  261.  
  262. #tags {
  263. text-transform:uppercase;
  264. font-size:7px;
  265. margin-top:0px;
  266. font-style:none;
  267. padding:-4px;
  268. font-family:Cambria;
  269. text-align:center;
  270. letter-spacing:2px;
  271. }
  272.  
  273. #credit {
  274. font-family:Calibri;
  275. font-size:9px;
  276. letter-spacing:1px;
  277. float:right;
  278. position:fixed;
  279. bottom:15px;
  280. right:10px;
  281. }
  282.  
  283. #credit a {
  284. color:#ffffff;
  285. padding:5px;
  286. text-transform:uppercase;
  287. background:{color:Link};
  288. }
  289.  
  290. #credit a:hover {
  291. color:{color:Link};
  292. text-transform:uppercase;
  293. font-style:none;
  294. background:{color:Background};
  295. }
  296.  
  297.  
  298. {CustomCSS}</style></head><body>
  299.  
  300. <div id="sidebar">
  301. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  302. <div id="links">
  303. <a href="/">index</a>
  304. <a href="/ask">letters</a>
  305. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  306. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  307. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  308. <a href="http://mlikboy.tumblr.com/">theme</a>
  309. </div>
  310.  
  311. <div id="description">{Description}</div>
  312.  
  313. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  314. <br><br>{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}</div>
  315.  
  316. <div id="entries">{block:Posts}<div id="post">
  317.  
  318. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  319.  
  320. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  321.  
  322. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  323.  
  324. {block:Quote}<div id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  325.  
  326. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  327.  
  328. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  329.  
  330. {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName} <b>Title: </b>{TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist: </b>{Artist}<br>{/block:Artist}{block:Album}<b>Album: </b>{Album}<br>{/block:Album}{block:PlayCount}<b>Plays: </b>{PlayCount}<br>{/block:PlayCount}</div></div>
  331. {/block:Audio}
  332.  
  333. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335. {block:Answer}
  336. <div style="text-transform:uppercase; text-align:center; background: {color:Asker}; font-size:11px; padding:10px; margin-left:0px;"><center><b>{Asker}</b>: {Question}</center></div><br>{Answer}{/block:Answer}
  337.  
  338. <div id="info">
  339. <a href="{Permalink}">{Month} {DayOfMonth} {ShortYear}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} - © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  340.  
  341. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  342. {/block:Posts}
  343.  
  344. {block:PostNotes}<div style="text-transform:uppercase; letter-spacing:2px; font-family:Cambria; font-size:7px;">{PostNotes}</div>{/block:PostNotes}
  345.  
  346. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  347.  
  348. </body>
  349. </html>
Advertisement
Add Comment
Please, Sign In to add comment