spockseyebrows

broken - theme #03 - theme by holyenochian.tumblr.com

Jan 22nd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 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="image:sidebar" content=""/>
  35.  
  36. <meta name="color:Background" content="#ffffff"/>
  37. <meta name="color:Text" content="#838282"/>
  38. <meta name="color:Link" content="#b8b8b8"/>
  39. <meta name="color:link underlines" content="#c4c4c4"/>
  40. <meta name="color:description border" content="#c4c4c4"/>
  41. <meta name="color:scrollbar" content="#c4c4c4"/>
  42. <meta name="color:pagination" content="#838282"/>
  43. <meta name="color:pagination hover" content="#c4c4c4"/>
  44.  
  45. <meta name="if:description border" content="1"/>
  46. <meta name="if:link underlines" content="1"/>
  47.  
  48. <meta name="text:link1 url" content="/"/>
  49. <meta name="text:link1 text" content="link1"/>
  50. <meta name="text:link2 url" content="/"/>
  51. <meta name="text:link2 text" content="link2"/>
  52. <meta name="text:link3 url" content="/"/>
  53. <meta name="text:link3 text" content="link3"/>
  54. <meta name="text:link4 url" content="/"/>
  55. <meta name="text:link4 text" content="link4"/>
  56.  
  57. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  58.  
  59. <style>
  60.  
  61. div#qTip {
  62. padding: 3px;
  63. display: none;
  64. text-align: center;
  65. position: absolute;
  66. font-size:7px;
  67. line-height:9px;
  68. font-family:serif;
  69. z-index: 9999999999999999999999999;
  70. border: 1px solid #fff;
  71. background-color:#fff;
  72. color: #9A9A9A;
  73. text-transform:uppercase;
  74. letter-spacing: 1px;
  75. }
  76.  
  77. @font-face { font-family: Honey; src: url('http://static.tumblr.com/4qjamle/b9Imztqy4/canter_light.otf'); }
  78. h1 {
  79. font-family: Honey
  80. }
  81.  
  82. </style>
  83.  
  84. <style type="text/css">
  85.  
  86. ::-webkit-scrollbar-thumb{
  87. border-radius:90px;
  88. background-color: {color:scrollbar};
  89. border: 2px solid #FFFFFF;
  90. height:auto;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height:auto;
  95. width:6px;
  96. background-color: {color:scrollbar};
  97. border:5px solid #FFFFFF;
  98. }
  99.  
  100. body {
  101. background:{color:background};
  102. margin:0px;
  103. color:{color:text};
  104. font-family:serif;
  105. font-size:10px;
  106. line-height:100%;
  107. }
  108.  
  109. a {
  110. text-decoration:none;
  111. outline:none;
  112. -moz-outline-style:none;
  113. color:{color:link};
  114. }
  115.  
  116. img {
  117. border:none;
  118. }
  119.  
  120. blockquote {
  121. padding-left:5px;
  122. border-left:2px solid;
  123. }
  124.  
  125. blockquote blockquote {
  126. padding-left:5px;
  127. border-left:2px solid;
  128. }
  129.  
  130. h1 {
  131. font-size:15px;
  132. }
  133.  
  134. #entries {
  135. padding:10px;
  136. width:400px;
  137. margin-left:500px;
  138. margin-top:40px;
  139. }
  140.  
  141. #post {
  142. width:400px;
  143. padding-bottom:20px;
  144. }
  145.  
  146. #sidebar {
  147. width:100px;
  148. position:fixed;
  149. margin-left:250px;
  150. margin-top:180px;
  151. }
  152.  
  153. #title {
  154. font-size:30px;
  155. text-align:center;
  156. margin-bottom:1px;
  157. font-family:Honey;
  158. color:#4B4B4B;
  159. text-transform:lowercase;
  160. text-shadow:10px 0px transparent, -10px 0px transparent;
  161. transition-duration: 0.7s;
  162. -moz-transition-duration: 0.7s;
  163. -webkit-transition-duration: 0.7s;
  164. -o-transition-duration: 0.7s;
  165. }
  166.  
  167. #title:hover {
  168. color:#c4c4c4;
  169. text-shadow:0px 0px #6f6f6f, 0px 0px #6f6f6f;
  170. transition-duration: 0.7s;
  171. -moz-transition-duration: 0.7s;
  172. -webkit-transition-duration: 0.7s;
  173. -o-transition-duration: 0.7s;
  174. }
  175.  
  176. #sidebarimage {
  177. width 100px;
  178. }
  179.  
  180. #sidebarimage img {
  181. width:100px;
  182. height:130px;
  183. }
  184.  
  185. #description {
  186. padding:5px;
  187. margin-left:0px;
  188. margin-top:-130px;
  189. font-family:serif;
  190. width:90px;
  191. height:118px;
  192. overflow:auto;
  193. {block:IfDescriptionBorder}
  194. border-bottom:1px solid {color:description border};
  195. border-top:1px solid {color:description border};
  196. border-right:1px solid {color:description border};
  197. {/block:IfDescriptionBorder}
  198. opacity:0;
  199. text-align:left;
  200. -moz-transition-duration:.9s;
  201. -webkit-transition-duration:.9s;
  202. -o-transition-duration:.9s;
  203. }
  204.  
  205. #sidebar:hover #description {
  206. opacity:1;
  207. margin-left:100px;
  208. margin-top:-130px;
  209. -moz-transition-duration:.9s;
  210. -webkit-transition-duration:.9s;
  211. -o-transition-duration:.9s;
  212. }
  213.  
  214. #link1 {
  215. margin-left:-30px;
  216. font-size:10px;
  217. line-height:12px;
  218. font-family:serif;
  219. letter-spacing:3px;
  220. font-style:italic;
  221. margin-top:-73px;
  222. text-align:right;
  223. {block:IfLinkUnderlines}
  224. border-bottom:2px solid {color:link underlines};
  225. {/block:IfLinkUnderlines}
  226. width:30px;
  227. transition-duration: 0.7s;
  228. -moz-transition-duration: 0.7s;
  229. -webkit-transition-duration: 0.7s;
  230. -o-transition-duration: 0.7s;
  231. }
  232.  
  233. #link1:hover {
  234. letter-spacing:1px;
  235. transition-duration: 0.7s;
  236. -moz-transition-duration: 0.7s;
  237. -webkit-transition-duration: 0.7s;
  238. -o-transition-duration: 0.7s;
  239. }
  240.  
  241. #link2 {
  242. margin-top:20px;
  243. margin-left:-30px;
  244. font-size:10px;
  245. line-height:12px;
  246. font-family:serif;
  247. letter-spacing:3px;
  248. font-style:italic;
  249. margin-top:5px;
  250. text-align:right;
  251. {block:IfLinkUnderlines}
  252. border-bottom:2px solid {color:link underlines};
  253. {/block:IfLinkUnderlines}
  254. width:30px;
  255. transition-duration: 0.7s;
  256. -moz-transition-duration: 0.7s;
  257. -webkit-transition-duration: 0.7s;
  258. -o-transition-duration: 0.7s;
  259. }
  260.  
  261. #link2:hover {
  262. letter-spacing:1px;
  263. transition-duration: 0.7s;
  264. -moz-transition-duration: 0.7s;
  265. -webkit-transition-duration: 0.7s;
  266. -o-transition-duration: 0.7s;
  267. }
  268.  
  269. #link3 {
  270. margin-top:20px;
  271. margin-left:-30px;
  272. font-size:10px;
  273. line-height:12px;
  274. font-family:serif;
  275. letter-spacing:3px;
  276. font-style:italic;
  277. margin-top:5px;
  278. text-align:right;
  279. {block:IfLinkUnderlines}
  280. border-bottom:2px solid {color:link underlines};
  281. {/block:IfLinkUnderlines}
  282. width:30px;
  283. transition-duration: 0.7s;
  284. -moz-transition-duration: 0.7s;
  285. -webkit-transition-duration: 0.7s;
  286. -o-transition-duration: 0.7s;
  287. }
  288.  
  289. #link3:hover {
  290. letter-spacing:1px;
  291. transition-duration: 0.7s;
  292. -moz-transition-duration: 0.7s;
  293. -webkit-transition-duration: 0.7s;
  294. -o-transition-duration: 0.7s;
  295. }
  296.  
  297. #link4 {
  298. margin-top:0px;
  299. margin-left:-30px;
  300. font-size:10px;
  301. line-height:12px;
  302. font-family:serif;
  303. letter-spacing:3px;
  304. font-style:italic;
  305. margin-top:5px;
  306. text-align:right;
  307. {block:IfLinkUnderlines}
  308. border-bottom:2px solid {color:link underlines};
  309. {/block:IfLinkUnderlines}
  310. width:30px;
  311. transition-duration: 0.7s;
  312. -moz-transition-duration: 0.7s;
  313. -webkit-transition-duration: 0.7s;
  314. -o-transition-duration: 0.7s;
  315. }
  316.  
  317. #link4:hover {
  318. letter-spacing:1px;
  319. transition-duration: 0.7s;
  320. -moz-transition-duration: 0.7s;
  321. -webkit-transition-duration: 0.7s;
  322. -o-transition-duration: 0.7s;
  323. }
  324.  
  325. #pagination {
  326. font-size:15px;
  327. text-align:center;
  328. margin-top:-10px;
  329. letter-spacing:4px;
  330. opacity:0;
  331. -moz-transition-duration:.9s;
  332. -webkit-transition-duration:.9s;
  333. -o-transition-duration:.9s;
  334. }
  335.  
  336. #sidebar:hover #pagination {
  337. margin-top:5px;
  338. opacity:1;
  339. -moz-transition-duration:.9s;
  340. -webkit-transition-duration:.9s;
  341. -o-transition-duration:.9s;
  342. }
  343.  
  344. #info {
  345. text-align:center;
  346. margin-top:10px;
  347. }
  348.  
  349. #asker {
  350. float:left;
  351. margin-right:5px;
  352. }
  353.  
  354. #credit {
  355. position:fixed;
  356. right:0px;
  357. bottom:0px;
  358. padding:4px;
  359. text-transform:uppercase;
  360. letter-spacing:2px;
  361. font-size:9px;
  362. margin-bottom:3px;
  363. margin-right:3px;
  364. border:1px solid;
  365. border-color:#bbb;
  366. color:#bbb;
  367. background: #fff;
  368. -moz-transition-duration:1s;
  369. -webkit-transition-duration:1s;
  370. -o-transition-duration:1s;
  371. }
  372.  
  373. #credit:hover {
  374. background: #000;
  375. color: #fff;
  376. -moz-transition-duration:1s;
  377. -webkit-transition-duration:1s;
  378. -o-transition-duration:1s;
  379. }
  380.  
  381. kk {
  382. line-height:0px;
  383. }
  384.  
  385. a.titless {color:#4B4B4B;}
  386.  
  387. a.pagi {color:{color:pagination};
  388. -moz-transition-duration:.9s;
  389. -webkit-transition-duration:.9s;
  390. -o-transition-duration:.9s;
  391. }
  392. a.pagi:hover {color:{color:pagination hover};
  393. -moz-transition-duration:.9s;
  394. -webkit-transition-duration:.9s;
  395. -o-transition-duration:.9s;
  396. }
  397.  
  398. {CustomCSS}</style></head><body>
  399.  
  400. <div id="sidebar">
  401.  
  402. <div id="title"><a href="/" class="titless" title="refresh">{Title}</a></div>
  403. <kk><br></kk>
  404. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  405.  
  406. <div id="link1">
  407. <a href="{text:link1 url}" title="{text:link1 text}">i</a>
  408. </div>
  409. <div id="link2">
  410. <a href="{text:link2 url}" title="{text:link2 text}">ii</a>
  411. </div>
  412. <div id="link3">
  413. <a href="{text:link3 url}" title="{text:link3 text}">iii</a>
  414. </div>
  415. <div id="link4">
  416. <a href="{text:link4 url}" title="{text:link4 text}">iv</a>
  417. </div>
  418.  
  419. <div id="description">{Description}</div>
  420.  
  421. <div id="pagination">
  422. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="pagi">-</a>{/block:PreviousPage}
  423. {block:NextPage}<a href="{NextPage}" class="pagi">+</a>{/block:NextPage}{/block:Pagination}
  424. </div>
  425.  
  426. </div>
  427.  
  428. <div id="entries">{block:Posts}<div id="post">
  429.  
  430. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  431.  
  432. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  435.  
  436. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  437.  
  438. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  439.  
  440. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  441.  
  442. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  443.  
  444. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  445.  
  446. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  447.  
  448. <div id="info">
  449. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  450. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  451. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} <small>•<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</small></div>
  452.  
  453. </div>
  454. {block:PostNotes}{PostNotes}{/block:PostNotes}
  455. {/block:Posts}</div>
  456.  
  457. <div id="credit"><a href="http://holyenochianthemes.tumblr.com" target="_blank">©KMW</a></div>
  458.  
  459. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment