spockseyebrows

Nicotine - Theme #04 - Theme by HolyEnochian.tumblr.com

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