spockseyebrows

Mad as Rabbits - Theme #07 - HolyEnochian.tumblr.com

Jan 29th, 2014
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 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:Text" content="#838282"/>
  36. <meta name="color:Link" content="#b8b8b8"/>
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="color:description borders" content="#c4c4c4"/>
  39. <meta name="color:sidebar links" content="#5C5C5C"/>
  40. <meta name="color:title link" content="#5C5C5C"/>
  41. <meta name="color:title hover" content="#c4c4c4"/>
  42. <meta name="if:Gray Frame" content="0"/>
  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.  
  76. @font-face { font-family: Type; src: url('http://static.tumblr.com/4qjamle/Ej8n0738m/rough_typewriter.otf'); }
  77. h1 {
  78. font-family: Enchant
  79. }
  80.  
  81. @font-face { font-family: Brain; src: url('http://static.tumblr.com/4qjamle/JHlmzzig2/brain_flower_euro.ttf'); }
  82. h2 {
  83. font-family: Brain
  84. }
  85. </style>
  86.  
  87. <style type="text/css">
  88.  
  89. body {
  90. background:{color:background};
  91. margin:0px;
  92. color:{color:text};
  93. font-family:Calibri;
  94. font-size:10px;
  95. line-height:100%;
  96. }
  97.  
  98. a {
  99. text-decoration:none;
  100. outline:none;
  101. -moz-outline-style:none;
  102. color:{color:link};
  103. }
  104.  
  105. img {
  106. border:none;
  107. }
  108.  
  109. blockquote {
  110. padding-left:5px;
  111. border-left:2px solid;
  112. }
  113.  
  114. blockquote blockquote {
  115. padding-left:5px;
  116. border-left:2px solid;
  117. }
  118.  
  119. h1 {
  120. font-size:15px;
  121. }
  122.  
  123. #entries {
  124. padding:10px;
  125. width:500px;
  126. margin-left:500px;
  127. margin-top:40px;
  128. }
  129.  
  130. #post {
  131. width:500px;
  132. padding-bottom:20px;
  133. }
  134.  
  135. #sidebar {
  136. width:200px;
  137. position:fixed;
  138. margin-left:220px;
  139. margin-top:150px;
  140. }
  141.  
  142. #title {
  143. font-size:13px;
  144. font-family:Type;
  145. text-align:center;
  146. margin-bottom:5px;
  147. }
  148.  
  149. #sidebarimage {
  150. width 87px;
  151. }
  152.  
  153. #sidebarimage img {
  154. width:87px;
  155. height:120px;
  156. margin-top:35px;
  157. position:relative;
  158. }
  159.  
  160. #frame img {
  161. width:200px;
  162. margin-top:-160px;
  163. {block:IfGrayFrame}
  164. opacity:.7;
  165. {/block:IfGrayFrame}
  166. }
  167.  
  168. #description {
  169. padding:5px;
  170. width:77px;
  171. font-family:Type;
  172. border-right:1px solid {color:description borders};
  173. border-left:1px solid {color:description borders};
  174. text-align:center;
  175. margin-top:-80px;
  176. opacity:0;
  177. -webkit-transition:opacity 0.5s ease-in;
  178. -webkit-transition:all 0.5s ease-in;
  179. -moz-transition:all 0.5s ease-in;
  180. transition:all 0.5s ease-in;
  181. }
  182.  
  183. #linksleft {
  184. font-family:Type;
  185. font-size:10px;
  186. text-align:right;
  187. color:#000;
  188. margin-right:145px;
  189. margin-top:-42px;
  190. line-height:20px;
  191. opacity:0;
  192. -webkit-transition:opacity 0.5s ease-in;
  193. -webkit-transition:all 0.5s ease-in;
  194. -moz-transition:all 0.5s ease-in;
  195. transition:all 0.5s ease-in;
  196. }
  197.  
  198. #linksright {
  199. font-family:Type;
  200. font-size:10px;
  201. text-align:left;
  202. color:#000;
  203. margin-left:150px;
  204. margin-top:-40px;
  205. line-height:20px;
  206. opacity:0;
  207. -webkit-transition:opacity 0.5s ease-in;
  208. -webkit-transition:all 0.5s ease-in;
  209. -moz-transition:all 0.5s ease-in;
  210. transition:all 0.5s ease-in;
  211. }
  212.  
  213. #sidebar:hover #description {
  214. margin-top:0px;
  215. opacity:1;
  216. -webkit-transition:opacity 0.7s ease-in;
  217. -webkit-transition:all 0.7s ease-in;
  218. -moz-transition:all 0.7s ease-in;
  219. transition:all 0.7s ease-in;
  220. }
  221.  
  222. #sidebar:hover #linksleft {
  223. opacity:1;
  224. -webkit-transition:opacity 0.5s ease-in;
  225. -webkit-transition:all 0.5s ease-in;
  226. -moz-transition:all 0.5s ease-in;
  227. transition:all 0.5s ease-in;
  228. }
  229.  
  230. #sidebar:hover #linksright {
  231. opacity:1;
  232. -webkit-transition:opacity 0.5s ease-in;
  233. -webkit-transition:all 0.5s ease-in;
  234. -moz-transition:all 0.5s ease-in;
  235. transition:all 0.5s ease-in;
  236. }
  237.  
  238. #pagination {
  239. font-size:14px;
  240. font-family:Type;
  241. text-align:center;
  242. margin-top:7px;
  243. opacity:0;
  244. -webkit-transition:opacity 0.5s ease-in;
  245. -webkit-transition:all 0.5s ease-in;
  246. -moz-transition:all 0.5s ease-in;
  247. transition:all 0.5s ease-in;
  248. }
  249.  
  250. #sidebar:hover #pagination {
  251. opacity:1;
  252. -webkit-transition:opacity 0.5s ease-in;
  253. -webkit-transition:all 0.5s ease-in;
  254. -moz-transition:all 0.5s ease-in;
  255. transition:all 0.5s ease-in;
  256. }
  257.  
  258. #info {
  259. text-align:center;
  260. margin-top:10px;
  261. }
  262.  
  263. #asker {
  264. float:left;
  265. margin-right:5px;
  266. }
  267.  
  268. a.linkss {color:{color:sidebar links};
  269. -webkit-transition:opacity 0.1s ease-in;
  270. -webkit-transition:all 0.1s ease-in;
  271. -moz-transition:all 0.1s ease-in;
  272. transition:all 0.1s ease-in;}
  273. a.linkss:hover {font-size:12px;
  274. -webkit-transition:opacity 0.1s ease-in;
  275. -webkit-transition:all 0.1s ease-in;
  276. -moz-transition:all 0.1s ease-in;
  277. transition:all 0.1s ease-in;}
  278.  
  279. a.titlee {color:{color:title link};
  280. -webkit-transition:opacity 0.3s ease-in;
  281. -webkit-transition:all 0.3s ease-in;
  282. -moz-transition:all 0.3s ease-in;
  283. transition:all 0.3s ease-in;}
  284. a.titlee:hover {color:{color:title hover};
  285. -webkit-transition:opacity 0.3s ease-in;
  286. -webkit-transition:all 0.3s ease-in;
  287. -moz-transition:all 0.3s ease-in;
  288. transition:all 0.3s ease-in;}
  289.  
  290. #credit {
  291. position:fixed;
  292. right:0px;
  293. bottom:0px;
  294. padding:4px;
  295. text-transform:uppercase;
  296. letter-spacing:2px;
  297. font-size:9px;
  298. margin-bottom:3px;
  299. margin-right:3px;
  300. border:1px solid;
  301. border-color:#bbb;
  302. background: #fff;
  303. -moz-transition-duration:1s;
  304. -webkit-transition-duration:1s;
  305. -o-transition-duration:1s;
  306. }
  307.  
  308. #credit:hover {
  309. background: black;
  310. color: white;
  311. -moz-transition-duration:1s;
  312. -webkit-transition-duration:1s;
  313. -o-transition-duration:1s;
  314. }
  315.  
  316. {CustomCSS}</style></head><body>
  317.  
  318. <div id="sidebar">
  319.  
  320. <center><div id="title"><a href="/" class="titlee" title="refresh">{Title}</a></div></center>
  321.  
  322. <div id="sidebarimage"><center><img src="{image:sidebar}"></center></div>
  323.  
  324. <div id="frame"><img src="http://static.tumblr.com/4qjamle/JuJn0728m/0005.png"></div>
  325.  
  326. <center><div id="description">{Description}</div></center>
  327.  
  328. <div id="linksleft">
  329. <a href="{text:link1 url}" title="{text:link1 title}" class="linkss">◯</a>
  330. <br><a href="{text:link2 url}" title="{text:link2 title}" class="linkss">◯</a>
  331. <br>
  332. </div>
  333.  
  334. <div id="linksright">
  335. <a href="{text:link3 url}" title="{text:link3 title}" class="linkss">◯</a>
  336. <br><a href="{text:link4 url}" title="{text:link4 title}" class="linkss">◯</a>
  337. <br>
  338. </div>
  339.  
  340. <div id="pagination">
  341. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="linkss">-</a>{/block:PreviousPage}
  342. {block:NextPage}<a href="{NextPage}" class="linkss">+</a>{/block:NextPage}{/block:Pagination}
  343. </div>
  344.  
  345. </div>
  346.  
  347. <div id="entries">{block:Posts}<div id="post">
  348.  
  349. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  350.  
  351. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  352.  
  353. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  354.  
  355. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  356.  
  357. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  358.  
  359. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  360.  
  361. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  362.  
  363. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  364.  
  365. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  366.  
  367. <div id="info">
  368. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  369. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  370. 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>
  371.  
  372. </div>
  373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  374. {/block:Posts}</div>
  375.  
  376. <div id="credit"><a href="http://holyenochian.tumblr.com" target="_blank">©KMW</a></div>
  377.  
  378. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment