Advertisement
themesbycl

Untitled

Aug 3rd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.99 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. * THEME BY CLASSY-LOVELY.TUMBLR.COM
  3. * PLEASE KEEP ALL CREDIT, THANK YOU !❤
  4. ------------------------------------------------------------------->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  7. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12. <script>
  13. $(document).ready(function() {
  14. //
  15. $('a.poplight[href^=#]').click(function() {
  16. var popID = $(this).attr('rel'); //Get Popup Name
  17. var popURL = $(this).attr('href'); //Get Popup href to define size
  18. var query= popURL.split('?');
  19. var dim= query[1].split('&');
  20. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  21. $('#' + 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>');
  22. var popMargTop = ($('#' + popID).height() + 80) / 2;
  23. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  24. //Apply Margin to Popup
  25. $('#' + popID).css({
  26. 'margin-top' : -popMargTop,
  27. 'margin-left' : -popMargLeft
  28. });
  29. $('body').append('<div id="fade"></div>');
  30. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  31. return false;
  32. });
  33. $('a.close, #fade').live('click', function() {
  34. $('#fade , .popup_block').fadeOut(function() {
  35. $('#fade, a.close').remove(); //fade them both out
  36. });
  37. return false;
  38. });
  39. });
  40. </script>
  41. <script language=JavaScript>
  42. <!--//Disable right click script III- By Renigade (renigade@mediaone.net)
  43. //For full source code, visit http://www.dynamicdrive.com
  44.  
  45. var message="";
  46. ///////////////////////////////////
  47. function clickIE() {if (document.all) {(message);return false;}}
  48. function clickNS(e) {if
  49. (document.layers||(document.getElementById&&!document.all)) {
  50. if (e.which==2||e.which==3) {(message);return false;}}}
  51. if (document.layers)
  52. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  53. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  54.  
  55. document.oncontextmenu=new Function("return false")
  56. // -->
  57. </script>
  58.  
  59.  
  60. <script type="text/javascript">
  61.  
  62. /***********************************************
  63. * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
  64. * This notice MUST stay intact for legal use
  65. * Visit http://www.dynamicdrive.com/ for full source code
  66. ***********************************************/
  67.  
  68. //form tags to omit in NS6+:
  69. var omitformtags=["input", "textarea", "select"]
  70. omitformtags=omitformtags.join("|")
  71. function disableselect(e){
  72. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  73. return false
  74. }
  75. function reEnable(){
  76. return true
  77. }
  78. if (typeof document.onselectstart!="undefined")
  79. document.onselectstart=new Function ("return false")
  80. else{
  81. document.onmousedown=disableselect
  82. document.onmouseup=reEnable
  83. }
  84. </script>
  85.  
  86. <script type="text/javascript"
  87. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  88. <script>
  89. $(document).ready(function() {
  90. //
  91. $('a.poplight[href^=#]').click(function() {
  92. var popID = $(this).attr('rel'); //Get Popup Name
  93. var popURL = $(this).attr('href'); //Get Popup href to define size
  94. var query= popURL.split('?');
  95. var dim= query[1].split('&');
  96. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  97. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lprq9jrfsI1qcn2vb.png" class="btn_close" title="Close" alt="Close" /></a>');
  98. var popMargTop = ($('#' + popID).height() + 80) / 2;
  99. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  100. //Apply Margin to Popup
  101. $('#' + popID).css({
  102. 'margin-top' : -popMargTop,
  103. 'margin-left' : -popMargLeft
  104. });
  105. $('body').append('<div id="fade"></div>');
  106. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  107. return false;
  108. });
  109. $('a.close, #fade').live('click', function() {
  110. $('#fade , .popup_block').fadeOut(function() {
  111. $('#fade, a.close').remove(); //fade them both out
  112. });
  113. return false;
  114. });
  115. });
  116. </script>
  117. <title>
  118. {Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  119. <link rel="icon" href="{Favicon}"/>
  120. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  121. <meta name="viewport" content="width=850"/>
  122. {block:Description}<meta name="description" content="{MetaDescription}" />
  123. {/block:Description}
  124. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  125. <link href='http://fonts.googleapis.com/css?family=Inconsolata&subset=latin' rel='stylesheet' type='text/css'>
  126. <link href='http://fonts.googleapis.com/css?family=Italianno|Rochester|Old+Standard+TT|Josefin+Sans|Dosis|Metrophobic|Maven+Pro|Dawning+of+a+New+Day|Amatic+SC' rel='stylesheet' type='text/css'>
  127.  
  128. <meta name="color:background" content="#ffffff"/>
  129. <meta name="color:Post" content="#ffffff"/>
  130. <meta name="color:Title" content="#000000"/>
  131. <meta name="color:Text" content="#000000"/>
  132. <meta name="color:Link" content="#000000"/>
  133. <meta name="color:Hover" content="#696969"/>
  134. <meta name="color:Scrollbar" content="#000000"/>
  135. <meta name="color:Permalink background" content="#ffffff"/>
  136. <meta name="color:Border" content="#000000"/>
  137. <meta name="color:Question background" content="#eeeeee"/>
  138. <meta name="color:Shadow" content="#aaaaaa"/>
  139. <meta name="color:Nav" content="#ffffff"/>
  140. <meta name="color:Nav hover" content="#000000"/>
  141. <meta name="color:Nav background" content="#000000"/>
  142. <meta name="color:Nav hover background" content="#FFE4E1"/>
  143. <meta name="color:Pagination" content="#eeeeee"/>
  144. <meta name="color:Pagination hover" content="#FFC0CB"/>
  145. <meta name="if:Show statistics" content="1"/>
  146. <meta name="if:Show blogs i follow" content="0"/>
  147. <meta name="if:Show sidebar image" content="0"/>
  148. <meta name="if:Tiny cursor" content="0"/>
  149. <meta name="if:Rainbow links" content="0"/>
  150. <meta name="if:Post shadow" content="0"/>
  151. <meta name="if:Rounded" content="0"/>
  152. <meta name="if:Border" content="1"/>
  153. <meta name="if:Shadow" content="0"/>
  154. <meta name="if:title font 1" content="0"/>
  155. <meta name="if:title font 2" content="0"/>
  156. <meta name="if:title font 3" content="0"/>
  157. <meta name="if:title font 4" content="0"/>
  158. <meta name="if:title font 5" content="1"/>
  159. <meta name="if:title font 6" content="0"/>
  160. <meta name="text:title 1" content="About me"/>
  161. <meta name="text:title 2" content="Quote"/>
  162. <meta name="text:Quote" content="Fashion is not something that exists in dresses only. Fashion is in the sky, in the street, fashion has to do with ideas, the way we live, what is happening."/>
  163. <meta name="text:Source" content="- Coco Chanel"/>
  164. <meta name="image:Background" content=""/>
  165. <meta name="image:Header" content=""/>
  166. <meta name="image:Sidebar" content=""/>
  167. <meta name="text:Link 1 Title" content="Link1"/>
  168. <meta name="text:Link 1 URL" content=""/>
  169. <meta name="text:Link 2 Title" content="Link2"/>
  170. <meta name="text:Link 2 URL" content=""/>
  171. <meta name="text:Link 3 Title" content="Link3"/>
  172. <meta name="text:Link 3 URL" content=""/>
  173. <meta name="text:Link 4 Title" content="Link4"/>
  174. <meta name="text:Link 4 URL" content=""/>
  175. <meta name="text:Link 5 Title" content="Link5"/>
  176. <meta name="text:Link 5 URL" content=""/>
  177. <meta name="text:Link 6 Title" content="Link6"/>
  178. <meta name="text:Link 6 URL" content=""/>
  179. <meta name="text:Link 7 Title" content=""/>
  180. <meta name="text:Link 7 URL" content=""/>
  181. <meta name="text:Link 8 Title" content=""/>
  182. <meta name="text:Link 8 URL" content=""/>
  183.  
  184. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  185. <script type="text/javascript" src="scrolltopcontrol.js">
  186. </script>
  187. <script type="text/javascript" src="http://static.tumblr.com/2plu7ye/jt0mgeac5/top.txt"></script>
  188.  
  189. <style type="text/css">
  190.  
  191.  
  192.  
  193. 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;}
  194.  
  195. ::selection {
  196. background: #F0FFFF;
  197. color:{color:text};
  198. }
  199.  
  200. ::-moz-selection {
  201. background: #F0FFFF;
  202. color: {color:text};
  203. }
  204.  
  205. #fade { /*--Transparent background layer--*/
  206. display: none; /*--hidden by default--*/
  207. background: #000;
  208. position: fixed; left: 0; top: 0;
  209. width: 100%; height: 100%;
  210. opacity: .70;
  211. z-index: 9999;
  212. }
  213. .popup_block{
  214. display: none; /*--hidden by default--*/
  215. background: #fff;
  216. padding:15px;
  217. float: left;
  218. font-size: 1.2em;
  219. position: fixed;
  220. top: 50%; left: 50%;
  221. z-index: 99999;
  222. /*--CSS3 Box Shadows--*/
  223. /*--CSS3 Rounded Corners--*/
  224. -webkit-border-radius: 10px;
  225. -moz-border-radius: 10px;
  226. border-radius: 10px;
  227. }
  228. img.btn_close {
  229. float: right;
  230. margin: -5px -5px 0 0;
  231. }
  232. /*--Making IE6 Understand Fixed Positioning--*/
  233. *html #fade {
  234. position: absolute;
  235. }
  236. *html .popup_block {
  237. position: absolute;
  238. }
  239.  
  240.  
  241.  
  242. {block:iftinycursor}body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}{/block:iftinycursor}
  243.  
  244.  
  245. #tumblr_controls{
  246. z-index:555;
  247. position:absolute !important;
  248. -webkit-filter: invert(100%) ;}
  249.  
  250.  
  251. ::-webkit-scrollbar-thumb:vertical {
  252. background-color:{color:scrollbar};
  253. border:3px solid {color:background};
  254. height:70px;
  255. }
  256.  
  257. ::-webkit-scrollbar-thumb:horizontal {
  258. border:3px solid {color:background};
  259. height:7px !important;
  260. -webkit-border-radius: 13px;
  261. -moz-border-radius: 13px;
  262. border-radius: 13px;
  263. }
  264.  
  265. ::-webkit-scrollbar {
  266. height:12px;
  267. width:13px;
  268. background-color:{color:background};}
  269.  
  270. body{
  271. background-color: {color:Background};
  272. background-image:url({image:Background});
  273. background-attachment: fixed;
  274. background-repeat: repeat;
  275. font-size:9pt;line-height:12px;
  276. text-align:left;
  277. color:{color:Text};
  278. font-family:century gothic;}
  279.  
  280. a{text-decoration:none;color:{color:Link};-webkit-transition-duration: 0.5s;}
  281.  
  282. a:hover{color:{color:Hover};-webkit-transition-duration: 0.5s;}
  283.  
  284. a img {border:none;}
  285.  
  286. div#nav{
  287. height:28px;
  288. float:right;
  289. position:absolute;
  290. width:1010px;
  291. margin-left:4px;}
  292.  
  293. div.navv a{
  294. width:144px;
  295. height:23px;
  296. display:block;
  297. text-align: center;
  298. font-family: 'Inconsolata',arial;
  299. font-size: 17px;
  300. font-weight:normal;
  301. float:left;
  302. text-transform: uppercase;
  303. padding-top:11px;
  304. padding-bottom:2px;padding-left:2px;
  305. margin-left: -4px;
  306. position:relative;
  307. z-index:1;
  308. -webkit-transition-duration: 0.7s;
  309. color:{color:nav};background:#000;}
  310.  
  311. div.navv a:hover{
  312. display:block;
  313. text-align: center;
  314. float: left;
  315. position:relative;
  316. z-index:1;
  317. -webkit-transition-duration: 0.7s;
  318. letter-spacing:1px;
  319. color:#000;
  320. background:#fce2e7;}
  321.  
  322. .linkss {
  323. display : block;
  324. text-align: center;
  325. font-family: helvetica;
  326. font-size:11px;
  327. width: 110px;
  328. height: 20px;
  329. top:50px;
  330. margin-left:3px;
  331. margin-top:5px;
  332. line-height:18px;
  333. text-align:center;
  334. -webkit-transition-duration: .4s;
  335. display: inline-block;
  336. background-color:#F7F7F7;
  337. color:{color:link};
  338. box-shadow: 1px 1px 0px #ededed;
  339. }
  340.  
  341. .linkss:hover {
  342. letter-spacing:1px;
  343. -moz-transition: all .3s ease-in-out;
  344. -o-transition: all .3s ease-in-out;
  345. transition: all .3s ease-in-out;
  346. color:{color:hover};
  347. }
  348.  
  349.  
  350. #kkk{
  351. background-color:{color:post};
  352. margin-left:auto;
  353. margin-top:-5px;
  354. margin-right:auto;
  355. width:998px;
  356. {block:ifborder}border:1px solid {color:border};{/block:ifborder}
  357. {block:ifshadow}
  358. -webkit-box-shadow: 0px 0px 10px {color:shadow};
  359. -moz-box-shadow: 0px 0px 10px {color:shadow};
  360. box-shadow: 0px 0px 10px {color:shadow} ;
  361. {/block:ifshadow}}
  362.  
  363.  
  364. #header{
  365. font-size: 55px;
  366. padding-top:30px;
  367. padding-bottom:20px;
  368. line-height: 65px;
  369. text-align:center;
  370. color:{color:title};
  371. {block:iftitlefont1}font-family:kgthefighter;font-size: 51px;{/block:iftitlefont1}
  372. {block:iftitlefont2}font-family:caf_____brewery;font-size: 55px; {/block:iftitlefont2}
  373. {block:iftitlefont3}font-family:halohandletter;letter-spacing:2px;font-size: 75px;{/block:iftitlefont3}
  374. {block:iftitlefont4}font-family:marketingscript;font-size: 60px;{/block:iftitlefont4}
  375. {block:iftitlefont5}font-family:caviardreams;font-size: 60px;{/block:iftitlefont5}
  376. {block:iftitlefont6}font-style:italic;font-family:georgia;font-size: 50px;{/block:iftitlefont6}}
  377.  
  378. @font-face {
  379. font-family:kgthefighter;
  380. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  381. }
  382. @font-face { font-family:caf_____brewery; src: url("http://static.tumblr.com/2plu7ye/vHQme71zw/caf_____brewery.ttf") format("truetype"); }
  383. @font-face { font-family: halohandletter; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  384.  
  385. @font-face {font-family:marketingscript;
  386. src: url('http://static.tumblr.com/ejm8w78/JDllviajb/marketingscript.ttf');}
  387.  
  388. @font-face { font-family:caviardreams; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  389.  
  390.  
  391. #header a{
  392. font-style:normal;
  393. font-weight:normal;
  394. color:{color:Title};}
  395.  
  396. #headerbanner{
  397. width:auto;
  398. text-align:center;
  399. padding:16px 0 15px 0;}
  400.  
  401. #headerbanner img{
  402. max-width:736px;
  403. height:auto;}
  404.  
  405. #hhh{
  406. background-color:none;
  407. position:relative;
  408. margin:0;
  409. padding:0;
  410. background-repeat:repeat-y;
  411. line-height:12pt;}
  412.  
  413. .side{
  414. margin-left:23px;
  415. padding-right:15px;
  416. padding-top:60px;
  417. background-color:#fff;
  418. width:360px;
  419. position:relative;
  420. text-align:left;
  421. font-color:#171717;
  422. float:left;
  423. line-height:14px;
  424. padding-left:10px;}
  425.  
  426. #center{
  427. padding-top:60px;margin-left:43px;
  428. background-color:none;
  429. position:relative;
  430. float:left;
  431. width:540px;
  432. {block:ifPostShadow}
  433. margin-bottom:11px;
  434. {/block:ifPostShadow}}
  435.  
  436. .stat {width:300px;display : block; line-height: 15px; text-align:left; text-indent : 5px;margin-left:1px;
  437. padding-bottom : 1px;border-bottom:1px dashed #aaa;-webkit-transition-duration: 0.5s;}
  438.  
  439. .stat:hover {width:290px;display :line-height: 15px; text-indent : 5px;
  440. padding-left:10px;padding-bottom : 1px;border-bottom:1px dashed #aaa;-webkit-transition-duration: 0.5s;}
  441.  
  442. #bottom{
  443. margin:0px;
  444. background-color:none;
  445. text-align:center;
  446. position:relative;
  447. padding:15px;
  448. {block:PermalinkPage}
  449. display:none;
  450. {/block:PermalinkPage} }
  451.  
  452. #bottom a{color:{color:link};}
  453.  
  454. #bottom a:hover{color:{color:hover};}
  455.  
  456.  
  457. .avatar{width:30px;height:30px;margin-bottom:2px;margin-left:2px;float:left;}
  458.  
  459. .cr2{position:absolute;right:3px;top:26px;width:98px;height:20px; z-index:1;}
  460.  
  461. .message{text-align:left;width:444px;height:14px;margin-left:42px;margin-bottom:0px;padding:2px 7px;color:{color:text};border-bottom:1px solid background:{color:question background};text-transform:uppercase;font-size:7pt;}
  462.  
  463. .message a{color:{color:text};}
  464.  
  465. .question{margin-left:42px;padding:7px;color:{color:text};background:{color:question background}}
  466.  
  467. .posts{
  468. position:relative;
  469. background-color:none;
  470. text-align:justify;
  471. margin-top:0px;
  472. padding:18px;
  473. {block:ifPostShadow}
  474. margin-bottom:9px;
  475. {/block:ifPostShadow}}
  476.  
  477. .posts img{
  478. max-width:100%;
  479. height:auto;
  480. {block:ifPostShadow}
  481. margin-bottom:11px;
  482. {/block:ifPostShadow}}
  483.  
  484. .posts ul{padding-left:3px;list-style-position:inside;}
  485.  
  486. .clear{clear:both;margin-bottom:-2px;}
  487.  
  488. h3{font-size:10pt;text-transform:uppercase;font-weight:bold;font-family: 'Inconsolata',arial; text-transform: uppercase;}
  489.  
  490. p{margin:0;background-color:none;}
  491. p+p{margin-top:5px;background-color:none}
  492. p+ul{background-color:none;}
  493. ul+p{margin-top:5px;background-color:none;}
  494. h2+p{margin-top:7px;background-color:none;}
  495. p+blockquote{margin-top:10px;background-color:none;}
  496. blockquote+p{margin-top:10px;background-color:none;}
  497. .caption{margin-bottom:-3px;margin-top:15px;background-color:none;}
  498. .text{background-color:none;margin-bottom:-3px;}
  499. .chat{background-color:none;margin-bottom:-6px;}
  500. .photo img{margin-bottom:-4px;}
  501. img+.audio{margin-top:-4px;}
  502. .audio{margin-bottom:-4px;}
  503. .audio .caption{margin-bottom:1px;margin-top:11px;}
  504. .video .caption{margin-bottom:1px;margin-top:11px;}
  505. .link{margin-bottom:-3px;}
  506. .video{margin-bottom:-3px;}
  507.  
  508. #postdate{
  509. background:;
  510. font-size:11px;
  511. font-family:Lucida Sans, Arial, Helvetica, sans-serif, sans-serif;
  512. text-align: right;
  513. padding-right: 5px;
  514. padding-top: 4px;
  515. padding-bottom: 3px;
  516. margin-top: 3px;
  517. height: 15px;
  518. width: 500px;
  519. {block:PermalinkPage}
  520. display:none;
  521. {/block:PermalinkPage}}
  522.  
  523.  
  524. .pagination {
  525. margin-bottom:10px;
  526. line-height:20px;
  527. font-family:helvetica;
  528. font-size:12px;
  529. margin-left:333px;
  530. }
  531.  
  532. .pagination a {
  533. text-decoration:none;
  534. margin-left:6px;
  535. padding: 3px 5px 3px 5px;
  536. -webkit-transition: all 0.4s ease-out;
  537. -moz-transition: all 0.4s ease-out;
  538. transition: all 0.4s ease-out;
  539. color:{color:Link};
  540. background-color:{color:pagination};border-radius:10px;
  541. }
  542.  
  543. .pagination a:hover {
  544. -webkit-transition: all 0.4s ease-out;
  545. -moz-transition: all 0.4s ease-out;
  546. transition: all 0.4s ease-out;
  547. background-color:{color:pagination hover};
  548. color:{color:Hover};border-radius:10px;
  549. }
  550.  
  551. .border{
  552. border-bottom: 1px solid #eee;
  553. margin-top:3px; margin-bottom:1px;
  554. padding-bottom:2px;
  555. padding-top:0px;
  556. display:block;
  557. font-family:helvetica;
  558. font-size:11px;
  559. line-height:11px;
  560. width:420px;
  561. line-height:11px;
  562. }
  563.  
  564. .borderr{
  565. border-bottom: 1px solid #eee;
  566. margin-top:-5px; margin-bottom:-3px;
  567. padding-bottom:2px;
  568. padding-top:0px;
  569. display:block;
  570. font-family:helvetica;
  571. font-size:11px;
  572. line-height:11px;
  573. width:400px;
  574. line-height:11px;
  575. }
  576.  
  577. .titleee{
  578. color:#000000;
  579. font-size:19px;
  580. font-family: 'Open Sans Condensed', sans-serif;
  581. font-weight:bold;
  582. line-height:25px;
  583. text-align:left;
  584. }
  585.  
  586.  
  587. biebs{
  588. display:block;
  589. margin-bottom:4px;
  590. -moz-transition-duration:.5s;
  591. -webkit-transition-duration:.5s;
  592. padding-left:3px;
  593. padding-bottom:4px;
  594. padding-top:3px;
  595. color:#696969;
  596. }
  597.  
  598. biebs:hover{
  599. color:#aaa;}
  600.  
  601.  
  602.  
  603. .theme{
  604. background-color:#eeeeee;
  605. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #696969;
  606. border-radius:5px;
  607. height:30px;
  608. color: #fff;
  609. line-height:30px;
  610. font-size:13px;
  611. padding:4px;
  612. }
  613. .theme:hover{
  614. background-color:#FFF;
  615. box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px #696969;
  616. height:30px;
  617. border-radius:5px;
  618. color: #fff;
  619. line-height:30px;
  620. font-size:13px;
  621. padding:4px;
  622. }
  623.  
  624.  
  625. h2 {
  626. font-family: 'Inconsolata',arial;
  627. text-transform:uppercase;
  628. font-size:17px;
  629. margin-bottom:0;
  630. margin-top:0;
  631. line-height:20pt;
  632. text-align:left;
  633. font-weight:normal;
  634. color:{color:title};}
  635.  
  636. .chat ul{margin:0;padding:0;list-style-type:none;}
  637.  
  638. .label{text-transform:uppercase;margin-right:5px;}
  639.  
  640. .source{text-align:center;font-weight:normal;margin-top:0px;padding:5px 5px;font-style:normal;color:{color:Text};}
  641.  
  642. .quotedtext{font-family: 'Rochester', cursive;font-size:20pt;font-style:italic;line-height:20pt;margin-bottom:0px;padding:10px 15px;text-shadow:0px 1px #fff;text-align:center;color:{color:Text};}
  643.  
  644. blockquote{background-color:#f3f3f3;margin:0;padding:10px 12px;border-bottom:0px solid #e8e8e8;text-shadow:0px 1px #fff;position:relative;border-left:2px solid #696969;color:{color:Text};}
  645.  
  646. .postnotes{border-bottom:1px solid transparent;color:{color:link};}
  647.  
  648. ol.notes li.note img.avatar {vertical-align: -4px;width: 16px;height: 16px;margin-right:4px;margin-left:0px;}
  649.  
  650. ol.notes li.note {background-color:none;padding-right:15px;padding-left:15px;font-size: 11px;font-family:Lucida Sans, Arial, Helvetica, sans-serif, sans-serif;text-align:left;line-height:9px;}
  651.  
  652. ol.notes li.note .answer_content {color:{color:link};padding:6px 7px;margin-left:23px;margin-top:5px;text-shadow:0px 1px #fff;}
  653.  
  654. ol.notes li.note .answer_content a {color:{color:link};}
  655.  
  656. ol.notes li.note blockquote {color:{color:link};padding:6px 7px;margin-left:23px;margin-top:5px;text-shadow:0px 1px #fff;}
  657.  
  658. ol.notes li.note blockquote a{color:{color:link};}
  659.  
  660. ol.notes li.more_notes_link_container {padding-top:4px;padding-bottom:2px;
  661. margin-top:10px;}
  662.  
  663. ol.notes li.more_notes_link_container {padding-top: 12px;padding-bottom: 5px;margin-top: 10px;color:{color:link};font-family:'Lucida Sans','Lucida Grande';
  664. font-size:8pt;text-transform:lowercase;font-weight:bold;border-top: #e2e2e2 1px dashed;}
  665.  
  666. ol.notes li.more_notes_link_container a{color:{color:link};font-weight:bold}
  667.  
  668. ol.notes li.more_notes_link_container a:hover{color:{color:hover};font-weight:bold}
  669.  
  670. ol.notes li {margin-bottom:.35em;margin-left:-40px;list-style:none;color:{color:text};font-weight:normal;}
  671.  
  672. ol.notes li a{color:{color:link};font-weight:normal}
  673.  
  674. ol.notes li a:hover{color:{color:hover};font-weight:normal}
  675.  
  676. {CustomCSS}
  677. </style>{block:ifrainbowlinks}
  678. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  679. "></script>{/block:ifrainbowlinks}
  680. </head>
  681. <body>
  682.  
  683. <div id="kkk">
  684.  
  685. <div id="headerbanner"><a href="/"><img src="http://static.tumblr.com/yfai9km/jQSml0n7j/banner_1.gif" title="{Title}" alt="{Title}"/></a></div>
  686. <div id="nav">
  687. <div class="navv">
  688. <a href="/">Home</a>
  689. <a href="#?w=420" rel="05" class="poplight">FAQS/ASK</a>
  690. <a href="http://classy-lovely.tumblr.com/advertise">Advertise</a>
  691. <a href="#?w=370" rel="06" class="poplight"">Themes</a>
  692. <a href="http://classy-lovely.tumblr.com/getpromoted">get promoted</a>
  693. <a href="http://classy-lovely.tumblr.com/ig">Instagram</a>
  694. <a href="#?w=200" rel="02" class="poplight">+ Links</a>
  695. </div></div><br><br>
  696. <div id="hhh">
  697. <div class="side">
  698.  
  699. <center><img src="http://static.tumblr.com/yfai9km/aQFmprbrf/about.jpg" align="center" style="width: 240px; height:auto;margin-bottom: 10px;"></center>
  700. <img src="http://static.tumblr.com/hrliwi0/ynkmepeq8/tumblr_m29x3njmd11rtzto7o1_500.jpg" align="left" style="-webkit-border-radius: 7px; box-shadow: 1px 1px 3px #808080; margin-right: 7px; margin-top:3px;margin-bottom: 2px; width: 130px; height:auto;">hey, welcome to my blog. i'm mega, 18 years old from indonesia. my blog is dedicated to fashion ♥
  701. "Fashion is not something that exists in dresses only. Fashion is in the sky, in the street, fashion has to do with ideas, the way we live, what is happening." - Coco Chanel </p>
  702.  
  703. <br><br><br>
  704.  
  705. <center><img src="http://static.tumblr.com/yfai9km/awAmpv25k/b.jpg" align="center" style="width: 240px; height:auto;margin-bottom: 10px;"></center>
  706. <center><script language="JavaScript">
  707. var ref = (''+document.referrer+''); var page = (''+window.location+'');
  708. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID2386645&e1=%&e2=User online&p=' + page + '&r=' + ref + '"><\/script>');
  709. </script> // <script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID1786983&name=Visits"></script></center>
  710.  
  711. <br><br><br>
  712. <center><img src="http://static.tumblr.com/yfai9km/s6Gmprbwg/contact.jpg" align="center" style="width: 240px; height:auto;margin-bottom: 10px;"></center>
  713. <center>My blog is open for Advertising, Sponsorship or Collaboration. just contact me at classylovely79@gmail.com</center>
  714. <br><br><br>
  715.  
  716. <center><img src="http://static.tumblr.com/yfai9km/qbhmprbzz/blogs.jpg" align="center" style="width: 240px; height:auto;margin-bottom: 10px;"></center>
  717.  
  718. <a href="http://modelettes.tumblr.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/3TDmqovqo/789.jpg" title="Click to check out the blog"></a>
  719.  
  720. <a href="http://exhalevogue.tumblr.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/KvNmq7rrt/exhalevogue.jpg" title="Click to check out the blog"></a>
  721.  
  722. <a href="http://lustire.tumblr.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/9enmq7rtn/hug.jpg" title="Click to check out the blog"></a>
  723.  
  724.  
  725. <a href="http://c-lassyfabulous.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/bCNmq7t10/lo.jpg" title="Click to check out the blog"></a>
  726.  
  727.  
  728. <a href="http://paris-elegance.tumblr.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/hmimquyea/bhg.jpg" title="Click to check out the blog"></a>
  729.  
  730. <a href="http://flouwe.tumblr.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/gE0mqvqck/bn.jpg" title="Click to check out the blog"></a>
  731.  
  732. <div style="margin-top:10px"></div><center><a href="http://classy-lovely.tumblr.com/advertise" target="_blank" ><b>Want to be featured? click!</b></a></center>
  733.  
  734.  
  735. <br><br><br><br>
  736. <center><img src="http://static.tumblr.com/yfai9km/oHkmm81q8/o.jpg" align="center" style="width: 240px; height:auto;margin-bottom: 10px;"></center>
  737.  
  738. <a><div style="
  739. margin-bottom:6px;
  740. padding-top:7px;
  741. padding-bottom:7px;border-bottom:1px solid #000;
  742. padding-left:7px;
  743. font-size:12px;
  744. letter-spacing:1px;
  745. text-align:center;
  746. font-family: 'Open Sans Condensed', sans-serif;
  747. font-weight:bold;line-height:21px;
  748. width:350px;">
  749. <font color="#000">Shop the latest </font><a href="http://www.artwedding.com/flower-girl-dresses" target="_blank"> flower girl dresses</a>
  750. for your elfish at <a href="http://www.artwedding.com" target="_blank">ArtWedding.com</a></div>
  751.  
  752.  
  753.  
  754. <a><div style="
  755. margin-bottom:6px;
  756. padding-top:7px;
  757. padding-bottom:7px;
  758. padding-left:7px;
  759. font-size:12px;border-bottom:1px solid #000;
  760. letter-spacing:1px;
  761. text-align:center;
  762. font-family: 'Open Sans Condensed', sans-serif;
  763. font-weight:bold;line-height:21px;
  764. width:350px;">
  765. <font color="#000">
  766. <a href="http://jvint.storenvy.com" target="_blank">
  767. SUMMER SALE! </a><font color="#000">Shop The Latest Hollywood Street Style at</font> <a href="http://jvint.storenvy.com" target="_blank">JVint.storenvy.com</a></div>
  768.  
  769.  
  770. <a href="http://classy-lovely.tumblr.com/advertise" target="_blank" ><img width="178pxx" height="178px" src="http://static.tumblr.com/yfai9km/gfmmpmd8w/g.jpg" title="Click to read how"></a>
  771.  
  772.  
  773. <a href="http://www.romwe.com/" target="_blank" ><img width="178px" height="178px" src="http://www.romwe.com/includes/templates/bleubirtheme/images/follow2.gif"title="Romwe.com"></a>
  774.  
  775. <a href="http://www.koreanjapanclothing.com/" target="_blank" ><img width="178px" height="178" src="http://static.tumblr.com/yfai9km/GTtmqcfib/hj.jpg" title="Koreanjapanclothing.com"> </a>
  776.  
  777.  
  778. <a href="http://www.lovelyshoes.net/?u=86206" target="_blank" ><img width="178px" height="178" src="http://static.tumblr.com/yfai9km/sJ7mqbsdw/cats.jpg" title="Lovelyshoes.net"> </a>
  779.  
  780. <a href="http://www.chicnova.com/" target="_blank" ><img width="178px" height="178" src="http://www.chicnova.com/linkimg/fashionblog1.jpg" title="Chicnova.com"> </a>
  781.  
  782. <a href="http://www.udobuy.com" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/Xmump30nu/300x300-2.jpg" title="Udobuy.com"></a>
  783.  
  784. <a href="http://www.sheinside.com/" target="_blank" ><img width="178px" height="178px" src="http://www.sheinside.com/images/one_2.jpg"title="Sheinside.com"></a>
  785.  
  786.  
  787. <a href="http://www.ihandbagsmall.com/" target="_blank" ><img width="178px" height="178px" src="http://www.ihandbagsmall.com/banner.jpg"title="Ihandbagsmall.com"></a>
  788.  
  789.  
  790. <a href="http://www.youreyeslie.com/" target="_blank" ><img width="178px" height="178px" src="http://www.youreyeslie.com/public-feeds/500x500-40OFF.jpg"title="Youreyeslie.com"></a>
  791.  
  792.  
  793. <a href="http://www.cichic.com/" target="_blank" ><img width="178px" height="178" src="http://www.cichic.com/images/bannersamples/square_1.jpg" title="Cichic.com"> </a>
  794.  
  795.  
  796. <a href="http://www.lovelywholesale.com" target="_blank" ><img width="178px" height="178px" src="http://www.lovelywholesale.com/ad/250x250.jpg" title="Lovelywholesale.com"></a>
  797.  
  798.  
  799.  
  800. <a href="http://www.choies.com/" target="_blank" ><img width="178px" height="178px" src="http://www.choies.com/images/follow1.jpg" title="Choies.com"></a>
  801. <a href="http://www.afwshop.com/" target="_blank" ><img width="178px" height="178px" src="http://www.afwshop.com/images/11129700.gif" title="Afwshop.com"></a>
  802.  
  803.  
  804. <a href="http://www.sammydress.com" target="_blank" ><img width="178pxx" height="178px" src="http://static.tumblr.com/yfai9km/y9umqjm5l/230_300_sammydress_banner.jpg" title="Sammydress.com"></a>
  805.  
  806.  
  807. <a href="http://www.cozbest.com/" target="_blank" ><img width="178px" height="178px" src="http://www.cozbest.com/images/banner300x300.jpg" title="Cozbest.com"></a>
  808.  
  809.  
  810.  
  811. <a href="http://en.thejamy.com" target="_blank" ><img width="178px" height="178px" src="http://en.thejamy.com/images/upload/Image/011%E4%BF%AE%E6%94%B9.jpg" title="Thejamy.com"></a>
  812.  
  813. <a href="http://www.cndirect.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/TXKmqjmv1/fj.jpg"title="Cndirect.com"></a>
  814.  
  815. <a href="http://www.helloparry.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/CUymqi044/helloparryanimation27.gif"title="Helloparry.com"></a>
  816.  
  817. <a href="http://www.bellast.com" target="_blank" ><img width="178px" height="178px" src="http://www.bellast.com/images/help/bellast_fine_jewelry_1.jpg" title="Bellast.com"></a>
  818.  
  819.  
  820. <a href="http://www.maykool.com" target="_blank" ><img width="178px" height="178px" src="http://www.maykool.com/media/wysiwyg/blogger/250x250-2.jpg" title="Maykool.com"></a>
  821.  
  822. <a href="http://www.dresslink.com" target="_blank" ><img width="178px" height="178px" src="http://misc.dresslink.com/topics/dltrend_blogger_event/images/ibanner_01_0326.jpg" title="Dresslink.com"></a>
  823.  
  824.  
  825. <a href="http://www.indressme.com" target="_blank" ><img width="178px" height="178px" src="http://www.indressme.com/media/wysiwyg/blogger/one_3.jpg" title="Indressme.com"></a>
  826.  
  827.  
  828. <a href="http://www.chemjoy.com/" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/1U6mqjmmw/cats.jpg" title="Chemjoy.com"></a>
  829.  
  830.  
  831.  
  832. <a href="http://www.ocrun.com" target="_blank" ><img width="178px" height="178px" src="http://static.tumblr.com/yfai9km/7mSmo5r5n/ocrun.jpg" title="Ocrun.com"></a>
  833.  
  834. <a href="http://www.ringsandtings.com/" target="_blank" ><img width="178px" height="178px" src="http://cdn.shopify.com/s/files/1/0217/9580/files/300X251.jpg?12668" title="Ringsandtings.com"> </a>
  835.  
  836. <a href="http://www.persunmall.com" target="_blank" ><img width="178px" height="178px" src="http://www.persunmall.com/images/sponsor/1301300300.jpg" title="Persunmall.com"></a>
  837.  
  838. <a href="http://www.clothingloves.net" target="_blank" ><img width="178px" height="178px" src="http://www.clothingloves.com/banner/clothingloves_women_1d.jpg" title="Cheap Clothing"></a>
  839.  
  840. <a href="http://www.oasap.com" target="_blank" ><img width="178px" height="178px" src="http://img.oasap.com/img/streetfashion13.jpg" title="Oasap.com"></a>
  841.  
  842.  
  843.  
  844.  
  845.  
  846. <br><br><br>
  847. </div>
  848.  
  849. <div id="center">
  850. {block:Posts} <div class="posts" {block:Post1}style="border-top:none;padding-top:0;margin-top:0px;"{/block:Post1}>
  851.  
  852.  
  853. {block:Text}
  854. <div class="post text">
  855. {block:Title}<h2>{Title}</h2>{/block:Title}
  856. {Body}<br><div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog<font color="#F08080"> ♥</font></a>
  857. </div><div style="margin-top:9px"></div>
  858. {block:ifPostshadow}
  859. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  860. {/block:ifPostshadow}</div>
  861.  
  862. {/block:Text}
  863.  
  864.  
  865. {block:Answer}
  866. <div style="background-color:none;position:relative;min-height:30px;">
  867. <img src="{AskerPortraitURL-30}" style="left:0px;position:absolute;top:0px;"/><div class="question"><b>{Asker}</b> : {Question}</div></div>
  868. <div style="background-color:none;margin-top:15px;">{Answer}<br><br><div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  869. </div><div style="margin-top:9px"></div>{block:ifPostshadow}<img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  870. {/block:ifPostshadow}
  871. </div>
  872. {/block:Answer}
  873.  
  874.  
  875. {block:Photo}
  876. <div class="post photo">
  877. {LinkOpenTag}
  878. <a href="{Permalink}"> <img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  879. {LinkCloseTag}{block:ifPostshadow}
  880. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  881. {/block:ifPostshadow}</div>
  882. <div id="postdate">
  883. Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog<font color="#F08080"> ♥</font></a></a></p>
  884. {block:ContentSource}(Source : <a href="{SourceURL}" target="_blank">{SourceTitle}</a>){/block:ContentSource}
  885. </div>
  886. {/block:Photo}
  887.  
  888.  
  889. {block:Photoset}
  890. <div class="post photoset">
  891. {Photoset-500}
  892. {block:ifPostshadow}
  893. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  894. {/block:ifPostshadow}</div>
  895. <div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog<font color="#F08080"> ♥</font></a>
  896. </div>
  897. {/block:Photoset}
  898.  
  899. {block:Quote}
  900. <div class="post quote">
  901. <div class="quotedtext">
  902. "{Quote}"</div>{block:Source}
  903. <div class="source"><b>- {Source}</b></div>
  904. {/block:Source}<br>{block:ifPostshadow}
  905. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  906. {/block:ifPostshadow}</div>
  907. <div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog<font color="#F08080"> ♥</font></a>
  908. </div>
  909. {/block:Quote}
  910.  
  911. {block:Link}
  912. <div class="post link">
  913. <h2><a href="{URL}" class="link" {Target}>
  914. {Name}</a></h2>{block:Description}<div class="description">
  915. {Description}</div>{/block:Description}<br>{block:ifPostshadow}
  916. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  917. {/block:ifPostshadow}</div>
  918. <div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog<font color="#F08080"> ♥</font></a>
  919. </div>
  920. {/block:Link}
  921.  
  922. {block:Chat}
  923. <div class="post chat">{block:Title}
  924. <h3>{Title}</h3>{/block:Title}<table style="border: none;width:500px;">
  925. {block:Lines}<tr>{block:Label}<td style="padding-right:10px;font-weight:bold;text-align:right;font-family:{font:Body font};">
  926. {Label}</td>{/block:Label} <td>{Line}</td> </tr>{/block:Lines}</table><br>{block:ifPostshadow}<img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  927. {/block:ifPostshadow}</div>
  928. <div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  929. </div>
  930. {/block:Chat}
  931.  
  932. {block:Video}
  933. <div class="post video">{Video-500}
  934. {block:ifPostshadow}
  935. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  936. {/block:ifPostshadow}</div>
  937. <div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  938. </div>
  939. {/block:Video}
  940.  
  941. {block:Audio}
  942. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:500px;border: #000 0px solid;border-bottom:0;margin-bottom:1px;"/>{/block:AlbumArt}
  943. <div class="post audio" style="position:relative;">{AudioPlayerBlack}
  944. <div style="width:274px;position:absolute;background-color:#000;color:#fff;min-height:21px;right:0;top:0;font-size:9px;font-family:Arial;font-weight:bold;padding-top:6px;padding-left:10px;padding-right:10px;text-align:right;">{block:ifDisplaySongInfoInAudioBar}{block:TrackName}
  945. &#34;{TrackName}&#34;{/block:TrackName}{block:Artist}{block:TrackName}
  946. by{/block:TrackName}{Artist}{/block:Artist}{/block:ifDisplaySongInfoInAudioBar} </div>{block:ifPostshadow}
  947. <img style="width:500px; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  948. {/block:ifPostshadow}</div>
  949. <div id="postdate">Posted<a href="{Permalink}"> {TimeAgo} with {NoteCountWithLabel} / <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  950. </div>
  951. {/block:Audio}
  952.  
  953.  
  954. </div>
  955. {block:PermalinkPage}
  956. {block:PostNotes}
  957. <div class="postnotes">
  958. {block:Caption}
  959. <div class="caption">{Caption}</div>{/block:Caption}
  960. <div style="margin-top:5px;"></div><center>Posted → {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>
  961. at {12Hour}:{Minutes}{AmPm} - {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center><div style="margin-top:5px;"></div><center>{block:RebloggedFrom}
  962. Reblogged from <a href="{ReblogParentUrl}">{ReblogParentName}</a>
  963. {/block:RebloggedFrom}</center><div style="margin-top:15px;"></div>
  964. {PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
  965.  
  966. {/block:Posts}
  967. <div style="height:1px;">&nbsp;</div>
  968. </div>
  969. <div class="clear"></div>
  970. </div>
  971.  
  972. <div id="bottom">
  973. {block:indexpage}<div class="pagination">{block:Pagination}
  974. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  975. {block:JumpPagination length="6"}{block:CurrentPage}
  976. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  977. {/block:CurrentPage}
  978. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  979. {/block:JumpPagination}
  980. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  981. {/block:Pagination}</div>{/block:indexpage}
  982. <br>
  983.  
  984. </div>
  985.  
  986. <div>&nbsp;</div></div></div>
  987.  
  988.  
  989. </body><div id="02" class="popup_block">
  990. <a><div style="
  991. margin-bottom:6px;
  992. padding-top:3px;
  993. padding-bottom:9px;
  994. padding-left:3px;
  995. font-size:19px;
  996. font-family: 'Open Sans Condensed', sans-serif;
  997. font-weight:bold;
  998. width:60px;">Links</a></div>
  999. <p align="left"><div style="font-family:helvetica;font-size:12px;line-height:12px;">
  1000. <biebs>● <a href="http://classy-lovely.tumblr.com/answered">Answered Q's</a><br></biebs>
  1001. <biebs>● <a href="http://classy-lovely.tumblr.com/promo">Promo lists </a><br></biebs>
  1002. <biebs>● <a href="http://classy-lovely.tumblr.com/blogroll">Blogroll</a><br>
  1003. </biebs>
  1004. <biebs>● <a href="http://classy-lovely.tumblr.com/tagged/tips" target="_blank">Tips</a><br></biebs>
  1005. <biebs>● <a href="http://classy-lovely.tumblr.com/tagged/clpost" target="_blank">My uploads</a><br></biebs>
  1006. <biebs>● <a href="http://classy-lovely.tumblr.com/personal">Personal </a><br></biebs>
  1007. <biebs>● <a href="http://classy-lovely.tumblr.com/babe">Babes</a><br></biebs>
  1008. <biebs>● <a href="http://classy-lovely.tumblr.com/places">Amazing scenery</a><br></biebs>
  1009. <biebs>● <a href="http://the--ocean.tumblr.com/">Other blog</a><br>
  1010. </biebs>
  1011. <biebs>● <a href="http://classy-lovely.tumblr.com/disclaimer">Disclaimer</a>
  1012. </biebs>
  1013. </div></p>
  1014.  
  1015. </div>
  1016.  
  1017.  
  1018.  
  1019. <div id="05" class="popup_block">
  1020.  
  1021. <p><span class="titleee">Frequently Asked Q's (please read before asking)</span></p>
  1022. <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>
  1023. <p><span class="border"><strong>Promote my blog ? </strong> yes! just go<a href="http://classy-lovely.tumblr.com/getpromoted" target="_blank"><font color="#F08080"> here</font></a> </span></p>
  1024. <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>
  1025. <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>
  1026. <p><span class="border"><strong>Who made your theme ?</strong> me, you can get the code <a href="http://pastebin.com/KR3NTRYH" target="_blank"><font color="#F08080">here</font></a></span></p>
  1027. <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>
  1028. </div>
  1029.  
  1030. </div></div></div></div></div></div></div></div></div></div>
  1031.  
  1032. <div id="06" class="popup_block">
  1033. <a><div style="
  1034. margin-bottom:6px;
  1035. padding-top:7px;
  1036. padding-bottom:7px;
  1037. padding-left:7px;
  1038. border-radius :5px;
  1039. font-size:23px;
  1040. letter-spacing:1px;
  1041. text-align:center;
  1042. font-family: 'Open Sans Condensed', sans-serif;
  1043. font-weight:bold;line-height:21px;
  1044. width:380px;">Terms Of Use</a></div>
  1045.  
  1046. <div style="padding-top:4px;padding-bottom:4px;
  1047. 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"> Keep the credit intact</div>
  1048. <div style="margin:3px;"></div>
  1049.  
  1050. <div style="padding-top:4px;padding-bottom:4px;
  1051. 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>
  1052. <div style="margin:3px;"></div>
  1053.  
  1054. <div style="padding-top:4px;padding-bottom:4px;
  1055. 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>
  1056. <div style="margin:3px;"></div>
  1057.  
  1058. <div style="padding-top:4px;padding-bottom:4px;
  1059. 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>
  1060. <div style="margin:8px;"></div>
  1061.  
  1062.  
  1063.  
  1064. <p align="center"><b><i><font size="2">if you've ignored my terms, i'll report you ;)</b></i></text></p>
  1065. <br>
  1066. <center><span class="theme"><a href="http://themesbyclassylovely.tumblr.com/" target="_blank">My themes →</a></span></center>
  1067.  
  1068. </div>
  1069.  
  1070. <div id="07" class="popup_block">
  1071. <a><div style="
  1072. margin-bottom:6px;
  1073. padding-top:7px;
  1074. padding-bottom:7px;
  1075. padding-left:7px;
  1076. border-radius :5px;
  1077. font-size:18px;
  1078. letter-spacing:1px;
  1079. text-align:center;
  1080. font-family: 'Open Sans Condensed', sans-serif;
  1081. font-weight:bold;line-height:21px;
  1082. width:380px;">want a promo to 65+k followers? </a></div>
  1083.  
  1084. <div style="padding-top:4px;padding-bottom:4px;
  1085. color:#000;font-family:helvetica;font-size:13px;line-height:11px;text-align:left;padding-left:3px;"> message me “i want a promo ♥” and i’ll tell you how</div>
  1086. <div style="margin:3px;"></div>
  1087.  
  1088. <div style="padding-top:4px;padding-bottom:4px;
  1089. color:#000;font-family:helvetica;font-size:13px;line-height:11px;text-align:left;padding-left:3px;"> *i’ll answer as soon as possible :)</div>
  1090. <div style="margin:3px;"></div>
  1091.  
  1092. <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>
  1093.  
  1094.  
  1095.  
  1096. </div>
  1097. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement