Advertisement
elletho

Up All Night -- Theme 9

Jan 17th, 2014
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 9: 'Up All Night' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT take pieces of this theme for your own.
  13. ☮ DO NOT edit & redistribute.
  14. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  15. ☮ DO NOT move the credit.
  16. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  17.  
  18. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  19.  
  20. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  21. ☮ If you follow the rules and respect them, ilysm let's get married
  22. --->
  23.  
  24. <!--META NAMES-->
  25.  
  26. <meta name="color:txt" content="#666666"/>
  27. <meta name="color:links" content="#6f6e6e"/>
  28. <meta name="color:hover" content="#fafafa"/>
  29.  
  30. <meta name="color:bg" content="#ffffff">
  31. <meta name="color:post bg" content="#ffffff">
  32. <meta name="color:border" content="#ffffff">
  33. <meta name="color:scrollbar" content="#AAAAAA">
  34. <meta name="color:scrollbarbg" content="#ffffff">
  35. <meta name="color:info bg" content="#ffffff">
  36.  
  37. <meta name="image:bg" content=""/>
  38. <meta name="image:link1" content=""/>
  39. <meta name="image:link2" content=""/>
  40. <meta name="image:link3" content=""/>
  41. <meta name="image:gif1" content=""/>
  42. <meta name="image:gif2" content=""/>
  43. <meta name="image:gif3" content=""/>
  44. <meta name="image:png" content=""/>
  45. <meta name="image:png2" content=""/>
  46. <meta name="image:title" content=""/>
  47.  
  48. <meta name="text:link 1" content="/">
  49. <meta name="text:link 2" content="/">
  50. <meta name="text:link 3" content="/">
  51.  
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. background-color:{color:Scrollbar};
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:9px;
  66. width:4px;
  67. background-color:{color:ScrollbarBg};
  68. }
  69.  
  70. body {
  71. background-color:{color:bg};
  72. background-image:url('{image:bg}');
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. font-family:calibri;
  76. font-size:12px;
  77. text-align:justify;
  78. color:{color:txt};
  79. margin:0;
  80. }
  81.  
  82. a {
  83. color:{color:links};
  84. text-decoration:none;
  85. -moz-outline-style:none;
  86. }
  87.  
  88. a:hover{
  89. color:{color:hover};
  90. -moz-transition-duration:0.3s;
  91. -webkit-transition-duration:0.3s;
  92. -o-transition-duration:0.3s;
  93. }
  94.  
  95. img {
  96. border:none;
  97. }
  98.  
  99. blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. margin:5px;
  103. }
  104.  
  105. blockquote blockquote {
  106. padding-left:5px;
  107. border-left:2px solid;
  108. margin:5px;
  109. }
  110.  
  111. /*DESC*/
  112.  
  113. #desc {
  114. width:105px;
  115. height:90px;
  116. position:fixed;
  117. padding:10px;
  118. bottom:90px;
  119. left:275px;
  120. font-size:11px;
  121. background-color:{color:post bg};
  122. }
  123.  
  124.  
  125. /*PAGINAITON*/
  126.  
  127. #pagi {
  128. font-size:10px;
  129. text-transform:lowercase;
  130. letter-spacing:3px;
  131. font-style:normal;
  132. position:fixed;
  133. text-align:center;
  134. width:125px;
  135. left:275px;
  136. bottom:206px;
  137. color:{color:border};
  138. z-index:999999;
  139. }
  140.  
  141. #pagi a {
  142. color:{color:border};
  143. }
  144.  
  145. /*IMAGES*/
  146.  
  147.  
  148. #png {
  149. position:fixed;
  150. width:auto;
  151. height:auto;
  152. left:-5px;
  153. bottom:-5px;
  154. padding:2px;
  155. z-index:-99;
  156. }
  157.  
  158. #png2 {
  159. position:fixed;
  160. width:auto;
  161. height:auto;
  162. left:480px;
  163. bottom:73px;
  164. padding:2px;
  165. z-index:-99;
  166. }
  167.  
  168. #title {
  169. position:fixed;
  170. width:auto;
  171. height:auto;
  172. left:130px;
  173. bottom:23px;
  174. padding:2px;
  175. z-index:-9;
  176. }
  177.  
  178. #gif1 {
  179. position:fixed;
  180. width:120px;
  181. height:180px;
  182. bottom:162px;
  183. left:140px;
  184. border:1px double {color:border};
  185. z-index:-999;
  186. }
  187.  
  188. #gif2 {
  189. position:fixed;
  190. width:120px;
  191. height:180px;
  192. bottom:224px;
  193. left:277px;
  194. border:1px double {color:border};
  195. z-index:-9;
  196. }
  197. #gif3 {
  198. position:fixed;
  199. width:120px;
  200. height:180px;
  201. bottom:162px;
  202. left:412px;
  203. border:1px double {color:border};
  204. z-index:-999;
  205. }
  206.  
  207.  
  208. /*LINKS*/
  209.  
  210.  
  211. a {
  212. color:;
  213. text-decoration:none;
  214. -webkit-transition: all 0.7s ease-out;
  215. -moz-transition: all 0.7s ease-out;
  216. transition: all 0.7s ease-out;
  217. }
  218.  
  219. .fufu {
  220. width:227px;
  221. -webkit-transition: all 0.7s ease-out;
  222. -moz-transition: all 0.7s ease-out;
  223. transition: all 0.7s ease-out;
  224. }
  225.  
  226. .fufu:hover {
  227. -webkit-transform: translate(1em,0);
  228. -moz-transform: translate(1em,0);
  229. -o-transform: translate(1em,0);
  230. }
  231.  
  232. #biter
  233.  
  234. #bite a {display:block}
  235.  
  236. #bite .death {
  237. filter: alpha(opacity = 0);
  238. opacity:0;
  239. -webkit-transition: all 0.7s ease-out;
  240. -moz-transition: all 0.7s ease-out;
  241. transition: all 0.7s ease-out;
  242. }
  243.  
  244. #bite:hover .death {
  245. margin-top:0px;
  246. -webkit-transition: all 0.7s ease-out;
  247. -moz-transition: all 0.7s ease-out;
  248. transition: all 0.7s ease-out;
  249. filter: alpha(opacity = 100);
  250. filter: alpha(opacity = 100);
  251. opacity:100;
  252. }
  253.  
  254. #link1 {
  255. position: fixed;
  256. left:170px;
  257. bottom:342px;
  258. z-index:9999;
  259. }
  260.  
  261. #link2 {
  262. position: fixed;
  263. left:306px;
  264. bottom:404px;
  265. z-index:9999;
  266. }
  267.  
  268. #link3 {
  269. position: fixed;
  270. left:440px;
  271. bottom:342px;
  272. z-index:9999;
  273. }
  274.  
  275. /*ENTRIES*/
  276.  
  277. #container{
  278. width:525px;
  279. left:650px;
  280. margin-top:50px;
  281. position:absolute;
  282. z-index:0;
  283. }
  284.  
  285. #post{
  286. padding:15px;
  287. width:500px;
  288. background-color:{color:post bg};
  289. overflow:hidden;
  290. outline-offset:3px;
  291. margin-bottom:20px;
  292. float:left;
  293. z-index:9999;
  294. }
  295.  
  296.  
  297. /*POST INFO*/
  298.  
  299. #info {
  300. width:490px;
  301. text-align:center;
  302. font-family:calibri;
  303. font-size:11px;
  304. padding:5px;
  305. color:{color:text};
  306. line-height:10px;
  307. background-color:{color:info bg};
  308. margin-top:5px;
  309. margin-bottom:5px;
  310. }
  311.  
  312. #info a{
  313. color:{color:infolinks};
  314. }
  315.  
  316. #info a:hover{
  317. color:{color:links};
  318. }
  319.  
  320. #tags{
  321. width:490px;
  322. padding:5px;
  323. margin-top:-3px;
  324. margin-left:-5px;
  325. float:left;
  326. text-align:left;
  327. font-size:8px;
  328. opacity:1;
  329. color:{color:txt};
  330. background-color:{color:info bg};
  331. transition-duration: 0.5s;
  332. -moz-transition-duration: 0.5s;
  333. -webkit-transition-duration: 0.5s;
  334. -o-transition-duration: 0.5s
  335. }
  336.  
  337. #tags a {
  338. display:inline-block;
  339. {color:infolinks};
  340. font-size:11px;
  341. text-align:center;
  342. text-decoration:none;
  343. }
  344.  
  345. #notes{
  346. font-size:9px;
  347. text-transform:uppercase;
  348. }
  349.  
  350.  
  351. /*ASKS*/
  352.  
  353. #asks {
  354. font-size:11px;
  355. text-align:left;
  356. padding:5px;
  357. margin-top:0px;
  358. background-color:{color:info bg}
  359. }
  360.  
  361.  
  362.  
  363. /*CREDIT--seriously leave this please, i work hard on my themes.*/
  364.  
  365. #rae{
  366. float:right;
  367. position:fixed;
  368. bottom:5px;
  369. right:5px;
  370. padding:5px;
  371. font-size:11px;
  372. text-transform:uppercase;
  373. background-color:{color:bg}
  374. }
  375.  
  376. #maker a{
  377. color:{color:links};
  378. }
  379.  
  380.  
  381. {CustomCSS}
  382.  
  383. </style></head>
  384.  
  385.  
  386. <body>
  387. <div id="sidebar">
  388. <div id="png"><img src="{image:png}"></div>
  389. <div id="png2"><img src="{image:png2}"></div>
  390. <div id="title"><img src="{image:title}"></div></div>
  391.  
  392. <div id="bite">
  393. <h4>
  394. <div id="gif1"><img src="{image:gif1}"></div>
  395. <div id="gif2"><img src="{image:gif2}"></div>
  396. <div id="gif3"><img src="{image:gif3}"></div>
  397. </h4>
  398.  
  399. <div class="death">
  400. <div id="link1">
  401. <a href="{text:link 1}"><img src="{image:link1}"></a></div>
  402. <div id="link2">
  403. <a href="{text:link 2}"><img src="{image:link2}"></a></div>
  404. <div id="link3">
  405. <a href="{text:link 3}"><img src="{image:link3}"></a></div>
  406. </div>
  407. </div>
  408. </div>
  409. </div>
  410.  
  411. <div id="desc">{description}</div>
  412. {block:Pagination}
  413. <div id="pagi">
  414. {block:PreviousPage}
  415. <a href="{PreviousPage}">fall</a> —
  416. {/block:PreviousPage}
  417. {block:NextPage}
  418. <a href="{NextPage}">leap</a>
  419. {/block:NextPage}
  420. </div>
  421. {/block:Pagination}
  422. </div>
  423. </div>
  424.  
  425.  
  426. <div id="container">
  427. {block:Posts}
  428. <div id="post">
  429.  
  430. <!--TEXT POSTS-->
  431.  
  432. {block:Text}
  433. {block:Title}<h2>{Title}</h2>{/block:Title}
  434. {Body}
  435. {/block:Text}
  436.  
  437. <!--ASKS-->
  438.  
  439. {block:Answer}
  440. <div id="asks">
  441. <div style="padding-bottom:2px; font-size:20px;"><b><i>{Asker} —</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:12px;">{Question}</div>
  442. </div>
  443. {Answer}
  444. {/block:Answer}
  445.  
  446. <!--QUOTE POSTS-->
  447. {block:Quote}
  448.  
  449. <div class="quote">
  450. <div class="quotetext_{Length}">"{Quote}"</div>
  451. {block:Source}<div class="source">{Source}</div>{/block:Source}
  452. </div>
  453. {/block:Quote}
  454.  
  455. <!--LINK POSTS-->
  456.  
  457. {block:Link}
  458. <h2><a href="{URL}">{Name}</a></h2>
  459. {block:Description}{Description}{/block:Description}
  460. {/block:Link}
  461.  
  462. <!--CHAT POSTS-->
  463.  
  464. {block:Chat}
  465. {block:Title}<h2>{Title}</h2>{/block:Title}
  466. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  467. {Line}</li>{/block:Lines}</ul>
  468. {/block:Chat}
  469.  
  470. <!--PHOTO POSTS-->
  471.  
  472. {block:Photo}
  473. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  474.  
  475. {block:Caption}{Caption}{/block:Caption}
  476. {/block:Photo}
  477.  
  478. <!--PHOTOSET POSTS-->
  479.  
  480. {block:Photoset}
  481. {Photoset-500}
  482. {block:Caption}{Caption}{/block:Caption}
  483. {/block:Photoset}
  484.  
  485. <!--VIDEO POSTS-->
  486.  
  487. {block:Video}
  488. {Video-500}
  489. {block:Caption}{Caption}{/block:Caption}
  490. {/block:Video}
  491.  
  492.  
  493. <!--AUDIO-->
  494.  
  495. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  496. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  497. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  498. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  499. {/block:Audio}
  500.  
  501.  
  502. <!--POST INFO-->
  503.  
  504. <div id="info">
  505. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  506. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  507. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  508. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  509. {block:HasTags}<div id="tags">
  510.  
  511. <big>☮FILED UNDER:</big>{block:Tags} <a href="/tagged/{Tag}">{{Tag}}</a>&nbsp;{/block:Tags}
  512. </div>{block:HasTags}
  513. </div>
  514. </div>
  515.  
  516. {/block:Posts}
  517. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  518. {/block:Posts}</div></div></div>
  519. <br><br><br><br>
  520.  
  521.  
  522. </div></div>
  523.  
  524. {/block:Posts}
  525.  
  526. <!--DON'T REMOVE--SERIOUSLY IT'S TINY, JUST LEAVE IT PLS-->
  527. <div id="rae">
  528. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  529. </div>
  530. </script>
  531.  
  532. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement