Advertisement
Guest User

Untitled

a guest
Aug 17th, 2014
1,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.86 KB | None | 0 0
  1. <!------------------------------------------------------------------
  2.  
  3. THIS THEME WAS MAKE BY WATERTHEMES AKA DARKPNG.
  4.  
  5. You may edit this theme as much as you would like but please do NOT claim it as your own, redistribute it or take the credit off. If you do take the credit off please keep it in your faq or somewhere else on your blog. If I find out you breaking any of my rules I will chop you. If you have any questions or concerns about the theme message me on either my theme blog or my main blog, I don't really care. Anyway enjoy!!
  6.  
  7. __ __ _ _ _
  8. \ \ / / | | | | | |
  9. \ \ /\ / /_ _| |_ ___ _ __| |_| |__ ___ _ __ ___ ___ ___
  10. \ \/ \/ / _` | __/ _ \ '__| __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
  11. \ /\ / (_| | || __/ | | |_| | | | __/ | | | | | __/\__ \
  12. \/ \/ \__,_|\__\___|_| \__|_| |_|\___|_| |_| |_|\___||___/
  13. ------------------------------------------------------------------->
  14.  
  15. <html lang="en">
  16. <script type="text/javascript">
  17. <!--
  18.  
  19. // Disable Right Click Script
  20.  
  21. function IE(e)
  22. {
  23. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  24. {
  25. return false;
  26. }
  27. }
  28. function NS(e)
  29. {
  30. if (document.layers || (document.getElementById && !document.all))
  31. {
  32. if (e.which == "2" || e.which == "3")
  33. {
  34. return false;
  35. }
  36. }
  37. }
  38. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  39.  
  40. //-->
  41. </script>
  42.  
  43.  
  44. <meta name="color:Background" content="#fafafa"/>
  45. <meta name="color:Title" content="#e89e8c"/>
  46. <meta name="color:Text" content="#8f8f8f"/>
  47. <meta name="color:Link" content="#cccccc"/>
  48. <meta name="color:Hover" content="#f0bfb3"/>
  49. <meta name="color:Blogtitle" content="#888888"/>
  50. <meta name="color:Navi Links" content="#eeeeee"/>
  51. <meta name="color:Borders" content="#dfdfdf"/>
  52. <meta name="color:Permalink" content="#d4d4d4"/>
  53. <meta name="color:Scrollbar" content="#d4d4d4"/>
  54. <meta name="color:Highlighted Text" content="#f0bfb3"/>
  55. <meta name="color:tabcolor1" content="#cc3434">
  56. <meta name="color:tabcolor2" content="#992727">
  57. <meta name="color:tabcolor3" content="#661a1a">
  58. <meta name="image:Background" content=""/>
  59. <meta name="image:Sidebar" content=""/>
  60. <meta name="if:ScrollingTabText" content"1"/>
  61. <meta name="if:FadedPosts" content"1"/>
  62. <meta name="if:FadedSidebar" content"1"/>
  63. <meta name="text:Blogtitle" content=""/>
  64. <meta name="text:Name" content=""/>
  65. <meta name="text:Link One" content="" />
  66. <meta name="text:Link Two" content="" />
  67. <meta name="text:Link Three" content="" />
  68. <meta name="text:Link Four" content="" />
  69. <meta name="text:Link One Title" content=".1"/>
  70. <meta name="text:Link Two Title" content=".2"/>
  71. <meta name="text:Link Three Title" content=".3"/>
  72. <meta name="text:Link Four Title" content=".4"/>
  73. <meta name="text:Link One Hover" content="TITLE"/>
  74. <meta name="text:Link Two Hover" content="TITLE"/>
  75. <meta name="text:Link Three Hover" content="TITLE"/>
  76. <meta name="text:Link Four Hover" content="TITLE"/>
  77. </script>
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("[title]").style_my_tooltips();
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. ::selection {
  92. background:{color:highlighted text};
  93. color: #fff;
  94. }
  95. ::-moz-selection {
  96. background:{color:highlighted text};
  97. color: #fff;
  98. }
  99.  
  100. #s-m-t-tooltip {
  101. background: black;
  102. padding: 4px 7px 4px 8px;
  103. height:8px;
  104. display: block;
  105. text-align: center;
  106. font-size:10px;
  107. font-family:calibri;
  108. line-height:8px;
  109. letter-spacing:1px;
  110. border-radius:0px;
  111. box-shadow:rgba(0,0,0,.1) 5px 5px;
  112. z-index: 9999999999;
  113. border:1px solid {color:borders};
  114. color:#fff;
  115. text-transform:lowercase;
  116. letter-spacing: 1px;
  117. margin: 15px 14px 7px 12px;
  118. }
  119.  
  120. iframe#tumblr_controls{
  121. z-index:9;
  122. opacity:0.5 !important;
  123. -webkit-filter:invert(100%);
  124. top:0px !important;
  125. right:8px !important;
  126. position:fixed!important;
  127. }
  128.  
  129. iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.7s linear; opacity:0.2; -webkit-transition: all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999}
  130.  
  131. iframe#tumblr_controls:hover {-webkit-transition:opacity 0.7s linear; opacity:1.0; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;}
  132.  
  133. ::-webkit-scrollbar {
  134. width: 8px;
  135. height: 4px;
  136. background:{color:background};
  137. border-left: 1px solid {color:background};
  138. }
  139.  
  140. ::-webkit-scrollbar-thumb {
  141. background-color:{color:Scrollbar};
  142. border-bottom: 1px solid #fff;
  143. border-radius:0px;
  144. border-top: 1px solid #fff;
  145. border-left: 1px solid #fff;
  146. border-right: 1px solid #fff;
  147. }
  148.  
  149.  
  150. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  151. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  152.  
  153. body {
  154. padding:0px;
  155. margin:0px;
  156. color:{color:Text};
  157. font-family:calibri;
  158. font-size:10px;
  159. line-height:12px;
  160. text-transform:normal;
  161. background-color:{color:Background};
  162. background-image:url({image:Background});
  163. background-attachment:fixed;
  164. background-repeat:repeat;
  165. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  166.  
  167. a:link, a:active, a:visited{
  168. color:{color:Link};
  169. text-decoration:none;
  170. -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
  171.  
  172. a:hover{
  173. color:{color:Hover};
  174. text-decoration:none;
  175. -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
  176. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  177.  
  178.  
  179. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  180. #audio {
  181. width:200px;
  182. height:auto;
  183. min-height:60px;
  184. padding-bottom:0px;
  185. }
  186.  
  187. .cover {
  188. position:absolute;
  189. z-index:1;
  190. width:60px;
  191. height:60px;
  192. }
  193.  
  194. .cover img {
  195. float:left;
  196. width:60px;
  197. height:60px;
  198. }
  199.  
  200. .playbox {
  201. opacity:0.6;
  202. width:27px;
  203. height:30px;
  204. overflow:hidden;
  205. position:absolute;
  206. z-index:1000;
  207. margin-left:17px;
  208. margin-top:17px;
  209. text-align:center;
  210. }
  211.  
  212. .info {
  213. margin-left:73px;
  214. margin-top:4px;
  215. line-height:14px;
  216. }
  217.  
  218. #cunt{width:250px; height:auto;}
  219. {block:PermalinkPage}
  220. width:10px;
  221. {/block:PermalinkPage}
  222. }
  223.  
  224. #center{
  225. padding-top:3px;
  226. padding-bottom:3px;
  227. position:fixed !important;
  228. width:250px;
  229. height:207px;
  230. background-color:#fff;
  231. {block:PermalinkPage}
  232. width:410px;
  233. height:207px;
  234. {/block:PermalinkPage}
  235. }
  236.  
  237. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  238.  
  239. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  240.  
  241.  
  242. #posts{
  243. float:center;
  244. {block:indexpage}
  245. width:700px;
  246. {/block:indexpage}
  247. {block:permalinkpage}
  248. width:600px;
  249. {/block:permalinkpage}
  250. margin-left:450px;
  251. margin-top:30px;
  252. z-index:999999999;
  253. }
  254.  
  255. #entry img{
  256. {block:indexpage}
  257. background:{color:Permalink};
  258. max-width:250px;
  259. {block:iffadedposts}
  260. opacity:0.7;
  261. {/block:iffadedposts}
  262. z-index:9999999;
  263. border:1px solid {color:borders};
  264. -webkit-transition:all 0.7s ease-out;
  265. -moz-transition:all 0.7s ease-out;
  266. transition:all 0.7s ease-out;
  267. {/block:indexpage}
  268. }
  269.  
  270. #entry img:hover{
  271. {block:iffadedposts}
  272. opacity:1;
  273. -webkit-transition:all 0.7s ease-out;
  274. -moz-transition:all 0.7s ease-out;
  275. transition:all 0.7s ease-out;
  276. {/block:iffadedposts}
  277. }
  278.  
  279. #entry{
  280. z-index:999;
  281. margin:35px;
  282. float:left;
  283. background:#fff;
  284. font-size:10px;
  285. line-height:13px;
  286. width:250px;
  287. padding:8px;
  288. box-shadow:rgba(0,0,0,.07) 8px 8px;
  289. border:1px solid {color:borders};
  290. {block:PermalinkPage}
  291. opacity:0.8;
  292. width:360px;
  293. margin-top:15px;
  294. margin-left:13px;
  295. z-index:999;
  296. border:1px solid {color:border};
  297. {/block:PermalinkPage}
  298. -moz-transition: all 1s ease-out;
  299. -o-transition: all 1s ease-out;
  300. -webkit-transition: all 1s ease-out;
  301. transition: all 1s ease-out;
  302. }
  303.  
  304. #entry .perma{
  305. position:absolute;
  306. width:5px;
  307. height:4px;
  308. margin-top:-26px;
  309. margin-left:200px;
  310. z-index:99999;
  311. opacity:1;
  312. }
  313.  
  314. #entry .perma2{
  315. position:absolute;
  316. width:5px;
  317. height:4px;
  318. margin-top:-26px;
  319. margin-left:220px;
  320. border-radius:0px;
  321. z-index:99999;
  322. opacity:1;
  323. }
  324.  
  325. #entry .perma3{
  326. position:absolute;
  327. width:5px;
  328. height:4px;
  329. text-align:center;
  330. margin-top:-26px;
  331. margin-left:240px;
  332. z-index:99999;
  333. opacity:1;
  334. }
  335.  
  336. #entry .perma4{
  337. position:absolute;
  338. width:254px;
  339. height:7px;
  340. background:{color:permalink};
  341. border:1px solid {color:borders};
  342. margin-top:-29px;
  343. margin-left:-9px;
  344. padding:6px;
  345. border-radius:0px;
  346. z-index:999;
  347. opacity:1;
  348. -webkit-transition:opacity 0.7s linear;
  349. -webkit-transition:all 0.7s linear;
  350. -moz-transition:all 0.7s linear;
  351. transition:all 0.7s linear;
  352. }
  353.  
  354. .permalinktext{
  355. display:block;
  356. text-align:right;
  357. text-decoration:none;
  358. padding-top:5px;
  359. background:#fff;
  360. border:1px solid {color:borders};
  361. padding:2px;
  362. color:{color:text};
  363. font-size:9px;
  364. text-align:left;
  365. }
  366.  
  367. .title{
  368. line-height:12px;
  369. font-size:20px;
  370. color:{color:Title};
  371. font-weight:thin;
  372. font-family:caviardreams;
  373. }
  374.  
  375. #blogtitle{
  376. position: fixed !important;
  377. z-index:999999;
  378. width:250px;
  379. margin-top:197px;
  380. margin-left:0px;
  381. color:{color:blogtitle};
  382. font-family:caviardreams;
  383. font-size:25px;
  384. line-height:10px;
  385. text-align:center;
  386. -webkit-transition: all 1s ease-in-out;
  387. -moz-transition: all 1s ease-in-out;
  388. -o-transition: all 1s ease-in-out;
  389. }
  390.  
  391. #sidebar:hover #blogtitle{
  392. margin-left:-70px;
  393. }
  394.  
  395. #sidebar{
  396. position:fixed !important;
  397. width:186px;
  398. height:280px;
  399. margin-top:140px;
  400. margin-left:150px;
  401. padding:0px;
  402. background-color:#fff;
  403. border:1px solid {color:borders};
  404. box-shadow:rgba(0,0,0,.07) 10px 10px;
  405. }
  406.  
  407. div#desc{
  408. position:fixed !important;
  409. background:#ddd;
  410. color:{color:text};
  411. background:white;
  412. margin-top:210px;
  413. margin-left:0px;
  414. font-size:11px;
  415. line-height:13px;
  416. font-family:calibri;
  417. border:1px solid #ddd;
  418. text-align:justify;
  419. z-index:9999;
  420. opacity:1;
  421. -webkit-transition: all .7s ease-in-out;
  422. -moz-transition: all .7s ease-in-out;
  423. -o-transition: all .7s ease-in-out;
  424. }
  425.  
  426.  
  427. #link1{
  428. position:fixed!important;
  429. margin-left:20px;
  430. margin-top:120px;
  431. z-index:99999999999;
  432. }
  433.  
  434. #link1 a{
  435. opacity:0;
  436. width:14px;
  437. height:13px;
  438. display:inline-block;
  439. font-size:10px;
  440. text-transform:none;
  441. text-align:justify;
  442. background: {color:navi links};
  443. padding:5px;
  444. border: 1px solid #fff;
  445. border-radius:0px;
  446. font-family:consolas;
  447. -webkit-transition: all .5s ease-in-out;
  448. -moz-transition: all .5s ease-in-out;
  449. -o-transition: all .5s ease-in-out;
  450. }
  451.  
  452. #sidebar:hover #link1 a{
  453. opacity:1;
  454. margin-top:38px;
  455. }
  456.  
  457. #link2{
  458. position:fixed!important;
  459. margin-left:60px;
  460. margin-top:120px;
  461. z-index:99999999999;
  462. }
  463.  
  464. #link2 a{
  465. opacity:0;
  466. width:14px;
  467. height:13px;
  468. display:inline-block;
  469. font-size:10px;
  470. text-transform:none;
  471. text-align:justify;
  472. background: {color:navi links};
  473. padding:5px;
  474. border: 1px solid #fff;
  475. border-radius:0px;
  476. font-family:consolas;
  477. -webkit-transition: all .7s ease-in-out;
  478. -moz-transition: all .7s ease-in-out;
  479. -o-transition: all .7s ease-in-out;
  480. }
  481.  
  482. #sidebar:hover #link2 a{
  483. opacity:1;
  484. margin-top:38px;
  485. }
  486.  
  487. #link3{
  488. position:fixed!important;
  489. margin-left:100px;
  490. margin-top:120px;
  491. z-index:99999999999;
  492. }
  493.  
  494. #link3 a{
  495. opacity:0;
  496. width:14px;
  497. height:13px;
  498. display:inline-block;
  499. font-size:10px;
  500. text-transform:none;
  501. text-align:justify;
  502. background: {color:navi links};
  503. padding:5px;
  504. border: 1px solid #fff;
  505. border-radius:0px;
  506. font-family:consolas;
  507. -webkit-transition: all .9s ease-in-out;
  508. -moz-transition: all .9s ease-in-out;
  509. -o-transition: all .9s ease-in-out;
  510. }
  511.  
  512. #sidebar:hover #link3 a{
  513. opacity:1;
  514. margin-top:38px;
  515. }
  516.  
  517. #link4{
  518. position:fixed!important;
  519. margin-left:140px;
  520. margin-top:120px;
  521. z-index:99999999999;
  522. }
  523.  
  524. #link4 a{
  525. opacity:0;
  526. width:14px;
  527. height:13px;
  528. display:inline-block;
  529. font-size:10px;
  530. text-transform:none;
  531. text-align:justify;
  532. background: {color:navi links};
  533. padding:5px;
  534. border: 1px solid #fff;
  535. border-radius:0px;
  536. font-family:consolas;
  537. -webkit-transition: all 1.1s ease-in-out;
  538. -moz-transition: all 1.1s ease-in-out;
  539. -o-transition: all 1.1s ease-in-out;
  540. }
  541.  
  542. #sidebar:hover #link4 a{
  543. opacity:1;
  544. margin-top:38px;
  545. }
  546.  
  547. #credits{
  548. width:auto;
  549. position:fixed;
  550. color:{color:text};
  551. bottom:75px;
  552. left:-2px;
  553. }
  554.  
  555. #credits a{
  556. position:fixed;
  557. font-size:12px;
  558. font-family:arial;
  559. line-height:12px;
  560. text-align:center;
  561. width:2px;
  562. height:10px;
  563. margin-top:33px;
  564. margin-left:0px;
  565. padding:5px;
  566. padding-right:10px;
  567. background:#fff;
  568. opacity:1;
  569. border:1px solid {color:borders};
  570. }
  571.  
  572. .triangle{
  573. position:absolute;
  574. width: 0px;
  575. height: 0px;
  576. margin-left:48px;
  577. margin-top:11px;
  578. border-top: 12px solid transparent;
  579. border-bottom: 12px solid transparent;
  580. border-right: 12px solid #f7f7f7;
  581. }
  582.  
  583. #tabcode{
  584. text-align:left;
  585. font-size:10px;
  586. opacity: .8;
  587. text-transform:uppercase;
  588. position:fixed;
  589. font-family:calibri;
  590. left:0px;
  591. background-color:transparent;
  592. letter-spacing:0px;
  593. width:105px;
  594. z-index:9999;
  595. padding:4px;
  596. top:0px;
  597. }
  598.  
  599. #tabcode1{
  600. margin-bottom:0px;
  601. border-left:7px solid {color:tabcolor1};
  602. padding-left:4px;
  603. text-align:left;
  604. height:14px;
  605. overflow:hidden;
  606. margin-top:-1px;
  607. border-bottom:0px solid #706732;
  608. text-transform:uppercase;
  609. letter-spacing:1px;
  610. font-size:8px;
  611. line-height:10px;
  612. z-index:0;
  613. -webkit-transition: all 0.7s ease-in-out;
  614. -moz-transition: all 0.7s ease-in-out;
  615. -o-transition: all 0.7s ease-in-out;
  616. }
  617.  
  618. #tabcode1:hover{
  619. height:80px;
  620. -webkit-transition: all 0.7s ease-in-out;
  621. -moz-transition: all 0.7s ease-in-out;
  622. -o-transition: all 0.7s ease-in-out;
  623. }
  624.  
  625. #tabcode2{
  626. margin-bottom:0px;
  627. border-left:7px solid {color:tabcolor2};
  628. padding-left:4px;
  629. text-align:left;
  630. height:14px;
  631. overflow:hidden;
  632. text-transform:uppercase;
  633. background-color:;
  634. letter-spacing:1px;
  635. font-size;8px;
  636. line-height:13px;
  637. z-index:0;
  638. -webkit-transition: all 0.7s ease-in-out;
  639. -moz-transition: all 0.7s ease-in-out;
  640. -o-transition: all 0.7s ease-in-out;
  641. }
  642.  
  643. #tabcode2:hover{
  644. height:80px;
  645. -webkit-transition: all 0.7s ease-in-out;
  646. -moz-transition: all 0.7s ease-in-out;
  647. -o-transition: all 0.7s ease-in-out;
  648. }
  649.  
  650. #tabcode3{
  651. border-left:7px solid {color:tabcolor3};
  652. padding-left:4px;
  653. text-align:left;
  654. margin-bottom:0px;
  655. height:14px;
  656. overflow:hidden;
  657. border-bottom:0px solid #ccc;
  658. text-transform:uppercase;
  659. background-color:;
  660. letter-spacing:1px;
  661. font-size;8px;
  662. line-height:13px;
  663. z-index:0;
  664. -webkit-transition: all 0.7s ease-in-out;
  665. -moz-transition: all 0.7s ease-in-out;
  666. -o-transition: all 0.7s ease-in-out;
  667. }
  668.  
  669. #tabcode3:hover{
  670. height:80px;/*---edit the length of tab---*/
  671. -webkit-transition: all 0.7s ease-in-out;
  672. -moz-transition: all 0.7s ease-in-out;
  673. -o-transition: all 0.7s ease-in-out;
  674. }
  675.  
  676. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  677. #infscr-loading{
  678. bottom: -70px;
  679. position: absolute;
  680. left: 50%;
  681. margin-left:-8px;
  682. width:16px;
  683. height:11px;
  684. overflow:hidden;
  685. margin-bottom: 50px;
  686. }
  687.  
  688. #postnotes{
  689. text-align: justify;}
  690.  
  691. #postnotes blockquote{
  692. border: 0px;}
  693.  
  694. blockquote{
  695. padding:0px 0px 2px 5px;
  696. margin:0px 0px 2px 10px;
  697. border-left: 1px dotted #eee;
  698. }
  699.  
  700. blockquote p, ul{
  701. margin:0px;
  702. padding:0px;
  703. }
  704.  
  705. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  706. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  707. </style>
  708.  
  709.  
  710. <title>{Title}</title>
  711.  
  712. <link rel="shortcut icon" href="{favicon}">
  713.  
  714. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  715. <meta name="viewport" content="width=720" />
  716.  
  717. {block:IfScrollingTabText}<script type="text/javascript">
  718. var rev = "fwd";
  719. function titlebar(val)
  720. {
  721. var msg = "{Title}";
  722. var res = " ";
  723. var speed = 100;
  724. var pos = val;
  725. msg = "{Title}";
  726. var le = msg.length;
  727. if(rev == "fwd"){
  728. if(pos < le){
  729. pos = pos+1;
  730. scroll = msg.substr(0,pos);
  731. document.title = scroll;
  732. timer = window.setTimeout("titlebar("+pos+")",speed);}
  733. else{
  734. rev = "bwd";
  735. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  736. else{
  737. if(pos > 0){
  738. pos = pos-1;
  739. var ale = le-pos;
  740. scrol = msg.substr(ale,le);
  741. document.title = scrol;
  742. timer = window.setTimeout("titlebar("+pos+")",speed);}
  743. else{
  744. rev = "fwd";
  745. timer = window.setTimeout("titlebar("+pos+")",speed);
  746. }}}
  747. titlebar(0);
  748. </script>{/block:IfScrollingTabText}
  749.  
  750. </head>
  751.  
  752. <body>
  753.  
  754. <div id="tabholder">
  755. <div id="tabcode">
  756. <div id="tabcode1">
  757. <div style="font-size:8px;color:#453220;">UPDATES</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:9px; text-align:left; color:#b9b9b9;"><br>
  758. UPDATES GO HERE
  759. </div>
  760. </div>
  761.  
  762. <div id="tabcode2">
  763. <div style="font-size:8px;color:#453220;">STATS</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  764. STATS GO HERE
  765. </div></div>
  766.  
  767. <div id="tabcode3">
  768. <div style="font-size:8px;color:#453220;">NETWORKS</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  769. NETWORKS GO HERE
  770. <!---------------- USE THIS CODE TO ADD YOUR NETWORK BADGE --------------
  771. <a href="URL OF NETWORK WEBSITE"><img src="THE URL OF THE IMAGE" title="NAME OF YOUR NETWORK"/></a>
  772. ------------------------------------------------------------------------->
  773. </div></div>
  774. </div></div></div></div>
  775.  
  776. <div id="center">
  777. <div id="content">
  778.  
  779. <div id="sidebar">
  780.  
  781. <div id="blogtitle">
  782. {text:Blogtitle}
  783. </div>
  784.  
  785. <div id="desc">
  786. <div style="overflow:auto; width: 161px; height: 30px; color:{color:text}; line-height: 11px; font-size:11px; border-radius:0px; padding: 12px; font-family: calibri; text-align: justify; background:#ddd;">{description}
  787. </div></div>
  788.  
  789. <div id="link1">
  790. <a href="{text:Link One}" title="{text:Link One Hover}">{text:Link One Title}
  791. </a></div>
  792.  
  793. <div id="link2">
  794. <a href="{text:Link Two}" title="{text:Link Two Hover}">{text:Link Two Title}</a></div>
  795.  
  796. <div id="link3">
  797. <a href="{text:Link Three}" title="{text:Link Three Hover}">{text:Link Three Title}</a></div>
  798.  
  799. <div id="link4">
  800. <a href="{text:Link Four}" title="{text:Link Four Hover}">{text:Link Four Title}</a></div>
  801.  
  802. <img src="{image:sidebar}" style="padding:10px; {block:iffadedsidebar}opacity:0.7;{/block:iffadedsidebar} width:150px; height:150px; margin-top:10px; margin-left:8px;"></div>
  803.  
  804. <div id="posts">
  805. {block:Posts}
  806. <div id="entry">
  807.  
  808. {block:Text}
  809. {block:Title}<span class="title">{Title}</span>{/block:Title}
  810. <span class="entrytext">{Body}</span></a>
  811. {block:IndexPage}<br>
  812. <div class="permalinktext">
  813. {DayOfMonth}, {ShortMonth} with <a href="{permalink}"><font color="{color:link}">{notecount} notes</font></a></div>{/block:IndexPage}
  814. {/block:Text}
  815.  
  816. {block:Link}
  817. <a href="{URL}" class="title">{Name}</a>
  818. {block:Description}{Description}{/block:Description}
  819. {block:IndexPage}<br>
  820. <div class="permalinktext">
  821. {Month} {DayOfMonth} with <a href="{permalink}"><font color="{color:link}">{notecount} notes</font></a>
  822. </div>
  823. {/block:IndexPage}
  824. {block:Link}
  825.  
  826. {block:Photo}
  827. {block:IndexPage}
  828. <center>
  829. <div class="perma">
  830. <a href="{Permalink}" target="_blank" title="posted {timeago}"><img src="http://static.tumblr.com/jwmwfrz/18Fnaflbq/_.png"></div></a>
  831. <div class="perma2">
  832. <a href="{Permalink}" target="_blank" title="{notecount} notes"><img src="http://static.tumblr.com/jwmwfrz/c1Lnaflca/minmax.png"></div></a>
  833. <div class="perma3">
  834. <a href="{ReblogURL}" target="_blank" title="Reblog this post"><img src="http://static.tumblr.com/jwmwfrz/LeBnaflcp/x.png"></a></div>
  835. <div class="perma4"></div>
  836. {/block:IndexPage}
  837.  
  838. {block:IndexPage}
  839. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px;>
  840. {/block:IndexPage}
  841. {block:permalinkpage}{LinkOpenTag}<center>
  842. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  843. {LinkCloseTag}</center>{/block:permalinkpage}
  844. {/block:Photo}
  845.  
  846. {block:Quote}
  847. <div class="quote">❝ {quote}</div>
  848. {block:IndexPage}<br>
  849. <div class="permalinktext">
  850. {DayOfMonth}, {ShortMonth} with <a href="{permalink}"><font color="{color:link}">{notecount} notes</font></a></div>{/block:IndexPage}
  851. {/block:Quote}
  852.  
  853. {block:Chat}
  854. {block:Title}<span class="title">{Title}</span>{/block:Title}
  855. <ul class="chat">
  856. {block:Lines}
  857.  
  858. <li class="user_{UserNumber}">
  859. {block:Label}
  860. <span class="label">{Label}</span>
  861. {/block:Label}
  862.  
  863. {Line}<br>
  864. {/block:Lines}
  865. {block:IndexPage}<br>
  866. <div class="permalinktext">
  867. {DayOfMonth}, {ShortMonth} with <a href="{permalink}"><font color="white">{notecount} notes</font></a></div>{/block:IndexPage}
  868. {/block:Chat}
  869.  
  870. {block:Audio}
  871. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  872. {block:IndexPage}<br>
  873. <div class="permalinktext">
  874. <center> <font color="#fff">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="{color:link}">{notecount} notes</font></a></center></div>{/block:IndexPage}
  875. {/block:Audio}
  876.  
  877. {block:Video}
  878. <center>{block:IndexPage}
  879. <div class="perma">
  880. <a href="{Permalink}" target="_blank" title="posted {timeago}"><img src="http://static.tumblr.com/jwmwfrz/18Fnaflbq/_.png"></div></a>
  881. <div class="perma2">
  882. <a href="{Permalink}" target="_blank" title="{notecount} notes"><img src="http://static.tumblr.com/jwmwfrz/c1Lnaflca/minmax.png"></div></a>
  883. <div class="perma3">
  884. <a href="{ReblogURL}" target="_blank" title="Reblog this post"><img src="http://static.tumblr.com/jwmwfrz/LeBnaflcp/x.png"></a></div>
  885. <div class="perma4"></div>
  886. <div style="width:250px; overflow-x:hidden; overflow-y:hidden; border-radius:0px;">{Video-250}</div>{/block:IndexPage}</center><div></div>
  887. <center>{block:PermalinkPage}<div style="width: 500px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center><div></div>
  888. {block:Video}
  889.  
  890. {block:Answer}
  891. <div style="border:1px solid #eee; margin:3px; margin-top:0px; min-height:30px; padding:3px; background:#f7f7f7; font-size:8px; margin-left:0px;">
  892. <img src="{AskerPortraitURL-30}" width="30" align="left"
  893. style="margin-right:10px; margin-top:-1px; border-radius:0px; color:{color:text}; background:#fff; font-family:calibri; outline: 1px solid #fff; outline-offset:-3px;">
  894. <askk><div style="font-family:silkscreen; font-size:8px; color:{color:links}">{Asker}</askk>:</div> <div style="font-family:calibri; font-size:10px;">{Question}</div></div>
  895. <div style="font-family:calibri; font-size:10px; margin-left:5px;">{Answer}</div>
  896. {/block:Answer}
  897.  
  898. {block:PermalinkPage}
  899. <center><br>
  900. {block:caption}{caption}{/block:caption}{block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  901. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  902. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  903. {/block:PermalinkPage}
  904. {block:PostNotes}
  905. <div id="postnotes">{PostNotes}</div>
  906. {/block:PostNotes}</div>{/block:Posts}
  907. </div></div>
  908.  
  909. {block:indexpage}
  910. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  911. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  912. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  913. <script type="text/javascript">
  914. $(window).load(function(){
  915. var $wall = $('#posts');
  916. $wall.imagesLoaded(function(){
  917. $wall.masonry({
  918. itemSelector: '#entry, #entry_photo',
  919. isAnimated : false
  920. });
  921. });
  922.  
  923. $wall.infinitescroll({
  924. navSelector : '#page-nav',
  925. nextSelector : '#page-nav a',
  926. itemSelector : '#entry, #entry_photo',
  927. bufferPx : 2000,
  928. debug : false,
  929. errorCallback: function() {
  930. $('#infscr-loading').fadeOut('normal');
  931. }},
  932. function( newElements ) {
  933. var $newElems = $( newElements );
  934. $newElems.hide();
  935. $newElems.imagesLoaded(function(){
  936. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  937. });
  938. }); $('#content').show(500);
  939. });
  940. </script>
  941. {/block:indexpage}
  942.  
  943. <body onkeydown="return false">
  944. </body>
  945.  
  946. <div id="credits"><div id="credits a"><a href="http://darkpng.tumblr.com/" title="Theme made by darkpng"><div style="z-index:999; color:{color:text}">♥</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement