Advertisement
allfredoflores

Pills and Potions

May 28th, 2014
1,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.18 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.  
  4. <!--- "pills and potions" by allfredoflores, DON'T STEAL AND PLEASE DON'T REMOVE CREDIT. YOU CAN MOVE IT TO ANOTHER PAGE BUT DON'T REMOVE IT COMPLETELY! --->
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <meta name="color:description" content="#f8f8f8"/>
  14. <meta name="color:text" content="#838282"/>
  15. <meta name="color:link" content="#d3d3d3"/>
  16. <meta name="color:linkhover" content="#6b6869"/>
  17. <meta name="color:scrollbar" content="#b8b8b8"/>
  18. <meta name="color:border" content="#f8f8f8"/>
  19. <meta name="color:title" content="#000000"/>
  20.  
  21. <meta name="image:sidebar" content""/>
  22.  
  23. <meta name="text:link 1" content="http://"/>
  24. <meta name="text:link 1 title" content=""/>
  25. <meta name="text:link 2" content="http://">
  26. <meta name="text:link 2 title" content=""/>
  27.  
  28. <style type="text/css">
  29.  
  30. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  31.  
  32. ::-webkit-scrollbar-thumb{
  33. background-color:{color:scrollbar};
  34. border:4px solid #fff;
  35. }
  36.  
  37. ::-webkit-scrollbar {
  38. width:11px;
  39. background-color:{color:scrollbar};
  40. border:5px solid #fff;
  41. }
  42.  
  43. /* CURSOR */
  44. html {
  45. cursor:
  46. url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"),default;
  47. }
  48.  
  49. body {
  50. background:#fff;
  51. background-attachment:fixed;
  52. background-position:center;
  53. background-size:cover;
  54. margin:0px;
  55. color:{color:text};
  56. font-family:arial;
  57. font-size:11px;
  58. font-weight:normal;
  59. letter-spacing:0px;
  60. line-height:90%;
  61. }
  62.  
  63. a:link, a:visited, a:active {
  64. color: {color:link};
  65. padding:1px;
  66. text-decoration: none;
  67. font-weight: normal;
  68. transition-duration: 0.4s;
  69. -moz-transition-duration: 0.4s;
  70. -webkit-transition-duration: 0.4s;
  71. -o-transition-duration: 0.4s;
  72. }
  73.  
  74. a:hover {
  75. color: {color:linkhover};
  76. padding:1px;
  77. text-decoration:underline;
  78. font-weight:normal;
  79. transition-duration: 0.4s;
  80. -moz-transition-duration: 0.4s;
  81. -webkit-transition-duration: 0.4s;
  82. -o-transition-duration: 0.4s;
  83. }
  84.  
  85. h1 {
  86. font-size:9px;
  87. text-align:justify;
  88. color:{color:text};
  89. }
  90.  
  91. h2 {
  92. font-size:14px;
  93. text-align:justify;
  94. font-weight:normal;
  95. }
  96.  
  97. #entries {
  98. position:absolute;
  99. float:center;
  100. width:400px;
  101. margin-top:10px;
  102. text-align:justify;
  103. left:430px;
  104. padding:35px;
  105. }
  106.  
  107. #posts {
  108. width:400px;
  109. padding:10px;
  110. margin-bottom:70px;
  111. }
  112.  
  113. #posts:hover #tags {
  114. opacity:1;
  115. transition-duration: 0.4s;
  116. -moz-transition-duration: 0.4s;
  117. -webkit-transition-duration: 0.4s;
  118. -o-transition-duration: 0.4s;
  119. }
  120.  
  121. #info {
  122. margin-left:405px;
  123. text-align:left;
  124. position:absolute;
  125. margin-top:0px;
  126. width:100px;
  127. font-size:9px;
  128. padding:5px;
  129. line-height:120%;
  130. }
  131.  
  132. #tags {
  133. opacity:0;
  134. transition-duration: 0.4s;
  135. -moz-transition-duration: 0.4s;
  136. -webkit-transition-duration: 0.4s;
  137. -o-transition-duration: 0.4s;
  138. }
  139.  
  140. #pagination {
  141. left:50%;
  142. margin-left:-190px;
  143. position:absolute;
  144. width:395px;
  145. padding:5px;
  146. font-size:9px;
  147. margin-top:-10px;
  148. }
  149.  
  150. #sb {
  151. position:fixed;
  152. margin-top:140px;
  153. margin-left:30px;
  154. padding:5px;
  155. width:410px;
  156. height:80px;
  157. float:center;
  158. }
  159.  
  160. #title {
  161. font-size:16px;
  162. font-weight:bold;
  163. margin-top:286px;
  164. margin-left:109px;
  165. position:absolute;
  166. color:{color:title};
  167. }
  168.  
  169. #sidebarimage img{
  170. width:220px;
  171. height:190px;
  172. margin-top:50px;
  173. margin-left:100px;
  174. position:absolute;
  175. }
  176.  
  177. #description {
  178. position:absolute;
  179. text-align:justify;
  180. padding:10px;
  181. word-spacing:4px;
  182. text-transform:none;
  183. width:200px;
  184. margin-top:240px;
  185. margin-left:99px;
  186. font-size:10px;
  187. }
  188.  
  189. blockquote {
  190. border-left:2px solid {color:border};
  191. padding:0px;
  192. padding-left:5px;
  193. margin:5px;
  194. }
  195.  
  196. .asker {
  197. padding:5px;
  198. text-align:justify;
  199. }
  200.  
  201. .answer {
  202. text-align:justify;
  203. padding:5px;
  204. margin-top:-5px;
  205. }
  206.  
  207. #captions {
  208. border:1px solid {color:border};
  209. margin-top:5px;
  210. padding-left:10px;
  211. padding-right:10px;
  212. background:#f8f8f8;
  213. }
  214.  
  215. ol.notes {
  216. text-align:left;
  217. width:350px;
  218. margin-left:50px;
  219. margin-right:auto;
  220. padding:0px;
  221. margin-top:55px;
  222. list-style-type:none;
  223. }
  224.  
  225. ol.notes li.note {
  226. padding:7px;
  227. }
  228.  
  229. ol.notes li.note img.avatar {
  230. vertical-align:-4px;
  231. margin-right:10px;
  232. width:16px;
  233. height:16px;
  234. }
  235.  
  236. ol.notes li.note blockquote {
  237. padding:5px 5px 5px 5px;
  238. }
  239.  
  240. {CustomCSS}</style>
  241.  
  242. </head>
  243.  
  244. <body>
  245.  
  246. <div id="sb">
  247. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  248. <div id="description">{description}</div>
  249. <div id="title">{Title}</div>
  250.  
  251. <select onchange='location=this.options[this.selectedIndex].value;' style='width:100px; margin-top:283px; margin-left:210px; font-size:10px;'>
  252. <option>navigation</option>
  253. <option value=/>index</option>
  254. <option value=/ask>contact</option>
  255. <option value="{text:link 1}">{text:link 1 title}</option>
  256. <option value="{text:link 2}">{text:link 2 title}</option>
  257. <option value="http://allfredoflores.tumblr.com/tagged/theme">credit</option>
  258. </select>
  259. </div></div></div>
  260.  
  261. <div id="entries">{block:Posts}<div id="posts">
  262.  
  263. <div id="info">{block:NoteCount}+ {NoteCount}</a>{/block:NoteCount}{block:Date}<br>{DayOfMonth}/{MonthNumberWithZero}/{Year}<br><a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a>{/block:Date}<p><div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  264.  
  265. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  266. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Photo}
  267.  
  268. {block:Photoset}{Photoset-400}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Photoset}
  269.  
  270. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  271.  
  272. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  273.  
  274. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  275.  
  276. {block:Audio}{AudioPlayerWhite}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Audio}
  277.  
  278. {block:Video}{Video-400}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:Video}
  279.  
  280. {block:Answer}
  281. <div class="asker">"{Question}" — <u>{Asker}</u></div>
  282. <div class="answer">{Answer}</div>{/block:Answer}
  283.  
  284. {block:PostNotes}{PostNotes}{/block:PostNotes}
  285. </div>
  286. {/block:Posts}
  287.  
  288. <center>
  289. <br><br>
  290. <div id="pagination">
  291. {block:Pagination}
  292. {block:JumpPagination length="5"}{block:CurrentPage}
  293. <span class="current_page" style="padding: 5px 5px 0px 5px; font-weight:bold;">{PageNumber}</span>
  294. {/block:CurrentPage}
  295. {block:JumpPage}<a class="jump_page" style="padding-right:5px;padding-left:5px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  296. {/block:JumpPagination}
  297. {/block:Pagination}</div>
  298. <br><br><br>
  299. </center>
  300.  
  301. {block:ContentSource}<!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  302.  
  303.  
  304. </div>
  305.  
  306. </div>
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement