kingsdylan

theme #7, plants

Dec 31st, 2013
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9. yes this is my theme, i hope you like it and i also hope that you leave the credit or else i will hunt you down and cut your nippels off and give them to my cat and let him eat them up in front of you,and then i'm gonna burn the rest of your body while i listen to lana del rey songs (。◕‿◕。)-
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#000000"/>
  14. <meta name="color:Link" content="#464646"/>
  15. <meta name="color:Link Hover" content="#ffffff"/>
  16.  
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <meta name="text:link1" content="Link1"/>
  20. <meta name="text:link1 url" content="/"/>
  21. <meta name="text:link2" content="Link2"/>
  22. <meta name="text:link2 url" content="/"/>
  23. <meta name="text:link3" content="Link3"/>
  24. <meta name="text:link3 url" content="/"/>
  25.  
  26. <style type="text/css">
  27.  
  28. img, a img { border: 0px; opacity: .85; filter: alpha(opacity=100); -o-transition: opacity 1.5s linear; -webkit-transition: opacity 1.5s linear; -moz-transition: opacity 1.5s linear; }
  29.  
  30. img:hover, a:hover img {opacity: 90; filter: alpha(opacity=100); -o-transition: opacity .1s linear; -webkit-transition: opacity .1s linear; -moz-transition: opacity 1.5s linear;}
  31.  
  32. ::-webkit-scrollbar {background-color: #fcfcfc; height:3px; width:4px}
  33. ::-webkit-scrollbar-thumb:vertical {background-color: #000000; height:50px}
  34. ::-webkit-scrollbar-thumb:horizontal {background-color: #000000; height:8px!important}
  35.  
  36.  
  37. iframe#tumblr_controls {
  38. white-space:nowrap;
  39. -webkit-filter: invert(100%);
  40. -moz-filter: invert(100%);
  41. -o-filter: invert(100%);
  42. -ms-filter: invert(100%);
  43. filter: invert(100%);
  44. opacity:.2;transition: .8s ease-in-out;
  45. -webkit-transition: .8s ease-in-out;
  46. -moz-transition: .8s ease-in-out;
  47. -o-transition: .8s ease-in-out;}
  48.  
  49. body {
  50. background:{color:background};
  51. margin:0px;
  52. color:{color:text};
  53. font-family:Arial;
  54. font-size:9px;
  55. line-height:100%;
  56. }
  57.  
  58. a {
  59. cursor:help;
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69. a {
  70. text-decoration: none;
  71. color:{color:Link};
  72. -moz-transition-duration:0.1s;
  73. -webkit-transition-duration:0.1s;
  74. -o-transition-duration:0.1s;
  75. }
  76.  
  77. a:hover {
  78. text-decoration:none;
  79. color:{color:Link Hover};
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. #post {
  97. width:500px;
  98. padding-bottom:20px;
  99. }
  100.  
  101. #title{
  102. font-size:15px;
  103. font-family:arial;
  104. font-style:italic;
  105. text-align:center;
  106. margin-left:-75px;
  107. margin-top:-56px;
  108. width:250px;
  109. line-height:30px;
  110.  
  111. }
  112.  
  113. #entries {
  114. padding:15px;
  115. width:500px;
  116. margin-left:500px;
  117. margin-top:50px;
  118. }
  119.  
  120. #sidebar {
  121. width:150px;
  122. position:fixed;
  123. margin-left:200px;
  124. margin-top:200px;
  125. }
  126.  
  127. #sidebarimage {
  128. width: 150px;
  129. }
  130.  
  131. #sidebarimage img {
  132. width:200px;
  133. height: auto;
  134. }
  135.  
  136. @font-face {font-family: "the only exception"; src: url('http://static.tumblr.com/8pcxx7s/hGXm15paz/theonlyexception.ttf');}
  137.  
  138. #links {
  139. margin-top: 37px;
  140. font-family:arial;
  141. font-size:11px;
  142. width:200px;
  143. border-top:solid #a1d89d 3px;
  144. padding-top:5px;
  145. text-align:center;
  146. }
  147.  
  148. #links a {
  149. letter-spacing: 1px;
  150. color:black;
  151. }
  152.  
  153. #links a:hover {
  154. text-decoration: none;
  155. color:white;
  156. font-style: none;
  157. }
  158. #description {
  159. position:absolute;
  160. z-index:9999;
  161. font-family: arial;
  162. font-size: 10px;
  163. padding:5px;
  164. text-align:left;
  165. width:200px;
  166. position:absolute;
  167. margin-left: -3px;
  168. margin-top:-5px;
  169. padding-top:10px;
  170. -webkit-transition: .4s ease-in-out;
  171. -moz-transition: .4s ease-in-out;
  172. -o-transition: .4s ease-in-out;}
  173.  
  174. #pagination {
  175. font-size:13px;
  176. text-align:center;
  177. margin-top: -200px;
  178. margin-left:90px;
  179. width:200px;
  180. }
  181.  
  182. #info {
  183. text-align:center;
  184. margin-top:10px;
  185. text-transform: none;
  186. font-size: 8px;
  187. border-bottom:solid #a1d89d 3px;
  188. padding-top:5px;
  189. padding-bottom:5px;
  190. }
  191.  
  192.  
  193. #asker {
  194. font-size: 9px;
  195. padding:5px;
  196. text-align:left;
  197. font-family:arial;
  198. color: #000000;
  199. background-color:white;
  200. }
  201.  
  202. #askerj {
  203. border-radius: 100px;
  204. float: left;
  205. padding-left: 4px;
  206. padding-right: 8px;
  207. padding-top: 4px;
  208. }
  209.  
  210. #askerj img {
  211. border-radius: 100px;
  212. }
  213.  
  214. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  215.  
  216. #urlasker {
  217. font-family:cedarcursive;
  218. font-size:15px;
  219. }
  220.  
  221. #answer {
  222. text-align: right;
  223. background-color: #fcfcfc;
  224. color: #000;
  225. min-height: 30px;
  226. padding:1px;
  227. padding-right:9px;
  228. padding-left:11px;
  229. }
  230.  
  231.  
  232. @font-face { font-family: "redensek"; src: url('http://static.tumblr.com/4yxykdm/ICUlrfl4t/redensek_1_.ttf'); }
  233.  
  234. #zaynflirt{
  235. position:fixed;
  236. font-family:redensek;
  237. font-size:18px;
  238. line-height:50%;
  239. right:10px;
  240. bottom:15px;
  241. text-transform:uppercase;
  242. }
  243.  
  244.  
  245. {CustomCSS}</style></head><body>
  246.  
  247. <div id="sidebar">
  248. <div id="title">{title}</div>
  249. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  250. <div id="description">{description}</div>
  251.  
  252. <div id="links">
  253. <a href="/">home</a> ☯
  254. <a href="/ask">msg</a> ☯
  255. <a href="{text:link1 url}">{text:link1}</a> ☯
  256. <a href="{text:link2 url}">{text:link2}</a> ☯
  257. <a href="{text:link3 url}">{text:link3}</a>
  258. </a>
  259.  
  260. </div>
  261.  
  262. <div id="zaynflirt">
  263. <a href="http://zaynflirt.tumblr.com">☾</a>
  264. </div>
  265.  
  266. <div id="pagination">
  267. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  268. {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}
  269. </div>
  270.  
  271. </div>
  272.  
  273. <div id="entries">{block:Posts}<div id="post">
  274.  
  275. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  276.  
  277. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  278.  
  279. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  280.  
  281. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  282.  
  283. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  284.  
  285. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  286.  
  287. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  288.  
  289. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  290.  
  291. {block:Answer}<div id="askerj"><img src="{AskerPortraitURL-24}"></div><div id="asker"><div id="urlasker">{Asker} — </div><br>{Question}</div><div id="bubblegum"></div><div id="answer">{Answer}</div>{/block:Answer}
  292.  
  293. <div id="info">
  294. {block:Date}{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">
  295. {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
  296. title="{ReblogParenttitle}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} {block:HasTags}-{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  297.  
  298. </div>
  299. {block:PostNotes}{PostNotes}{/block:PostNotes}
  300. {/block:Posts}</div>
  301.  
  302. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment