Advertisement
MissDaphne

Utopia V2

Apr 12th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.08 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7. ▒█▀▀▄ ░█▀▀█ ▒█▀▀█ ▒█░▒█ ▒█▄░▒█ ▒█▀▀▀   ▒█▀▀█ ▒█▀▀▀█ ▒█▀▀▀█ ▒█▀▀▀█
  8. ▒█░▒█ ▒█▄▄█ ▒█▄▄█ ▒█▀▀█ ▒█▒█▒█ ▒█▀▀▀   ▒█▄▄▀ ▒█░░▒█ ░▀▀▀▄▄ ░▀▀▀▄▄
  9. ▒█▄▄▀ ▒█░▒█ ▒█░░░ ▒█░▒█ ▒█░░▀█ ▒█▄▄▄   ▒█░▒█ ▒█▄▄▄█ ▒█▄▄▄█ ▒█▄▄▄█
  10.  
  11.  
  12. UTOPIA VERSION 2 BY DAKILANGGELPREN
  13.  
  14. + Do not remove the text or else you'll be tracked
  15. + Do not copy or steal anything from this theme and use it on your next theme/future theme.
  16. + Do not redistribute this theme or claim it as yours
  17. + Feel free to edit anything, but never remove my credit.
  18. + Do not remove the credits on the sidebar, ask permission first.
  19. + If you're planning to make a huge revamping of my theme, please let me know.
  20.  
  21.  
  22. -->
  23.  
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27.  
  28.  
  29. <!-- NO RIGHT CLICK CODES -->
  30.  
  31. <SCRIPT TYPE="text/javascript">
  32. <!--
  33. //Disable right click script <script type="text/jfavascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  34. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  35. var message="Sorry, right-click has been disabled";
  36. ///////////////////////////////////
  37. function clickIE() {if (document.all) {(message);return false;}}
  38. function clickNS(e) {if
  39. (document.layers||(document.getElementById&&!document.all)) {
  40. if (e.which==2||e.which==3) {(message);return false;}}}
  41. if (document.layers)
  42. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  43. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  44. document.oncontextmenu=new Function("return false")
  45. // -->
  46.  
  47. </SCRIPT>
  48.  
  49.  
  50.  
  51. <!-- TEXT AND LINK DEFAULTS -->
  52. <meta name="text:quote" content="When he gets you so mad, but then he does that one little cute thing you love and you just can't stay upset. - Twitter">
  53. <meta name="text:link1" content="Put link here">
  54. <meta name="text:link2" content="Put link here">
  55. <meta name="text:link3" content="Put link here">
  56. <meta name="text:link4" content="Put link here">
  57. <meta name="text:link5" content="Put link here">
  58. <meta name="text:link1 url" content="">
  59. <meta name="text:link2 url" content="">
  60. <meta name="text:link3 url" content="">
  61. <meta name="text:link4 url" content="">
  62. <meta name="text:link5 url" content="">
  63. <meta name="text:signature" content="- Love, Daphne">
  64.  
  65.  
  66. <!-- UPLOAD IMAGE -->
  67. <meta name="image:portrait" content="http://data1.whicdn.com/images/109450503/large.png">
  68. <meta name="image:background" content="http://media.tumblr.com/tumblr_lw1hpvlwZK1r43b17.png">
  69.  
  70.  
  71. <!-- FONTS USED -->
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Satisfy|Italianno|Allura|Arizonia|Alegreya Sans SC' rel='stylesheet' type='text/css'><script src="http://static.tumblr.com/3iwd31y/UAjn2fp9q/222.js"></script>
  74.  
  75.  
  76. <script type="text/javascript"
  77. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  78. <script>
  79. $(document).ready(function() {
  80. //
  81. $('a.poplight[href^=#]').click(function() {
  82. var popID = $(this).attr('rel'); //Get Popup Name
  83. var popURL = $(this).attr('href'); //Get Popup href to define size
  84. var query= popURL.split('?');
  85. var dim= query[1].split('&');
  86. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  87. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_m3k63huVuK1qfjy56.gif" class="btn_close" title="Close" alt="Close" /></a>');
  88. var popMargTop = ($('#' + popID).height() + 80) / 2;
  89. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  90. //Apply Margin to Popup
  91. $('#' + popID).css({
  92. 'margin-top' : -popMargTop,
  93. 'margin-left' : -popMargLeft
  94. });
  95. $('body').append('<div id="fade"></div>');
  96. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  97. return false;
  98. });
  99. $('a.close, #fade').live('click', function() {
  100. $('#fade , .popup_block').fadeOut(function() {
  101. $('#fade, a.close').remove(); //fade them both out
  102. });
  103. return false;
  104. });
  105. });
  106. </script>
  107.  
  108.  
  109. <style type="text/css">
  110.  
  111.  
  112. /* THEME BODY TEXT OPTIONS
  113. -------------------------------------*/
  114.  
  115.  
  116. body{
  117. background-attachment:fixed;
  118. background-image:url({image:background});
  119. font-family: georgia;
  120. font-size:8.5pt;
  121. color: #c0ab9c;
  122. line-height: 15px;
  123. text-align:justify;
  124. cursor:url(http://static.tumblr.com/3iwd31y/bHmn3eog5/daphnecur.png),auto;
  125. }
  126.  
  127.  
  128. A:link, A:visited, A:active{
  129. text-decoration:none;
  130. color: #c0ab9c;
  131. -webkit-transition-duration: 1.0s;
  132. }
  133.  
  134. A:hover{
  135. color: #fdd0cb;
  136. text-decoration:underline;
  137. -webkit-transition-duration: 1.0s;
  138. cursor:url(http://static.tumblr.com/3iwd31y/3lwn2fozw/daphne1.png),auto;
  139. }
  140.  
  141.  
  142. ul, ol, li{list-style-type:bullet;list-style-image: url(http://static.tumblr.com/3iwd31y/5Gen29wzn/luspad.png); text-align:left;}
  143.  
  144.  
  145.  
  146. /* HIGHLIGHT COLOR CODES
  147. -------------------------------------*/
  148.  
  149.  
  150. ::-moz-selection {
  151. background:#FFFFFF;
  152. color:#EFEFEF;
  153. }
  154.  
  155. ::selection {
  156. background:#transparent;
  157. color:#F6CECE;
  158. }
  159.  
  160.  
  161.  
  162. /* SCROLLBAR COLORS AND OPTIONS
  163. -------------------------------------*/
  164.  
  165.  
  166. ::-webkit-scrollbar {
  167.  
  168. height: 5px;
  169.  
  170. width: 5px;
  171.  
  172. background: #ffffff;
  173.  
  174. }
  175.  
  176. ::-webkit-scrollbar-thumb {
  177.  
  178. background: #FFE4E1;
  179. border:1px solid #FFE4E1;
  180.  
  181.  
  182. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  183.  
  184. }
  185.  
  186. ::-webkit-scrollbar-corner {
  187.  
  188. background: #transparent;
  189.  
  190. }
  191.  
  192.  
  193.  
  194. /* PAGINATION COLORS AND OPTIONS
  195. -------------------------------------*/
  196.  
  197.  
  198. #paginacaoml {font-family: verdana;font-size:11px; font-weight: bold;-moz-border-radius: 5px; -webkit-border-radius:5px;}
  199.  
  200. #paginacaoml a {background: #fecccc;margin: 1px; padding: 7px; color: #fff; text-decoration: none; bold;-moz-border-radius: 2px; -webkit-border-radius:2px;}
  201.  
  202. #paginacaoml a:hover {background: #fff; border: none;color:#fecccc;text-decoration: none;bold;}
  203.  
  204. #paginacaoml span.pagina_atual {background: #fff;margin: 1px; padding: 7px; color: #fecccc; text-decoration: none; bold; border:1px solid #fdd7d7;-moz-border-radius: 2px; -webkit-border-radius:2px;}
  205.  
  206. #paginacaoml span.info { margin: 1px;padding: 7px; color: #777; text-decoration: none;bold;}
  207.  
  208.  
  209.  
  210. /* ASK COLORS AND OPTIONS
  211. -------------------------------------*/
  212.  
  213. .askborder {
  214. float: left;
  215. margin: 1px 2px 0 0;
  216. padding: 4px;
  217. border: 1px solid #fee8e8;}
  218.  
  219. a.asker:hover{
  220. color:#fff;
  221. text-decoration: underline;
  222. cursor: default; }
  223.  
  224. .bubble {
  225. align:right;
  226. background: #fee8e8;
  227. margin:1px 0px 3px 63px;
  228. padding:10px;position:relative;
  229. -moz-border-radius:5px;
  230. -webkit-border-radius:
  231. 5px;border-radius:5px;}
  232.  
  233. .bubble p {margin:1px 0px;}
  234.  
  235. .bubble span {
  236. display:block;
  237. position:absolute;
  238. width:1px;
  239. height:1px;
  240. font-size: 0;
  241. line-height:1px;
  242. left:-10px;
  243. top:10px;
  244. border-top:7px solid transparent;
  245. border-bottom:7px solid transparent;
  246. border-right:10px solid #fee8e8;
  247. color: #eee;
  248. }
  249.  
  250.  
  251.  
  252. /* BLOCKQUOTE COLORS AND OPTIONS
  253. -------------------------------------*/
  254.  
  255.  
  256. blockquote {
  257. margin-left: 20px;
  258. border-left: 2px solid #fecccc;
  259. padding: 15px;
  260. background: #fdf2f2;
  261. overflow: hidden;
  262. }
  263.  
  264.  
  265.  
  266. /* LINKS COLORS AND OPTIONS
  267. -------------------------------------*/
  268.  
  269. div.sovereign a{
  270. margin-bottom: 2px;
  271. text-align: center;
  272. width: 185px;
  273. background: #fee8e8;
  274. display: inline-block;
  275. font-family:'consolas';
  276. font-size:10px;
  277. text-transform: uppercase;
  278. padding:2px;
  279. border:1px solid #fdcfcf;
  280. color:#ffc3c3;
  281. }
  282.  
  283.  
  284. div.sovereign a:hover{
  285. background:#ffc3c3;
  286. font-weight:bold;
  287. color:#fff;
  288. border-left:7px solid #fdd7d7;
  289. border-right:7px solid #fdd7d7;
  290. border-top:2px solid #fdd7d7;
  291. border-bottom:2px solid #fdd7d7;
  292. -webkit-transition: all 0.5s linear;
  293. -moz-transition: all 0.5s linear;
  294. transition: all 0.5s linear;
  295. text-decoration:none;
  296. letter-spacing:3px;
  297. -webkit-box-shadow: 0 0 8px #fff;
  298. text-decoration:underline;
  299. }
  300.  
  301.  
  302. /* POST TITLE OPTIONS
  303. -------------------------------------*/
  304.  
  305. h1{font: 24px 'Allura'; line-height: 20px;text-align: center; }
  306.  
  307.  
  308.  
  309. /* SIDEBAR DESIGN CSS (DO NOT TOUCH)
  310. -------------------------------------*/
  311.  
  312. #first{
  313. top:-10px;
  314. background-image: url(http://static.tumblr.com/3iwd31y/Y61n1ytv5/untitled-1.jpg);
  315. position: fixed;
  316. margin-left:95px;
  317. border-left: 4px solid #ffd5d5;
  318. border-right: 4px solid #ffd5d5;
  319. width: 270px;
  320. bottom:0px;
  321. }
  322.  
  323.  
  324. #second{
  325. width: 220px;
  326. background:#fff;
  327. padding: 15px;
  328. text-align: center;
  329. margin-left:10px;
  330. margin-right:10px;
  331. height:100%;
  332. border:1px solid #fee6e6;
  333. moz-box-shadow: 0 0 1px #ffd5da;
  334. -webkit-box-shadow: 0 0 1px #fdd7df;
  335. }
  336.  
  337.  
  338. #third{
  339. top:-10px;
  340. background-image: url(http://static.tumblr.com/3iwd31y/Y61n1ytv5/untitled-1.jpg);
  341. position: fixed;
  342. margin-left:965px;
  343. border-left: 4px solid #ffd5d5;
  344. border-right: 4px solid #ffd5d5;
  345. width: 270px;
  346. bottom:0px;
  347. }
  348.  
  349.  
  350. #fourth{
  351. width: 220px;
  352. background:#fff;
  353. padding: 15px;
  354. text-align: center;
  355. margin-left:10px;
  356. margin-right:10px;
  357. height:100%;
  358. border:1px solid #fee6e6;
  359. moz-box-shadow: 0 0 1px #ffd5da;
  360. -webkit-box-shadow: 0 0 1px #fdd7df;
  361. }
  362.  
  363.  
  364.  
  365. /* POST CONTENT DESIGN CSS (DO NOT TOUCH)
  366. -------------------------------------*/
  367.  
  368. #outer{
  369. margin-top:-30px;
  370. margin-left:385px;
  371. border-left: 4px solid #ffd5d5;
  372. border-right: 4px solid #ffd5d5;
  373. width: 560px;
  374. bottom:0px;
  375. background-image: url(http://static.tumblr.com/3iwd31y/Y61n1ytv5/untitled-1.jpg);
  376. }
  377.  
  378. #entries {
  379. width:540px;
  380. padding-top:15px;
  381. padding-left:18px;
  382. padding-right:18px;
  383. }
  384.  
  385.  
  386. #post {
  387. margin-right:15px;
  388. font-family:Georgia;
  389. font-size:8.5pt;
  390. line-height: 15px;
  391. margin-top:25px;
  392. padding:20px;
  393. background:#fff;
  394. border:1px solid #fedbdb;
  395. moz-box-shadow: 0 0 1px #ffd5da;
  396. -webkit-box-shadow: 0 0 1px #fdd7df;
  397. }
  398.  
  399.  
  400. /* SIDEBAR TITLE'S
  401. -------------------------------------*/
  402.  
  403. @font-face {font-family: "cac champagne"; src:url('http://static.tumblr.com/3iwd31y/dSrn3eo1c/cac_champagne.ttf');}
  404.  
  405.  
  406. .sidetitles{
  407. background-image: url('http://media.tumblr.com/tumblr_ln9my3xcrp1qfamg6.png');
  408. border-left: 5px double #fccbc5;
  409. border-right: 5px double #fccbc5;
  410. font-family: "cac champagne";
  411. font-size: 25px;
  412. text-align: center;
  413. color: #feb5ac;
  414. margin:8px;
  415. padding:9px;
  416. width:183px;
  417. margin-left:5px;
  418. }
  419.  
  420.  
  421. /* CONVERSATION OPTIONS
  422. -------------------------------------*/
  423.  
  424. .conversation ul { list-style-type: none; margin: 0px; padding: 0px; }
  425. .conversation ul li { padding: 4px 4px 4px 20px; margin-bottom: 1px; }
  426. .conversation ul li span.label {font-weight: bold; text-transform: uppercase;}
  427. .conversation ul li.odd {
  428. background-color: #ffecec;
  429. }
  430.  
  431.  
  432.  
  433. /* AUDIO OPTIONS
  434. -------------------------------------*/
  435.  
  436. #audiobackground{
  437. background-color:#ffeeec;
  438. height:10;
  439. width:490;
  440. }
  441.  
  442.  
  443. /* POP-UP LINKS
  444. -------------------------------------*/
  445.  
  446. div.navigation2 a{
  447. margin-bottom: 2px;
  448. text-align: center;
  449. width: 150px;
  450. background: #fee8e8; /* background color */
  451. display: inline-block;
  452. font-family:'consolas'; /* font used */
  453. font-size:9px; /* font size */
  454. text-transform: uppercase; /* if big letters;lowercase kung small */
  455. padding:5px;
  456. color:#b4b0b0; /* text color */
  457. border:1px solid #fdd0d0; /* border color */
  458. }
  459.  
  460.  
  461. div.navigation2 a:hover{
  462. background:#fec0c0; /* bg transition */
  463. font-weight:bold; /* bormal kung ayaw mo ng bold */
  464. color:#ffa2b4; /* text color */
  465. width: 165px;
  466. border-left:3px solid #fff;
  467. border-right:3px solid #fff;
  468. text-decoration:none;
  469. letter-spacing:3px;
  470. -webkit-box-shadow: 0 0 8px #fff;
  471. -webkit-transition:All 1.5s ease;
  472. -moz-transition:All 1.5s ease;
  473. -o-transition:All 1.5s ease;
  474. box-shadow:inset 0 50px 8px #fff;
  475. }
  476.  
  477.  
  478. /* STATISTICS OPTIONS (DO NOT EDIT)
  479. -------------------------------------*/
  480.  
  481. .heart {display : block; font-size: 8pt; line-height: 15px; border-bottom : 1px solid #f4f4f3; text-indent : 5px; vertical-align : middle; background:
  482. url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
  483. padding-bottom : 1px;}
  484.  
  485. .heart:hover {display : block; font-size: 8pt; line-height: 15px; border-bottom : 1px dashed #eee; text-indent : 5px; vertical-align : middle; background : url('http://static.tumblr.com/3iwd31y/B3an2a1xo/luspad.png') no-repeat left; padding-left : 10px; padding-bottom : 1px;}
  486.  
  487.  
  488.  
  489. /* REBLOG CSS
  490. -------------------------------------*/
  491.  
  492. #reblog{
  493. width: 525px;
  494. background:#fecccc;
  495. font-size: 10px;
  496. letter-spacing 2px;
  497. text-transform:uppercase;
  498. color:#fffdfd;
  499. text-align:center;
  500. font-family: Trebuchet MS;
  501. }
  502. #reblog a{
  503. color:#fffdfd;
  504. letter-spacing 1px;
  505. -webkit-transition-duration: .50s;
  506. }
  507.  
  508.  
  509. /* POP-UP CODES
  510. -------------------------------------*/
  511.  
  512. .popup_block{
  513. display: none;
  514. background-image: url('http://media.tumblr.com/tumblr_ln9my3xcrp1qfamg6.png');
  515. padding: 20px;
  516. border: 5px solid #fecccc;
  517. float: left;
  518. font-size: 1.2em;
  519. position: fixed;
  520. top: 50%; left: 50%;
  521. z-index: 99999;
  522. -webkit-border-radius: 3px;
  523. -moz-border-radius: 3px;
  524. }
  525. img.btn_close {
  526. float: right;
  527. margin: -5px -5px 0 0;
  528. }
  529. *html #fade {
  530. position: absolute;
  531. }
  532. *html .popup_block {
  533. position: absolute;
  534. }
  535.  
  536.  
  537. </style>
  538. </head>
  539. <body>
  540.  
  541.  
  542. <div id="first">
  543. <div id="second">
  544. <div class="sidetitles">The Blogger</div>
  545. <center>
  546. <center><img src="{image:portrait}" style="width: 180px; box-shadow: 0px 0px 5px #bbb; margin:3px; border: 4px solid #fff; background-color: #fff; margin-bottom:0px;" align="center"><br></center>
  547. <br>
  548. <center>{Description}</center>
  549. </center>
  550.  
  551. <div class="sidetitles">Blog Status</div>
  552. <center>
  553. <div class="heart"><script language="JavaScript">
  554. var ref = (''+document.referrer+'');
  555. var w_h = window.screen.width + " x " + window.screen.height;
  556. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4026037&e1=Online User&e2=Online Users&r=' + ref + '&wh=' + w_h + '"><\/script>');
  557. </script></div>
  558. <div class="heart"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2502041&name=Page Views"></script></div>
  559. <div class="heart"><SCRIPT>
  560. function GetCookie (name) {
  561. var arg = name + "=";
  562. var alen = arg.length;
  563. var clen = document.cookie.length;
  564. var i = 0;
  565. while (i < clen) {
  566. var j = i + alen;
  567. if (document.cookie.substring(i, j) == arg)
  568. return getCookieVal (j);
  569. i = document.cookie.indexOf(" ", i) + 1;
  570. if (i == 0) break;
  571. }
  572. return null;
  573. }
  574. function SetCookie (name, value) {
  575. var argv = SetCookie.arguments;
  576. var argc = SetCookie.arguments.length;
  577. var expires = (argc > 2) ? argv[2] : null;
  578. var path = (argc > 3) ? argv[3] : null;
  579. var domain = (argc > 4) ? argv[4] : null;
  580. var secure = (argc > 5) ? argv[5] : false;
  581. document.cookie = name + "=" + escape (value) +
  582. ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
  583. ((path == null) ? "" : ("; path=" + path)) +
  584. ((domain == null) ? "" : ("; domain=" + domain)) +
  585. ((secure == true) ? "; secure" : "");
  586. }
  587. function DeleteCookie (name) {
  588. var exp = new Date();
  589. exp.setTime (exp.getTime() - 1);
  590. var cval = GetCookie (name);
  591. document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
  592. }
  593. var expDays = 30;
  594. var exp = new Date();
  595. exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
  596. function amt(){
  597. var count = GetCookie('count')
  598. if(count == null) {
  599. SetCookie('count','1')
  600. return 1
  601. }
  602. else {
  603. var newcount = parseInt(count) + 1;
  604. DeleteCookie('count')
  605. SetCookie('count',newcount,exp)
  606. return count
  607. }
  608. }
  609. function getCookieVal(offset) {
  610. var endstr = document.cookie.indexOf (";", offset);
  611. if (endstr == -1)
  612. endstr = document.cookie.length;
  613. return unescape(document.cookie.substring(offset, endstr));
  614. }
  615. </SCRIPT>
  616. <SCRIPT>
  617. document.write("You've been here <b>" + amt() + "</b> times.")
  618. </SCRIPT></div>
  619.  
  620. <br>
  621. <div class="sidetitles">Disclaimer</div>
  622. <center>All images and notes found in my blog are all mine except for those I reblog. Similarities and copying of any content in my blog without any permission is strictly prohibited. If you will use any of the content in this blog, you must give me some credits or use my blog as the source. </center>
  623. <br>
  624.  
  625. </div></div></div><div>
  626.  
  627.  
  628. <div id="third">
  629. <div id="fourth">
  630.  
  631. <div class="sidetitles">Favorite Quote</div>
  632. <br>
  633. <center>{text:quote}</center>
  634.  
  635. <div class="sidetitles">April Calendar</div>
  636. <table width="220px;" border="0"cellspacing="0" cellpadding="0" style="padding:8px;font-family:Verdana;font-size: 8px; line-height: 15px;"><tr><td colspan="7" align="center"><div align="center"><b></b></div></td></tr><tr>
  637. <td><div align="center"><bold>S</bold></div></td>
  638. <td><div align="center"><bold>M</bold></div></td>
  639. <td><div align="center"><bold>T</bold></div></td>
  640. <td><div align="center"><bold>W</bold></div></td>
  641. <td><div align="center"><bold>T</bold></div></td>
  642. <td><div align="center"><bold>F</bold></div></td>
  643. <td><div align="center"><bold>S</bold></div></td>
  644. </tr>
  645. <tr>
  646. <td><div align="center"></div></td>
  647. <td><div align="center"></div></td>
  648. <td><div align="center">01</div></td>
  649. <td><div align="center">02</div></td>
  650. <td><div align="center">03</div></td>
  651. <td><div align="center">04</div></td>
  652. <td><div align="center">05</div></td></tr>
  653. <td><div align="center">06</div></td>
  654. <td><div align="center">07</div></td>
  655. <td><div align="center">08</div></td>
  656. <td><div align="center">09</div></td>
  657. <td><div align="center">10</div></td>
  658. <td><div align="center">11</div></td>
  659. <td><div align="center">12</div></td></tr>
  660. <td><div align="center">13</div></td>
  661. <td><div align="center">14</div></td>
  662. <td><div align="center">15</div></td>
  663. <td><div align="center">16</div></td>
  664. <td><div align="center">17</div></td>
  665. <td><div align="center">18</div></td>
  666. <td><div align="center">19</div></td></tr>
  667. <td><div align="center">20</div></td>
  668. <td><div align="center">21</div></td>
  669. <td><div align="center">22</div></td>
  670. <td><div align="center">23</div></td>
  671. <td><div align="center">24</div></td>
  672. <td><div align="center">25</div></td></tr>
  673. <td><div align="center">26</div></td>
  674. <td><div align="center">27</div></td>
  675. <td><div align="center">28</div></td>
  676. <td><div align="center">29</div></td></tr>
  677. <td><div align="center">30</div></td>
  678. </table>
  679. <br>
  680. </center>
  681.  
  682. <div class="sidetitles">Navigate Here</div>
  683. <div class="sovereign">
  684. <a href="/">Refresh </a>
  685. <a href="/ask">Message</a>
  686. <a href="/archive">Past Entries </a>
  687. <a href="/submit">Submit </a>
  688. <a href="http://dakilanggerlpren.tumblr.com/">Credits </a>
  689. <a href="#?w=200" rel="02" class="poplight">More Links</a>
  690. </div>
  691.  
  692. <br>
  693. <div class="sidetitles">Theme Credits</div>
  694.  
  695. <!--KEEP THE CREDITS -->
  696. <!--DO NOT EDIT -->
  697.  
  698. <center>Utopia V2 by <a href="http://dakilanggerlpren.tumblr.com/">Dakilanggerlpren</a><br>
  699. Cursors made by <a href="http://dakilanggerlpren.tumblr.com/">Dakilanggerlpren</a><br>
  700. Theme Optimize for Chrome Users<br>
  701. All Rights Reserved 2014 ©
  702. </center>
  703.  
  704. <!--DO NOT EDIT -->
  705. <!--KEEP THE CREDITS -->
  706.  
  707. </div></div></div><div>
  708.  
  709.  
  710. <!--posts -->
  711. <div id="outer">
  712. <div id="entries">
  713.  
  714. {block:Posts}<div id="post">
  715.  
  716. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  717.  
  718.  
  719. {block:Photo}
  720. <div id="entry">
  721. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  722. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  723. <img style="border-radius: 0px;" src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500" /></div><div style="margin-top:-5px; margin-bottom:-5px;">
  724. {block:IndexPage}</a>{/block:IndexPage}
  725. {block:PermalinkPage}{LinkCloseTag}
  726. {/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  727. </div>
  728. {/block:Photo}
  729.  
  730.  
  731. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  732.  
  733.  
  734. {block:Quote}<h1>{Quote}</h1>{block:Source}{/block:Source}{/block:Quote}
  735.  
  736.  
  737. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>{/block:Link}
  738. {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
  739.  
  740.  
  741. {block:Chat}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}
  742. <div class="post">
  743. <div class="conversation">
  744. <ul>
  745. {block:Lines}<li class="{Alt}">
  746. {block:Label}<span class="label">{Label}</span>{/block:Label}
  747. {Line}</li>{/block:Lines}</ul>
  748. </div>
  749. </div>
  750. {/block:Chat}
  751.  
  752.  
  753. <div class="video"><br>{block:Video}{Video-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
  754.  
  755.  
  756. {block:Audio}
  757. <div class="audio">
  758. <div class="player"><br><div id="audiobackground"><br><center>{AudioPlayerWhite}<br></center></div></div>
  759. <div class="clear"></div>
  760. </div>
  761. <div class="clear"></div>
  762. {block:Caption}<div class="copy"><center>{Caption}</center></div>{/block:Caption}
  763. {/block:Audio}
  764.  
  765.  
  766. {block:Answer}<div class="postalign">
  767. <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder">
  768. <div class="bubble"><span></span> <font color="#c0ab9c";"><a class="asker">{asker}</a> asked: {Question}</font> </div> <br>
  769. <div align="left">{Answer}</div></div>
  770. <center><font face="Allura"; size="5">{text:signature}</font></center>
  771. <br>
  772. {/block:Answer}
  773. </div>
  774.  
  775.  
  776. <div id="reblog">
  777. posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}" title="Reblog">Reblog</a></span>
  778. </div>
  779.  
  780.  
  781. {block:PostNotes}<br>
  782. <div id="box">
  783. <b><div style="text-align:center; margin-left:0px;">{block:RebloggedFrom}
  784. Via <b><a href="{ReblogParentURL}">{ReblogParentName}</a></b><br>Source <b><a href="{ReblogRootURL}">{ReblogRootName}</a></b> {/block:RebloggedFrom}</b></div>
  785. <div style="margin-left:0px;">
  786. {PostNotes}
  787. </div>
  788. <center>{block:ContentSource}<a href="{SourceURL}">
  789. {lang:Source}: {block:SourceLogo}
  790. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  791. {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a> {/block:ContentSource}</center></div>
  792. {/block:PostNotes}
  793. {/block:Posts}<br>
  794. <br>
  795.  
  796. <center>
  797. <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo; NEWER</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">OLDER &raquo;</a>{/block:NextPage}{/block:Pagination}
  798. <br>
  799. <br> <br>
  800. </div>
  801. </div></div></div></div>
  802. </div></div>
  803.  
  804.  
  805.  
  806. </body>
  807.  
  808.  
  809. <div id="outer"><div id="02" class="popup_block">
  810. <br><br>
  811. <center>
  812. <div class="navigation2">
  813. <a href="{text:link1 url}">{text:link1}</a>
  814. <a href="{text:link2 url}">{text:link2}</a>
  815. <a href="{text:link3 url}">{text:link3}</a>
  816. <a href="{text:link4 url}">{text:link4}</a>
  817. <a href="{text:link5 url}">{text:link5}</a>
  818. </div>
  819. </center>
  820.  
  821. </div></div></div></div></div></div></div></div></div></div>
  822.  
  823.  
  824.  
  825. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement