Advertisement
themesbycl

Untitled

Apr 30th, 2013
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.49 KB | None | 0 0
  1. <!----------------------------------------
  2. OMG, YOU SHOULDN'T BE LOOKING AT THE SOURCE.
  3. PLEASE JUST STOP OK
  4. YOUR IP ADDRESS AND YOUR URL IS TRACKED
  5. ------------------------------------------>
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html lang="en">
  9. <head>
  10. <script type="text/javascript">
  11. WebFontConfig = {
  12. google: { families: [ 'Open+Sans+Condensed:300:latin' ] }
  13. };
  14. (function() {
  15. var wf = document.createElement('script');
  16. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  17. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  18. wf.type = 'text/javascript';
  19. wf.async = 'true';
  20. var s = document.getElementsByTagName('script')[0];
  21. s.parentNode.insertBefore(wf, s);
  22. })(); </script>
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + 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>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade').live('click', function() {
  49. $('#fade , .popup_block').fadeOut(function() {
  50. $('#fade, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56. <script language=JavaScript>
  57. <!--
  58. //Disable right mouse click Script
  59. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  60. //For full source code, visit http://www.dynamicdrive.com
  61. var message="Oops";
  62. ///////////////////////////////////
  63. function clickIE4(){
  64. if (event.button==2){
  65. alert(message);
  66. return false;
  67. }
  68. }
  69. function clickNS4(e){
  70. if (document.layers||document.getElementById&&!document.all){
  71. if (e.which==2||e.which==3){
  72. alert(message);
  73. return false;
  74. }
  75. }
  76. }
  77. if (document.layers){
  78. document.captureEvents(Event.MOUSEDOWN);
  79. document.onmousedown=clickNS4;
  80. }
  81. else if (document.all&&!document.getElementById){
  82. document.onmousedown=clickIE4;
  83. }
  84. document.oncontextmenu=new Function("alert(message);return false")
  85. // -->
  86. </script>
  87.  
  88. <title>{Title}</title>
  89. <meta name="color:Text Color" content="#000000"/>
  90. <meta name="color:Link" content="#000000"/>
  91. <meta name="color:Hover" content="#000000"/>
  92. <meta name="color:Navborder" content="#000000"/>
  93. <meta name="color:Blog title" content="#000000"/>
  94. <meta name="color:Background" content="#ffffff"/>
  95. <meta name="color:Scrollbar" content="#000000"/>
  96. <meta name="image:Background" content=""/>
  97. <meta name="image:Header" content=""/>
  98. <meta name="if:Rainbow links" content="0"/>
  99. <meta name="if:Tiny cursor" content="1"/>
  100. <meta name="text:Link 1 Title" content=""/>
  101. <meta name="text:Link 1 URL" content=""/>
  102. <meta name="text:Link 2 Title" content=""/>
  103. <meta name="text:Link 2 URL" content=""/>
  104. <meta name="text:Link 3 Title" content=""/>
  105. <meta name="text:Link 3 URL" content=""/>
  106. <meta name="text:Link 4 Title" content=""/>
  107. <meta name="text:Link 4 URL" content=""/>
  108. <meta name="text:Link 5 Title" content=""/>
  109. <meta name="text:Link 5 URL" content=""/>
  110.  
  111.  
  112. <link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800&v2" rel='stylesheet' type='text/css'>
  113. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  114. <script type="text/javascript" src="scrolltopcontrol.js">
  115. </script>
  116. <script type="text/javascript" src="http://static.tumblr.com/2plu7ye/ZxQmf03xh/top.txt"></script>
  117.  
  118.  
  119.  
  120. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  121.  
  122. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  123. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  124. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  125. <link rel="shortcut icon" href="{Favicon}">
  126. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  127. {block:Description}
  128. <meta name="description" content="{MetaDescription}" />
  129. {/block:Description}
  130.  
  131.  
  132. <style type="text/css">
  133.  
  134. #kkk {
  135. text-align:center;
  136. position:absolute;
  137. left:10px;
  138. top:-618px;
  139. -webkit-transition:all .5s ease-in-out;
  140. -moz-transition: all .5s ease-in-out;
  141. -o-transition: all .5s ease-in-out;
  142. z-index:300;}
  143.  
  144. #kkk:hover {
  145. top:0px;
  146. }
  147.  
  148. #hhh {
  149. font-size:13px;
  150. padding-left:5px;
  151. padding-right:4px;
  152. padding-top:4px;
  153. padding-bottom:4px;
  154. text-align:left;
  155. height:609px;
  156. line-height:11px;background:#8B795E;
  157. width:340px;z-index: 9999;
  158. font-style:italic;
  159. }
  160.  
  161. #zzz {
  162. margin-top:0px;font-weight:bold;
  163. height:4px;border-bottom:2px solid #000;
  164. margin-left:2px;width: 134px;
  165. padding-bottom:26px;padding-right:3px;padding-left:3px; background : #000; color:#eee;border-bottom-right-radius:10px;border-bottom-left-radius:10px;
  166. }
  167.  
  168. @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  169.  
  170. #fade { /*--Transparent background layer--*/
  171. display: none; /*--hidden by default--*/
  172. background: #000;
  173. position: fixed; left: 0; top: 0;
  174. width: 100%; height: 100%;
  175. opacity: .70;
  176. z-index: 9999;
  177. }
  178. .popup_block{
  179. display: none; /*--hidden by default--*/
  180. background: #fff;
  181. padding:15px;
  182. float: left;
  183. font-size: 1.2em;
  184. position: fixed;
  185. top: 50%; left: 50%;
  186. z-index: 99999;
  187. /*--CSS3 Box Shadows--*/
  188. /*--CSS3 Rounded Corners--*/
  189. -webkit-border-radius: 10px;
  190. -moz-border-radius: 10px;
  191. border-radius: 10px;
  192. }
  193. img.btn_close {
  194. float: right;
  195. margin: -5px -5px 0 0;
  196. }
  197. /*--Making IE6 Understand Fixed Positioning--*/
  198. *html #fade {
  199. position: absolute;
  200. }
  201. *html .popup_block {
  202. position: absolute;
  203. }
  204.  
  205. body, a:hover {cursor: url(http://i1226.photobucket.com/albums/ee419/mynameisflick/chanel.png), progress !important;} a:hover {cursor: url(http://i1226.photobucket.com/albums/ee419/mynameisflick/chanel.png), progress !important;}
  206.  
  207. ::-webkit-scrollbar-thumb:vertical {
  208. -webkit-border-radius: 13px;
  209. -moz-border-radius: 13px;
  210. border-radius: 13px;
  211. background-color:#000000;
  212. border:2px solid #ffffff;
  213. height:70px;
  214. }
  215.  
  216. ::-webkit-scrollbar-thumb:horizontal {
  217. border:2px solid #ffffff;
  218. height:7px !important;
  219. -webkit-border-radius: 13px;
  220. -moz-border-radius: 13px;
  221. border-radius: 13px;
  222. }
  223.  
  224. ::-webkit-scrollbar {
  225. height:12px;
  226. width:11px;
  227. background-color:#ffffff;}
  228.  
  229.  
  230. body {
  231. background-color: {color:Background};
  232. background-image:url({image:Background});
  233. background-attachment: fixed;
  234. background-repeat: repeat;
  235. color:{color:TextColor};
  236. font-family: helvetica;
  237. font-size: 11px;
  238. line-height: 11px;}
  239.  
  240.  
  241. #infscr-loading {
  242. position: absolute;
  243. bottom: 0;
  244. left: 25%;
  245. }
  246.  
  247. #tumblr_controls{
  248. z-index:555;
  249. position:absolute !important;
  250. -webkit-filter: invert(100%) ;}
  251.  
  252. a:link, a:active, a:visited{
  253. color:{color:Link};
  254. text-decoration: none;}
  255.  
  256. a:hover{
  257. color:{color:Hover}; -webkit-transition: all 0.3s ease-in-out;
  258. -moz-transition: all 0.3s ease-in-out;
  259. -o-transition: all 0.3s ease-in-out;
  260. -ms-transition: all 0.3s ease-in-out;
  261. transition: all 0.3s ease-in-out;}
  262.  
  263. div#content{
  264. width: 1290px;}
  265.  
  266. div#contain {
  267. width: 1290px;
  268. margin:-15px;
  269. margin-left: 29px;}
  270.  
  271. div#header{
  272. z-index:555;
  273. float:center;
  274. background-color:transparent;
  275. width: 900px;
  276. height: auto;
  277. margin-top: 30px;
  278. margin-left: 190px;
  279. padding: 30px;
  280. float:center;
  281. text-align: center;}
  282.  
  283. div#blogtitle{
  284. float:center;
  285. color:{color:blogtitle};
  286. text-align:center;
  287. font-size: 60px;
  288. line-height: 40px;
  289. padding:0px;
  290. font-family: 'Allura', cursive;
  291. font-style:none;
  292. text-align:center;
  293. -webkit-transition: all 0.3s ease;
  294. -moz-transition: all 0.3s ease;
  295. -o-transition: all 0.3s ease;
  296. transition: all 0.3s ease;}
  297.  
  298.  
  299.  
  300. div#pagination{
  301. display:none;}
  302.  
  303. div#content .entry{
  304. float: left;
  305. background-color:transparent;
  306. {block:Indexpage}
  307. width: 250px;
  308. float: left;margin-top: 4px;
  309. margin-left: 6px;
  310. padding:0px;
  311. {/block:Indexpage}
  312. {block:Permalinkpage}
  313. padding:5px;
  314. width: 500px;
  315. margin-left:160px;
  316. margin-top:0px;
  317. {/block:Permalinkpage}}
  318.  
  319.  
  320.  
  321. .entry #text{
  322. text-align:right;
  323. opacity:0.7;font-weight:bold;
  324. font-family:'century gothic';
  325. font-size:10px;
  326. line-height:10px;
  327. font-style:italic;
  328. color:#000000;-webkit-transition: all 0.5s ease-out;
  329. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  330. padding:2px;}
  331.  
  332. .entry:hover #text{font-weight:bold;
  333. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  334. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  335.  
  336. .entry:hover #text:hover{
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  339.  
  340. .entry #textt{
  341. text-align:right;
  342. opacity:0.8;
  343. font-family:'century gothic';
  344. font-size:10px;font-weight:bold;
  345. line-height:10px;margin-bottom:7px;
  346. font-style:italic;
  347. color:#000000;-webkit-transition: all 0.5s ease-out;
  348. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  349. padding:2px;}
  350.  
  351. .entry:hover #textt{font-weight:bold;
  352. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  353. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  354.  
  355. .entry:hover #textt:hover{
  356. -webkit-transition: all 0.5s ease-out;
  357. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  358.  
  359.  
  360. div#desc{
  361. float:center;
  362. margin:5px;
  363. font-size: 11px;
  364. line-height: 11px;
  365. font-family:helvetica;}
  366.  
  367. #reblog{
  368. display:block;
  369. height:10px;
  370. width:240px;
  371. text-align:center;
  372. text-transform:uppercase;
  373. position: absolute;
  374. padding-left:5px;
  375. padding-bottom:5px;
  376. padding-right:5px;
  377. padding-top:5px;
  378. letter-spacing:1px;
  379. opacity:0;
  380. margin-top:-5px;
  381. -webkit-transition: 0.3s ease-in;
  382. font-family: 'helvetica';
  383. background:#ffffff;
  384. color:black;
  385. font-size: 8px;
  386. line-height:10px;}
  387.  
  388. #reblog a:hover{
  389. color:{color:hover};
  390. }
  391. {block:IndexPage}
  392. .entry:hover #reblog{ margin-top:0px;
  393. opacity:0.85;
  394. -webkit-transition: 0.3s ease-in;}
  395.  
  396. .entry:hover #reblog:hover{
  397. opacity:.85;
  398. -webkit-transition: 0.3s ease-in;}
  399. {/block:IndexPage}
  400.  
  401. .biebs{
  402. padding:10px;
  403. border-radius:6px;}
  404.  
  405. .t{
  406. text-align:left;
  407. font-weight:bold;
  408. font-family: 'Open Sans';
  409. font-style:italic;
  410. font-size: 14px;
  411. line-height:15px;}
  412.  
  413.  
  414. ul, ol, li{
  415. list-style:none;
  416. margin:0px;
  417. padding:1px;}
  418.  
  419.  
  420. .entry .permm{
  421. opacity: 0;font-size: 9px;
  422. font-family:'century gothic';
  423. line-height:10px;
  424. text-align:center;
  425. padding-bottom:10px;
  426. margin-bottom:10px;
  427. -webkit-transition: all 0.4s linear;
  428. }
  429.  
  430. .entry:hover .permm{
  431. text-align:center;
  432. opacity: 0.8;
  433. -webkit-transition: all 0.4s linear;
  434. }
  435.  
  436. #sidebarnav {
  437. position: relative;
  438. text-align: center;
  439. }
  440.  
  441. #sidebarnav a {
  442. padding-left:3px;
  443. padding-right:2px;
  444. padding-top:4px;
  445. padding-bottom:5px;
  446. margin-top: 3px;
  447. margin-left: 7px;border-bottom:2px solid #fff;
  448. width: auto;
  449. font-family:helvetica;
  450. font-size: 11px;
  451. font-weight:bold;
  452. text-transform: uppercase;
  453. letter-spacing: 1px;
  454. display: inline-block;
  455. text-align: center;
  456. color:{color:link} ;
  457. -webkit-transition: all 0.3s ease-in-out;
  458. -moz-transition: all 0.3s ease-in-out;
  459. -o-transition: all 0.3s ease-in-out;
  460. -ms-transition: all 0.3s ease-in-out;
  461. transition: all 0.3s ease-in-out;
  462. }
  463.  
  464. #sidebarnav a:hover { padding-left:3px;
  465. padding-right:2px;
  466. padding-top:4px;
  467. padding-bottom:2px;
  468. color: #828282;border-bottom:2px solid #000000;
  469. }
  470.  
  471. .border{
  472. border-bottom: 1px solid #eee;
  473. margin-top:-5px; margin-bottom:-3px;
  474. padding-bottom:2px;
  475. padding-top:0px;
  476. display:block;
  477. font-family:helvetica;
  478. font-size:11px;
  479. line-height:11px;
  480. width:420px;
  481. line-height:11px;
  482. }
  483.  
  484. .borderr{
  485. border-bottom: 1px solid #eee;
  486. margin-top:-5px; margin-bottom:-3px;
  487. padding-bottom:2px;
  488. padding-top:0px;
  489. display:block;
  490. font-family:helvetica;
  491. font-size:11px;
  492. line-height:11px;
  493. width:400px;
  494. line-height:11px;
  495. }
  496.  
  497. .titleee{
  498. color:#000000;
  499. font-family: 'Open Sans Condensed', sans-serif;
  500. font-size:19px;
  501. line-height:25px;
  502. font-weight: bold;
  503. text-align:left;
  504. }
  505.  
  506.  
  507. biebs{
  508. display:block;
  509. margin-bottom:3px;
  510. -moz-transition-duration:.5s;
  511. -webkit-transition-duration:.5s;
  512. padding-left:5px;
  513. padding-bottom:3px;
  514. padding-top:3px;
  515. color:#696969;
  516. border-bottom:1px solid #eee;}
  517.  
  518. biebs:hover{
  519. padding-left:22px;
  520. border-bottom:1px solid #aaa;
  521. color:#aaa;}
  522.  
  523. .questionn {
  524. padding: 3px 6px;
  525. background-color: #eee;
  526. margin-bottom: 6px;
  527. position: relative;
  528. color: black;
  529. color:{color:TextColor};
  530. font-family: helvetica;
  531. font-size: 11px;
  532. line-height: 15px;}
  533.  
  534. .question {
  535. padding: 10px 15px;
  536. background-color: #ddd;
  537. margin-bottom: 10px;
  538. position: relative;
  539. font-size: 13px;
  540. line-height: 175%;
  541. color: black;
  542. border-radius:5px;
  543. font-family: 'Open Sans';
  544. font-style:italic;
  545.  
  546. }
  547.  
  548. .question::after {
  549. border-radius:5px;
  550. content: '';
  551. position: absolute;
  552. top: 100%;
  553. left: 10px;
  554. border-left: 5px solid transparent;
  555. border-right: 5px solid transparent;
  556. border-top: 5px solid #ddd;
  557. width: 0;}
  558.  
  559. .asker_line {
  560. margin: 0;
  561. margin-left: 10px;
  562. font-weight:bold;
  563. }
  564.  
  565.  
  566. .theme{
  567. background-color:#eeeeee;
  568. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #696969;
  569. border-radius:5px;
  570. height:30px;
  571. color: #fff;
  572. line-height:30px;
  573. font-size:13px;
  574. padding:4px;
  575. }
  576. .theme:hover{
  577. background-color:#FFF;
  578. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #696969;
  579. height:30px;
  580. border-radius:5px;
  581. color: #fff;
  582. line-height:30px;
  583. font-size:13px;
  584. padding:4px;
  585. }
  586.  
  587.  
  588. blockquote {
  589. margin: 0px;
  590. padding-left: 5px;
  591. margin-left: 5px;
  592. border-left: 3px solid #000000;}
  593.  
  594.  
  595.  
  596. @font-face { font-family: "raleway_thin"; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  597.  
  598. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  599. .user_7 .label, .user_8 .label, .user_9 .label {color:#292929;}
  600.  
  601.  
  602. {CustomCSS}
  603.  
  604.  
  605. </style>
  606.  
  607. {block:ifrainbowlinks}
  608. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  609. "></script>{/block:ifrainbowlinks}
  610. </head>
  611. <body><div id="kkk">
  612.  
  613.  
  614. <div id="hhh">
  615. <p align="left">
  616. <font color="#fff"><b>Check out these awesome online shops </b></font>
  617. <font color="#F08080">♥</font><div style="margin-top:5px;"></div>
  618.  
  619. <a href="http://www.ringsandtings.com/" target="_blank" ><img width="110px" height="110" src="https://cdn.shopify.com/s/files/1/0217/9580/files/300X250.jpg?10766" title="ringsandtings ♥"></a>
  620.  
  621. <a href="http://www.chicnova.com/" target="_blank" ><img width="110px" height="110" src="http://www.chicnova.com/linkimg/fashionblog1.jpg" title="chicnova ♥"> </a>
  622.  
  623.  
  624. <a href="http://www.tideshe.com" target="_blank" ><img width="110px" height="110" src="http://www.tideshe.com/fashion/one.jpg" title="tideshe ♥"></a>
  625. </p><div style="margin-bottom:-9px;"></div>
  626.  
  627. <p align="left"><a href="http://www.sammydress.com" target="_blank" ><img width="110px" height="110" src="http://cloud4.faout.com/imagecache/S/ximages/blogger/ad_250.jpg" title="sammydress ♥"></a>
  628.  
  629. <a href="http://www.ahaishopping.com" target="_blank" ><img width="110px" height="110" src="http://www.ahaishopping.com/themes/ahaishopping/images/ad_pic_1.jpg" title="ahaishopping ♥"></a>
  630.  
  631. <a href="http://www.thboxes.com/" target="_blank" ><img width="110px" height="110" src="http://www.pboxs.com/images//20130226/e7fc63fd0675540b.jpg" title="thboxes ♥"></a>
  632. </p><div style="margin-bottom:-9px;"></div>
  633.  
  634. <p align="left">
  635. <a href="http://www.efoxcity.com/" target="_blank" ><img width="110px" height="110" src="http://www.efoxcity.com/banner/efoxcity_women_1.jpg" title="efoxcity ♥"></a>
  636.  
  637. <a href="http://www.lovelywholesale.com/" target="_blank" ><img width="110px" height="110" src="http://www.lovelywholesale.com/ad/250x250.jpg"title="lovelywholesale ♥"></a>
  638.  
  639. <a href="http://www.romwe.com/" target="_blank" ><img width="110px" height="110" src="http://www.romwe.com/includes/templates/bleubirtheme/images/follow2.gif"title="romwe ♥"></a>
  640. </p><div style="margin-bottom:-9px;"></div>
  641.  
  642. <p align="left"><a href="http://www.oasap.com" target="_blank" ><img width="110px" height="110" src="http://img.oasap.com/img/streetfashion13.jpg"title="oasap ♥"></a>
  643.  
  644. <a href="http://www.sheinside.com/" target="_blank" ><img width="110px" height="110" src="http://www.sheinside.com/images/one_2.jpg"title="sheinside ♥"></a>
  645.  
  646. <a href="http://www.indressme.com/" target="_blank" ><img width="110px" height="110" src="http://www.indressme.com/media/wysiwyg/blogger/one_3.jpg"title="indressme ♥"></a>
  647. </p><div style="margin-bottom:-9px;"></div>
  648.  
  649. <p align="left">
  650. <a href="http://www.cozbest.com/" target="_blank" ><img width="110px" height="110" src="http://www.cozbest.com/images/banner300x300.jpg" title="cozbest ♥"></a>
  651.  
  652. <a href="http://www.ecugo.com" target="_blank" ><img width="110px" height="110" src="http://www.ecugo.com/images/ban4.jpg" title="ecugo ♥"></a>
  653.  
  654. <a href="http://www.cichic.com/" target="_blank" ><img width="110px" height="110" src="http://www.cichic.com/images/bannersamples/square_1.jpg" title="cichic ♥"></a>
  655. </p>
  656. </div>
  657.  
  658. <div id="zzz"><br>
  659. Online clothing stores <font color="#F08080">♥</font>
  660. </div>
  661. </div>
  662.  
  663. <div id="header"><center><img src="http://static.tumblr.com/yfai9km/jQSml0n7j/banner_1.gif" max-width="600"></center><br>
  664.  
  665.  
  666.  
  667. <div id="sidebarnav">
  668. <a href="/">Home</a>&nbsp;&nbsp;&nbsp;
  669. <a href="#?w=420" rel="05" class="poplight">FAQS/ASK</a>&nbsp;&nbsp;
  670. <a href="#?w=400" rel="06" class="poplight">Themes</a>&nbsp;&nbsp;
  671. <a href="http://classy-lovely.tumblr.com/blogroll" target="_blank">Blogroll</a>&nbsp;&nbsp;
  672. <a href="http://classy-lovely.tumblr.com/ig">Instagram</a>&nbsp;&nbsp;&nbsp;
  673. <a href="#?w=150" rel="02" class="poplight">+ Links</a>&nbsp;&nbsp;
  674. </div><div id="desc"><br>Mega / 17 years / Indonesia<br><div style="margin-bottom:8px"></div><script language="JavaScript">
  675. var ref = (''+document.referrer+''); var page = (''+window.location+'');
  676. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID2386645&e1=%&e2=Online&p=' + page + '&r=' + ref + '"><\/script>');
  677. </script> . <script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID1786983&name=Visits"></script></div>
  678.  
  679. </div></div></div>
  680. <div id="contain">
  681. <div id="content">
  682. {block:Posts}
  683. <div class="entry">
  684.  
  685. {block:Text}
  686. <div class="questionn">{block:Title}
  687. <div class="t">
  688. <a href="{Permalink}">{Title}</a></div>
  689. {/block:Title}{Body}{block:Indexpage}<div id="text">
  690. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a></div>{/block:Indexpage}</div>
  691.  
  692.  
  693. {block:Indexpage}
  694. {/block:Indexpage}
  695. {/block:Text}
  696.  
  697. {block:Link}
  698. <div class="biebs">
  699. <div class="t">
  700. <a href="{URL}" class="title">{Name}</a></div>
  701. {block:Description}<li>{Description}</li>{/block:Description}
  702. {block:Indexpage}
  703. <div id="text">
  704. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  705. {/block:Link}
  706.  
  707. {block:Photo}
  708. {block:IndexPage}
  709. <div id="reblog">
  710. Posted <a href="{permalink}">{TimeAgo} </a>•
  711. <a href="{permalink}"> {NoteCount} <font color="#FA8072">❤</font></a> •<a href="{reblogurl}" target="_blank"> Reblog</a>
  712. </div>
  713. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}
  714. {/block:Photo}
  715.  
  716. {block:Photoset}
  717. {block:IndexPage}
  718. <center>
  719. {Photoset-350}</center>
  720. {/block:IndexPage}
  721. {block:PermalinkPage}
  722. <center>
  723. {Photoset-550}</center>
  724. {/block:PermalinkPage}
  725. {block:Indexpage}
  726. <div id="text">
  727. <a href="{Permalink}">{TimeAgo}</a> • <a href="{permalink}">{NoteCount} Notes</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:Indexpage}
  728. {/block:Photoset}
  729.  
  730. {block:Quote}
  731. <div class="biebs">
  732. {Quote}</span>
  733. {block:Source}<strong>{Source}</strong>{/block:Source}
  734. {block:Indexpage}
  735. <div id="text">
  736. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  737. {/block:Quote}
  738.  
  739. {block:Answer}
  740. <div class="inner">
  741. <div class="question">{Question}</div><p class="asker_line"><img src="{AskerPortraitURL-30}" width="20" align="left" style="margin-right:8px; "/><div style="margin-top:15px;
  742. font-weight:bold;">{Asker}</div></p>
  743. <p>
  744. <div style="margin-left:10px;font-size:12px; line-height:14px;margin-top:18px;font-family:arial;">{Answer}</div></p></span></div>
  745. {block:Indexpage}
  746. <div id="text">
  747. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}
  748. {/block:Answer}
  749.  
  750. {block:Chat}
  751. <div class="biebs">
  752. {block:Title}<span class="title">{Title}</span>{/block:Title}
  753. <ul class="chat">
  754. {block:Lines}
  755. <li class="user_{UserNumber}">
  756. {block:Label}
  757. <span class="label">{Label}</span>
  758. {/block:Label}
  759. {Line}
  760. </li>
  761. {/block:Lines}
  762. </ul>
  763. {block:Indexpage}
  764. <div id="text">
  765. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}</a></div>{/block:Indexpage}</div>
  766. {/block:Chat}
  767.  
  768. {block:Audio}
  769. <center>
  770. <div class="biebs">
  771. {AudioPlayerBlack}
  772. {block:Indexpage}
  773. <div id="text">
  774. <a href="{Permalink}">{TimeAgo}</a> • <a href="{permalink}">{NoteCount} Notes</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:Indexpage}</div>
  775. {/block:Audio}
  776.  
  777. {block:Video}
  778. <div class="biebs">
  779. {block:IndexPage}
  780. <center>
  781. {Video-250}
  782. {/block:IndexPage}
  783. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  784. {block:Indexpage}
  785. <div id="text">
  786. <a href="{Permalink}">{TimeAgo}</a> • <a href="{permalink}">{NoteCount} Notes</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:Indexpage}</div>
  787. {/block:Video}
  788.  
  789. {block:PermalinkPage}
  790. <div align="left">
  791. <p>
  792. <li>
  793. {block:NoteCount}This post has {NoteCountWithLabel}{/block:NoteCount}
  794. </li>
  795. <li>
  796. {block:Date}Posted {TimeAgo}{/block:Date}
  797. </li>
  798. <li>
  799. {block:RebloggedFrom}
  800. Reblogged from <a href="{ReblogParentUrl}">{ReblogParentName}</a>
  801. {/block:RebloggedFrom}
  802. </li>
  803. <li>
  804. {block:ContentSource}<a href="{SourceURL}" target="_blank">Originally posted by {SourceTitle}</a>{/block:ContentSource}
  805. </li>
  806. <li>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</li>
  807. <li><blockquote>{block:caption}{caption}{/block:caption}</blockquote></li>
  808.  
  809. {block:PostNotes}{PostNotes}
  810. {/block:PostNotes}
  811. {/block:PermalinkPage}
  812. </div>
  813. {/block:Posts}
  814. </div>
  815. {block:PermalinkPage}{/block:PermalinkPage}
  816. {block:IndexPage}
  817. {block:Pagination}
  818. <ul id="pagination">
  819. {block:PreviousPage}
  820. <li><a href="{PreviousPage}"></a></li>
  821. {/block:PreviousPage}
  822. {block:JumpPagination length="0"}
  823. {block:CurrentPage}
  824. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  825. {/block:CurrentPage}
  826. {block:JumpPage}
  827. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  828. {/block:JumpPage}
  829. {/block:JumpPagination}
  830. {block:NextPage}
  831. <li><a id="nextPage" href="{NextPage}"></a></li>
  832. {/block:NextPage}
  833. </ul>
  834. {/block:Pagination}
  835. {/block:IndexPage}
  836. {block:IndexPage}
  837. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  838.  
  839. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  840.  
  841. <script type="text/javascript">
  842. $(window).load(function () {
  843. var $content = $('#content');
  844. $content.masonry({itemSelector: '.entry'}),
  845. $content.infinitescroll({
  846. navSelector : '#pagination',
  847. nextSelector : '#pagination a#nextPage',
  848. itemSelector : '.entry',
  849. loading: {
  850. finishedMsg: '',
  851. img: 'http://static.tumblr.com/yfai9km/VzSmg33dl/2pyn9s2.gif'
  852. },
  853. bufferPx : 600,
  854. debug : false,
  855. },
  856. // call masonry as a callback.
  857. function( newElements ) {
  858. var $newElems = $( newElements );
  859. $newElems.hide();
  860. // ensure that images load before adding to masonry layout
  861. $newElems.imagesLoaded(function(){
  862. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  863.  
  864.  
  865. });
  866. });
  867. });
  868. </script>
  869.  
  870. {/block:IndexPage}
  871.  
  872.  
  873. </body><div id="02" class="popup_block">
  874. <a><div style="
  875. margin-bottom:6px;
  876. padding-top:3px;
  877. padding-bottom:3px;
  878. padding-left:3px;
  879. font-size:19px;
  880. font-family: 'Open Sans Condensed', sans-serif;
  881. font-weight:bold;
  882. width:60px;">Links :</a></div>
  883. <p align="left"><div style="font-family:helvetica;font-size:12px;line-height:12px;">
  884. <biebs><a href="http://classy-lovely.tumblr.com/answered">Answered Q's</a><br></biebs>
  885. <biebs><a href="http://classy-lovely.tumblr.com/tagged/tips" target="_blank">Tips</a><br></biebs>
  886. <biebs><a href="http://classy-lovely.tumblr.com/tagged/clpost" target="_blank">My uploads</a><br></biebs>
  887. <biebs><a href="http://classy-lovely.tumblr.com/lovelies">Lovelies</a><br>
  888. </biebs>
  889. <biebs><a href="http://classy-lovely.tumblr.com/personal">Personal </a><br></biebs>
  890. <biebs><a href="http://classy-lovely.tumblr.com/babe">Babes</a><br></biebs>
  891. <biebs><a href="http://classy-lovely.tumblr.com/places">Amazing scenery</a><br></biebs>
  892. <biebs><a href="http://the--ocean.tumblr.com/">Other blog</a><br>
  893. </biebs>
  894. <biebs><a href="http://classy-lovely.tumblr.com/disclaimer">Disclaimer</a>
  895. </biebs>
  896. </div></p>
  897.  
  898. </div>
  899.  
  900.  
  901.  
  902. <div id="05" class="popup_block">
  903.  
  904. <p><span class="titleee">Frequently Asked Q's (please read before asking)</span></p>
  905. <p><span class="border"><strong>Check out my blog ? </strong>i get a lot of these, i may not reply but i'll check your blog out :) </span></p>
  906. <p><span class="border"><strong>Promote my blog ? </strong>no sorry </span></p>
  907. <p><span class="border"><strong>Great blogs to follow?</strong>&nbsp;check out <a href="http://classy-lovely.tumblr.com/blogroll" target="_blank"><font color="#F08080">my blogroll</font></a> </span></p>
  908. <p><span class="border"><strong>How did you get the cursor?</strong>&nbsp;follow my tutorial <a href="http://pastebin.com/dpnL8hLK" target="_blank"><font color="#F08080">here</font></a></span></p>
  909. <p><span class="border"><strong>Who made your theme ?</strong> me, theme 22 <a href="http://themesbyclassy-lovely.tumblr.com" target="_blank"><font color="#F08080">here</font></a></span></p>
  910. <p><span class="border"><strong>*Beautiful message* </strong>&nbsp;i really appreciate it, thank you <3 </span></p>
  911. <p><span class="border"><strong>*Hate message*</strong>&nbsp;will be deleted </span></p>
  912. <p><span class="border"><strong>THEME help ?</strong>&nbsp; read <a href="http://themesbyclassy-lovely.tumblr.com/message" target="_blank"><font color="#F08080">this</font></a></span></p>
  913. <p><span class="border"><strong>HTML help ?</strong>&nbsp; check out my <a href="http://themesbyclassy-lovely.tumblr.com/tutorialsss" target="_blank"><font color="#F08080">tutorials</font></a></span></p>
  914. <p><span class="border"><strong>I track the tag “classyxlovely” | Answered q's <a href="http://classy-lovely.tumblr.com/answered" target="_blank"><font color="#F08080">here</font></a> ;)</strong></span></p>
  915. <p><span class="border"><strong>*For advertising and promotions contact me at <font color="#F08080">classylovely79@gmail.com</font>
  916. </strong></span></p>
  917. <p><span class="border"><strong>*Don't bother asking html/banner questions, i probably won’t reply sorry :)
  918. </strong></span></p>
  919.  
  920.  
  921. <p><iframe frameborder="0" height="195" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/classy-lovely.tumblr.com" width="100%"></iframe></p>
  922. </div>
  923.  
  924. </div></div></div></div></div></div></div></div></div></div>
  925.  
  926. <div id="06" class="popup_block">
  927. <a><div style="
  928. margin-bottom:6px;
  929. padding-top:7px;
  930. padding-bottom:7px;
  931. padding-left:7px;
  932. border-radius :5px;
  933. font-size:23px;
  934. letter-spacing:1px;
  935. text-align:center;
  936. font-family: 'Open Sans Condensed', sans-serif;
  937. font-weight:bold;line-height:21px;
  938. width:380px;">Terms Of Use</a></div>
  939.  
  940. <div style="padding-top:4px;padding-bottom:4px;
  941. color:#000;font-family:helvetica;font-size:13px;line-height:11px;text-align:left;padding-left:3px;"> <img src="http://media.tumblr.com/tumblr_m1xtgkWWeR1qfamg6.png"> Leave credit intact & Do not move credit to a secondary page</div>
  942. <div style="margin:3px;"></div>
  943.  
  944. <div style="padding-top:4px;padding-bottom:4px;
  945. color:#000;font-family:helvetica;font-size:13px;line-height:11px;text-align:left;padding-left:3px;"> <img src="http://media.tumblr.com/tumblr_m1xtgkWWeR1qfamg6.png"> Don't use my themes as a base code to create other themes</div>
  946. <div style="margin:3px;"></div>
  947.  
  948. <div style="padding-top:4px;padding-bottom:4px;
  949. color:#000;font-family:helvetica;font-size:13px;line-height:11px;text-align:left;padding-left:3px;"> <img src="http://media.tumblr.com/tumblr_m1xtgkWWeR1qfamg6.png"> Please don't claim it as yours even if you've edited it</div>
  950. <div style="margin:3px;"></div>
  951.  
  952. <div style="padding-top:4px;padding-bottom:4px;
  953. color:#000;font-family:helvetica;font-size:13px;line-height:11px;text-align:left;padding-left:3px;"> <img src="http://media.tumblr.com/tumblr_m1xtgkWWeR1qfamg6.png"> You are allowed to edit the themes, only for personal use</div>
  954. <div style="margin:8px;"></div>
  955.  
  956.  
  957.  
  958. <p align="center"><b><i><font size="2">if you've ignored my terms, i'll report you ;)</b></i></text></p>
  959.  
  960. <center><span class="theme"><a href="http://themesbyclassy-lovely.tumblr.com/" target="_blank">My themes →</a></span></center>
  961.  
  962. </div>
  963.  
  964. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement