hoopers

plant mom

Jun 5th, 2015
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. <!-- Hello! this is a theme by loiw.tumblr.com (theme blog: palthemes.tumblr.com) made possible by using a basecode provided by themesbyzsu.tumblr.com/hardziam. I would like to thank them for this base code! Also please don't steal or take any parts of this code!
  2. Thanks again,
  3. loiw//palthemes -->
  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.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15.  
  16. <meta name="color:Background" content="#fff" />
  17. <meta name="color:Body" content="#333" />
  18. <meta name="image:Sidebar" content="" />
  19. <meta name="color:Link" content="#8d8c8d" />
  20. <meta name="text:Link1" content="link" />
  21. <meta name="text:Link1 URL" content="/" />
  22. <meta name="text:Link2" content="link" />
  23. <meta name="text:Link2 URL" content="/" />
  24. <meta name="text:Link3" content="link" />
  25. <meta name="text:Link3 URL" content="/" />
  26. <meta name="text:Link4" content="link" />
  27. <meta name="text:Link4 URL" content="/" />
  28. <script language=”JavaScript” src=”http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js” type=”text/JavaScript”></script>
  29.  
  30. <style>
  31. div#qTip {
  32. padding:5px;
  33. display: none;
  34. text-align: center;
  35. position: absolute;
  36. font-size:8px;
  37. margin-left:10px;
  38. z-index: 1000;
  39. color:#000;
  40. }
  41. </style>
  42.  
  43. <style type="text/css">
  44. @font-face {font-family: Old Style; src:url(http://static.tumblr.com/qlqlqm0/ZiBn90yr0/oldsh____1_.ttf)}
  45. body {
  46. background: {color:Background};
  47. position:absolute;
  48. font-size:10px;
  49. letter-spacing:1px;
  50. font-family:calibri;
  51. color:black;
  52.  
  53. }
  54.  
  55. blockquote {
  56. padding:5px;
  57. padding-left:10px;
  58. text-align: justify;
  59. }
  60.  
  61. blockquote img {
  62. max-width: 100%;
  63. display: block;
  64. margin-bottom: 5px;
  65. }
  66.  
  67. blockquote blockquote {
  68. margin: 10px;
  69. padding: 10px;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. color:{color:Link};
  76. -webkit-transition: all 0.5s ease-in-out;
  77. -moz-transition: all 0.5s ease-in-out;
  78. -o-transition: all 0.5s ease-in-out;
  79. }
  80.  
  81. a:hover {
  82. color:orange;
  83. text-decoration:underline;
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. }
  88.  
  89. h1 {
  90. font-family:calibri;
  91. text-align:center;
  92. }
  93.  
  94. h2 {
  95. font-family:calibri;
  96. text-transform:lowercase;
  97. padding:5px;
  98. color:{color:Link};
  99. }
  100.  
  101. #sidebar img {
  102. width:90px;
  103. height:auto;
  104. padding-right:40px;
  105. }
  106.  
  107. #title {
  108. color:black;
  109. text-align:center;left:450px;
  110. font-family: calibri;text-decoration:underline;
  111. }
  112. #title a {
  113. color:{color:Body};
  114. font-size:10px
  115.  
  116. font-family:calibri;
  117. -webkit-transition: all 0.3s ease-in-out;
  118. -moz-transition: all 0.3s ease-in-out;
  119. -o-transition: all 0.3s ease-in-out;
  120. }
  121. #title a:hover {
  122. color:black;
  123. -webkit-transition: all 0.3s ease-in-out;
  124. -moz-transition: all 0.3s ease-in-out;
  125. -o-transition: all 0.3s ease-in-out;
  126. }
  127. #sidebar {
  128. position:fixed;
  129. top:90px;
  130. left:760px;
  131. width:100px;
  132. font-size:9px;
  133. padding:5px;
  134. }
  135.  
  136.  
  137. #description {
  138. padding:10px;
  139. color:{color:Description};
  140. font-family:times;
  141. font-size:9px;
  142. text-align:left;
  143. font-family:calibri;
  144. }
  145.  
  146. #pagination {
  147. background:black;
  148. color:white;
  149. }
  150.  
  151. #links {
  152. text-align:center; }
  153.  
  154.  
  155. #links a{
  156. display:inline-block;
  157. font-family:calibri;
  158. font-size:9px;
  159. padding:2px;
  160. color:{color:Link};
  161.  
  162. }
  163.  
  164. #links a:hover{
  165. color:black;
  166. padding:2px;
  167.  
  168. }
  169.  
  170.  
  171. #entries {
  172. font-size:10px;
  173. margin-left: 300px;
  174. margin-top:40px;
  175. float: right;
  176. text-align: justify;
  177. }
  178.  
  179. #post {
  180. font-size:8px;
  181. padding: 55px;
  182. margin-bottom:30px;
  183. width: 250px;
  184. color:{color:Body};
  185. text-align: left;
  186. overflow:hidden;
  187. }
  188.  
  189. #info {
  190. padding: 10px;
  191. text-align:center;
  192. }
  193.  
  194. #credit a{
  195. position:fixed;
  196. right:3px;
  197. bottom:3px;
  198. padding:4px;
  199. font-size:9px;
  200. font-family:calibri;
  201. color:black;
  202. -moz-transition-duration:.5s;
  203. -webkit-transition-duration:.5s;
  204. -o-transition-duration:.5s;
  205. }
  206.  
  207. #credit a:hover {
  208. color:black;
  209. letter-spacing:3px;
  210. -moz-transition-duration:.5s;
  211. -webkit-transition-duration:.5s;
  212. -o-transition-duration:.5s;
  213. }
  214.  
  215.  
  216. </style>
  217. <style type="text/css">{CustomCSS}</style>
  218. </head>
  219.  
  220. <body>
  221. <div id="sidebar">
  222. <a href="/"><img src="{image:Sidebar}"/></a>
  223. <div id="title"><a href="/">{title}</a></div><p>
  224. <div id="links">
  225. <a href="/ask">message</a>
  226. <a href="/archive">history</a>
  227. <div id="description">
  228. {block:Description}{Description}{/block:Description}
  229. </div>
  230.  
  231. <a href="{text:Link1 URL}">{text:Link1}</a>
  232.  
  233. <a href="{text:Link2 URL}">{text:Link2}</a>
  234.  
  235. <a href="{text:Link3 URL}">{text:Link3}</a>
  236.  
  237. <a href="{text:Link4 URL}">{text:Link4}</a>
  238. {block:PreviousPage}<a href="{PreviousPage}">↩</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">↪</a>{/block:NextPage}</center>
  239. </div>
  240. </div>
  241. </div>
  242.  
  243.  
  244.  
  245. <div id="entries">
  246. {block:Posts}
  247. <div id="post">
  248.  
  249. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  250.  
  251. {block:Quote}<h3>“{Quote}” </h3>
  252. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  253.  
  254. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  255. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  256.  
  257. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:Photo}
  258. {block:Photoset}<center>{Photoset-250}</center>{/block:Photoset}
  259.  
  260. {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  261. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  262.  
  263.  
  264.  
  265.  
  266. {block:Audio}
  267. {block:AudioPlayer}
  268. {AudioPlayerblack}
  269. {/block:AudioPlayer}
  270. {block:AlbumArt}
  271. <img src="{AlbumArtURL}" width="50px"/>
  272. {/block:AlbumArt}
  273. <br>
  274. {block:TrackName}Track: {TrackName}{/block:TrackName}<br>
  275. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  276. {block:Album}Album: {Album}{/block:Album}<br>
  277. {block:Playcount}Play count: {FormattedPlayCount}{/block:Playcount}
  278. {block:Caption}{Caption}{/block:Caption}
  279. {/block:Audio}
  280.  
  281. {block:Answer}
  282. <img src="{AskerPortraitURL-30}">
  283. {Asker} asked: {Question}<br>
  284. {Answer}{/block:Answer}
  285.  
  286.  
  287.  
  288. <div id="info">
  289. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  290. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}){/block:RebloggedFrom}<br>
  291. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  292.  
  293. </div>
  294. {/block:Posts}
  295. <center>
  296.  
  297.  
  298. {block:PostNotes}{PostNotes}{/block:PostNotes}
  299.  
  300. </div>
  301.  
  302.  
  303.  
  304. <!----- put in your url here! ---->
  305. <div id="credit"> <a href="http://loiw.tumblr.com">(c)</a></div>
  306. </body>
  307. </html>
Advertisement
Add Comment
Please, Sign In to add comment