Advertisement
spockseyebrows

Profound - Theme #05 - Theme by holyenochian.tumblr.com

Jan 26th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 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.  
  38. <meta name="text:link1 url" content="/"/>
  39. <meta name="text:link1 title" content="link1"/>
  40. <meta name="text:link2 url" content="/"/>
  41. <meta name="text:link2 title" content="link2"/>
  42. <meta name="text:link3 url" content="/"/>
  43. <meta name="text:link3 title" content="link3"/>
  44. <meta name="text:link4 url" content="/"/>
  45. <meta name="text:link4 title" content="link4"/>
  46.  
  47. <meta name="image:sidebar" content=""/>
  48. <meta name="image:doop" content="http://media.tumblr.com/95b213f8dfa2d57a6e046204f6ae2c63/tumblr_inline_mo4u5l6rB21qz4rgp.jpg"/>
  49.  
  50. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  51.  
  52. <style>
  53.  
  54. div#qTip {
  55. padding: 3px;
  56. display: none;
  57. text-align: center;
  58. position: absolute;
  59. font-style:normal;
  60. margin-top:-7px;
  61. margin-left:7px;
  62. border:1px solid #c4c4c4;
  63. font-size:10px;
  64. line-height:9px;
  65. font-family:raleway;
  66. z-index: 9999;
  67. background-color:#fff;
  68. color: #444444;
  69. text-transform:lowercase;
  70. letter-spacing: 2px;
  71. }
  72.  
  73. @font-face { font-family: London; src: url('http://static.tumblr.com/4qjamle/j8gmzd807/londonmm.ttf'); }
  74. h1 {
  75. font-family: London
  76. }
  77.  
  78. </style>
  79.  
  80. <style type="text/css">
  81.  
  82. body {
  83. background:{color:background};
  84. margin-left:-30px;
  85. color:{color:text};
  86. font-family:Calibri;
  87. font-size:10px;
  88. line-height:100%;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. }
  97.  
  98. img {
  99. border:none;
  100. }
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. h1 {
  113. font-size:15px;
  114. }
  115.  
  116. #entries {
  117. padding:10px;
  118. width:500px;
  119. margin-left:500px;
  120. margin-top:40px;
  121. }
  122.  
  123. #post {
  124. width:500px;
  125. padding-bottom:20px;
  126. }
  127.  
  128. #sidebar {
  129. width:75px;
  130. position:fixed;
  131. margin-left:300px;
  132. margin-top:175px;
  133. }
  134.  
  135. #title {
  136. font-size:13px;
  137. width:75px;
  138. line-height:14px;
  139. text-align:center;
  140. font-family:raleway;
  141. text-transform:uppercase;
  142. margin-top:5px;
  143. }
  144.  
  145. #sidebarimage {
  146. width 75px;
  147. }
  148.  
  149. #sidebarimage img {
  150. width:75px;
  151. }
  152.  
  153. #description {
  154. padding:4px;
  155. width:67px;
  156. margin-top:0px;
  157. text-align:justify;
  158. line-height:11px;
  159. font-size:10px;
  160. font-family:raleway;
  161. border-top:1px solid #c4c4c4;
  162. border-bottom:1px solid #c4c4c4;
  163. }
  164.  
  165. #linkies {
  166. padding:2px;
  167. width:65px;
  168. font-size:10px;
  169. letter-spacing:1px;
  170. line-height:15px;
  171. margin-left:-10px;
  172. margin-top:-58px;
  173. text-align:right;
  174. opacity:0;
  175. font-family:raleway;
  176. position:fixed;
  177. -moz-transition-duration:1.6s;
  178. -webkit-transition-duration:1.6s;
  179. -o-transition-duration:1.6s;
  180. }
  181.  
  182. #linkies a{
  183. width:65px;
  184. line-height:15px;
  185. margin-left:-10px;
  186. letter-spacing:2px;
  187. text-decoration:none;
  188. color:#767676;
  189. -moz-transition-duration:1.6s;
  190. -webkit-transition-duration:1.6s;
  191. -o-transition-duration:1.6s;
  192. }
  193. #linkies a:hover {
  194. text-shadow:3px 0px 3px #CDCDCD, -3px 0px 3px #CDCDCD;
  195. -moz-transition-duration:0.3s;
  196. -webkit-transition-duration:0.3s;
  197. -o-transition-duration:0.3s;
  198. }
  199.  
  200. #sidebar:hover #linkies {
  201. margin-left:-65px;
  202. margin-top:-58px;
  203. opacity:1;
  204. -moz-transition-duration:.9s;
  205. -webkit-transition-duration:.9s;
  206. -o-transition-duration:.9s;
  207. }
  208.  
  209. #pagination {
  210. font-size:8px;
  211. letter-spacing:6px;
  212. text-align:center;
  213. }
  214.  
  215. #info {
  216. text-align:center;
  217. margin-top:10px;
  218. }
  219.  
  220. #asker {
  221. float:left;
  222. margin-right:5px;
  223. }
  224.  
  225. #doop img {
  226. width: 17px;
  227. height: auto;
  228. position:fixed;
  229. margin-top: -8px;
  230. opacity: 1;
  231. margin-left: 30px;
  232. }
  233.  
  234. kk {
  235. line-height:9px;
  236. }
  237.  
  238. tt {
  239. line-height:5px;
  240. }
  241.  
  242. a.graylink {color:#5c5c5c;
  243. -moz-transition-duration:.9s;
  244. -webkit-transition-duration:.9s;
  245. -o-transition-duration:.9s;
  246. }
  247. a.graylink:hover {color:#c4c4c4;
  248. -moz-transition-duration:.9s;
  249. -webkit-transition-duration:.9s;
  250. -o-transition-duration:.9s;
  251. }
  252.  
  253. #credit {
  254. position:fixed;
  255. right:0px;
  256. bottom:0px;
  257. padding:4px;
  258. text-transform:uppercase;
  259. letter-spacing:2px;
  260. font-size:9px;
  261. margin-bottom:3px;
  262. margin-right:3px;
  263. border:1px solid;
  264. border-color:#bbb;
  265. background: #fff;
  266. -moz-transition-duration:1s;
  267. -webkit-transition-duration:1s;
  268. -o-transition-duration:1s;
  269. }
  270.  
  271. #credit:hover {
  272. background: #5B5B5B;
  273. color: white;
  274. -moz-transition-duration:1s;
  275. -webkit-transition-duration:1s;
  276. -o-transition-duration:1s;
  277. }
  278.  
  279. body, a, a:hover { cursor:url(http://media.tumblr.com/tumblr_m2um30pgrv1qfamg6.gif), auto }
  280.  
  281. {CustomCSS}</style></head><body>
  282.  
  283. <div id="sidebar">
  284.  
  285. <div id="sidebarimage"><img src="{image:sidebar}">
  286. </div>
  287.  
  288. <div id="linkies">
  289. <a href="{text:link1 url}" title="{text:link1 title}">i</a>
  290. <br><a href="{text:link2 url}" title="{text:link2 title}">ii</a>
  291. <br><a href="{text:link3 url}" title="{text:link3 title}">iii</a>
  292. <br><a href="{text:link4 url}" title="{text:link4 title}">iv</a>
  293. <br>
  294. </div>
  295.  
  296. <div id="title"><a href="/" class="graylink" title="refresh">{Title}</a></div>
  297. <kk><br></kk>
  298.  
  299. <div id="doop">
  300. <img src="{image:doop}">
  301. </div>
  302. <div id="description"><tt><br></tt>{Description}<tt><br></tt></div>
  303. <br>
  304. <div id="pagination">
  305. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⥢</a>{/block:PreviousPage}
  306. {block:NextPage}<a href="{NextPage}">⥤</a>{/block:NextPage}{/block:Pagination}
  307. </div>
  308.  
  309. </div>
  310.  
  311. <div id="entries">{block:Posts}<div id="post">
  312.  
  313. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  314.  
  315. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  316.  
  317. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  318.  
  319. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  320.  
  321. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  322.  
  323. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  324.  
  325. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  326.  
  327. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328.  
  329. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  330.  
  331. <div id="info">
  332. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  333. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  334. 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>
  335.  
  336. </div>
  337. {block:PostNotes}{PostNotes}{/block:PostNotes}
  338. {/block:Posts}</div>
  339.  
  340. <div id="credit"><a href="http://holyenochianthemes.tumblr.com" target="_blank">©KMW</a></div>
  341.  
  342. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement