Fucking_Aj

Roses - Theme 19 by Overkilled, Rosy Theme #1

Mar 16th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.69 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. █▀▀█ ▀█─█▀ █▀▀ █▀▀█ █─█ ─▀─ █── █── █▀▀ █▀▀▄
  5. █──█ ─█▄█─ █▀▀ █▄▄▀ █▀▄ ▀█▀ █── █── █▀▀ █──█
  6. ▀▀▀▀ ──▀── ▀▀▀ ▀─▀▀ ▀─▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀─
  7.  
  8. ▀▀█▀▀ █──█ █▀▀ █▀▄▀█ █▀▀
  9. ──█── █▀▀█ █▀▀ █─▀─█ █▀▀
  10. ──▀── ▀──▀ ▀▀▀ ▀───▀ ▀▀▀
  11. http://overkilled.tumblr.com/tagged/themes
  12. keep credit :)
  13. -->
  14.  
  15. <html lang="en">
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("a[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:90,
  59. tip_fade_speed:600,
  60. attribute:"title"
  61. });
  62. });
  63. })(jQuery);
  64. </script>
  65. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  66. <script type="text/javascript">
  67. <!--
  68.  
  69. // Disable Right Click Script
  70.  
  71. function IE(e)
  72. {
  73. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  74. {
  75. return false;
  76. }
  77. }
  78. function NS(e)
  79. {
  80. if (document.layers || (document.getElementById && !document.all))
  81. {
  82. if (e.which == "2" || e.which == "3")
  83. {
  84. return false;
  85. }
  86. }
  87. }
  88. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  89.  
  90. //-->
  91. </script>
  92.  
  93.  
  94. <script type="text/javascript"
  95. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  96.  
  97. <!--DEFAULT VARIABLES-->
  98. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  99. <meta name="color:background" content="#fff"/>
  100. <meta name="color:link" content="#777"/>
  101. <meta name="color:text" content="#777"/>
  102. <meta name="color:title" content="#333"/>
  103. <meta name="color:hover" content="#fff"/>
  104. <meta name="image:background" content="1"/>
  105. <meta name="color:blogtitle" content="#A9D0F5"/>
  106. <meta name="image:favicon" content="1"/>
  107. <meta name="if:silverborder" content="1"/>
  108. <meta name="color:blogtitle shadow" content="#EB4D87"/>
  109. <style type="text/css">
  110. #s-m-t-tooltip {
  111. max-width:300px;
  112. padding:4px;
  113. margin:20px 0px 0px 20px;
  114. background: #fff; /* change the background color */
  115. border:1px dashed {color:borders}; /* change the border color */
  116. box-shadow:-2px 2px #fff, 2px -2px #fff, 2px 2px #fff, -2px -2px #fff, 0px 0px 5px #555;
  117. font-family:calibri; /* change the font */
  118. font-size:10px; /* change the font size */
  119. letter-spacing:0px; /* change the letter spacing */
  120. color:{color:text}; /* change the text color */
  121. z-index:999999999999999999999999999999999999;
  122. }
  123.  
  124. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  125.  
  126. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  127.  
  128. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  129. ::-webkit-scrollbar {
  130. height: 3px;
  131. width: 3px;
  132. background: #fff;
  133. }
  134. ::-webkit-scrollbar-thumb {
  135. background:{color:blogtitle};
  136. border: 0px;
  137. -webkit-border-radius: 5px;
  138. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  139. }
  140. ::-webkit-scrollbar-corner {
  141. background: transparent;
  142.  
  143. }
  144. p {
  145. margin:0px;
  146. margin-top:0px;
  147. }
  148.  
  149.  
  150. body {
  151. padding: 0px;
  152. margin: 0px;
  153. color:{color:text};
  154. font-family: cute;
  155. line-height:14px;
  156. font-size:12px;
  157. background-color: {color:Background};
  158. background-image:url({image:Background});
  159. background-attachment: fixed;
  160. background-repeat: repeat;
  161. }
  162. #fade { /*--Transparent background layer--*/
  163. display: none; /*--hidden by default--*/
  164. position: fixed; left: 0; top: 0;
  165. width: 100%; height: 100%;
  166. opacity: .80;
  167. z-index: 9999999;
  168. }
  169. .popup_block{
  170. display: none; /*--hidden by default--*/
  171. background: #fff;
  172. padding: 20px;
  173. border: 1px solid #eee;
  174. outline:1px dashed #999;
  175. outline-offset:-5px;
  176. float: left;
  177. font-size:15px;
  178. font-family:cute;
  179. position: fixed;
  180. line-height:20px;
  181. top: 50%; left: 50%;
  182. z-index: 9999999999;
  183. /*--CSS3 Box Shadows--*/
  184. -webkit-box-shadow: 0px 0px 80px {color:blogtitle};
  185. -moz-box-shadow: 0px 0px 80px {color:blogtitle};
  186. box-shadow: 0px 0px 80px {color:blogtitle};
  187. /*--CSS3 Rounded Corners--*/
  188. -webkit-transition: all .7s ease;
  189. -moz-transition: all .7s ease;
  190. -o-transition: all .7s ease;
  191. transition: all .7s ease;
  192. }
  193. .popup_block:hover{
  194. border-radius:0px;
  195. -webkit-transition: all .7s ease;
  196. -moz-transition: all .7s ease;
  197. -o-transition: all .7s ease;
  198. transition: all .7s ease;
  199. }
  200. img.btn_close {
  201. float: right;
  202. margin: -5px -5px 0 0;
  203. }
  204. /*--Making IE6 Understand Fixed Positioning--*/
  205. *html #fade {
  206. position: absolute;
  207. }
  208. *html .popup_block {
  209. position: absolute;
  210. }
  211. @font-face { font-family: "cute"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  212.  
  213. @font-face {font-family:Yummy Cupcakes;src:url(http://static.tumblr.com/kjq4nx5/YUbmq9f0f/yummycupcakes.ttf);}
  214.  
  215. @font-face{font-family:Channel;src:url(http://static.tumblr.com/kjq4nx5/T4jmqilep/channel_slanted1.ttf);}
  216.  
  217. @font-face{font-family:Always Forever;src:url(http://static.tumblr.com/kjq4nx5/oSfmq97bp/always_forever.ttf);}
  218. @font-face { font-family:lol; src: url(http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf);}
  219. a:link, a:active, a:visited{
  220. text-decoration: none;
  221. -webkit-transition: color 0.3s ease-out;
  222. -moz-transition: color 0.3s ease-out;
  223. transition: color 0.3s ease-out;
  224. color:{color:link};
  225. }
  226.  
  227. a:hover {
  228. text-decoration: none;
  229. font-style:;
  230. color: {color:Hover};
  231. }
  232.  
  233. div#center{
  234. margin:auto;
  235. position:relative;
  236. width:1000px;
  237. background-color:;
  238. overflow:auto;
  239. overflow-y:hidden;
  240. }
  241.  
  242.  
  243. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  244. .entry {
  245. float:left;
  246. display: block;
  247. margin:12px;
  248. overflow:hidden;
  249. -webkit-animation: tada 2s;
  250. -moz-animation: tada 2s;
  251. -ms-animation: tada 2s;
  252. width:180px;
  253. padding:10px;
  254. {block:PermalinkPage}
  255. width:450px;
  256. text-align:left;
  257. line-height:10px;
  258.  
  259. {/block:PermalinkPage}
  260. background:white;
  261. border:1px solid #eee;
  262. outline:1px dashed #e1e1e1;
  263. outline-offset:-6px;
  264. background-image:URL();
  265. -webkit-transition: all .7s ease;
  266. -moz-transition: all .7s ease;
  267. -o-transition: all .7s ease;
  268. transition: all .7s ease;
  269. {block:ifsilverborder}
  270. border: 3px solid #FFFFFF;-moz-border-image:url(http://images2.layoutsparks.com/1/181496/pay-attention-silver-glitter.gif) 20 20 round; /* Firefox */-webkit-border-image:url(http://images2.layoutsparks.com/1/181496/pay-attention-silver-glitter.gif) 20 20 round; /* Safari */-o-border-image:url(http://images2.layoutsparks.com/1/181496/pay-attention-silver-glitter.gif) 20 20 round; /* Opera */border-image:url(http://images2.layoutsparks.com/1/181496/pay-attention-silver-glitter.gif) 20 20 round;
  271. {/block:ifsilverborder}
  272.  
  273.  
  274. }
  275.  
  276.  
  277. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  278. .entry .perma{
  279. width:auto;
  280. height:auto;
  281. margin-left:3px;
  282. position: absolute;
  283. overflow:hidden;
  284. text-align:center;
  285. bottom:6px;
  286. font-family:consolas;
  287. background:white;
  288. word-spacing:2px;
  289. letter-spacing:1px;
  290. opacity: 0.0;
  291. padding:3px;
  292. padding-bottom:1px;
  293. border-right:4px solid {color:nav};
  294. border-left:4px solid {color:nav};
  295. border-radius:5px;
  296. -webkit-transition: all .7s ease;
  297. -moz-transition: all .7s ease;
  298. -o-transition: all .7s ease;
  299. transition: all .7s ease;
  300. z-index:9;
  301. -webkit-box-shadow: 0px 0px 20px #fff;
  302. -moz-box-shadow: 0px 0px 20px #fff;
  303. box-shadow: 0px 0px 20px #fff;
  304. }
  305.  
  306. .entry:hover .perma{
  307. overflow:visible;
  308. opacity:9; transform: scale(1.05);
  309. -ms-transform: scale(1.05);
  310. -webkit-transform: scale(1.05);
  311. -o-transform: scale(1.05);
  312. -moz-transform: scale(1.05);
  313. -webkit-box-shadow: 0px 0px 20px #fff;
  314. -moz-box-shadow: 0px 0px 20px #fff;
  315. box-shadow: 0px 0px 20px #fff;
  316. }
  317. .LikeButton{
  318.  
  319. position:absolute;
  320. float:left;
  321. top:25px;
  322. left:78px;
  323. z-index:9999;
  324. background:transparent;
  325. padding:5px;
  326. height: 11px;
  327. width:11px;
  328. opacity:0;
  329. border-radius:0px;
  330. -o-transition-transition: all 0.5s ease;
  331. -webkit-transition: all 0.5s ease;
  332. -moz-transition: all 0.5s ease;
  333. transition: all 0.5s ease;
  334.  
  335. }
  336. .entry:hover .LikeButton{
  337. opacity:8;
  338.  
  339. top:25px;
  340. left:18px;
  341. -o-transition-transition: all 0.5s ease;
  342. -webkit-transition: all 0.5s ease;
  343. -moz-transition: all 0.5s ease;
  344. transition: all 0.5s ease;
  345.  
  346. }
  347.  
  348. .ReblogButton{
  349. position:absolute;
  350. float:left;
  351. z-index:9999;
  352. background:transparent;
  353. padding:5px;
  354. height:11px;
  355. width:11px;
  356. top:25px;
  357. left:78px;
  358. opacity:0;
  359. border-radius:0px;
  360. -o-transition-transition: all 0.5s ease;
  361. -webkit-transition: all 0.5s ease;
  362. -moz-transition: all 0.5s ease;
  363. transition: all 0.5s ease;
  364. }
  365. .entry:hover .ReblogButton{
  366. opacity:8;
  367. top:25px;
  368. left:42px;
  369.  
  370. -o-transition-transition: all 0.5s ease;
  371. -webkit-transition: all 0.5s ease;
  372. -moz-transition: all 0.5s ease;
  373. transition: all 0.5s ease;
  374.  
  375. }
  376. .LikeButton:hover{
  377.  
  378. -o-transition-transition: all 0.5s ease;
  379. -webkit-transition: all 0.5s ease;
  380. -moz-transition: all 0.5s ease;
  381. transition: all 0.5s ease;
  382. }
  383. .ReblogButton:hover{
  384.  
  385. -o-transition-transition: all 0.5s ease;
  386. -webkit-transition: all 0.5s ease;
  387. -moz-transition: all 0.5s ease;
  388. transition: all 0.5s ease;
  389. }
  390.  
  391. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  392. #posts {
  393. width:960px;
  394. margin-top:30px;
  395. z-index:99;
  396. margin-left:50px;
  397. right:auto;
  398. background:transparent;
  399. margin-right:auto;
  400. position:relative;
  401. overflow-y: hidden;
  402. z-index:999;
  403. }
  404.  
  405.  
  406. /*CUSTOMIZE SIDEBAR HERE*/
  407. #sidebar {text-align: center;
  408. margin: 20px auto 10px;
  409. width:1000px;
  410. padding:10px;
  411. background: transparent;
  412. margin-top:130px;
  413. margin-left:-10px;}
  414. #blogtitle{
  415. position:absolute;
  416. text-align: center;
  417. margin: 20px auto 10px;
  418. width:1000px;
  419. padding:10px;
  420. background: transparent;
  421. font-family:ruffledfeathers;
  422. font-size:105px;
  423. color:{color:blogtitle};
  424. margin-top:68px;
  425. margin-left:-17px;
  426. z-index: 99999;
  427. opacity:3;
  428. text-transform:none;
  429. background-image:sdfgh;
  430. letter-spacing: 1px;
  431. line-height:0px;
  432. text-align:center;
  433. text-shadow: 3px 3px 3px {color:blogtitle shadow};
  434. -o-transition-transition: all 0.5s ease;
  435. -webkit-transition: all 0.5s ease;
  436. -moz-transition: all 0.5s ease;
  437. transition: all 0.5s ease;
  438. }
  439. #cred{
  440. width:auto;
  441. position:fixed;
  442. bottom:75px;
  443. left:0px;
  444. -webkit-transition: all .7s ease;
  445. -moz-transition: all .7s ease;
  446. -o-transition: all .7s ease;
  447. transition: all .7s ease;
  448. }
  449. #cred2{
  450. font-size:12px;
  451. font-family:calibri;
  452. line-height:16px;
  453. text-align:center;
  454. height:15px;
  455. margin-top:33px;
  456. width:5px;
  457. padding:5px;
  458. padding-right:10px;
  459. background:#ffffff;
  460. margin-left:0px;
  461. position:fixed;
  462. -webkit-transition: all .7s ease;
  463. -moz-transition: all .7s ease;
  464. -o-transition: all .7s ease;
  465. transition: all .7s ease;
  466. border:1px solid #aaa;
  467. }
  468.  
  469. #cred3{
  470. text-align:center;
  471. width:105px;
  472. font-size:10px;
  473. background:#ffffff;
  474. height:5px;
  475. padding-top:10px;
  476. padding-bottom:10px;
  477. font-family:calibri;
  478. text-transform:uppercase;
  479. margin-left:-110px;
  480. margin-top:33px;
  481. position:fixed;
  482. -webkit-transition: all .7s ease;
  483. -moz-transition: all .7s ease;
  484. -o-transition: all .7s ease;
  485. transition: all .7s ease;
  486. border:1px solid #aaa;
  487. line-height:5px;
  488. }
  489.  
  490. #cred:hover #cred3{
  491. margin-left:50px;
  492. }
  493. @font-face {
  494. font-family:'ruffledfeathers'; src:url('http://static.tumblr.com/z9fa1r8/h8Kmwxyrl/kbruffledfeathers.ttf')
  495. format("truetype");
  496. }
  497. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  498.  
  499.  
  500. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  501. .title{
  502. line-height: 23px;
  503. color:{color:Title};
  504. font-weight: normal;
  505. font-family:lol;
  506. font-size:17px;
  507.  
  508. }
  509.  
  510.  
  511. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  512. .permalink{
  513. text-transform: normal;
  514. display: block;
  515. text-align: right;
  516. text-decoration: none;
  517. }
  518.  
  519.  
  520. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  521. #infscr-loading{
  522. bottom: -70px;
  523. position: absolute;
  524. left: 50%;
  525. margin-left:-8px;
  526. width:16px;
  527. height:11px;
  528. overflow:hidden;
  529. margin-bottom: 50px;
  530. }
  531.  
  532. #postnotes{
  533. text-align: justify;}
  534.  
  535. #postnotes blockquote{
  536. border: 0px;}
  537.  
  538. blockquote{
  539. padding:0px 0px 2px 5px;
  540. margin:0px 0px 2px 10px;
  541. border-left: 1px dotted #555555;
  542. }
  543.  
  544. blockquote p, ul{
  545. margin:0px;
  546. padding:0px;
  547. }
  548.  
  549. a img{border: 0px;}
  550.  
  551.  
  552. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  553.  
  554. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  555. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  556.  
  557. .notes img{width:10px; position:relative; top:3px;}
  558. <--ses-->
  559. small{font-size: 90%;}
  560.  
  561. {CustomCSS}
  562. #ocehans1{
  563. border-radius:100%;
  564. padding:2px;
  565. height:20px;
  566. background:white;
  567. font-family:cute;
  568. font-size:10px;
  569. line-height: 12px;
  570. position:fixed;
  571. text-align:center;
  572. padding:7px;
  573. border:1px solid #f7f7f7;
  574. position:fixed;
  575. margin-top:10px;
  576. margin-left:8px;
  577. width:20px;
  578. overflow:hidden;
  579. z-index:98;
  580. -webkit-transition:opacity 0.7s ease-in; opacity:1.0;
  581. -webkit-transition:all 0.7s ease-in;
  582. -moz-transition:all 0.7s ease-in;
  583. transition:all 0.7s ease-in;
  584. }
  585.  
  586. div#ocehans1:hover {
  587. height:220px;
  588. width:130px;
  589. border-radius:0%;
  590. -webkit-transition:opacity 0.7s ease-in; opacity:1.0;
  591. -webkit-transition:all 0.7s ease-in;
  592. -moz-transition:all 0.7s ease-in;
  593. transition:all 0.7s ease-in;
  594. }
  595. </style>
  596.  
  597. {block:IndexPage}
  598. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  599. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  600.  
  601. <script type="text/javascript">
  602. $(window).load(function(){
  603. var $wall = $('#posts');
  604. $wall.imagesLoaded(function(){
  605. $wall.masonry({
  606. itemSelector: '.entry, .entry_photo',
  607. isAnimated : false
  608. });
  609. });
  610.  
  611. $wall.infinitescroll({
  612. navSelector : '#pagination',
  613. nextSelector : '#pagination a',
  614. itemSelector : '.entry, .entry_photo',
  615. bufferPx : 2000,
  616. debug : false,
  617. errorCallback: function() {
  618. $('#infscr-loading').fadeOut('normal');
  619. }},
  620. function( newElements ) {
  621. var $newElems = $( newElements );
  622. $newElems.hide();
  623. $newElems.imagesLoaded(function(){
  624. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  625. });
  626. }); $('#posts').show(500);
  627. });
  628. </script>
  629.  
  630.  
  631. {/block:IndexPage}
  632.  
  633.  
  634. <title>{title}</title>
  635.  
  636. <link rel="shortcut icon" href="{image:Favicon}" />
  637. <meta name="viewport" content="width=820" />
  638. </head>
  639. <a href="http://overkilled.tumblr.com/tagged/themes"><img src="http://i50.tinypic.com/3325qp0.png"style="position:fixed; right:2px; opacity:.5; top:35px;z-index:99; -webkit-filter: invert(100%)" ></a>
  640. <body>
  641. <div id="ocehans1">
  642. <center><img src="http://media.tumblr.com/47d9ec7debd73135f5f66b1754bfbfca/tumblr_inline_mhcmg8XmE31qz4rgp.gif" style="opacity: 1;"> </center>
  643. <br>
  644. <p>
  645. <div style="background: #E3E4FA; padding: 5px;font-size: 12px;"><b>Updates</b></div><p>
  646.  
  647. write your updates! this is really cute so yeah
  648.  
  649. <div style="background: #E3E4FA; padding: 5px;font-size: 12px;"><b>Music</b></div><p>
  650. put your music url or whatever you have
  651. </p>
  652. <div style="background: #E3E4FA; padding: 5px;font-size: 12px;"><b>Networks</b></div><p>
  653.  
  654. blah blah networks blah blah
  655.  
  656. </div>
  657. </div>
  658. <BODY onselectstart="return false;" ondragstart="return false;">
  659. <div class="wrapper">
  660. <div class="header">
  661. </div>
  662.  
  663. <div id="cage">
  664. <div id="center">
  665. <div id="blogtitle">
  666. &nbsp
  667. {title}</div>
  668.  
  669. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  670. <div id="sidebar">
  671. <center>
  672. {description}<br><br>
  673. <a href="/" style="font-family:lol; font-size:22px; color:{color:blogtitle}; text-transform:lowercase;" title="refresh my blog!">home</a> ♥ <a href="#?w=300" rel="03" class="poplight" style="font-family:lol; font-size:22px; color:{color:blogtitle}; text-transform:lowercase;" title="ask me anything!">ask</a> ♥ <a href="/submit" style="font-family:lol; font-size:22px; color:{color:blogtitle}; text-transform:lowercase;" title="submit me pictures!">submit</a> ♥ <a href="/archive" style="font-family:lol; font-size:22px; color:{color:blogtitle}; text-transform:lowercase;">archive</a> ♥ <a href="#?w=300" rel="02" class="poplight" style="font-family:lol; font-size:22px; color:{color:blogtitle}; text-transform:lowercase;">more</a>
  674. </center>
  675. </div>
  676. <!------------------------------------->
  677.  
  678.  
  679. <div class="left">
  680. <div id="posts">
  681. {block:Posts}
  682. <div class="entry">
  683.  
  684. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  685. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  686. {/block:Text}
  687.  
  688. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  689. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
  690.  
  691. {block:Answer}
  692. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 5px; background-color: #fcfcfc; font-family:calibri;font-size: 11px;font-style: none; border:1px solid #eee; padding-left:8px; padding-top:5px; padding-right:8px; ">
  693. <askk>{Asker}</askk>: {Question}</div>
  694. <div style="margin-top:2px; margin-bottom:4px; font-family:calibri;font-size: 11px;font-style: none;background: transparent;">{Answer}</div>
  695. {block:IndexPage}
  696. <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  697. {/block:IndexPage}
  698. {/block:Answer}
  699. {/block:Answer}
  700.  
  701. {block:Photo}
  702. {block:IndexPage}
  703. <center>
  704. <div class="perma2">
  705. <a href="{reblogurl}"> <ul class="LikeButton">
  706. <li>{ReblogButton color="black" size=14}</li>
  707. </ul>
  708. <ul class="ReblogButton">
  709. <li>{LikeButton color="black" size=14}</li>
  710. </ul></a></div></a>
  711.  
  712. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  713. {/block:IndexPage}
  714. {block:PermalinkPage}
  715. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" style="border-radius:0px;" alt="{PhotoAlt}" width="100%"/></a></div>
  716.  
  717. {LinkCloseTag}
  718. {/block:PermalinkPage}
  719. {/block:Photo}
  720.  
  721. {block:Photoset}
  722. <center>
  723. {block:IndexPage}
  724. <div class="perma2">
  725. <a href="{reblogurl}"><ul class="LikeButton">
  726. <li>{ReblogButton color="black" size=14}</li>
  727. </ul>
  728. <ul class="ReblogButton">
  729. <li>{LikeButton color="black" size=14}</li>
  730. </ul></a></div></a>
  731. <div style="width: 100%;">{Photoset-250}</div>
  732. {/block:IndexPage}
  733. </center>
  734. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  735. {/block:Photoset}
  736.  
  737. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  738. </a></div>{/block:Quote}
  739.  
  740. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  741. <ul class="chat">
  742. {block:Lines}
  743. <li class="user_{UserNumber}">
  744. {block:Label}
  745. <b><span class="label">{Label}</span></b>
  746. {/block:Label}
  747.  
  748. {Line}
  749. </li>
  750. {/block:Lines}
  751. <div class="permalinktext">
  752. <center> <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div style="background:{color:perma buttons}; font-size:9px; font-family:calibri; padding:3px;">{12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a></div></div> </center></div>
  753. {/block:Chat}
  754.  
  755. {block:Audio}
  756. {block:AlbumArt}<div class="artcover">
  757. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  758. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  759. <div class="audioinfo"><div class="i"><i>Song Title: </i><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><i>Artist: </i><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div><div class="i"><i>Album: </i><span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div></div>
  760. {block:IndexPage}
  761. <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  762. {/block:IndexPage}
  763. {/block:Audio}
  764.  
  765.  
  766.  
  767. {block:Video}<center>
  768. <div style="padding-top:0px; padding-bottom:2px; -webkit-filter:grayscale(100%);">
  769. {Video-250}</div>
  770. {block:IndexPage}
  771. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  772. {/block:IndexPage}
  773. {block:Video}
  774.  
  775. {block:PostNotes}<div align="left">{caption}</div>
  776. <center>
  777.  
  778. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  779.  
  780. {block:HasTags}
  781. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  782. {block:RebloggedFrom}
  783. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  784. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  785.  
  786. {/block:RebloggedFrom}
  787. </center></span>
  788. <br>
  789. <div id="postnotes">{PostNotes}</div><br>
  790.  
  791. <center>{block:ContentSource}
  792. <br><a href="{SourceURL}">
  793. {lang:Source}:
  794. {block:SourceLogo}
  795. <img src="{BlackLogoURL}" width="{LogoWidth}"
  796. height="{LogoHeight}" alt="{SourceTitle}" />
  797. {/block:SourceLogo}
  798. {block:NoSourceLogo}
  799. {SourceLink}
  800. {/block:NoSourceLogo}
  801. </a>
  802. {/block:ContentSource}</center>
  803.  
  804. {/block:PostNotes}
  805. </div>
  806. {/block:Posts}
  807. </div></div>
  808.  
  809. {block:IndexPage}
  810. {block:Pagination}
  811. <div id="pagination">
  812. {block:NextPage}
  813. <a id="nextPage" href="{NextPage}"></a>
  814. {/block:NextPage}
  815. {block:PreviousPage}
  816. <a href="{PreviousPage}"></a>
  817. {/block:PreviousPage}
  818. </div>
  819. {/block:Pagination}
  820. {/block:IndexPage}
  821. </body>
  822. <div id="cred"><div id="cred2">☪</div>
  823. <div id="cred3">
  824. <a href="http://overkilled.tumblr.com/" title="Theme credit">Theme by Overkilled ✌</a>
  825. <div id="02" class="popup_block">
  826. <div style="font-size:52px; font-family:ruffledfeathers; color:{color:blogtitle}; text-align:center;">Links</div><br>
  827. <a href="/">LINK</a>
  828. <a href="/">LINK</a>
  829. <a href="/">LINK</a>
  830. <br>
  831. <!--LINKS POPUP LINKS GO HERE -->
  832. <a href="/">LINK</a>
  833. <a href="/">LINK</a>
  834. <a href="/">LINK</a>
  835. <br>
  836.  
  837.  
  838. <!--LINKS POPUP LINKS GO HERE -->
  839. <a href="/">LINK</a>
  840. <a href="/">LINK</a>
  841. <a href="/">LINK</a>
  842.  
  843. </div></div></div></div></div></div></div></div></div></div>
  844. <div id="03" class="popup_block">
  845. <div style="font-size:52px; font-family:ruffledfeathers; color:{color:blogtitle}; text-align:center;">Ask</div><br>
  846.  
  847. You can choose to put what you wish here.
  848. The below is the askbox code if you want this to be your pop up ask box.
  849. <iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  850. </div></div></div></div></div></div></div></div></div></div>
  851.  
  852. </html>
Add Comment
Please, Sign In to add comment