Advertisement
realjunko

Baby plant theme

Feb 10th, 2014
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 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. <body link="{Link color}">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13. Baby plant theme by realjunko
  14. i dont mind if you move the credit just please credit me somewhere!
  15. --->
  16.  
  17. <meta name="image:Background" content=""/>
  18. <meta name="image:Sidebar" content=""/>
  19. <meta name="image:Side Image" content=""/>
  20. <meta name="color:Background" content=""/>
  21. <meta name="color:Blockquote" content=""/>
  22. <meta name="color:Link" content=""/>
  23. <meta name="color:Text" content=""/>
  24. <meta name="color:Description" content=""/>
  25.  
  26. <meta name="text:Link URL" content=""/>
  27. <meta name="text:Link Text" content=""/>
  28. <meta name="color:Posts" content="#ffffff" />
  29.  
  30.  
  31. <meta name="text:Sideimg left " content="0"/>
  32. <meta name="text:Sideimg Bottom" content="0"/>
  33.  
  34. <meta name="if:Background Cover" content="0"/>
  35. <meta name="if:show captions" content="0">
  36.  
  37. <style type="text/css">
  38.  
  39. body {
  40. background: {color:Background};
  41. background-image:url('{image:Background}') ;
  42.  
  43.  
  44. font-family: Calibri;
  45. font-size: 12px;
  46. color: {color:Text};
  47. }
  48.  
  49. blockquote {
  50. padding-left:5px;
  51. border-left:3px solid;
  52. color: {color:Blockquote};
  53. }
  54.  
  55. a {
  56. text-decoration: none;
  57. color: {color:Link};
  58. }
  59.  
  60. #sidebar {
  61. position: fixed;
  62. margin-left:1050px;
  63. margin-top: 160px;
  64. height: 100px;
  65. width: 110px;
  66. padding: 10px;
  67.  
  68. }
  69.  
  70. #sidebar img {
  71. width: 100px;
  72. position: center;
  73. }
  74.  
  75.  
  76.  
  77. #description {
  78. position: relative;
  79. background:{color:Posts};
  80. margin: 0px;
  81. padding: 10px;
  82. width: 98px;
  83. text-align: center;
  84. }
  85.  
  86.  
  87. #container {
  88. margin-top: 20px;
  89. margin-bottom: 50px;
  90. margin-left: 500px;
  91. width: 200px;
  92. }
  93.  
  94. .entry {
  95. float:left;
  96. position: relative;
  97. background:{color:Posts};
  98. width:400px;
  99. padding: 10px;
  100. margin-right:10px;
  101. margin-bottom:5px;
  102.  
  103. }
  104.  
  105. img {
  106. max-width: 100%;
  107. }
  108.  
  109. h1 {
  110. text-align: center;
  111. font-size: 15px;
  112. color: {color:Title};
  113. }
  114.  
  115.  
  116.  
  117. #portrait img {
  118. float: left;
  119. margin-right: 5px;
  120. }
  121.  
  122. #permalink {
  123. text-align: left;
  124. border-top: 1px solid {color:Border};
  125. position: relative;
  126. margin-top: 5px;
  127. padding-top: 5px;
  128. }
  129.  
  130. </style>
  131.  
  132. </head>
  133.  
  134. <body>
  135.  
  136.  
  137.  
  138. <div id="sidebar">
  139.  
  140. <img src="{image:Sidebar}">
  141.  
  142. <div id="description">{Description}
  143.  
  144. <select onchange="location=this.options[this.selectedIndex].value;" style="
  145. line-height:90%;
  146. font-size:10px;
  147. color:#363636;
  148. width:105px;
  149. background-color:#fff;
  150. border:1px solid #eee;
  151. height:18px;
  152. font-style:italic;
  153. font-family:consolas;
  154. margin-top:3px;
  155. padding:1px;
  156. -moz-border-radius:3px;
  157. -webkit-border-radius:3px;
  158. border-radius:3px;
  159. ">
  160. <option>navigation</option>
  161.  
  162. <option value="/">refresh</option>
  163. <option value="/ask">inbox</option>
  164. <option value="/archive">past</option>
  165. {block:ifLinkText}/ <a href="{text:Link URL}">{text:Link Text}</option>
  166. <a href="{text:Link URL 2}">text:Link Text 2}</option>
  167. <a href="{text:Link URL 3}">text: Link Text 3}</option</a>{/block:ifLinkText}
  168. <option value="http://www.jolyene.tumblr.com">theme</option>
  169. </div></center>
  170.  
  171.  
  172. </select>
  173.  
  174.  
  175. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  176. </div>
  177.  
  178. </div>
  179.  
  180. </div>
  181.  
  182. <div id="container">
  183. {block:Posts}
  184. <div class="entry">
  185.  
  186.  
  187. {block:Text}
  188. <h1>{block:Title}{Title}{/block:Title}</h1>
  189. {Body}
  190. {/block:Text}
  191.  
  192. {block:Photo}
  193. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  194. {block:ifshowcaptions}
  195. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  196. {/block:ifshowcaptions}
  197.  
  198. {block:ifnotshowcaptions}{block:permalinkpage}
  199. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  200. {/block:permalinkpage}{/block:ifnotshowcaptions}
  201. {/block:Photo}
  202.  
  203. {block:ifshowcaptions}
  204. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  205. {/block:ifshowcaptions}
  206.  
  207. {block:ifnotshowcaptions}{block:permalinkpage}
  208. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  209. {/block:permalinkpage}{/block:ifnotshowcaptions}
  210.  
  211. {block:Photoset}
  212. {Photoset-400}
  213. {block:ifshowcaptions}
  214. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  215. {/block:ifshowcaptions}
  216.  
  217. {block:ifnotshowcaptions}{block:permalinkpage}
  218. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  219. {/block:permalinkpage}{/block:ifnotshowcaptions}
  220. {/block:Photoset}
  221.  
  222. {block:Quote}
  223. {Quote}
  224. {block:Source}<br>—{Source}{/block:Source}
  225. {/block:Quote}
  226.  
  227. {block:Link}
  228. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  229. {block:Description}{Description}{/block:Description}
  230.  
  231. {/block:Link}
  232.  
  233. {block:Chat}
  234. {block:Title}<h1>{Title}</h1>{/block:Title}
  235. {block:Lines}
  236. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  237. {/block:Lines}
  238. {/block:Chat}
  239.  
  240. {block:Audio}
  241. {AudioPlayerWhite}
  242. {block:ifshowcaptions}
  243. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  244. {/block:ifshowcaptions}
  245.  
  246. {block:ifnotshowcaptions}{block:permalinkpage}
  247. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  248. {/block:permalinkpage}{/block:ifnotshowcaptions}
  249. {/block:Audio}
  250.  
  251. {block:Video}
  252. {Video-400}
  253. {block:ifshowcaptions}
  254. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  255. {/block:ifshowcaptions}
  256.  
  257. {block:ifnotshowcaptions}{block:permalinkpage}
  258. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  259. {/block:permalinkpage}{/block:ifnotshowcaptions}
  260. {/block:Video}
  261.  
  262. {block:Answer}
  263. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  264. {Asker}:<br>"{Question}"<p>{Answer}
  265. {/block:Answer}
  266.  
  267.  
  268.  
  269. <div id="permalink">
  270. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  271. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  272.  
  273.  
  274.  
  275. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  276. </div>
  277.  
  278.  
  279.  
  280. </div> <!-- /div entry --->
  281.  
  282. {/block:Posts}
  283.  
  284. </div><!-- /div container --->
  285.  
  286.  
  287. </div>
  288. </div>
  289.  
  290. <div style="position:fixed; bottom:{text:sideimg bottom}px; margin-left:{text:sideimg left}px; z-index:-10; "><img src='{image:side image}'></div>
  291. </body>
  292.  
  293. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement