Advertisement
fiebremeh

Ghost theme

May 12th, 2014
6,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!—
  5.  
  6. THIS THEME WAS MADE BY
  7.  
  8. /$$$$$$ /$$ /$$
  9. /$$__ $$|__/ | $$
  10. | $$ \__/ /$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$
  11. | $$$$ | $$ /$$__ $$| $$__ $$ /$$__ $$ /$$__ $$
  12. | $$_/ | $$| $$$$$$$$| $$ \ $$| $$ \__/| $$$$$$$$
  13. | $$ | $$| $$_____/| $$ | $$| $$ | $$_____/
  14. | $$ | $$| $$$$$$$| $$$$$$$/| $$ | $$$$$$$
  15. |__/ |__/ \_______/|_______/ |__/ \_______/
  16.  
  17. • HTTP://FIEBRE.TUMBLR.COM - @Mercedes
  18. • HTTP://FIEBRETHEMES.TUMBLR.COM - *Ghost theme*
  19.  
  20. DON’T DELETE THE CREDITS! ~
  21.  
  22. —>
  23. <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
  24. <head>
  25.  
  26. <meta name=”color:Background” content=”#fff” />
  27. <meta name=”color:Text” content=”#101010” />
  28. <meta name=”color:Title” content=”#000” />
  29. <meta name=”color:Title Hover” content=”#000” />
  30. <meta name=”color:Navigation” content=”#000” />
  31. <meta name=”color:Navigation Hover” content=”#000” />
  32.  
  33. <meta name=”font:Title” content=”baskerville”/>
  34. <meta name=”font:Body” content=”baskerville”/>
  35. <meta name=”text:body font size” content=”10px”/>
  36. <meta name=”text:title font size” content=”20px”/>
  37.  
  38. <meta name=”image:body background” content=”” />
  39. <meta name=”if:maximized body background” content=”0” />
  40. <meta name=”if:Endless Scrolling” content=”1” />
  41. <meta name=”if:Faded Images” content=”0” />
  42. <meta name=”if:Bigger Images When Hover” content=”0” />
  43. <meta name=”if:Endless Scrolling” content=”1” />
  44. <meta name=”if:Show Archive Link” content=”1”/>
  45. <meta name=”if:Show Ask Link” content=”1” />
  46.  
  47. <meta name=”if:Everything Big” content=”0” />
  48. <meta name=”if:Disable Photo Captions” content=”0” />
  49.  
  50. <meta name=”if:Show Custom Link1” content=”0”/>
  51. <meta name=”if:Show Custom Link2” content=”0”/>
  52. <meta name=”if:Show Custom Link3” content=”0”/>
  53.  
  54. <meta name=”text:Custom Link1” content=”” />
  55. <meta name=”text:Custom Link1 Title” content=”Link1” />
  56. <meta name=”text:Custom Link2” content=”” />
  57. <meta name=”text:Custom Link2 Title” content=”Link2” />
  58. <meta name=”text:Custom Link3” content=”” />
  59. <meta name=”text:Custom Link3 Title” content=”Link3” />
  60.  
  61.  
  62. <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8”/>
  63. <link rel=”icon” href=”{Favicon}”/>
  64. <link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”{RSS}”/>
  65. <title>{Title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  66. {CustomCSS}
  67. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  68. <style type=”text/css”>body, a, {cursor:pointer}</style></a>
  69. <style type=”text/css”>
  70. a:hover{cursor:pointer}
  71.  
  72.  
  73. body{ margin:0px; padding:0px; margin-top:0px; margin-bottom:0px; font-family: {font:body}; font-size:{text:body font size}; color:{color:text} ; background-color:{color:background}; background-image:url(‘{image:body background}’) ; background-attachment: fixed;
  74.  
  75. {block:ifmaximizedbodybackground} -webkit-background-size: cover;
  76. -moz-background-size: cover;
  77. -o-background-size: cover;
  78. background-size: cover; {/block:ifmaximizedbodybackground} }
  79.  
  80.  
  81. {block:Iffadedimages}
  82. img{
  83. -webkit-transition: opacity 0.7s linear;
  84. opacity: 0.85;
  85. }
  86. img:hover {
  87. -webkit-transition: opacity 0.7s linear;
  88. opacity: 1;
  89. }
  90. {/block:Iffadedimages}
  91. {block:IfBiggerImagesWhenHover}
  92. img:hover {-webkit-transform: scale(1.01); -webkit-transition-duration: 0.6s;}
  93. {/block:IfBiggerImagesWhenHover}
  94.  
  95. a {color: #000 ; text-decoration: none; }
  96.  
  97. a:hover { ;-webkit-transition-duration: 0.4s;}
  98.  
  99. a:active,a:focus {outline: 0;}
  100.  
  101. #contentcolumn{
  102. {Block:IfNotEverythingBig}width:300px;{/Block:IfNotEverythingBig}
  103. {Block:IfEverythingBig}width:500px;{/Block:IfEverythingBig}
  104. margin-left:350px;
  105. margin-top:0px;
  106. opacity:1;
  107. overflow:shown;
  108.  
  109. text-align:justify;
  110. position:absolute;
  111.  
  112. }
  113.  
  114. .notes {padding-left:25px; font-size:9px; overflow-x:hidden;}
  115. ol.notes { float:left; width:500px; height:300px; padding-left:5px; margin-top:10px; overflow:scroll; overflow-x:hidden; over-flow-y:scroll; list-style-type:none; font-weight:normal; font-size:9px; text-transform:none;}
  116. ol.notes li.note {padding-top:2px; opacity:.8; -moz-transition:0.1s ease-in; -webkit-transition:0.1s ease-in; -o-transition:0.1s ease-in; transition:0.1s ease-in;} ol.notes li.note:hover {opacity:1;} ol.notes li.note img.avatar {width:14px; height:14px;}
  117.  
  118. #permalink{
  119. text-align:center;
  120. margin-left:0px;
  121. margin-right:-70px;
  122. margin-top:10px;
  123. font:10px georgia;
  124. float:right;
  125. opacity:0;
  126. -webkit-transition-duration: 0.6s;
  127.  
  128. }
  129.  
  130. #rainbow:hover #permalink {display: block; opacity:0.8;}
  131.  
  132. #tit {
  133. letter-spacing:1px;
  134. text-transform:uppercase;
  135.  
  136. font-style:italic;
  137. text-transform:;
  138. line-height:15px;
  139.  
  140.  
  141. }
  142. #cont {
  143. line-height:11px;
  144. margin-top:-10px;
  145. }
  146. #audi {
  147. background-color : #000;
  148. height : 27px;
  149. margin-bottom : -10px;
  150. {Block:IfNotEverythingBig}width:300px;{/Block:IfNotEverythingBig}
  151. {Block:IfEverythingBig}width:500px;{/Block:IfEverythingBig}
  152. }
  153.  
  154. #rainbow {
  155. background:{color:background};
  156. margin-bottom:40px;
  157. margin-top:40px;
  158. line-height:11px;
  159.  
  160. }
  161.  
  162.  
  163. .camel {
  164. text-align:center;
  165. font-size:{text:title font size};
  166. font-family:{text:title};
  167. letter-spacing:2px;
  168. font-style:italic;
  169. text-transform:uppercase;
  170. position:fixed;
  171. line-height:22px;
  172. width:250px;
  173.  
  174.  
  175. }
  176.  
  177. .photoset iframe { {Block:IfNotEverythingBig}width:300px;!important{/Block:IfNotEverythingBig}
  178. {Block:IfEverythingBig}width:500px;!important{/Block:IfEverythingBig} }
  179. .camel a {
  180. color: {color:title}
  181. }
  182. .camel a:hover{
  183. color: {color:title hover}
  184. }
  185. .apple {
  186. text-align:center;
  187. position:fixed;
  188.  
  189. letter-spacing:1px;
  190. line-height:9px;
  191. text-transform:;
  192. width:250px;
  193. font-style:italic;
  194. margin-top:px;
  195.  
  196.  
  197. }
  198. .apple a {
  199. color: {color:navigation};}
  200. .apple a:hover {
  201. color: {color:navigation hover};
  202. }
  203.  
  204. .leftcol {
  205. margin-left:70px;
  206. width:200px;
  207. top:50%;
  208. position:fixed;
  209. }
  210.  
  211. .logon { bottom:3px; right:3px; position:fixed; background-color:#fff; text-align:center; padding:2px; font-size:10px; font-style:italic;}
  212. </style>
  213.  
  214. {block:IfEndlessScrolling}<script type=”text/javascript” src=”http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js”></script>{/block:IfEndlessScrolling}
  215. </head>
  216. <body>
  217.  
  218. <div class=”leftcol”>
  219. <div class=”apple”>{Block:IfShowAskLink}<a href=”/ask”>message</a>{/Block:IfShowAskLink} {Block:IfShowArchiveLink}<a href=”/archive”>archive</a>{/Block:IfShowArchiveLink}
  220. {Block:IfShowCustomLink1}<a href=”{text:Custom Link1}”>{text:Custom Link1 Title}</a>{/Block:IfShowCustomLink1} {Block:IfShowCustomLink2}<a href=”{text:Custom Link2}”>{text:Custom Link2 Title}</a>{/Block:IfShowCustomLink2} {Block:IfShowCustomLink3}<a href=”{text:Custom Link3}”>{text:Custom Link3 Title}</a>{/Block:IfShowCustomLink3} <a href=”http://fiebre.tumblr.com”>theme</a></div><br>
  221. <div class=”camel”><a href=”/”>{title}</a></div>
  222. </div>
  223.  
  224. <div id=”contentcolumn”>
  225.  
  226. {block:IfEndlessScrolling}<div class = “autopagerize_page_element”>{/block:IfEndlessScrolling}
  227. {block:Posts}
  228. <div id=”rainbow”>
  229. <div id=”permalink”>
  230. <a href=”{Permalink}”>{24Hour}.{Minutes}{AmPm}<br>{MonthNumber}/{DayOfMonth}/{ShortYear}</a>
  231. </div>
  232.  
  233. {block:Text}
  234. <div id=”tit”>{block:Title}{Title}{/block:Title}</div>
  235. <div id=”cont”><p align=justify>{Body}</p></div>
  236. <div id=”captionfoto”>
  237. {block:RebloggedFrom} <small>reblogged from: {ReblogParentName}</small> {/block:RebloggedFrom}</div>
  238. {/block:Text}
  239.  
  240. {block:Photo}
  241. {LinkOpenTag}<meta name=”{PhotoAlt}” content=”{PhotoAlt}”/> {Block:IfNotEverythingBig}<img src=”{PhotoURL-500}” alt=”{PhotoAlt}” border=”0” width=”300” >{/Block:IfNotEverythingBig}{Block:IfEverythingBig}<img src=”{PhotoURL-500}” alt=”{PhotoAlt}” border=”0” width=”500” >{/Block:IfEverythingBig}
  242. {Block:IfNotDisablePhotoCaptions}<div id=”cont”>{block:Caption} {Caption} {/block:Caption}</div>{/Block:IfNotDisablePhotoCaptions}{LinkCloseTag}
  243. {/block:Photo}
  244.  
  245. {block:Photoset} <div class=”photoset”> {Photoset-400} {Block:IfNotDisablePhotoCaptions}{block:Caption}<div id=”cont”><p align=justify>{Caption}{/block:Caption}</p></div>{/Block:IfNotDisablePhotoCaptions}
  246.  
  247. {/block:Photoset}
  248.  
  249. {block:Quote}
  250. <big>”{Quote}”</big><br>
  251. {block:Source}{Source}{/block:Source}
  252. {/block:Quote}
  253.  
  254. {block:Link}
  255. <div id=”tit”><a href=”{URL}”>{Name}</a></div>
  256. <div id=”cont”>{block:Description}{Description}{/block:Description}</div>
  257. {/block:Link}
  258.  
  259. {block:Chat}
  260. {block:Title}<b>{Title}</b>{/block:Title}
  261. {block:Lines}{block:Label}<b>{Label}</b> {Line} <br>
  262. {/block:Label}{/block:Lines}
  263.  
  264. {/block:Chat}
  265.  
  266. {block:Audio}
  267. <div id=”audi”>{AudioPlayerBlack}</div><br>
  268. <center>{block:Caption}{Caption}{/block:Caption}</center>
  269. {/block:Audio}
  270.  
  271. {block:Answer}
  272. <div id=”tit”>”{Question}”</div> - {Asker} <br>
  273. {Answer}
  274.  
  275. {/block:answer}
  276.  
  277. {block:Video} <div class=”post”> <div class=”photoset”>{Video-250}</div>
  278. {block:Caption}{Caption}{/block:Caption} <div class=”permalink”><a href=”{Permalink}”>{timeago}</a></div></div>{/block:Video}
  279.  
  280.  
  281. </div>
  282. {block:PostNotes}<div class=”notes”>
  283. {block:NoteCount}{NoteCount} notes{/block:NoteCount} {block:HasTags}// {block:Tags}<a href=”{TagURL}”>#{Tag}</a> {/block:Tags} {/block:HasTags}
  284. {PostNotes} </div>{/block:PostNotes}
  285.  
  286. {/block:posts}
  287. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  288. {block:IfNotEndlessScrolling}
  289. <center>{block:Pagination}
  290. {block:PreviousPage}
  291. <a href=”{PreviousPage}”>&larr;</a>
  292. {/block:PreviousPage}
  293.  
  294. {block:JumpPagination length=”5”}
  295. {block:CurrentPage}
  296. <span class=”current_page”>{PageNumber}</span>
  297. {/block:CurrentPage}
  298.  
  299. {block:JumpPage}
  300. <a class=”jump_page” href=”{URL}”>{PageNumber}</a>
  301. {/block:JumpPage}
  302. {/block:JumpPagination}
  303.  
  304. {block:NextPage}
  305. <a href=”{NextPage}”>&rarr;</a>
  306. {/block:NextPage}
  307. {/block:Pagination}</center>
  308. {/block:IfNotEndlessScrolling}
  309. <br>
  310. <br>
  311. <div class=”logon”><a href=”http://fiebre.tumblr.com” title=”theme by fiebre”>theme</a></div>
  312. </body>
  313. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement