Advertisement
Ozbby

THEME #07 - THE BEAST BELOW

Aug 12th, 2014
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 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.  
  3. <!--
  4.  
  5. Theme #07 by pirateamelia
  6. you may edit as much as you want
  7. please don't remove the credit or use as a base
  8.  
  9. -->
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Text" content="#bbbbbb"/>
  26. <meta name="color:Link" content="#aaaaaa"/>
  27. <meta name="color:Tags" content="#cccccc"/>
  28. <meta name="color:Hover" content="#f1f1f1"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#eeeeee"/>
  31. <meta name="color:Scrollbar" content="#e975b7"/>
  32. <meta name="color:scrollbarbg" content="ffffff"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:bg" content="ffffff"/>
  36. <meta name="image:thekey" content=""/>
  37.  
  38. <meta name="text:linkA" content="">
  39. <meta name="text:linkA url" content="/">
  40. <meta name="text:linkB" content="">
  41. <meta name="text:linkB url" content="/">
  42. <meta name="text:linkC" content="">
  43. <meta name="text:linkC url" content="/">
  44. <meta name="text:linkD" content="">
  45. <meta name="text:linkD url" content="/">
  46. <meta name="text:linkE" content="">
  47. <meta name="text:linkE url" content="/">
  48. <meta name="text:linkF" content="">
  49. <meta name="text:linkF url" content="/">
  50.  
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57.  
  58.  
  59. ::-webkit-scrollbar {
  60. width: 5px;height: 5px;}
  61. ::-webkit-scrollbar-button:start:decrement,
  62. ::-webkit-scrollbar-button:end:increment {
  63. height: 6px;display: block;background-color: {color:white};}
  64. ::-webkit-scrollbar-track-piece {
  65. background-color: {color:scrollbarbg};}
  66. ::-webkit-scrollbar-thumb:vertical {
  67. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  68.  
  69.  
  70. body {
  71. background:#fff;
  72. margin:0px;
  73. color:{color:text};
  74. font-family:Helvetica;
  75. font-size:9px;
  76. line-height:100%;
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. -moz-outline-style:none;
  82. color:{color:link};
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89.  
  90. h1 {
  91. font-size:12px;
  92. text-transform:uppercase;
  93. }
  94.  
  95. blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. blockquote blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. }
  104.  
  105.  
  106. a:hover {
  107. opacity:1;
  108. color:{color:hover};
  109. -webkit-transition: all 0.5s ease;
  110. -moz-transition: all 0.5s ease;
  111. -o-transition: all 0.5s ease
  112. }
  113.  
  114. #title {
  115. font-family:helvetica;
  116. text-transform:uppercase;
  117. font-size:14px;
  118. text:#bbbbbb;
  119. text-align:center;
  120. }
  121.  
  122. #sidebar {
  123. position:fixed;
  124. width:245px;
  125. margin-left:960px;
  126. margin-top:200px;
  127. opacity:1;
  128.  
  129. }
  130.  
  131. #sidebarimage {
  132. width:245px;
  133.  
  134. }
  135.  
  136. #sidebarimage img {
  137. width:245px;
  138. padding:4px;
  139. }
  140.  
  141.  
  142.  
  143.  
  144.  
  145. .desc {
  146. position:fixed;
  147. margin-top:10px;
  148. margin-left:-5px;
  149. font-family:calibri;
  150. line-height:130%;
  151. font-size:10px;
  152. height:auto;
  153. width:245px;
  154. padding:9px;
  155. text-align:left;
  156. color:{color:text};
  157. }
  158.  
  159. .desc a
  160. {color:{color:text};
  161. -moz-transition-duration:0.6s;
  162. -webkit-transition-duration:0.6s;
  163. -o-transition-duration:0.6s;
  164. }
  165.  
  166.  
  167. .links {
  168. position:fixed;
  169. margin-top:70px;
  170. margin-left:-5px;
  171. width:245px;
  172. padding:9px;
  173. word-spacing:2px;
  174. font-family:calibri;
  175. text-align:left;
  176. text-transform:lowercase;
  177. letter-spacing:1px;
  178. border-top: 1px solid {color:border};
  179. }
  180.  
  181. .links a {
  182. font-size:10px;
  183. }
  184.  
  185. .links a:hover {
  186. color:{color:Hover}
  187. }
  188.  
  189.  
  190. .photos {
  191. opacity:1;
  192. border:5px #F5F5DC;
  193. transition:all .7s;
  194. }
  195.  
  196.  
  197. #pagi{
  198. width:245px;
  199. font-size:8px;
  200. text-align:center;
  201. margin-left:50px;
  202. margin-top:300px;
  203. position:fixed;
  204. font-family:helvetica;
  205. letter-spacing:0px;
  206. color:{color:text};
  207. }
  208.  
  209.  
  210. .posts {
  211. width:500px;
  212. padding-bottom:20px;
  213. padding:10px;
  214. margin-left:400px;
  215. margin-top:30px;
  216. background-color:{color:Post};
  217. }
  218.  
  219.  
  220. #details {
  221. text-align:right;
  222. margin-top:20px;
  223. text-transform:uppercase;
  224. font-size:8px;
  225. font-style:none;
  226. opacity:1;
  227.  
  228. }
  229.  
  230.  
  231. #tags {
  232. font-family:helvetica;
  233. letter-spacing:0px;
  234. text-transform:lowercase;
  235. font-size:9px;
  236. margin-top:2px;
  237. text-align:left;
  238. }
  239.  
  240. #tags a {
  241. display:inline-block;
  242. padding:-3px;
  243. text-align:right;
  244. color:{color:text};
  245. -webkit-transition: all 0.6s ease-in-out;
  246. -moz-transition: all 0.6s ease-in-out;
  247. -o-transition: all 0.6s ease-in-out;
  248. -ms-transition: all 0.6s ease-in-out;
  249. -transition: all 0.6s ease-in-out;
  250. }
  251.  
  252. #tags a:hover {
  253. color:{color:Hover}
  254. }
  255.  
  256. #notes {
  257. margin-left:380px;
  258. }
  259.  
  260. #question {
  261. padding:8px;
  262. font-family:helvetica;
  263. letter-spacing:2px;
  264. text-align:right;
  265. font-style:italic;
  266. color:{color:text};
  267. background-color:{color:line}
  268. }
  269.  
  270. .album img {
  271. width:240px;
  272. height:240px;
  273. border:10px solid #F5F5DC;
  274. opacity:1;
  275. background-image:{AlbumArtURL};
  276. transition:all 1s;
  277. }
  278.  
  279. .posts:hover .album img {
  280. opacity:.1;
  281. transition:all 1s;
  282.  
  283. }
  284.  
  285. .audioplayer {
  286. width:500px;
  287. opacity:0;
  288. transition:all 1s;
  289. margin-top:30px;
  290. margin-left:0px;
  291. margin-bottom:-80px;
  292. }
  293.  
  294. .posts:hover .audioplayer {
  295. opacity:.8;
  296. transition:all 1s;
  297.  
  298. }
  299.  
  300.  
  301.  
  302. .audiodetails {
  303. opacity:0;
  304. margin-top:-150px;
  305. margin-left:10px;
  306. margin-bottom:150px;
  307. text-align:center;
  308. text:#222220;
  309. transition:all 1s;
  310. }
  311.  
  312. .posts:hover .audiodetails {
  313. opacity:.95;
  314. transition:all 1s;
  315. }
  316.  
  317. .credit, .credit a {
  318. bottom:15px;
  319. right:15px;
  320. padding:5px;
  321. z-index:1000000;
  322. font-size:8px;
  323. color:#ffffff;
  324. position:fixed;
  325. text-align:center;
  326. font-family:helvetica;
  327. background-color:{color:scrollbar};
  328.  
  329. }
  330.  
  331.  
  332.  
  333.  
  334.  
  335. {CustomCSS}</style>
  336.  
  337.  
  338. </head><body>
  339.  
  340.  
  341.  
  342. <div id="sidebar">
  343. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  344.  
  345. <div class="desc">
  346. {Description}
  347. </div>
  348. <p>
  349. <div class="links">
  350. {block:IfLinkA}
  351. <a href="{text:linkA url}">{text:linkA}</a>
  352. {/block:IfLinkA}
  353. {block:IfLinkB}
  354. <a href="{text:linkB url}">{text:linkB}</a>
  355. {/block:IfLinkB}
  356. {block:IfLinkC}
  357. <a href="{text:linkC url}">{text:linkC}</a>
  358. {/block:IfLinkC}
  359. {block:IfLinkD}
  360. <a href="{text:linkD url}">{text:linkD}</a>
  361. {/block:IfLinkD}
  362. {block:IfLinkE}
  363. <a href="{text:linkE url}">{text:linkE}</a>
  364. {/block:IfLinkE}
  365. {block:IfLinkF}
  366. <a href="{text:linkF url}">{text:linkF}</a>
  367. {/block:IfLinkF}
  368.  
  369. <p>
  370.  
  371. <div class="pagination">
  372. {block:PreviousPage}
  373. <a href="{PreviousPage}"> ← </a>
  374. {/block:PreviousPage}
  375. {block:NextPage}
  376. <a href="{NextPage}"> β†’ </a>
  377. {/block:NextPage}
  378. </div>
  379. {/block:Pagination}
  380. </div>
  381.  
  382. </div>
  383.  
  384.  
  385.  
  386. <div class="container">
  387.  
  388. {block:Posts}<div class="posts">
  389.  
  390.  
  391. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  392.  
  393. {block:Photo}{LinkOpenTag}<div class="photos"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:Photo}
  396.  
  397. {block:Audio}<left>{block:AlbumArt}<div class="album img"><img src={AlbumArtURL}><span class="audio">
  398. <div class="audiodetails">
  399. <br>{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName} <br />
  400. <br>{block:Artist}<b>Artist:</b> {Artist} <br /> {/block:Artist}
  401. <div class="audioplayer">{AudioPlayerWhite}</div></div></div>
  402. {block:ifShowCaption}
  403. {block:Caption}{Caption}{/block:Caption}
  404. {/block:ifShowCaption}
  405. </left></span>
  406. {/block:AlbumArt}
  407.  
  408. {/block:ExternalAudio}
  409. {/block:Audio}
  410.  
  411. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  412.  
  413. <div class="photos">{block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
  414.  
  415. {block:Quote}{Quote}{/block:Quote}
  416.  
  417.  
  418. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  421.  
  422.  
  423. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;">β€” {Asker}: </span>{Question}</div><left> <font face="helvetica">{Answer}</font>{/block:Answer}
  424.  
  425.  
  426. <div id="details">
  427. <br><div style="text-align:left;"><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes} </a></div> <div style="text-align:right;margin-top:-10px;">{block:RebloggedFrom}
  428.  
  429.  
  430. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</div> <br />
  431.  
  432.  
  433. <a href="{Permalink}">{NoteCountWithLabel}</a>
  434. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  435. {/block:Posts}
  436.  
  437. {block:PostNotes}<div id="notes">
  438. {PostNotes}</div>{/block:PostNotes}
  439. {/block:Posts}</div></div></div> </div></div>
  440.  
  441.  
  442. <span class="credit">
  443. <a href="http://pirateamelia.tumblr.com">R B</a>
  444. </span>
  445.  
  446. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement