Advertisement
realjunko

3AM

Nov 3rd, 2014
2,441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.86 KB | None | 0 0
  1. <!--
  2. 3AM theme by jolyene
  3. don't remove credit thats not nice
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <meta name="image:Background" content=""/>
  10. <meta name="image:Side Img" content=""/>
  11. <meta name="image:sideicon" content="http://static.tumblr.com/jsbzmqo/Dezmpgijh/bunnnyw.gif">
  12. <meta name="color:Background" content="#FFFFFF"/>
  13. <meta name="color:cont bg" content="#FFFFFF"/>
  14. <meta name="color:Scrollbar" content="#fea7e0" />
  15. <meta name="color:border" content="#a7a7a7"/>
  16. <meta name="color:Title" content="#db1d9a"/>
  17. <meta name="color:Blog Title" content="#999999"/>
  18. <meta name="color:Link" content="#555555"/>
  19. <meta name="color:Hover" content="#999999"/>
  20. <meta name="color:Text" content="#777777"/>
  21. <meta name="color:desctext" content="#ffffff">
  22. <meta name="text:Link One URL" content=""/>
  23. <meta name="text:Link One Title" content="link"/>
  24. <meta name="text:Link two URL" content=""/>
  25. <meta name="text:Link two Title" content="link"/>
  26. <meta name="color:sidebardesc" content="#edc5e6">
  27.  
  28.  
  29. <meta name="text:Sideimg Left" content="-10"/>
  30. <meta name="text:Sideimg Bottom" content="2"/>
  31.  
  32. <meta name="if:positioned left" content="0"/>
  33.  
  34. <meta name="if:Show Musicplayer" content="1"/>
  35. <meta name="text:Song 01 URL" content="/" />
  36. <meta name="text:Song 01 title" content="/" />
  37. <meta name="text:Song 02 URL" content="/" />
  38. <meta name="text:Song 02 title" content="/" />
  39. <meta name="text:Song 03 URL" content="/" />
  40. <meta name="text:Song 03 title" content="/" />
  41. <meta name="text:Song 04 URL" content="/" />
  42. <meta name="text:Song 04 title" content="/" />
  43. <meta name="text:Song 05 URL" content="/" />
  44. <meta name="text:Song 05 title" content="/" />
  45.  
  46. <title>{Title}</title>
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl5x4Rh131qfamg6.gif">
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. @font-face { font-family:"silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  57. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  58.  
  59. /************EDIT BODY HERE************/
  60.  
  61. body{
  62. margin:0px;
  63. background-color: {color:Background};
  64. background-image:url({image:Background});
  65. background-attachment:fixed;
  66. background-size:cover;
  67. background-position:bottom-right;
  68. font-family: Calibri;
  69. font-size:8px;
  70. letter-spacing:1px;
  71.  
  72. text-align:left;
  73. line-height:100%;
  74. overflow: hidden;
  75.  
  76. color: {color:Text};}
  77.  
  78.  
  79. a:link, a:active, a:visited{
  80. text-decoration: none;
  81. color: {color:Link};}
  82.  
  83. a:hover {
  84. color:{color:Link};
  85. text-decoration:none;}
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. /************EDIT POST POSITION/WIDTH HERE************/
  93.  
  94. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  95.  
  96.  
  97. #entries{
  98.  
  99. width: 570px;
  100. padding: 20px;
  101. padding-bottom: 0px;
  102. height: 550px;
  103. margin-left: -200px;
  104.  
  105. margin-top: 50px;
  106. overflow-y:scroll;
  107. overflow-x:hidden;
  108. background:{color:cont bg};
  109. border:1px solid {color:border};
  110. {block:PermalinkPage}
  111. width:270px;
  112. {/block:PermalinkPage}}
  113.  
  114. ::-webkit-scrollbar {
  115. height: 10px;
  116. width: 5px;
  117. background: white;
  118. }
  119.  
  120. ::-webkit-scrollbar-thumb:vertical {
  121. background: {color:Scrollbar};
  122. }
  123. ol, ul {
  124. list-style-image:katakana;
  125. }
  126. /************EDIT OVERALL POSTS HERE************/
  127.  
  128. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  129.  
  130. #post{
  131. text-align:left;
  132. margin:20px;
  133. background:#ffffff;
  134. max-width: 100%;
  135. display:block;
  136. overflow:hidden;
  137. width:500px;
  138. {block:PermalinkPage}
  139. width:500px;
  140. {/block:PermalinkPage}}
  141.  
  142. /*Do not delete #post img.*/
  143.  
  144. #post img{
  145. max-width:100%;}
  146.  
  147. /*Edit the permalinks all posts.*/
  148.  
  149. .permalink{
  150. border-top:1px solid #f5f5f5;
  151. text-align:right;}
  152. .permalink a{
  153.  
  154. line-height:15px;}
  155.  
  156. /*Edit the titles on any text-based post.*/
  157.  
  158. .posttitle{
  159. font-size:10px;
  160. text-align:center;
  161. color:{color:Link};}
  162.  
  163. .posttitle a{
  164. color:{color:Link};}
  165.  
  166. /************EDIT QUOTE POSTS HERE************/
  167.  
  168. .quote{
  169. margin-right: 5px;}
  170.  
  171. .source{
  172. padding-top:5px;
  173. display:block;
  174. text-align:right;}
  175.  
  176.  
  177. /************EDIT ANSWER POSTS HERE************/
  178.  
  179. .ask{
  180. padding:4px;
  181. background:#f9f9f9;}
  182. .asker{
  183. color:{color:Link};}
  184. .answer{
  185. margin-top:10px;}
  186.  
  187. /************EDIT AUDIO POSTS HERE************/
  188.  
  189. .audio{
  190. {block:IndexPage}width:230px;{/block:IndexPage}
  191. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  192. .info{
  193. padding:2px 0px 1px 57px;}
  194. .i {
  195.  
  196. letter-spacing:1px;
  197. font-size:8px;}
  198. .pl b,strong{
  199. text-transform:lowercase;
  200. font-size:9px;}
  201. .player{
  202. position:absolute;
  203. overflow:hidden;
  204. margin-top:0px;
  205. margin-left:15px;
  206. background:#ffffff;
  207. width:24px;
  208. height:23px;}
  209.  
  210. .container{
  211. width:800px;
  212. margin:-1px auto -10px;}
  213.  
  214. .musicplayer {
  215. display:block;
  216. overflow:hidden;
  217. width:15px;
  218. height:10px;
  219. background:#fff;
  220. border:1px solid {color:Borders};
  221. padding:5px;
  222. position:fixed;
  223. z-index:3;
  224. top:12px;
  225. left:13px;
  226. -moz-transition-duration: 0.4s;
  227. -o-transition-duration: 0.4s;
  228. -webkit-transition-duration: 0.4s;
  229. transition-duration: 0.4s;
  230. }
  231.  
  232. .musicplayer img {
  233. position:absolute;
  234. background:#fff;}
  235. .musicplayer:hover {width:100px;
  236. -webkit-filter: invert(100%); }
  237.  
  238.  
  239. /************EDIT VIDEO POSTS HERE************/
  240. /***********DO NOT DELETE THIS CODE************/
  241.  
  242. .video-container {
  243. position:relative;
  244. padding-bottom:56.25%;
  245. padding-top: 30px;
  246. height:0;
  247. overflow:hidden;}
  248.  
  249. .video-container iframe,
  250. .video-container object,
  251. .video-container embed {
  252. position: absolute;
  253. top: 0;
  254. left: 0;
  255. width: 100%;
  256. height: 100%;}
  257.  
  258. /************EDIT CHAT POSTS HERE************/
  259.  
  260.  
  261. .chat{
  262. line-height:12px;
  263. list-style:none;}
  264. .chat ul{
  265. list-style-image:hiragana;
  266. padding:0px 5px;
  267. line-height:15px;}
  268. .label{
  269. color:{color:Link};}
  270.  
  271. /************EDIT SIDEBAR HERE************/
  272.  
  273.  
  274. #sidebar{
  275. background:{color:Background};
  276.  
  277. margin-left:-180px;
  278. margin-top:401px;
  279. width:140px;
  280. height:129px;
  281. position:fixed;
  282. text-align:center;}
  283. .desc {
  284. border: 1px solid {color:border};
  285. background-color: {color:sidebardesc};
  286. color: {color:desctext};
  287. text-align: center;
  288. font-weight: normal;
  289. font-size: 10px;
  290. line-height: 12px;
  291. padding-left: 5px;
  292. padding-right: 5px;
  293.  
  294.  
  295. }
  296. #sonochinosadame{
  297. background:#fff;
  298. border:1px {color:border} solid;
  299. margin-left:-180px;
  300. margin-top:-20px;
  301. width:140px;
  302. height:200px;
  303. opacity:1;
  304. position:fixed;
  305. text-align:center;}
  306.  
  307. #jooojoooo{
  308. background:#fff;
  309. border:1px {color:border} solid;
  310. margin-left:-180px;
  311. margin-top:250px;
  312. width:140px;
  313. height:100px;
  314. opacity:1;
  315. position:fixed;
  316. text-align:center;}
  317.  
  318. .desc a{
  319. color: {color:desctext};
  320. }
  321.  
  322. .doki {
  323. width: 11px;
  324. height: 11px;
  325. margin-left: 85px;
  326. margin-top:-13px;
  327. position:absolute;
  328. opacity: 1;
  329. }
  330.  
  331. .doki img {
  332. opacity: 1;
  333. width: 11px;
  334. }
  335.  
  336.  
  337.  
  338.  
  339. .blogtitle{
  340. padding:5px;
  341. padding-bottom:3px;
  342. margin-top:10px;
  343. text-align:center;
  344. font-family: print;
  345. font-size:13px;
  346. color:{color:Blog Title};
  347. }
  348.  
  349. .blogtitle a{
  350. color:{color:Blog Title};}
  351.  
  352. .description{
  353. padding:10px;
  354. margin-top:20px;
  355. }
  356.  
  357. .links{
  358. margin-left:-15px;
  359. padding:1px 11px 6px 11px;
  360. font-family: 'silkscreen';
  361. margin-top:5px;}
  362.  
  363. .links a{
  364. margin-left:15px;}
  365.  
  366. .links a:hover{
  367. color:{color:Hover};}
  368.  
  369. /************EDIT TEXT SETTINGS HERE************/
  370.  
  371. i, em{
  372. color:{color:Link};}
  373. b, strong{
  374. font-weight:normal;
  375.  
  376. color:{color:Link};}
  377. ul,ol{
  378. margin:0px;
  379. margin-left:-5px;}
  380. p{
  381. padding:0px;
  382. margin:2px;}
  383. u{
  384. text-decoration:none;
  385. color:{color:Title};}
  386.  
  387. blockquote {
  388. margin:0px;
  389. padding:4px;
  390. background:#f7f7f7;}
  391.  
  392. /************DO NOT DELETE #SCROLL************/
  393.  
  394. #scroll{
  395. bottom:-20px;
  396. position: absolute;
  397. left: 50%;
  398. width:10px;
  399. height:5px;
  400. overflow:hidden;
  401. margin-bottom:80px;}
  402.  
  403. /************EDIT CREDIT HERE************/
  404.  
  405. #credit{
  406. position:fixed;
  407. right:10px;
  408. bottom:10px;
  409.  
  410. font-family:Calibri;
  411. font-size:8px;}
  412.  
  413. #credit a{
  414. color:#aaaaaa;}
  415.  
  416. </style>
  417. <style>
  418. .my-like {
  419. cursor:pointer;
  420. display:inline-block;
  421. vertical-align:top;
  422. }
  423. .my-liked, .my-like:hover {
  424. color: red;
  425. cursor:pointer;
  426. display:inline-block;
  427. vertical-align:top;
  428. }
  429. </style>
  430. <style>
  431. .my-like {
  432. background-image: url(http://static.tumblr.com/3yblkz0/aGWn2c2xo/tu.png) !important;
  433. height:7px;
  434. width:7px;
  435. cursor:pointer;
  436. display:inline-block;
  437. vertical-align:top;
  438. }
  439. .my-liked, .my-like:hover {
  440. background-image: url(http://static.tumblr.com/3yblkz0/4cOn2c30u/td.png) !important;
  441. height:7px;
  442. width:7px;
  443. cursor:pointer;
  444. display:inline-block;
  445. vertical-align:top;
  446. }
  447. </style>
  448. <script>
  449. window.onload = function () {
  450. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  451. document.addEventListener( 'click', function ( event ) {
  452. var myLike = event.target;
  453. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  454. var frame = document.getElementById( 'my-like-frame' ),
  455. liked = ( myLike.className == 'my-liked' ),
  456. command = liked ? 'unlike' : 'like',
  457. reblog = myLike.getAttribute( 'data-reblog' ),
  458. id = myLike.getAttribute( 'data-id' ),
  459. oauth = reblog.slice( -8 );
  460. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  461. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  462. };
  463. }, false );
  464. };
  465. </script>
  466.  
  467. </head>
  468.  
  469. <body>
  470.  
  471.  
  472. <center>
  473.  
  474. {block:ifShowMusicplayer}
  475. <div class="musicplayer">
  476. <img src="http://media.tumblr.com/tumblr_m7vybiAx4t1r6o8v2.gif">
  477. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0={text:Song 01 URL}&t0={text:Song 01 Title}&f1={text:Song 02 URL}&t1={text:Song 02 Title}&f2={text:Song 03 URL}&t2={text:Song 03 Title}&f3={text:Song 04 URL}&t3={text:Song 04 Title}&f4={text:Song 05 URL}&t4={text:Song 05 Title}&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  478. </div>
  479. {/block:ifShowMusicplayer}
  480. <div id="entries">
  481.  
  482. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  483. <div id="sonochinosadame">
  484. you can put networks and w/e in here
  485.  
  486. </div>
  487. <div id="jooojoooo">
  488. a second box where you can put updates and stuff
  489.  
  490. </div>
  491.  
  492. <div id="sidebar">
  493.  
  494. <div class="blogtitle"><a href="/">{title}</a>&nbsp;&nbsp;&nbsp;</div>
  495. <div class="triangle"></div>
  496.  
  497. <div class="desc">{description}</div>
  498. <div class="links">
  499. <a title='refresh' href='/'>δΈ€</a>
  500. <a title='inbox' href='/ask'>二</a>
  501. <a title='{text:titlelink1}' href='{text:link1}'>δΈ‰</a>
  502. <a title='{text:titlelink2}' href='{text:link2}'>ε››</a>
  503.  
  504. <br>
  505.  
  506. </div>
  507. </div>
  508.  
  509.  
  510.  
  511. {block:Posts}
  512.  
  513. <!---------------DO NOT DELETE block:ContentSource--------------->
  514.  
  515. {block:ContentSource}
  516. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  517. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  518. {/block:SourceLogo}
  519. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  520. {/block:ContentSource}
  521.  
  522. <div id="post">
  523.  
  524. <!---------------EDIT TEXT POSTS HERE--------------->
  525.  
  526. {block:Text}
  527. <div class="text">
  528. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  529. {Body}{block:IndexPage}<br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>
  530. </div>{/block:IndexPage}</div>
  531. {/block:Text}
  532.  
  533. <!---------------EDIT LINK POSTS HERE--------------->
  534.  
  535. {block:Link}
  536. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  537. {block:Description}{Description}{/block:Description}
  538. {block:IndexPage}<br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>
  539. </div>{/block:IndexPage}
  540. {/block:Link}
  541.  
  542. <!---------------EDIT PHOTO POSTS HERE--------------->
  543.  
  544. {block:Photo}
  545. {block:IndexPage}
  546. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="500px"/>{/block:IndexPage}<br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>
  547. </div>{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  548. {/block:Photo}
  549.  
  550. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  551.  
  552. {block:Photoset}
  553. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a> <a href="{Permalink}">{NoteCount}</a>
  554. </div>{/block:IndexPage}
  555. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  556. {/block:Photoset}
  557.  
  558. <!---------------EDIT QUOTE POSTS HERE--------------->
  559.  
  560. {block:Quote}
  561. {Quote}{block:Source}
  562. <div class="source">{Source}</div>{/block:Source}
  563. {block:IndexPage}
  564. <div class="permalink"><a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a> <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  565. {/block:Quote}
  566.  
  567. <!---------------EDIT ANSWER POSTS HERE--------------->
  568.  
  569. {block:Answer}
  570. <div class="ask"><span class="asker"><img src='https://31.media.tumblr.com/da6ec800b306286814b56c85c065973c/tumblr_inline_n2aigp3RjV1r7v6wt.png'</a> {Asker}:</span> {Question}</div>
  571. <div class="answer">{Answer}</div>
  572. {block:IndexPage}
  573. <div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a></div>{/block:IndexPage}
  574. {/block:Answer}
  575.  
  576. <!---------------EDIT CHAT POSTS HERE--------------->
  577.  
  578. {block:Chat}
  579. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  580. <div class="chat"><ul>{block:Lines}
  581. <li class="person{UserNumber}">{block:Label}
  582. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a></div>
  583. {/block:IndexPage}
  584. {/block:Chat}
  585.  
  586. <!---------------EDIT AUDIO POSTS HERE--------------->
  587.  
  588. {block:Audio}<div class="audio">
  589. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  590. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  591. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  592. <br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>{/block:Audio}
  593.  
  594. <!---------------EDIT VIDEO POSTS HERE--------------->
  595.  
  596. {block:Video}
  597. {block:IndexPage}<div class="video-container">{Video-250}</div>
  598. <div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a></div>{/block:IndexPage}
  599. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  600. {/block:Video}
  601.  
  602. <!---------------EDIT PERMALINK PAGE HERE--------------->
  603.  
  604. {block:PermalinkPage}
  605. {block:Caption}{Caption}{/block:Caption}
  606. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  607. <div class="permapage">
  608. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  609. </div>
  610. {/block:Posts}
  611. </div>
  612.  
  613. <!---------------DO NOT DELETE THIS--------------->
  614.  
  615. {block:IndexPage}
  616. {block:Pagination}
  617. <div id="pagination">
  618. {block:NextPage}
  619. <a id="nextPage" href="{NextPage}"></a>
  620. {/block:NextPage}
  621. {block:PreviousPage}
  622. <a href="{PreviousPage}"></a>
  623. {/block:PreviousPage}
  624. </div>
  625. {/block:Pagination}
  626. {/block:IndexPage}
  627. </center>
  628. <div style="position:fixed; bottom:{text:sideimg bottom}px; margin-left:{text:sideimg left}px; z-index:-10; "><img src='{image:side img}'></div>
  629. </body>
  630.  
  631. <!---------------EDIT CREDIT CONTENT HERE--------------->
  632. <div id='credit'><a title='theme by jolyene' href='http://wwww.jolyene.tumblr.com'>theme</a></div>
  633. <div style="position:fixed; {text:sideimgbottom}; {text:sideimgleft}; z-index:-10; "><img src='{image:sideimg}'></div>
  634.  
  635.  
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement