Advertisement
finnhurries

Theme #2 By Finnhurries

Apr 10th, 2013
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6. <!--THEME #2 BY FINNHURRIES PLZ DON'T REMOVE THE CREDIT OR MOVE IT TO A DIFFERENT PAGE OR I WILL FIND YOU AND SEND A SLOTH TO PUNCH YOUR BOOBS ;*-->
  7.  
  8.  
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  17.  
  18. <!--Default Variables-->
  19. <!--Colors-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#333333"/>
  23. <meta name="color:Link" content="#717581"/>
  24. <meta name="color:Hover" content="#333333"/>
  25. <meta name="color:Border" content="#969696"/>
  26.  
  27. <!--Images-->
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32. <!--Links-->
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="" />
  40. <meta name="text:Link4" content="/" />
  41. <meta name="text:Link4 Title" content="" />
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. a {
  47. color:{color:link};
  48. text-decoration:none;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54. a:hover {
  55. color:{color:hover};
  56. text-decoration:none;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. }
  61.  
  62. #bite
  63. #bite a{
  64. display:block
  65. }
  66. #bite .death {
  67. margin-right:0px;filter: alpha(opacity = 0);
  68. opacity:0;-webkit-transition: all 0.5s ease-out;
  69. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  70. }
  71.  
  72. #bite:hover .death {
  73. margin-left:0px;
  74.  
  75. -webkit-transition: all 0.8s ease-out;
  76. -moz-transition: all 0.8s ease-out;
  77. transition: all 0.8s ease-out;
  78. filter: alpha(opacity = 100);
  79. filter: alpha(opacity = 100);
  80. opacity:8;
  81. }
  82.  
  83.  
  84.  
  85. ::-webkit-scrollbar {height: auto;width: 6px;}
  86. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  87. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  88.  
  89. body {
  90. background:{color:background};
  91. background-image: url('{image:background}') no-repeat fixed center;;
  92. margin:0px;
  93. color:{color:text};
  94. font-family:consolas;
  95. font-size:10px;
  96. line-height:100%;
  97. }
  98.  
  99. a {
  100. text-decoration:none;
  101. outline:none;
  102. -moz-outline-style:none;
  103. color:{color:link};
  104. -webkit-transition: all 0.5s ease;
  105. -moz-transition: all 0.5s ease;
  106. -o-transition: all 0.5s ease
  107. }
  108.  
  109. img {
  110. border:none;
  111. }
  112.  
  113. blockquote blockquote {
  114. padding-left:5px;
  115. border-left:1px solid;
  116. }
  117.  
  118. h1 {
  119. font-size:12px;
  120. font-family:consolas;
  121. text-transform:uppercase;
  122. }
  123.  
  124. a:hover {
  125. opacity:10;
  126. color:{color:hover};
  127. -webkit-transition: all 0.7s ease;
  128. -moz-transition: all 0.7s ease;
  129. -o-transition: all 0.7s ease
  130. }
  131.  
  132. small{
  133. font-size:9px;
  134. line-height:110%
  135. }
  136.  
  137. big {
  138. font-size:12px;
  139. line-height:110%
  140. }
  141.  
  142. b, strong{
  143. color:{color:text}
  144. }
  145. i, em {
  146. color:{color:text}
  147. }
  148. p{
  149. margin-top:5px;
  150. margin-bottom:5px
  151. }
  152. blockquote {
  153. padding:0px;
  154. padding-left:5px;
  155. margin:5px;
  156. border-left:1px dotted {color:text}
  157. }
  158.  
  159. blockquote img {
  160. max-width:300px
  161. }
  162.  
  163. ul, li img {
  164. max-with:250px
  165. }
  166.  
  167. .audio {width:500px;height:160px;}
  168. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  169. .albumart img {width:150px;height:150px;float:left;}
  170. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  171. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  172. overflow:hidden;background-color:white;}
  173. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  174.  
  175. #entries {
  176. padding:10px;
  177. width:500px;
  178. margin-left:600px;
  179. margin-top:85px;
  180. }
  181.  
  182.  
  183. #post {
  184. width:500px;
  185. padding-bottom:3px;
  186. font-family:consolas;
  187. opacity:1;
  188. }
  189.  
  190. #sidebar {
  191. width:120px;
  192. position:fixed;
  193. margin-left:320px;
  194. margin-top:170px;
  195. opacity:1;
  196. }
  197.  
  198. #sidebarimage img{
  199. width:120px;
  200. height:150px;
  201. padding:3px;
  202. border:1px solid;
  203. border-color: {color:Border};
  204. -webkit-transition: all 0.5s ease;
  205. -moz-transition: all 0.5s ease;
  206. -o-transition: all 0.5s ease
  207. }
  208.  
  209. #links {
  210. font-family:consolas;
  211. font-size:9px;
  212. opacity:1;
  213. text-align:center;
  214. padding-top:54px;
  215. letter-spacing:1px;
  216. text-transform:uppercase;
  217. padding-bottom:5px;
  218. margin-top:-165px;
  219. margin-left:8px;
  220.  
  221. }
  222.  
  223. #links a {
  224. background: #fff;
  225. border: 1px solid #cecece;
  226. width:80px;
  227. height:10px;
  228. display:inline-block;
  229. }
  230.  
  231. #links a:hover{
  232.  
  233. }
  234.  
  235. #description {
  236. padding:5px;
  237. font-size:10px;
  238. font-style:italic;
  239. opacity: 0.8;
  240. text-align:center;
  241. margin-top:45px;
  242. margin-left:6px;
  243. border-top: 1px solid #ececec;
  244. border-bottom:1px solid #ececec;
  245. }
  246.  
  247. #pagination {
  248. font-size:9px;
  249. text-align:center;
  250. color:{color:link};
  251. font-family:consolas;
  252. letter-spacing:2px;
  253. margin-left:11px;
  254. }
  255.  
  256. #info {
  257. text-align:center;padding:5px;
  258. margin-top:5px;
  259. margin-bottom:10px;
  260. text-transform: uppercase;
  261. font-family:consolas;
  262. font-size:9px;
  263. }
  264.  
  265. #tags {
  266. font-family:consolas;
  267. letter-spacing:1px;
  268. text-transform:uppercase;
  269. font-size:9px;
  270. margin-top:4px;
  271. a {display:inline; background-color:{color:linkb};
  272. padding:-4px;
  273. text-align:left;
  274. -webkit-transition: all 0.6s ease-in-out;
  275. -moz-transition: all 0.6s ease-in-out;
  276. -o-transition: all 0.6s ease-in-out;
  277. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  278.  
  279. #ask {
  280. padding:10px;
  281. width:auto;
  282. height:auto;
  283. text-align:center;
  284. background-color:#efefef;
  285. color:{color:text};
  286.  
  287. }
  288.  
  289. #answer {
  290. text-align:center;
  291. color:{color:text};
  292. }
  293.  
  294. #notes {
  295. font-family:consolas;
  296. text-transform:lowercase;
  297. font-size:9px;
  298. }
  299.  
  300. #question {
  301. font-family:times;
  302. font-style:italic;
  303. font-size:10px;
  304. }
  305.  
  306.  
  307. #turkey {
  308. position:fixed;
  309. width:90px;
  310. font-family:calibri;
  311. font-size:10px;
  312. line-height:150%;
  313. right:-80px;
  314. bottom:15px;
  315. text-align:left;
  316. color:{color:text};
  317. background-color:{color:infobg};
  318. padding:5px;
  319. border:1px solid {color:border};
  320. -moz-transition-duration:0.4s;
  321. -webkit-transition-duration:0.4s;
  322. -o-transition-duration:0.4s;
  323. }
  324.  
  325. #turkey:hover {
  326. right:-2px;
  327. -moz-transition-duration:0.4s;
  328. -webkit-transition-duration:0.4s;
  329. -o-transition-duration:0.4s;
  330. }
  331.  
  332.  
  333. {CustomCSS}</style></head><body>
  334.  
  335. <div id="sidebar">
  336. <div id="bite">
  337. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  338. <div class="death">
  339. <div id="links">
  340. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<p>
  341. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<p>
  342. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<p>
  343. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<p></div>
  344.  
  345. </div></div>
  346. <div id="description">{Description}</div>
  347. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  348. </div>
  349.  
  350. <div id="entries">{block:Posts}<div id="post">
  351.  
  352. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  353.  
  354. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  355.  
  356. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  357.  
  358. {block:Quote}{Quote}{block:Source} β€”{Source}{/block:Source}{/block:Quote}
  359.  
  360. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  361.  
  362. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  363.  
  364. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  365. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  366. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  367. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  368. {/block:Audio}
  369.  
  370. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  371.  
  372. <center>{block:Answer}<div class="ask">{Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}</center>
  373.  
  374. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  375. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">Β© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  376. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  377. {/block:Posts}
  378. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  379. {/block:Posts}</div></div></div>
  380.  
  381. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://finnhurries.tumblr.com">Β©</a></div>
  382.  
  383. </body>
  384.  
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement