spockseyebrows

Profoundly - tumblr theme by holyenochian.tumblr.com

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