spockseyebrows

Downpour - Theme #06 - Made by HolyEnochian.tumblr.com

Jan 25th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 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.  
  10. ***************** THEME BY KALYN AT HOLYENOCHIAN.TUMBLR.COM ****************
  11.  
  12. • • Rules • •
  13. YOU MAY
  14. - edit the code
  15. YOU MAY NOT
  16. - remove or hide the credit
  17. - move the credit to a secondary page
  18. - copy, steal, redistribute, or claim my themes as your own
  19. - use any of my themes as a base code
  20. - take parts of my codes for your own themes
  21. IT WOULD BE APPRECIATED IF YOU
  22. - liked or reblogged the theme post
  23.  
  24. • • Info • •
  25. If you break any of the rules above I will find you, tear of your genitals, puree them, and make you drink them.
  26.  
  27. • • Help • •
  28. Okay I get quite a few HTML help questions regularly so if you need help with something, here are the guidelines:
  29. - try google first, it could be the solution to your problems
  30. - i will try help you (obvs) but on my own time
  31.  
  32. ---->
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:title1" content="#782dad"/>
  36. <meta name="color:sidebar links" content="#525252"/>
  37. <meta name="color:sidebar links hover" content="#fff"/>
  38. <meta name="color:title2" content="#525252"/>
  39. <meta name="color:Text" content="#838282"/>
  40. <meta name="color:Link" content="#b8b8b8"/>
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="text:title2" content="title2"/>
  43. <meta name="text:link1 url" content="/"/>
  44. <meta name="text:link1 title" content="link1"/>
  45. <meta name="text:link2 url" content="/"/>
  46. <meta name="text:link2 title" content="link2"/>
  47. <meta name="text:link3 url" content="/"/>
  48. <meta name="text:link3 title" content="link3"/>
  49. <meta name="text:link4 url" content="/"/>
  50. <meta name="text:link4 title" content="link4"/>
  51.  
  52. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  53.  
  54. <style>
  55.  
  56. div#qTip {
  57. padding: 3px;
  58. display: none;
  59. text-align: center;
  60. position: absolute;
  61. font-size:7px;
  62. line-height:9px;
  63. font-family:serif;
  64. z-index: 9999999999999999999999999;
  65. border: 1px solid #fff;
  66. background-color:#fff;
  67. border-bottom:1px solid #a9a9a9;
  68. color: #9A9A9A;
  69. text-transform:uppercase;
  70. letter-spacing: 1px;
  71. -moz-box-shadow: 3px 3px 5px #888;
  72. -webkit-box-shadow: 3px 3px 5px #888;
  73. box-shadow: 3px 3px 5px #888;
  74. }
  75. @font-face { font-family: Enchant; src: url('http://static.tumblr.com/4qjamle/rWrmzzi5w/moreenchanted.ttf'); }
  76. h1 {
  77. font-family: Enchant
  78. }
  79.  
  80. @font-face { font-family: Brain; src: url('http://static.tumblr.com/4qjamle/JHlmzzig2/brain_flower_euro.ttf'); }
  81. h1 {
  82. font-family: Brain
  83. }
  84. </style>
  85.  
  86. <style type="text/css">
  87.  
  88. ::-webkit-scrollbar-thumb{
  89. border-radius:90px;
  90. background-color: #c4c4c4;
  91. border: 2px solid #FFFFFF;
  92. height:auto;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:auto;
  97. width:6px;
  98. background-color: #c4c4c4;
  99. border:5px solid #FFFFFF;
  100. }
  101.  
  102. body {
  103. background:{color:background};
  104. margin:0px;
  105. color:{color:text};
  106. font-family:Calibri;
  107. font-size:10px;
  108. line-height:100%;
  109. }
  110.  
  111. a {
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:link};
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. blockquote blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. h1 {
  133. font-size:15px;
  134. }
  135.  
  136. #entries {
  137. padding:10px;
  138. width:500px;
  139. margin-left:500px;
  140. margin-top:40px;
  141. }
  142.  
  143. #post {
  144. width:500px;
  145. padding-bottom:20px;
  146. }
  147.  
  148. #sidebar {
  149. width:150px;
  150. position:fixed;
  151. margin-left:250px;
  152. margin-top:150px;
  153. }
  154.  
  155. #title {
  156. font-size:17px;
  157. text-align:left;
  158. width:150px;
  159. font-family:Enchant;
  160. color:{color:title1};
  161. margin-top:13px;
  162. }
  163.  
  164. #title2 {
  165. font-size:20px;
  166. font-family:Brain;
  167. width:150px;
  168. text-align:right;
  169. color:{color:title2};
  170. margin-top:4px;
  171. }
  172.  
  173. #sidebarimage {
  174. width 150px;
  175. }
  176.  
  177. #sidebarimage img {
  178. width:150px;
  179. }
  180.  
  181. #description {
  182. padding:5px;
  183. width:140px;
  184. font-family:baskerville;
  185. line-height:12px;
  186. margin-top:-23px;
  187. text-align:justify;
  188. border-top:3px double #c4c4c4;
  189. -moz-transition-duration:.7s;
  190. -webkit-transition-duration:.7s;
  191. -o-transition-duration:.7s;
  192. }
  193.  
  194. #sidebar:hover #description {
  195. margin-top:-0px;
  196. -moz-transition-duration:.7s;
  197. -webkit-transition-duration:.7s;
  198. -o-transition-duration:.7s;
  199. }
  200.  
  201. #links {
  202. padding:5px;
  203. font-size:15px;
  204. letter-spacing:2px;
  205. width:140px;
  206. margin-top:7px;
  207. text-align:center;
  208. font-style:italic;
  209. font-family:Enchant;
  210. color:{color:sidebar links};
  211. border-top:3px double #c4c4c4;
  212. opacity:0;
  213. -moz-transition-duration:.7s;
  214. -webkit-transition-duration:.7s;
  215. -o-transition-duration:.7s;
  216. }
  217.  
  218. #sidebar:hover #links {
  219. opacity:1;
  220. -moz-transition-duration:.7s;
  221. -webkit-transition-duration:.7s;
  222. -o-transition-duration:.7s;
  223. }
  224.  
  225. #pagination {
  226. font-size:20px;
  227. text-align:center;
  228. }
  229.  
  230. #info {
  231. text-align:center;
  232. margin-top:10px;
  233. }
  234.  
  235. #asker {
  236. float:left;
  237. margin-right:5px;
  238. }
  239.  
  240. a.linkss {color:{color:sidebar links};
  241. -moz-transition-duration:.4s;
  242. -webkit-transition-duration:.4s;
  243. -o-transition-duration:.4s;
  244. }
  245. a.linkss:hover {color:{color:sidebar links hover};
  246. -moz-transition-duration:.4s;
  247. -webkit-transition-duration:.4s;
  248. -o-transition-duration:.4s;
  249. }
  250.  
  251. #credit {
  252. position:fixed;
  253. right:0px;
  254. bottom:0px;
  255. padding:4px;
  256. text-transform:uppercase;
  257. letter-spacing:2px;
  258. font-size:9px;
  259. margin-bottom:3px;
  260. margin-right:3px;
  261. border:1px solid;
  262. border-color:#bbb;
  263. background: #fff;
  264. -moz-transition-duration:1s;
  265. -webkit-transition-duration:1s;
  266. -o-transition-duration:1s;
  267. }
  268.  
  269. #credit:hover {
  270. background: black;
  271. color: white;
  272. -moz-transition-duration:1s;
  273. -webkit-transition-duration:1s;
  274. -o-transition-duration:1s;
  275. }
  276.  
  277. {CustomCSS}</style></head><body>
  278.  
  279. <div id="sidebar">
  280.  
  281. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  282.  
  283. <div id="title">{Title}</div>
  284. <div id="title2">{text:title2}</div>
  285.  
  286. <div id="links">
  287. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="linkss" title="previous page">-</a>{/block:PreviousPage}{/block:Pagination}
  288. <a href="{text:link1 url}" title="{text:link1 title}" class="linkss">i.</a>
  289. <a href="{text:link2 url}" title="{text:link2 title}" class="linkss">ii.</a>
  290. <a href="{text:link3 url}" title="{text:link3 title}" class="linkss">iii.</a>
  291. <a href="{text:link4 url}" title="{text:link4 title}" class="linkss">iv.</a>
  292. {block:Pagination}{block:NextPage}<a href="{NextPage}" class="linkss" title="next page">+</a>{/block:NextPage}{/block:Pagination}
  293. </div>
  294.  
  295. <div id="description">{Description}</div>
  296.  
  297. </div>
  298.  
  299. <div id="entries">{block:Posts}<div id="post">
  300.  
  301. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  302.  
  303. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  304.  
  305. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  306.  
  307. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  308.  
  309. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  310.  
  311. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  312.  
  313. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  314.  
  315. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  316.  
  317. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  318.  
  319. <div id="info">
  320. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  321. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>from:<a href="{ReblogParentURL}"
  322. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} ◇ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  323.  
  324. </div>
  325. {block:PostNotes}{PostNotes}{/block:PostNotes}
  326. {/block:Posts}</div>
  327.  
  328. <div id="credit"><a href="http://holyenochian.tumblr.com" target="_blank">©KMW</a></div>
  329.  
  330. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment