Advertisement
izzzybeth

Untitled

Jul 1st, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.90 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. <head>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- theme #03 © tylersequins
  16.  
  17.  
  18. yes this is a theme made by me (ノ◕ヮ◕)ノ*:・゚✧
  19.  
  20.  
  21. feel free to edit away, but please don't remove the credits!
  22. it's very tiny, see? :) it won't hurt to leave it there
  23. thanks for using this code! ilu (◕‿◕✿)
  24.  
  25.  
  26.  
  27. (no srsly i really do ♡) --->
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Text" content="#c3c3c3"/>
  31. <meta name="color:bold" content="#ff5062"/>
  32. <meta name="color:italic" content="#626262"/>
  33. <meta name="color:Link" content="#626262"/>
  34. <meta name="color:Link Hover" content="#ff5062"/>
  35. <meta name="color:navigation bg" content="#626262"/>
  36. <meta name="color:navigation bg hover" content="#ff5062"/>
  37. <meta name="color:selection" content="#ff5062"/>
  38. <meta name="color:scrollbar" content="#f8f8f8"/>
  39. <meta name="color:bg" content="#fbfbfb"/>
  40. <meta name="color:infobg" content="#fbfbfb"/>
  41. <meta name="color:title" content="#ff5062"/>
  42. <meta name="image:sidebar" content=""/>
  43. <meta name="image:Background" content=""/>
  44.  
  45. <meta name="text:Link1" content="/" />
  46. <meta name="text:Link1 Title" content="link" />
  47. <meta name="text:Link2" content="/" />
  48. <meta name="text:Link2 Title" content="link" />
  49. <meta name="text:Link3" content="/" />
  50. <meta name="text:Link3 Title" content="link" />
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:200,
  61. tip_fade_speed:300
  62. }
  63. );
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72. #musicplayer {
  73. margin-top:150px;
  74. margin-left: 850px;
  75. opacity: .5;
  76. z-index:999;
  77. position:fixed; }
  78.  
  79.  
  80.  
  81. *, body, a, a:hover {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  82.  
  83.  
  84. iframe#tumblr_controls {
  85. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  86. }
  87. #tumblr_controls{
  88. position:fixed !important;
  89. -webkit-filter: invert(100%)
  90. }
  91.  
  92. body {
  93. background:#040404;
  94. margin:0px;
  95. color:{color:text};
  96. font-family: Calibri;
  97. font-size:13px;
  98. line-height:100%;
  99. background-image:url(http://i.imgur.com/79XrgXm.png);
  100. background-attachment: fixed;
  101. background-repeat: no-repeat;
  102.  
  103.  
  104. }
  105.  
  106. b, strong {
  107. font-weight: bold;
  108. color:#2888ff;
  109. text-shadow: 1px 1px #fcfcfc;
  110. font-size:16px;
  111. }
  112.  
  113. i, em {
  114. text-transform: italic;
  115. color:#ffffff;
  116. text-shadow: 0 0 8px #fcfcfc;
  117. font-family: 'Lobster', cursive;
  118. font-size:15px;
  119. }
  120.  
  121.  
  122. y {
  123. font: 8px 'Calibri';
  124. text-transform:uppercase;
  125. }
  126.  
  127. w {
  128. color: {color:bold};
  129. }
  130.  
  131. k {
  132. color: {color:link};
  133. }
  134.  
  135. a {
  136. text-decoration:none;
  137. outline:none;
  138. -moz-outline-style:none;
  139. color:{color:link};
  140. -moz-transition-duration:.7s;
  141. -webkit-transition-duration:.7s;
  142. -o-transition-duration:.7s;
  143.  
  144. }
  145.  
  146. a:hover {
  147. text-decoration:none;
  148. color: {color:link hover};
  149. outline:none;
  150. -moz-outline-style:none;
  151. -moz-transition-duration:.7s;
  152. -webkit-transition-duration:.7s;
  153. -o-transition-duration:.7s;
  154.  
  155. }
  156.  
  157. img {
  158. border:none;
  159. }
  160.  
  161.  
  162.  
  163.  
  164. blockquote {
  165. padding-left:5px;
  166. border-left:1px solid {color:link};
  167. }
  168.  
  169. blockquote blockquote {
  170. border-left:1px solid {color:bold};
  171. }
  172.  
  173. .chat {
  174. line-height: 12px;
  175. list-style: none }
  176.  
  177. .chat ul {
  178. line-height: 15px;
  179. list-style: none;
  180. padding: 0px;
  181. line-height:20px;}
  182.  
  183. .person1 {
  184. background-color:#000000;
  185. color: {color:Text};}
  186.  
  187. .person1 .label {
  188. font-weight: bold;
  189. padding: 0px;
  190. margin-left: 5px;
  191. color:#008691;}
  192.  
  193. .person2 {
  194. background-color:#000000;
  195. color: {color:text}; }
  196.  
  197. .person2 .label {
  198. font-weight: bold;
  199. padding: 0px;
  200. margin-left: 5px;
  201. color:#148d9a;}
  202.  
  203. h1 {
  204. font: 25px 'Arial';
  205. font-style:bold;
  206. font-weight:bold;
  207. text-transform:lowercase;
  208. letter-spacing:-3px;
  209. width: 250px;
  210. }
  211.  
  212. h1 a {
  213. color:{color:link};
  214. -moz-transition-duration:.7s;
  215. -webkit-transition-duration:.7s;
  216. -o-transition-duration:.7s;
  217. }
  218. h1 a:hover {
  219. color:{color:link hover};
  220. -moz-transition-duration:.7s;
  221. -webkit-transition-duration:.7s;
  222. -o-transition-duration:.7s;
  223. }
  224.  
  225.  
  226. h2 {
  227. font: 25px 'Arial';
  228. font-style:bold;
  229. font-weight:bold;
  230. text-transform:lowercase;
  231. line-height: 15px;
  232. letter-spacing:-3px;
  233. }
  234.  
  235.  
  236. #container {
  237. width: 500px;
  238. max-height: 360px;
  239. margin: auto;
  240. overflow-x: hidden;
  241. overflow-y: scroll;
  242. padding: 10px 10px 0px 10px ;
  243. margin-left:300px;
  244. margin-top:317px;
  245. padding:15px;
  246. z-index: 99999;
  247. background-color:none;
  248. position:fixed;}
  249.  
  250. #entries {
  251. padding:10px;
  252. width:500px;
  253. margin-left:-40px;
  254. margin-top:-174px;
  255. text-align:justify;
  256. text-transform:none;
  257. position:fixed;
  258.  
  259. }
  260.  
  261. #post {
  262. width:500px;
  263. padding-bottom:20px;
  264. text-align:justify;
  265. line-height:100%;
  266. background-color:none;
  267. -moz-border-radius:11px;
  268. -webkit-border-radius:11px;
  269. }
  270.  
  271. #sidebar {
  272. width:120px;
  273. position:fixed;
  274. background-color: none;
  275. margin-left:470px;
  276. margin-top:-110px;
  277. }
  278.  
  279. #sidebarimage {
  280. width:200px;
  281. }
  282.  
  283. #sidebarimage img {
  284. width:200px;
  285. padding:5px;
  286. border-radius:0px;
  287. }
  288.  
  289. .table { color: {color:text}; float: left; background-color:none; padding-left:15px; padding-right:15px; padding-bottom:10px;}
  290.  
  291. .navigation {
  292. margin-top:-1px;
  293. text-align:left;}
  294.  
  295. .navigation a {
  296. padding:1px 0px;
  297. border-right: 1px solid #ffffff;
  298. margin-top:2px;
  299. width:80px;
  300. font-size:8px;
  301. letter-spacing:1px;
  302. text-transform:uppercase;
  303. font-family:calibri;
  304. display:block;
  305. background-color:none;
  306. color:{color:link};
  307. -webkit-transition:all 0.6s ease-out;
  308. -moz-transition:all 0.6s ease-out;
  309. transition:all 0.6s ease-out;
  310. }
  311. .navigation a:hover {
  312. background-color:none;
  313. color:{color:bold};
  314. border-right: 1px solid {color:link};
  315. -webkit-transition:all 0.6s ease-out;
  316. -moz-transition:all 0.6s ease-out;
  317. transition:all 0.6s ease-out;}
  318.  
  319. ::-moz-selection {color:{color:background};cursor: crosshair;background-color:{color:selection};}
  320. ::selection{color:{color:background};cursor: crosshair;background-color:{color:selection};}
  321.  
  322. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:5px}
  323. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  324. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  325.  
  326. #s-m-t-tooltip {
  327. max-width:300px;
  328. background-color:{color:link};
  329. font-family:calibri;
  330. font-size:8px;
  331. color:{color:background};
  332. letter-spacing:0px;
  333. text-transform:uppercase;
  334. padding:3px;
  335. margin:20px 0px 0px 20px;
  336. z-index:999999999999999999999999999999999999;
  337. }
  338.  
  339.  
  340. #source {
  341. font: 9px 'Georgia';
  342. font-style:italic;
  343. text-transform:none;
  344. }
  345.  
  346.  
  347. #description {
  348. background color: #ffffff;
  349. padding:5px;
  350. font: 0px 'calibri';
  351. text-align:justify;
  352. }
  353.  
  354. #pagination {
  355. font: 30px 'calibri';
  356. width:150px;
  357. margin-top:-20px;
  358. margin-left:180px;
  359. padding-top:220px;
  360. padding-left:-0px;
  361. padding-bottom: -10px;
  362. text-align:center;
  363. }
  364.  
  365.  
  366. #pagination a {
  367. font: 12px 'calibri';
  368. text-transform:uppercase;
  369. background-color: none;
  370. color: {color:bold};
  371. border-radius:50px;
  372. text-align:center;
  373. padding:5px;
  374. -webkit-transition:all 0.6s ease-out;
  375. -moz-transition:all 0.6s ease-out;
  376. transition:all 0.6s ease-out;
  377. }
  378.  
  379. #pagination a:hover {
  380. font:12px 'calibri';
  381. text-transform:uppercase;
  382. background-color: none;
  383. color: #fafafa;
  384. border-radius:50px;
  385. text-align:center;
  386. padding:5px;
  387. -webkit-transition:all 0.6s ease-out;
  388. -moz-transition:all 0.6s ease-out;
  389. transition:all 0.6s ease-out;
  390. }
  391.  
  392.  
  393. #links {
  394. padding:10px;
  395. width:260px;
  396. margin-top:5px;
  397. font: 25px 'calibri';
  398. font-style:bold;
  399. text-transform:uppercase;
  400. text-align:center;
  401. background-color:none;
  402. letter-spacing:1px;
  403. word-spacing:15px;
  404. margin-left:0px;
  405.  
  406. }
  407.  
  408.  
  409.  
  410.  
  411. #info {
  412. text-align:left;
  413. font: 9px 'calibri';
  414. letter-spacing:1px;
  415. background-color:none;
  416. color:{color:text};
  417. text-transform:uppercase;
  418. padding:5px;
  419. margin-top:10px;
  420. }
  421.  
  422. #info a {
  423. text-align:left;
  424. font: 9px 'calibri';
  425. color:{color:link};
  426. -webkit-transition:all 0.6s ease-out;
  427. -moz-transition:all 0.6s ease-out;
  428. transition:all 0.6s ease-out;
  429. }
  430.  
  431. #info a:hover {
  432. text-align:left;
  433. font: 9px 'calibri';
  434. color:{color:link hover};
  435. -webkit-transition:all 0.6s ease-out;
  436. -moz-transition:all 0.6s ease-out;
  437. transition:all 0.6s ease-out;
  438. }
  439.  
  440. #asker {
  441. float:left;
  442. font: 20px 'Arial';
  443. margin-right:5px;
  444. }
  445.  
  446. #asker a {
  447. font: 8px 'calibri';
  448. text-transform:uppercase;
  449. color:{color:link};
  450. }
  451.  
  452. #asker a:hover {
  453. font: 8px 'calibri';
  454. text-transform:uppercase;
  455. color:{color:link hover};
  456. }
  457.  
  458. #asker img {
  459. float:left;
  460. background-color:none;
  461. padding:5px;
  462. }
  463.  
  464. #question {
  465. float:left;
  466. margin-right:5px;
  467. }
  468.  
  469. #answer {
  470. float:left;
  471. margin-right:5px;
  472. }
  473.  
  474. #audio {
  475. height:auto;
  476. min-height:60px;
  477. padding-bottom:13px;
  478. }
  479.  
  480. .cover {
  481. position:absolute;
  482. z-index:1;
  483. width:60px;
  484. height:60px;
  485. border-radius:100px;
  486. }
  487.  
  488. .cover img {
  489. float:left;
  490. width:60px;
  491. height:60px;
  492. background-color:none;
  493. padding:5px;
  494.  
  495. border-radius:100px;
  496. }
  497.  
  498. .button {
  499. width:19px;
  500. height:20px;
  501. overflow:hidden;
  502. position:relative;
  503. z-index:1000;
  504. margin-top:22px;
  505. margin-left:21px;
  506. text-align:center;
  507. margin-top:4px;
  508. margin-left:5px;
  509. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  510. }
  511.  
  512. .box {
  513. opacity:0.8;
  514. width:35px;
  515. height:35px;
  516. margin-top:18px;
  517. margin-left:18px;
  518. background:#fff;
  519. position:absolute;
  520. z-index:1000;
  521. -webkit-border-radius:100px;
  522. -moz-border-radius:100px;
  523. border-radius:100px;
  524. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  525. }
  526.  
  527. .box:hover {
  528. opacity:1.0;
  529. width:35px;
  530. height:35px;
  531. margin-top:18px;
  532. margin-left:18px;
  533. background:#fff;
  534. position:absolute;
  535. z-index:1000;
  536. -webkit-border-radius:100px;
  537. -moz-border-radius:100px;
  538. border-radius:100px;
  539. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  540. }
  541.  
  542. .capbox {
  543. padding:20px;
  544. margin-left:82px;
  545. height:auto;
  546. min-height:35px;
  547. background-color: none;
  548. border-left: 1px solid #e9e9e9;
  549. text-align:left;
  550. width:320px;
  551. }
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. #cred a {
  563. color:#525252;
  564. background-color:#0d0d0d;
  565. padding:4px;
  566. border-radius:100px;
  567. border:1px solid #525252;
  568. font-family:"calibri";
  569. }
  570.  
  571. #cred a:hover {
  572. color:#000000;
  573. background-color:#940606;
  574. border:1px solid #000000;
  575. padding:4px;
  576. border-radius:100px;
  577. font-family:"calibri";
  578. text-decoration:none;
  579. }
  580.  
  581. #cred {
  582. width:auto;
  583. height:auto;
  584. bottom:15px;
  585. right:15px;
  586. padding:4px;
  587. z-index:1000000;
  588. font-size:8px;
  589. letter-spacing:1px;
  590. position:fixed;
  591. text-align:center;
  592. font-family:"calibri";
  593. text-transform:uppercase;
  594. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  595. }
  596.  
  597.  
  598.  
  599.  
  600.  
  601. /*----------------------------------------
  602. Update Tab #1 (CSS Left) by Incedo
  603. http://incedothemes.tumblr.com
  604. Please do not remove the credit.
  605. Instructions @ http://incedothenes.tumblr.com/tab
  606. Updated 8/7/14
  607. ------------------------------------------*/
  608.  
  609. #updatetab {
  610. font-family: helvetica; /*this is the font*/
  611. color: #f6f6f6;} /*this is the font color*/
  612. #tabtitle, #dropdown, #dropdown p {
  613. background-color:#040404; /*this is the background color*/
  614. border-color: #040404;} /*this is the border color*/
  615.  
  616. #updatetab {
  617. width:100px;
  618. position:fixed;
  619. top:14px;
  620. left:14px;}
  621.  
  622. #tabtitle {
  623. text-align:center;
  624. padding:1px 3px;
  625. letter-spacing:2px;
  626. font-size:9px;
  627. text-transform:uppercase;
  628. border-width:1px;
  629. border-style:solid;
  630. border-radius: 2px;
  631. -moz-border-radius: 2px;
  632. -webkit-border-radius: 2px;}
  633.  
  634. #dropdown {
  635. border-style:solid;
  636. border-width:0px 1px 1px 1px;
  637. padding:2px 5px 0px 5px;
  638. border-bottom-right-radius: 2px;
  639. -moz-border-bottom-right-radius: 2px;
  640. -webkit-border-bottom-right-radius: 2px;
  641. border-bottom-left-radius: 2px;
  642. -moz-border-bottom-left-radius: 2px;
  643. -webkit-border-bottom-left-radius: 2px;
  644. opacity:0;
  645. -webkit-transition: all 0.5s ease-in-out;
  646. -moz-transition: all 0.5s ease-in-out;
  647. -o-transition: all 0.5s ease-in-out;
  648. -ms-transition: all 0.5s ease-in-out;
  649. transition: all 0.5s ease-in-out;}
  650.  
  651. #updatetab:hover #dropdown {
  652. opacity:1;
  653. -webkit-transition: all 0.5s ease-in-out;
  654. -moz-transition: all 0.5s ease-in-out;
  655. -o-transition: all 0.5s ease-in-out;
  656. -ms-transition: all 0.5s ease-in-out;
  657. transition: all 0.5s ease-in-out;}
  658.  
  659. #dropdown p {
  660. padding-top:3px;
  661. padding-bottom:3px;
  662. border-width:0px 0px 1px 0px;
  663. border-style:solid;
  664. font-size:10px;}
  665.  
  666. #dropdown p:last-of-type {
  667. border-bottom:0px solid transparent;}
  668.  
  669. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  670. margin: 0px 0px 0px 0px;}
  671.  
  672. #c {
  673. position:fixed;
  674. bottom:4px;
  675. right:4px;
  676. font-size:13px;
  677. font-family:helvetica;}
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697. {CustomCSS}</style></head><body>
  698.  
  699. <!----------------------------------------
  700. Update Tab #1 (HTML) by Incedo
  701. http://incedothemes.tumblr.com
  702. Please do not remove the credit.
  703. Instructions @ http://incedothenes.tumblr.com/tab
  704. Updated 9/21/13
  705. ------------------------------------------>
  706.  
  707. <div id="updatetab">
  708.  
  709. <div id="tabtitle">
  710. <!---this is where you put title of your updates tab--->
  711. updates
  712. </div>
  713.  
  714. <div id="dropdown">
  715. &nbsp;&nbsp;Independent<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&& &nbsp;&nbsp;&nbsp;<I>&nbsp;PRIVATE</I><hr><br>&nbsp;&nbsp;<b> &nbsp;&nbsp;&nbsp;Dick <br>&nbsp;&nbsp;&nbsp;Grayson</b><p><i><hr></I><p>&nbsp;&nbsp;&nbsp;GMT Timezone<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Written by <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<big><b><i>&nbsp;Izzy</b></i></big><p><p>&nbsp;&nbsp;<script language="JavaScript">
  716. var ref = (''+document.referrer+'');
  717. var w_h = window.screen.width + " x " + window.screen.height;
  718. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4800738&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  719. </script><b>|</b>&nbsp;&nbsp;<script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2871633&name="></script> &nbsp;&nbsp;<b>|</b>&nbsp;&nbsp;<script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=bluewiinged.tumblr.com&name="></script></script> <p><p><hr><p><hr><p><b><a href="http://redwiings.tumblr.com/">other</a> <a href="http://widowism.tumblr.com/">half</a>.</b><br><b><a href="http://warpaiint.tumblr.com/">baby bird</a>.</b><br><b><a href="http://seriadux.tumblr.com/">heart eyes</a>.<br><b><a href="http://celeritate.tumblr.com/">turbo dork.</b></a><br><b><a href="http://cendrilliion.tumblr.com/">little sister.</b></a><br><b><a href="http://ttiitaniium.tumblr.com/">Sunshine.</b></b></a></p></p><hr> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<small>art credit<a href="http://jac-l.deviantart.com/art/Batman-Nightwing-Event-Postcard-397884368"> &nbsp;&nbsp;<b>x</b></a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme credit by<a href="http://redwiings.tumblr.com/">&nbsp;<b>x</b></a></small></small></small><p><hr><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;slow <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;replies!!</i>
  720. </div></b></big>
  721. </div>
  722.  
  723. </div>
  724.  
  725. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  726.  
  727.  
  728. <div id="musicplayer">
  729.  
  730. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="20" height="20">
  731. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  732. <param name="bgcolor" value="#000000" />
  733. <param name="FlashVars" value="mp3=http%3A//onlinekaraoke.tv/assets/songs/16000-16999/16962-muscle-museum-muse--1411569414.mp3&amp;width=20&amp;loop=1&amp;autoplay=0&amp;volume=25&amp;showslider=0&amp;buttonwidth=20&amp;loadingcolor=000000&amp;bgcolor=000000&amp;bgcolor1=000000&amp;bgcolor2=000000&amp;slidercolor1=000000&amp;slidercolor2=000000&amp;sliderovercolor=000000&amp;buttoncolor=59defb&amp;buttonovercolor=f85252&amp;textcolor=000000" />
  734. </object>
  735.  
  736.  
  737. </div>
  738.  
  739.  
  740. <div id="sidebar">
  741.  
  742.  
  743.  
  744. <div id="sidebarimage"><a title="{Title}" href="/"><img src="{image:sidebar}" align="left" hspace=10></a><div class="table">
  745. <div id="description">&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp{Description}</div>
  746.  
  747. <div id="links">
  748. <a title="HOME" href="/">●</a>
  749. <a href="/ask" title="ASK">●</a>
  750. {block:ifLink1}<a title="RULES" href="{text:Link1}">●</a>{/block:ifLink1}
  751. {block:ifLink2}<a title="ABOUT" href="{text:Link2}">●</a>{/block:ifLink2}
  752. </div></div><div id="pagination" align="left">
  753. {block:Pagination}
  754. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">-</a>{/block:PreviousPage}
  755.  
  756. {block:NextPage}<a href="{NextPage}" class="jump_page">+</a>{/block:NextPage}
  757. {/block:Pagination}
  758. </div></div></div>
  759.  
  760.  
  761.  
  762. </div>
  763.  
  764.  
  765. </div>
  766. <div id="cred"><a title="©theme by tylersequins" href="http://tylersequins.tumblr.com">TS</a></div>
  767.  
  768. <div id="entries"><div id="container">{block:Posts}<div id="post">
  769.  
  770. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  771.  
  772. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  773.  
  774. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  775.  
  776. {block:Quote}<h2>{Quote}</h2>{block:Source}<div id="source"> + {Source}</div>{/block:Source}{/block:Quote}
  777.  
  778. {block:Link}<h1><a title="{Name}" href="{URL}" {Target}>{Name} »</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  779.  
  780. {block:Chat}
  781. {block:Title}
  782. <h1>{Title}</h1>
  783. {/block:Title}
  784. <div class="chat"><ul>{block:Lines}
  785. <li class="person{UserNumber}">{block:Label}
  786. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  787.  
  788. {/block:Chat}
  789.  
  790. {block:Audio}
  791. <div id="audio">
  792. <div class="cover">
  793. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  794. </div>
  795. {block:AlbumArt}
  796. <div class="cover">
  797. <img src="{AlbumArtURL}"></div>
  798. {/block:AlbumArt}
  799. <div class="box">
  800. <div class="button">
  801. {block:AudioPlayer}
  802. {AudioPlayerWhite}
  803. {/block:AudioPlayer}
  804. </div></div>
  805. <div class="capbox">
  806. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  807. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  808. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  809. </span>
  810. </div></div>
  811. {/block:Audio}
  812.  
  813. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  814.  
  815. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br><blockquote>{Answer}</blockquote>{/block:Answer}
  816.  
  817. <div id="info">
  818. {block:Date}posted {TimeAgo}{/block:Date} <font color={color:bold}>♥</font> <a title="{NoteCountWithLabel}" href="{Permalink}">
  819. {NoteCountWithLabel}</a><br>{block:HasTags}tags:{block:Tags} #<a title="{Tag}" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  820. title="{ReblogParentTitle}">via</a> ‣ <a href="{ReblogRootURL}"title="{ReblogRoottitle}">©</a>{/block:RebloggedFrom}</div>
  821.  
  822. </div>
  823. {block:PostNotes}{PostNotes}{/block:PostNotes}
  824. {/block:Posts}</div>
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. </body>
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844. <!---- to here and change the numbers according to your css! ---->
  845.  
  846. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement