Advertisement
Guest User

Theme 16 - billiondays

a guest
Jul 6th, 2013
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.19 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. Theme by Dagmar -
  5. ╭╮╱╱╭╮╭╮╱╱╱╱╱╱╱╱╱╭╮
  6. ┃┃╱╱┃┃┃┃╱╱╱╱╱╱╱╱╱┃┃
  7. ┃╰━┳┫┃┃┃╭┳━━┳━╮╭━╯┣━━┳╮╱╭┳━━╮
  8. ┃╭╮┣┫┃┃┃┣┫╭╮┃╭╮┫╭╮┃╭╮┃┃╱┃┃━━┫
  9. ┃╰╯┃┃╰┫╰┫┃╰╯┃┃┃┃╰╯┃╭╮┃╰━╯┣━━┃
  10. ╰━━┻┻━┻━┻┻━━┻╯╰┻━━┻╯╰┻━╮╭┻━━╯
  11. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  12. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  13.  
  14. Do not remove credit please.
  15. ------------->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head><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:sidebar bg" content="#a8a8a8"/>
  26. <meta name="color:sblinks" content="#b8b8b8"/>
  27. <meta name="color:sblinks hover" content="f0f0f0"/>
  28. <meta name="color:description bg" content="#f2f2f2"/>
  29.  
  30. <meta name="color:Text" content="#a8a8a8"/>
  31. <meta name="color:Link" content="#b8b8b8"/>
  32. <meta name="color:Tags" content="f0f0f0"/>
  33. <meta name="color:Hover" content="#f2f2f2"/>
  34. <meta name="color:Post" content="#ffffff"/>
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="text:Home Link Text" content="" />
  37. <meta name="text:Ask Link" content="" />
  38. <meta name="text:Ask Link Text" content="" />
  39. <meta name="text:Link 1 Text" content="" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:Link 2 Text" content="" />
  42. <meta name="text:Link 3" content="" />
  43. <meta name="text:Link 3 Text" content="" />
  44. <meta name="text:Link 4" content="" />
  45. <meta name="text:Link 4 Text" content="" />
  46. <meta name="color:scrollbarbg" content="ffffff"/>
  47.  
  48.  
  49. <style type="text/css">
  50. #bite
  51. #bite a{
  52. display:block
  53. }
  54. #bite .death {
  55. margin-right:0px;filter: alpha(opacity = 0);
  56. opacity:0;-webkit-transition: all 0.5s ease-out;
  57. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  58. }
  59.  
  60. #bite:hover .death {
  61. margin-left:0px;
  62.  
  63. -webkit-transition: all 0.8s ease-out;
  64. -moz-transition: all 0.8s ease-out;
  65. transition: all 0.8s ease-out;
  66. filter: alpha(opacity = 100);
  67. filter: alpha(opacity = 100);
  68. opacity:8;
  69. }
  70.  
  71. /* --- SCROLLBAR ---*/
  72.  
  73. ::-webkit-scrollbar {
  74. width: 2px;height: 0px;}
  75. ::-webkit-scrollbar-button:start:decrement,
  76. ::-webkit-scrollbar-button:end:increment {
  77. height: 6px;display: block;background-color: {color:white};}
  78. ::-webkit-scrollbar-track-piece {
  79. background-color: {color:black};}
  80. ::-webkit-scrollbar-thumb:vertical {
  81. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  82.  
  83.  
  84. /* --- BODY ---*/
  85.  
  86. body {
  87. background:{color:background};
  88. margin:0px;
  89. color:{color:text};
  90. font-family:Calibri;
  91. font-size:9px;
  92. line-height:100%;
  93. }
  94.  
  95. a {
  96. text-decoration:none;
  97. outline:none;
  98. -moz-outline-style:none;
  99. color:{color:link};
  100. }
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. h1 {
  117. font-size:9px;
  118. text-transform:uppercase;
  119. }
  120.  
  121.  
  122. a:hover{
  123. opacity:10;
  124. color:{color:hover};
  125. -webkit-transition: all 0.7s ease;
  126. -moz-transition: all 0.7s ease;
  127. -o-transition: all 0.7s ease
  128. }
  129. /* --- POST ENTRIES ---*/
  130.  
  131.  
  132. #entries {
  133. padding:10px;
  134. width:500px;
  135. margin-left:450px;
  136. margin-top:40px;
  137. font-size:10px;
  138. }
  139.  
  140. /* --- BODY: POSTS ---*/
  141.  
  142.  
  143. #post {
  144. width:500px;
  145. padding-bottom:20px;
  146. padding:10px;
  147. margin-top:0px;
  148. background-color:{color:Post};
  149. }
  150.  
  151. /* --- SIDEBAR IMAGE ---*/
  152.  
  153.  
  154. #sidebar {
  155. width:120px;
  156. height:300px;
  157. position:fixed;
  158. margin-left:200px;
  159. margin-top:150px;
  160. opacity:10;
  161. background-color:{color:sidebar bg};
  162. }
  163.  
  164. #sidebarimage {
  165. width 85px;
  166. height:85px;
  167. }
  168.  
  169. #sidebarimage img {
  170. margin-left:10px;
  171. margin-top:10px;
  172. width 85px;
  173. height:85px;
  174. padding:6px;
  175. background-color:{color:sidebar bg};
  176. }
  177.  
  178.  
  179. /* --- SIDEBAR LINKS ---*/
  180.  
  181. .links {
  182. width:auto;
  183. height:5px;
  184. padding: 9px;
  185. font-family:'courier new';
  186. text-align:center;
  187. margin-top:17px;
  188. margin-left:7px;
  189. text-align:center;
  190. text-transform:lowercase;
  191. word-spacing:2px;
  192. position:fixed;
  193. padding-bottom:7px;
  194. -moz-transition-duration:0.4s;
  195. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  196. }
  197.  
  198. .links a {
  199. line-height:80%;
  200. color:#000;
  201. background-color:{color:sblinks};
  202. display:block;
  203. padding:5px;
  204. width:75px;
  205. font-size: 16px;
  206. -moz-transition-duration:0.4s;
  207. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  208. }
  209.  
  210. .links a:hover {
  211. color:#fff;
  212. text-transform:uppercase;
  213. background-color:{color:sblinks hover};
  214. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  215. -moz-transition-duration:0.4s;
  216. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  217. }
  218.  
  219.  
  220. /* --- DESCRIPTION ---*/
  221.  
  222. #description {
  223. position:fixed;
  224. font-family:cambria;
  225. line-height:90%;
  226. font-size:9px;
  227. font-style:italic;
  228. width:69px;
  229. height:69px;
  230. margin-top:-69px;
  231. padding:8px;
  232. margin-left:16px;
  233. overflow:scroll;
  234. background-color:{color:description bg};
  235. opacity:0.8;
  236. text-align:justify;
  237. color:{color:text};
  238. }
  239.  
  240.  
  241.  
  242. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  243. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  244.  
  245. /* --- PAGINATION---*/
  246.  
  247.  
  248. #pagination {
  249. width:100px;
  250. font-size:28px;
  251. text-align:center;
  252. margin-left:950px;
  253. margin-top:-230px;
  254. position:fixed;
  255. font-family:cambria italic;
  256. letter-spacing:0px;
  257. color:#fff;
  258. line-height:180%;
  259.  
  260. -webkit-transform: rotate(-10deg);
  261.  
  262. -moz-transform: rotate(270deg);
  263.  
  264. -o-transform: rotate(270deg);
  265. }
  266.  
  267.  
  268.  
  269. #pagination a{
  270. color:#000; }
  271.  
  272. /* --- POST INFO ---*/
  273.  
  274.  
  275.  
  276.  
  277. .swag {
  278. width:490px;
  279. padding:5px;
  280. font-family:cambria;
  281. font-size:8px;
  282. color:{color:link};
  283. text-transform:uppercase;
  284. font-style:normal;
  285. letter-spacing:2px;
  286. text-align:left;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. }
  291.  
  292. .swag a {
  293.  
  294. color:#fff;
  295. text-align:center;
  296. background-color:#000;
  297. letter-spacing:1px;
  298. padding:5px;
  299. font-style:normal;
  300. -moz-transition-duration:0.5s;
  301. -webkit-transition-duration:0.5s;
  302. -o-transition-duration:0.5s;
  303. }
  304.  
  305. .swag a:hover {
  306. color:#000;
  307. background-color:#fff;
  308. -moz-transition-duration:0.4s;
  309. -webkit-transition-duration:0.4s;
  310. -o-transition-duration:0.4s;
  311. }
  312.  
  313. .source {
  314. width:490px;
  315. padding:5px;
  316. font-family:cambria;
  317. font-size:8px;
  318. margin-top:-20px;
  319. margin-left:-20px;
  320. color:#000;
  321. font-style:bold;
  322. text-transform:uppercase;
  323. font-style:normal;
  324. letter-spacing:0px;
  325. text-align:right;
  326. -moz-transition-duration:0.5s;
  327. -webkit-transition-duration:0.5s;
  328. -o-transition-duration:0.5s;
  329. }
  330.  
  331. .source a {
  332. background-color:#000;
  333. color:#fff;
  334. text-align:center;
  335. letter-spacing:1px;
  336. padding:5px;
  337. word-spacing:-5px;
  338. font-style:bold;
  339. -moz-transition-duration:0.5s;
  340. -webkit-transition-duration:0.5s;
  341. -o-transition-duration:0.5s;
  342. }
  343.  
  344. .source a:hover {
  345. color:#000;
  346. background-color:#fff;
  347. -moz-transition-duration:0.4s;
  348. -webkit-transition-duration:0.4s;
  349. -o-transition-duration:0.4s;}
  350.  
  351.  
  352. /* --- POST TAGS---*/
  353.  
  354.  
  355. #tags {
  356. font-family:cambria;
  357. letter-spacing:0px;
  358. text-transform:lowercase;
  359. font-size:10px;
  360. font-style:italic;
  361. margin-top:4px;
  362. text-align:left;
  363. }
  364.  
  365. #tags
  366. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  367. -webkit-transition: all 0.6s ease-in-out;
  368. -moz-transition: all 0.6s ease-in-out;
  369. -o-transition: all 0.6s ease-in-out;
  370. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  371.  
  372.  
  373. /* --- QUESTIONS ---*/
  374.  
  375. #asker {
  376. padding:5px;
  377. font-family:cambria;
  378. letter-spacing:1px;
  379. text-align:left;
  380. font-style:italic;
  381. margin-left:10px;
  382. border-left:3px #eee solid;
  383. background-color:{color:background}
  384. }
  385.  
  386. #ifyouremovethisiwillkickyou {
  387. background-color:#fff;
  388. position:fixed;
  389. bottom:5px;
  390. right:5px;
  391. padding:6px;
  392. font-size:17px;
  393. font-family:'rouge script';
  394. -moz-transition-duration:0.2s;
  395. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;
  396. }
  397.  
  398. #ifyouremovethisiwillkickyou a{
  399. color:#000;
  400. -moz-transition-duration:0.2s;
  401. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;
  402. }
  403.  
  404. #ifyouremovethisiwillkickyou:hover {
  405. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  406. -moz-transition-duration:0.2s;
  407. -webkit-transition-duration:0.2s; -o-transition-duration:0.2s;}
  408.  
  409.  
  410.  
  411.  
  412.  
  413. {CustomCSS}</style></head><body>
  414.  
  415. <link href='http://fonts.googleapis.com/css?family=Rouge+Script|Parisienne|Open+Sans+Condensed:300|Dancing+Script|Satisfy|Gruppo' rel='stylesheet' type='text/css'>
  416.  
  417. <div id="sidebar">
  418. <div id="bite"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  419.  
  420.  
  421. <div class="death"><div id="description">
  422. {Description}
  423. </div></div></div>
  424.  
  425.  
  426.  
  427.  
  428. <div class="links">
  429. <a href="/">{text:Home Link Text}</a><br>
  430. <a href="{text:Ask Link}">{text:Ask Link Text}</a><br>
  431. <a href="{text:Link 1}">{text:Link 1 Text}</a><br>
  432. <a href="{text:Link 2}">{text:Link 2 Text}</a><br>
  433. <a href="{text:Link 3}">{text:Link 3 Text}</a><br>
  434. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  435. </div>
  436.  
  437. <div style="margin-top:2px; margin-left:-225px; -webkit-transform: rotate(270deg);
  438.  
  439. -moz-transform: rotate(270deg);
  440.  
  441. -o-transform: rotate(270deg);"> <img src="http://media.tumblr.com/2853917bbfb3de6df67864974fa45510/tumblr_inline_moly0ov7tp1qz4rgp.jpg" alt="Pulpit rock" width="304" height="75"></div>
  442.  
  443. <div style="margin-top:100px; margin-left:175px; -webkit-transform: rotate(270deg);
  444.  
  445. -moz-transform: rotate(90deg);
  446.  
  447. -o-transform: rotate(270deg);"> <img src="http://media.tumblr.com/161cb1b67d9ae4803df80ea238f0b528/tumblr_inline_moly0ttNZw1qz4rgp.jpg" alt="Pulpit rock" width="304" height="75"></div>
  448.  
  449. {block:Pagination}<div id="pagination">
  450. {block:PreviousPage}<a href="{PreviousPage}">ℛise</a>{/block:PreviousPage}
  451. {block:NextPage}<a href="{NextPage}">ℱall</a>{/block:NextPage}
  452. </div>{/block:Pagination}
  453.  
  454. </div>
  455.  
  456.  
  457. <div id="entries">{block:Posts}<div id="post">
  458.  
  459. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  460.  
  461. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  462.  
  463. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {block:Quote}{Quote}{/block:Quote}
  466.  
  467. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  468.  
  469. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  470.  
  471. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  472. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  473. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  474. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  475. {/block:Audio}
  476.  
  477. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  478.  
  479. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  480.  
  481. <div id="info">
  482. <br>{block:Date}<div class="swag"><a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  483.  
  484. {block:RebloggedFrom}<div class="source"><a href="{ReblogParentURL}">Via </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">credit</a>{/block:ContentSource} {block:RebloggedFrom}</div> {/block:RebloggedFrom}
  485. {block:HasTags}
  486.  
  487. <div id="tags"> {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  488. {/block:Posts}
  489.  
  490. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  491. {/block:Posts}</div></div></div>
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <!--
  499. THEME MAKER CREDIT
  500. -->
  501.  
  502. <div id="ifyouremovethisiwillkickyou"><a href="http://billiondays.tumblr.com/">Billiondays</a></div>
  503.  
  504.  
  505. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement