Advertisement
themesbycl

edited

Aug 3rd, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <!--
  4. ********************************
  5. Theme by: rickerlr.tumblr.com
  6. Name: Snowfox Theme
  7. Year: 2012
  8. ********************************
  9. -->
  10.  
  11. <html>
  12. <head>
  13. <script>
  14. $(document).ready(function() {
  15. //
  16. $('a.poplight[href^=#]').click(function() {
  17. var popID = $(this).attr('rel'); //Get Popup Name
  18. var popURL = $(this).attr('href'); //Get Popup href to define size
  19. var query= popURL.split('?');
  20. var dim= query[1].split('&');
  21. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  22. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwrrocxt1qf72le.png" class="btn_close" title="Close it" alt="Close" /></a>');
  23. var popMargTop = ($('#' + popID).height() + 80) / 2;
  24. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  25. //Apply Margin to Popup
  26. $('#' + popID).css({
  27. 'margin-top' : -popMargTop,
  28. 'margin-left' : -popMargLeft
  29. });
  30. $('body').append('<div id="fade"></div>');
  31. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  32. return false;
  33. });
  34. $('a.close, #fade').live('click', function() {
  35. $('#fade , .popup_block').fadeOut(function() {
  36. $('#fade, a.close').remove(); //fade them both out
  37. });
  38. return false;
  39. });
  40. });
  41. </script>
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  43.  
  44. <meta name="color:Background" content="#f5f5f5"/>
  45. <meta name="color:Border Top On Text Posts Note" content="#eeeeee"/>
  46. <meta name="color:Header Background" content="#f5f5f5"/>
  47. <meta name="color:Link" content="#000000"/>
  48. <meta name="color:Link Active" content="#999999"/>
  49. <meta name="color:Link Hover" content="#333333"/>
  50. <meta name="color:Link Menu" content="#555555"/>
  51. <meta name="color:Link On Sidebar" content="#444444"/>
  52. <meta name="color:Link Notes on Text Posts" content="#999999"/>
  53. <meta name="color:Posts Background" content="#f9f9f9"/>
  54. <meta name="color:Posts Shadow" content="#999999"/>
  55. <meta name="color:Text" content="#777777"/>
  56. <meta name="color:Text Sidebar" content="#777777"/>
  57. <meta name="color:Title" content="#555555"/>
  58. <meta name="color:Title Header" content="#555555"/>
  59.  
  60. <meta name="if:2 Columns" content="0"/>
  61. <meta name="if:3 Columns" content="0"/>
  62. <meta name="if:Container Fade Effect" content="0"/>
  63. <meta name="if:Dropdown Menu Only Sidebar" content="0"/>
  64. <meta name="if:Font Damion" content="1"/>
  65. <meta name="if:Font Fredericka The Great" content="0"/>
  66. <meta name="if:Font Limelight" content="0"/>
  67. <meta name="if:Font Open Sans" content="0"/>
  68. <meta name="if:Font Open Sans Condensed" content="0"/>
  69. <meta name="if:Font Oswald" content="0"/>
  70. <meta name="if:Font Titan One" content="0"/>
  71. <meta name="if:Font Yesteryear" content="0"/>
  72. <meta name="if:Header Background" content="1"/>
  73. <meta name="if:Header Fixed" content="1"/>
  74. <meta name="if:Header Shadow" content="0"/>
  75. <meta name="if:Header Transparent Background" content="1"/>
  76. <meta name="if:Infinite Scroll" content="1"/>
  77. <meta name="if:Link On Sidebar" content="0"/>
  78. <meta name="if:Post Border Rounded" content="0"/>
  79. <meta name="if:Post Margin" content="1"/>
  80. <meta name="if:Post Padding" content="0"/>
  81. <meta name="if:Post Shadow" content="1"/>
  82. <meta name="if:Post Transparent Background" content="0"/>
  83. <meta name="if:Show Photo Caption" content="0"/>
  84. <meta name="if:Show Notes Counter On Photo Post" content="1"/>
  85. <meta name="if:Show Notes On Permalink Page" content="0"/>
  86. <meta name="if:Show Sidebar Image" content="1"/>
  87. <meta name="if:Show Social Share Buttons On Permalink Page" content="1"/>
  88. <meta name="if:Sidebar Background" content="0"/>
  89. <meta name="if:Sidebar Bottom" content="0"/>
  90. <meta name="if:Sidebar Fixed" content="1"/>
  91. <meta name="if:Sidebar Right" content="0"/>
  92. <meta name="if:Sidebar Text Centered" content="0"/>
  93. <meta name="if:Tumblr Follow Button Fixed" content="0"/>
  94. <meta name="if:Tumblr Follow Button Transparent" content="0"/>
  95.  
  96. <meta name="image:Background image" content="" />
  97. <meta name="image:Dropmenu Image" content="" />
  98. <meta name="image:Loading Gif Posts" content="http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif" />
  99. <meta name="image:Sidebar image" content="" />
  100. <meta name="image:header image" content="" />
  101.  
  102. <meta name="text:Dropmenu Text" content="Click for links" />
  103. <meta name="text:Google Analytics ID" content="" />
  104. <meta name="text:Link 1 title" content="" />
  105. <meta name="text:Link 1 url" content="" />
  106. <meta name="text:Link 2 title" content="" />
  107. <meta name="text:Link 2 url" content="" />
  108. <meta name="text:Link 3 title" content="" />
  109. <meta name="text:Link 3 url" content="" />
  110. <meta name="text:Link 4 title" content="" />
  111. <meta name="text:Link 4 url" content="" />
  112. <meta name="text:Link 5 title" content="" />
  113. <meta name="text:Link 5 url" content="" />
  114. <meta name="text:Page Text" content="Pages" />
  115.  
  116. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  117. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  118. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  119. <link rel="shortcut icon" href="{Favicon}" />
  120. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  121. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  122.  
  123. <link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great|Yesteryear|Limelight|Titan+One|Damion|Open+Sans|Open+Sans+Condensed:300|Oswald' rel='stylesheet' type='text/css'>
  124.  
  125. <style type="text/css" media="screen">
  126.  
  127. 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;}
  128.  
  129. .popup_block{
  130. display: none;
  131. background: #3a3a3a;
  132. padding: 10px;
  133. font-family: verdana;
  134. border: 3px solid #676767;
  135. float: left;
  136. font-size: 10px;
  137. position: fixed;
  138. top: 50%; left: 50%;
  139. z-index: 1;
  140. -webkit-border-radius: 10px;
  141. -moz-border-radius: 10px;
  142. border-radius: 10px;
  143. }
  144. img.btn_close {
  145. float: right;
  146. margin: -5px -5px 0 0;
  147. }
  148. *html .popup_block {
  149. position: absolute;
  150. }
  151.  
  152. ::-webkit-scrollbar {width: 6px; height: 4px; background:#ffffff;}
  153. ::-webkit-scrollbar-thumb {background: #000; border-radius:10px;}
  154.  
  155. /* CSS RESET */
  156. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;list-style-type: none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
  157. *{outline: none;-moz-outline: none;}
  158.  
  159. h1,h2,h3,h4,h5,h6{font-weight: bold;}
  160. .right{float: right;}
  161. .left{float: left;}
  162. .clear {clear: both;}
  163.  
  164. body{
  165. font-size: 100%;
  166. color: {color:Text};
  167. font-family: 'Open Sans', arial, verdana, sans-serif;
  168. text-align: center;
  169. word-wrap: break-word;
  170. background-color: {color:Background};
  171. background-image: url({image:Background image});
  172. background-repeat: repeat;
  173. background-attachment: fixed;
  174. background-position: top left;
  175. }
  176.  
  177.  
  178.  
  179. a:link, a:visited {color:{color:Link};}
  180. a:hover {color:{color:Link Hover};}
  181. a:active {color:{color:Link Active};}
  182.  
  183. a{
  184. text-decoration:none;
  185. opacity: 1;
  186. filter:alpha(opacity=100);
  187.  
  188. -webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out;
  190. transition: all 0.5s ease-out;
  191. -o-transition: all 0.5s ease-out;
  192. }
  193.  
  194. a:hover{
  195. opacity: 0.75;
  196. filter:alpha(opacity=75);
  197. }
  198.  
  199. #container{
  200. position: relative;
  201. top:5px;
  202. text-align: left;
  203. margin: 0px auto;
  204. z-index:0;
  205. padding-bottom: 100px;
  206. {block:IfContainerFadeEffect}
  207. display:none;
  208. {/block:IfContainerFadeEffect}
  209.  
  210. {block:IfPostMargin}
  211. width:630px;
  212. {block:IndexPage}
  213. {block:If2Columns}width:750px;{/block:If2Columns}
  214. {block:If3Columns}width:870px;{/block:If3Columns}
  215. {/block:IndexPage}
  216. {/block:IfPostMargin}
  217.  
  218. {block:IfNotPostMargin}
  219. width:620px;
  220. {block:IndexPage}
  221. {block:If2Columns}width:720px;{/block:If2Columns}
  222. {block:If3Columns}width:823px;{/block:If3Columns}
  223. {/block:IndexPage}
  224. {/block:IfNotPostMargin}
  225.  
  226. {block:IndexPage}
  227. {block:IfInfiniteScroll}
  228. min-height: 1000px;
  229. height: auto !important;
  230. height: 1000px;
  231. {/block:IfInfiniteScroll}
  232. {/block:IndexPage}
  233. }
  234. #header{border-bottom:2px solid #000;
  235. left: 48%;
  236. {block:IfPostMargin}
  237. width:617px;
  238. margin-left: -315px;
  239. {block:IndexPage}
  240. {block:If2Columns}width:750px;margin-left: -375px;{/block:If2Columns}
  241. {block:If3Columns}width:617px;margin-left: -255px;{/block:If3Columns}
  242. {/block:IndexPage}
  243. {/block:IfPostMargin}
  244.  
  245. {block:IfNotPostMargin}
  246. width:626px;
  247. margin-left: -310px;
  248. {block:IndexPage}
  249. {block:If2Columns}width:720px;margin-left: -360px;{/block:If2Columns}
  250. {block:If3Columns}width:626px;margin-left: -410px;{/block:If3Columns}
  251. {/block:IndexPage}
  252. {/block:IfNotPostMargin}
  253.  
  254. {block:IfBackgroundImageImage}{block:IfHeaderBackground}margin-bottom: 20px;{/block:IfHeaderBackground}{/block:IfBackgroundImageImage}
  255. {block:IfNotBackgroundImageImage}margin-bottom: 5px;{/block:IfNotBackgroundImageImage}
  256. {block:IfHeaderShadow}
  257. box-shadow: 0px 0px 3px {color:Posts Shadow};
  258. margin-bottom: 20px;
  259. {/block:IfHeaderShadow}
  260. }
  261.  
  262. {block:IfPostBorderRounded}
  263. #header, #headerOpacity{
  264. -webkit-border-bottom-right-radius: 4px;
  265. -webkit-border-bottom-left-radius: 4px;
  266. -moz-border-radius-bottomright: 4px;
  267. -moz-border-radius-bottomleft: 4px;
  268. border-bottom-right-radius: 4px;
  269. border-bottom-left-radius: 4px;
  270. }
  271. {/block:IfPostBorderRounded}
  272. {block:IfHeaderBackground}
  273. #headerOpacity{
  274. position: absolute;
  275. width: 100%;
  276. height: 100%;
  277. top: 0px;
  278. left: 0px;
  279. z-index: -1;
  280. background: {color:Header Background};
  281. {block:IfHeaderTransparentBackground}
  282. opacity:0.9;
  283. filter:alpha(opacity=90);
  284. {/block:IfHeaderTransparentBackground}
  285. }
  286. {/block:IfHeaderBackground}
  287. #header h1{
  288. margin-bottom: 10px;
  289. text-align: center;
  290. color: {color:Title Header};
  291. font-size: 2em;
  292. line-height:0.9em;
  293.  
  294. {block:IfFontDamion}font-family: 'Damion', cursive;{/block:IfFontDamion}
  295. {block:IfFontFrederickaTheGreat}font-family: 'Fredericka the Great', cursive;{/block:IfFontFrederickaTheGreat}
  296. {block:IfFontLimelight}font-family: 'Limelight', cursive;{/block:IfFontLimelight}
  297. {block:IfFontOpenSans}font-family: 'Open Sans', sans-serif;{/block:IfFontOpenSans}
  298. {block:IfFontOpenSansCondensed}font-family: 'Open Sans Condensed', sans-serif;{/block:IfFontOpenSansCondensed}
  299. {block:IfFontOswald}font-family: 'Oswald', sans-serif;{block:IfFontOswald}
  300. {block:IfFontTitanOne}font-family: 'Titan One', cursive;{/block:IfFontTitanOne}
  301. {block:IfFontYesteryear}font-family: 'Yesteryear', cursive;{/block:IfFontYesteryear}
  302.  
  303. font-weight: normal !important;
  304. }
  305.  
  306. .header-relative {
  307. position: relative;
  308. }
  309.  
  310. .header-fixed {
  311. position: fixed;
  312. z-index: 1001;
  313. }
  314.  
  315. #imagetitle{
  316. margin-bottom:10px;
  317. max-width:840px;
  318. width:expression(document.body.clientWidth > 840? "840px": "auto" );
  319. cursor: pointer;
  320. }
  321.  
  322. #sidebar{
  323. color: {color:Text Sidebar};
  324. width:200px;margin-left:-45px;
  325. {block:IfNotSidebarFixed}
  326. position:absolute;
  327. {/block:IfNotSidebarFixed}
  328.  
  329. {block:IfSidebarFixed}
  330. position:fixed;
  331. {block:IfSidebarBottom}bottom:20px;margin-left:-45px;{/block:IfSidebarBottom}
  332. {/block:IfSidebarFixed}
  333. {block:IfSidebarTextCentered}
  334. text-align:center !important;
  335. {/block:IfSidebarTextCentered}
  336. {block:IfNotSidebarTextCentered}
  337. {block:IfNotSidebarRight}text-align: right;{/block:IfNotSidebarRight}
  338. {block:IfSidebarRight}text-align: left;{/block:IfSidebarRight}
  339. {/block:IfNotSidebarTextCentered}
  340. {block:IndexPage}
  341. {block:IfSidebarRight}
  342. {block:IfPostMargin}
  343. margin-left:25px;
  344. {block:If2Columns}margin-left:550px;{/block:If2Columns}
  345. {block:If3Columns}margin-left:670px;{/block:If3Columns}
  346. {/block:IfPostMargin}
  347. {block:IfNotPostMargin}
  348. margin-left:420px;
  349. {block:If2Columns}margin-left:520px;{/block:If2Columns}
  350. {block:If3Columns}margin-left:620px;{/block:If3Columns}
  351. {/block:IfNotPostMargin}
  352. {/block:IfSidebarRight}
  353. {/block:IndexPage}
  354. }
  355. #imgSide{margin-bottom: 5px;}
  356.  
  357. #side_description{
  358. font-size:0.7em;
  359. margin-bottom: 5px;
  360. {block:IfSidebarBackground}
  361. text-align: justify;
  362. {/block:IfSidebarBackground}
  363. }
  364.  
  365. #side_description a{color:{color:Link On Sidebar};}
  366.  
  367. {block:IfSidebarBackground}
  368. #sidebar{
  369. {block:IfPostShadow}
  370. box-shadow: 0px 0px 3px {color:Posts Shadow};
  371. {/block:IfPostShadow}
  372. }
  373. {/block:IfSidebarBackground}
  374. #content{
  375. position:relative;
  376. top:0px;margin-left:-45px;
  377.  
  378. {block:IfPostMargin}
  379. {block:IfNotSidebarRight}left: 210px;{/block:IfNotSidebarRight}
  380. {block:IfSidebarRight}left:0px;{/block:IfSidebarRight}
  381. width:420px;
  382. {block:IndexPage}
  383. {block:If2Columns}width:540px;{/block:If2Columns}
  384. {block:If3Columns}width:660px;{/block:If3Columns}
  385. {/block:IndexPage}
  386.  
  387. {block:IfPostMargin}
  388.  
  389. {block:IfNotPostMargin}
  390. {block:IfNotSidebarRight}left: 220px;{/block:IfNotSidebarRight}
  391. {block:IfSidebarRight}left:0px;{/block:IfSidebarRight}
  392. width:400px;
  393. {block:IndexPage}
  394. {block:If2Columns}width:500px;{/block:If2Columns}
  395. {block:If3Columns}width:600px;{/block:If3Columns}
  396. {/block:IndexPage}
  397. {block:IfNotPostMargin}
  398.  
  399. }
  400.  
  401. #linkHeader{text-align: center;}
  402. #linkHeader li{
  403. display:inline-block;
  404. font-size:0.6em;
  405. text-transform:uppercase;
  406. }
  407. #linkHeader li a{color:{color:Link Menu};padding:3px;border-radius:5px;}
  408. #linkHeader li a:hover{color:#eee;background :#000;padding:3px;border-radius:5px;}
  409.  
  410. {block:IfLinkOnSidebar}
  411. .dropdownmenu{cursor: pointer;font-size: 0.7em;}
  412. #imgDropDown{
  413. max-width: 150px;
  414. width:expression(document.body.clientWidth > 150? "150px": "auto" );
  415. }
  416. {/block:IfLinkOnSidebar}
  417.  
  418. ul#titlePages{display:none}
  419. ul.titleLinks{
  420. margin-top:10px;
  421. font-size: 0.6em;
  422. text-transform: uppercase;
  423. }
  424. ul.titleLinks li{display: inline;margin-left: 25px;}
  425. ul.titleLinks li:first-child{margin-left: 0px;}
  426. ul.titleLinks a{
  427. color:{color:Link Menu};
  428. text-decoration:none;
  429. }
  430.  
  431. ul#sidebarLinks{
  432. font-size: 0.7em;
  433. margin-bottom: 5px;
  434. {block:IfLinkOnSidebar}
  435. {block:IfDropdownMenuOnlySidebar}
  436. display:none;
  437. {/block:IfDropdownMenuOnlySidebar}
  438. {/block:IfLinkOnSidebar}
  439. }
  440.  
  441. ul#sidebarLinks li{margin-top: 2px !important;}
  442.  
  443. ul#sidebarLinks a{
  444. display:block;
  445. text-decoration:none;
  446. color:{color:Link Menu};
  447.  
  448. -webkit-transition: all 0.2s ease-out;
  449. -moz-transition: all 0.2s ease-out;
  450. transition: all 0.2s ease-out;
  451. -o-transition: all 0.2s ease-out;
  452. }
  453.  
  454. ul#sidebarLinks li:hover a{
  455. color:{color:Link Hover};
  456.  
  457. {block:IfNotSidebarRight}padding-right: 10px;{/block:IfNotSidebarRight}
  458. {block:IfSidebarRight}padding-left: 10px;{/block:IfSidebarRight}
  459. }
  460.  
  461. .opacityBackground{
  462. position: absolute;
  463. top: 0px;
  464. left: 0px;
  465. width: 100%;
  466. height: 100%;
  467. {block:IfPostTransparentBackground}
  468. opacity:0.8;
  469. filter:alpha(opacity=80);
  470. {/block:IfPostTransparentBackground}
  471. z-index: -1;
  472. }
  473.  
  474. .posts{
  475. position: relative;
  476. float: left;
  477. width:400px;
  478. {block:If2Columns}width:250px;{/block:If2Columns}
  479. {block:If3Columns}width:200px;{/block:If3Columns}
  480.  
  481. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  482. z-index: 998;
  483.  
  484. {block:IfPostMargin}
  485. margin: 0px 1px 3px;
  486. {/block:IfPostMargin}
  487. {block:IfPostShadow}
  488. box-shadow: 0px 0px 3px {color:Posts Shadow};
  489. {/block:IfPostShadow}
  490. }
  491. .posts .opacityBackground{block:IfSidebarBackground}, #sidebar .opacityBackground, #topDiv .opacityBackground{/block:IfSidebarBackground}{
  492. background-color: {color:Posts Background};
  493. }
  494.  
  495. {block:IfPostBorderRounded}
  496. .posts, img.photo, ul#sidebarLinks li, .opacityBackground, .odd, #sidebar, #imgSide {
  497. -webkit-border-radius: 4px;
  498. -moz-border-radius: 4px;
  499. border-radius: 4px;
  500. }
  501. {/block:IfPostBorderRounded}
  502.  
  503. img.photo{
  504.  
  505. {block:IfPostPadding}
  506. width:380px;
  507. {block:If2Columns}width:230px;{/block:If2Columns}
  508. {block:If3Columns}width:180px;{/block:If3Columns}
  509. margin-bottom: -5px !important;
  510. {/block:IfPostPadding}
  511. {block:IfNotPostPadding}
  512. width:400px;
  513. {block:If2Columns}width:250px;{/block:If2Columns}
  514. {block:If3Columns}width:200px;{/block:If3Columns}
  515. margin-top: -10px;
  516. margin-left: -10px;
  517. {/block:IfNotPostPadding}
  518.  
  519. {block:IndexPage}
  520. {block:IfShowPhotoCaption}
  521. margin-bottom: -5px;
  522. {/block:IfShowPhotoCaption}
  523.  
  524. {block:IfNotShowPhotoCaption}
  525. margin-bottom: -15px;
  526. {/block:IfNotShowPhotoCaption}
  527. {/block:IndexPage}
  528.  
  529. {block:PermalinkPage}
  530. margin-bottom: -15px;
  531. width:400px;
  532. {block:IfPostPadding}
  533. width:380px;
  534. {/block:IfPostPadding}
  535. {/block:PermalinkPage}
  536. }
  537.  
  538. #socialike{margin-bottom:-5px;width:160px;}
  539. #nextprevPost{
  540. width: 160px;
  541. font-size: 0.7em;
  542. text-align: right;
  543. line-height: 20px;
  544. }
  545. #nextprevPost a{color: {color:Text};}
  546.  
  547.  
  548. #postnotesdiv{
  549. font-size:0.65em;
  550. text-align: left;
  551. }
  552.  
  553. #tagsPermalink{
  554. margin-top: 10px;
  555. }
  556. #tagsPermalink a{margin-left: 10px;}
  557. #tagsPermalink a:first-child{margin-left: 0px;}
  558.  
  559.  
  560. #pagination{
  561. font-size: 0.7em;
  562. position: relative;
  563. {block:IfInfiniteScroll}
  564. display:none;
  565. {/block:IfInfiniteScroll}
  566. }
  567. #pagination ul li:first-child{margin-left: 0px;}
  568. #pagination li{
  569. display: inline-block;
  570. margin-left:5px;
  571. }
  572.  
  573. #pagination a{text-decoration:none;color:{color:Link On Sidebar};}
  574. .current_page{color: {color:Text};}
  575.  
  576. .install:hover, .preview:hover{
  577. opacity:0.7;
  578. filter:alpha(opacity=70);
  579. }
  580.  
  581. .descriprion_link{
  582. position: absolute;
  583. display: block;
  584. opacity:0;
  585. filter:alpha(opacity=0);
  586. z-index: 999;
  587. height:20px;
  588. line-height: 20px;
  589. -webkit-transition: all 0.2s ease;
  590. -moz-transition: all 0.2s ease;
  591. transition: all 0.23s ease;
  592. -o-transition: all 0.2s ease;
  593.  
  594. {block:IfNotPostPadding}top: 7px;{/block:IfNotPostPadding}
  595. {block:IfPostPadding}top: 13px;{/block:IfPostPadding}
  596.  
  597. }
  598. .reblog_link{
  599. {block:IfNotPostPadding}right: 10px;{/block:IfNotPostPadding}
  600. {block:IfPostPadding}right: 15px;{/block:IfPostPadding}
  601. display: block;
  602. width: 21px;
  603. height: 20px;
  604. background: url(http://static.tumblr.com/dbek3sy/61vlxuml3/reblog_button.png) no-repeat;
  605.  
  606. }
  607.  
  608. .permalink_link{
  609. {block:IfNotPostPadding}right: 60px;{/block:IfNotPostPadding}
  610. {block:IfPostPadding}right: 65px;{/block:IfPostPadding}
  611. font-size: 10px;
  612. padding-left: 4px;
  613. text-decoration: none;
  614. color: #fff !important;
  615. display: inline-block;
  616. padding: 0px 4px;
  617.  
  618. text-decoration: none;
  619. }
  620. .like_heart{
  621. {block:IfNotPostPadding}right: 35px;{/block:IfNotPostPadding}
  622. {block:IfPostPadding}right: 40px;{/block:IfPostPadding}
  623. padding:0px;
  624. margin-left: 5px;
  625. vertical-align: bottom;
  626. cursor:pointer;
  627. }
  628. .like_heart span{
  629. display: block;
  630. width: 21px;
  631. height: 20px;
  632. background: url(http://static.tumblr.com/dbek3sy/XiLlxum8q/heart_buttons.png) no-repeat;
  633. background-position: 0px 0px;
  634.  
  635. -webkit-transition: background-position 0.3s ease;
  636. -moz-transition: background-position 0.3s ease;
  637. transition: background-position 0.3s ease;
  638. -o-transition: background-position 0.3s ease;
  639. }
  640. .permalink_link{
  641. background: url(http://static.tumblr.com/dbek3sy/AHGlxfo0s/description_links_bg.png) repeat;
  642. -webkit-border-radius: 2px;
  643. -moz-border-radius: 2px;
  644. border-radius: 2px;
  645. }
  646.  
  647. .posts:hover .descriprion_link{
  648. opacity:0.85;
  649. filter:alpha(opacity=85);
  650. {block:IfNotPostPadding}top: 10px;{/block:IfNotPostPadding}
  651. {block:IfPostPadding}top: 15px;{/block:IfPostPadding}
  652. }
  653. .descriprion_link:hover{
  654. opacity:1 !important;
  655. filter:alpha(opacity=100);
  656. }
  657.  
  658. .description_posts{
  659. font-size:0.6em;
  660. text-align:center;
  661. }
  662. .description_posts a{text-decoration: none;color: {color:Link Notes on Text Posts};}
  663. .description_posts a:hover{color: {color:Link};}
  664. .description_posts span{margin-left:10px;}
  665. .description_posts span:first-child{margin-left: 0px;}
  666.  
  667. h3.title{font-size:1em;color:{color:Title};margin-bottom:5px;line-height: 1.3em;}
  668. h3.title a{color:{color:Title} !important;}
  669. .caption{font-size:0.7em;line-height:1.3em;margin-top:5px;}
  670. .caption p{margin-top: 5px;}
  671. .caption ul{margin:5px 0px;}
  672. .caption img{
  673. max-width: 125px;
  674. width:expression(document.body.clientWidth > 125? "125px": "auto" );
  675. height: auto;
  676. display: block;
  677. margin: 10px 0px;
  678. }
  679. .a_photos{opacity:1 !important;filter:alpha(opacity=100);}
  680.  
  681. .link{text-decoration:underline !important;}
  682. .photosetPost{
  683. margin-top: -10px;
  684. margin-left: -10px;
  685. {block:IndexPage}
  686. {block:If3Columns}margin-left: -35px;{/block:If3Columns}
  687. {block:IndexPage}
  688. }
  689.  
  690. .videoPost{
  691. text-align: center;
  692. {block:IfNotPostPadding}
  693. margin-top: -10px;
  694. margin-left: -10px;
  695. {block:PermalinkPage}
  696. margin-bottom: -15px;
  697. {/block:PermalinkPage}
  698. {/block:IfNotPostPadding}
  699. }
  700.  
  701. .video_player, .videoPost iframe{
  702. {block:PermalinkPage}
  703. {block:IfPostPadding}width: 380px;{block:IfPostPadding}
  704. {/block:PermalinkPage}
  705.  
  706. {block:IndexPage}
  707. {block:IfNot2Columns}{block:IfNot3Columns}
  708. {block:IfPostPadding}width: 380px;{/block:IfPostPadding}
  709. {/block:IfNot3Columns}{/block:IfNot2Columns}
  710. {block:If3Columns}
  711. {block:IfPostPadding}width: 180px;{/block:IfPostPadding}
  712. {block:IfNotPostPadding}width: 200px;{block:IfNotPostPadding}
  713. height:auto;
  714. {/block:If3Columns}
  715. {block:If2Columns}{block:IfNot3Columns}
  716. {block:IfPostPadding}width: 230px;{/block:IfPostPadding}
  717. {/block:IfNot3Columns}{/block:If2Columns}
  718. {/block:IndexPage}
  719.  
  720. }
  721.  
  722.  
  723. .chat li.odd, .chat li.even{padding: 3px 5px 5px;line-height: 1em;}
  724. .chat li.odd{color:{color:Title};background-color:{color:Border Top On Text Posts Note};opacity:0.85;}
  725. .chat li.even{color:{color:Text};}
  726.  
  727. .label{font-weight:bold;font-size: 0.8em;}
  728. .asker{color:{color:Link};font-weight:bold;}
  729. .quest{
  730. font-size:0.7em;
  731. {block:IndexPage}
  732. width: 340px;
  733. {block:If2Columns}width: 190px;{/block:If2Columns}
  734. {block:If3Columns}width: 140px;{/block:If3Columns}
  735. {/block:IndexPage}
  736. {block:PermalinkPage}width: 340px;{/block:PermalinkPage}
  737. }
  738. .askAnswer{margin-top:10px;}
  739.  
  740. .album_art{background: #000;margin-right: 10px;position: relative;}
  741. #audiotrack{width: 265px;}
  742. #audiotrack li{margin: 5px 0px 0px;font-size: 0.7em;list-style-type: none;}
  743. #audiotrack li:first-child{margin-top: 0px;}
  744. .audioplayercontainer{
  745. overflow: hidden;
  746. {block:IfNotPostPadding}
  747. margin:-10px 0px 0px -10px;
  748. width:400px;
  749. {block:If2Columns}width:250px;{/block:If2Columns}
  750. {block:If3Columns}width:200px;{/block:If3Columns}
  751. {/block:IfNotPostPadding}
  752. {block:IfPostPadding}
  753. width:380px;
  754. {block:If2Columns}width:230px;{/block:If2Columns}
  755. {block:If3Columns}width:180px;{/block:If3Columns}
  756. {/block:IfPostPadding}
  757. }
  758. .audioplayercontainer{
  759. position:relative;
  760. z-index:1;
  761. background:#000;
  762. }
  763. #imgAlbumArt{
  764. width: 105px;
  765. height: 105px;
  766. margin-right:10px;
  767. background: url(http://static.tumblr.com/dbek3sy/rUTlxzv69/albumart_icon.png) no-repeat;
  768. }
  769.  
  770. blockquote{
  771. padding-left:10px;
  772. border-left:3px solid {color:Border Top On Text Posts Note};
  773. margin:5px 0px 5px 0px;
  774. opacity:0.8;
  775. filter:alpha(opacity=80);
  776. }
  777. li{list-style-type: disc;margin-left: 15px;}
  778. ul#sidebarLinks li, ul.chat li, .note{list-style-type: none;margin:0px;}
  779. ol.notes{
  780. text-align: left;
  781. }
  782. {block:IfShowNotesOnPermalinkPage}
  783. .note{margin: 0px 2px 3px;}
  784. ol.notes li .avatar {margin-right:3px;vertical-align: middle;}
  785. .note blockquote{margin-left: 20px;}
  786. {/block:IfShowNotesOnPermalinkPage}
  787.  
  788. {block:IfNotShowNotesOnPermalinkPage}
  789. ol.notes li .avatar {width:17px;height:17px;vertical-align: middle;}
  790. .note{float:left;margin:0px 2px 2px;line-height: 16px;}
  791. .action, .note blockquote{display:none;}
  792. .more_notes_link_container{padding:0px !important;}
  793. .action a{color: #fff !important;}
  794. .note{z-index:10;}
  795. .note:hover{position:relative;z-index:100;}
  796. .note:hover .action{
  797. display: block;
  798. position:absolute;
  799. float:left;
  800. white-space:nowrap;
  801. top:-2.2em;
  802. left:.5em;
  803. background:#000;
  804. color:#fff;
  805. padding: 1px 5px;
  806. z-index:10;
  807. }
  808. {/block:IfNotShowNotesOnPermalinkPage}
  809.  
  810. .borderTop{
  811. border-top: 1px solid {color:Border Top On Text Posts Note};
  812. margin:10px 0px 5px;
  813. {block:IfPostTransparentBackground}
  814. opacity:0.5;
  815. filter:alpha(opacity=50);
  816. {/block:IfPostTransparentBackground}
  817. }
  818.  
  819. #infscr-loading{
  820. bottom: -50px;
  821. position: absolute;
  822. left: 50%;
  823. margin-left: -75px;
  824. width: 100%;
  825. text-align: center;
  826. max-width: 150px;
  827. width:expression(document.body.clientWidth > 150? "150px": "auto" );
  828. }
  829. #infscr-loading div{display: none;}
  830.  
  831. #tumblr_controls{
  832. {block:IfTumblrFollowButtonFixed}
  833. position:absolute !important;
  834. {/block:IfTumblrFollowButtonFixed}
  835.  
  836. {block:IfTumblrFollowButtonTransparent}
  837. opacity: 0.3;
  838. filter:alpha(opacity=30);
  839. {/block:IfTumblrFollowButtonTransparent}
  840.  
  841. -webkit-transition: all 0.5s ease-out;
  842. -moz-transition: all 0.5s ease-out;
  843. transition: all 0.5s ease-out;
  844. -o-transition: all 0.5s ease-out;
  845. }
  846.  
  847. {block:IfTumblrFollowButtonTransparent}
  848. #tumblr_controls:hover{
  849. opacity: 1;
  850. filter:alpha(opacity=100);
  851. }
  852. {/block:IfTumblrFollowButtonTransparent}
  853.  
  854. #topDiv{
  855. position: fixed;
  856. bottom: 20px;
  857. right: 10px;
  858. z-index: 9999;
  859. display: none;
  860. font-size: 0.7em;
  861. cursor: pointer;
  862. color: {color:Text Sidebar};
  863. font-weight: bold;
  864. {block:IfSidebarBackground}
  865. padding: 5px 10px;
  866. {block:IfPostShadow}
  867. box-shadow: 0px 0px 3px {color:Posts Shadow};
  868. {/block:IfPostShadow}
  869. {/block:IfSidebarBackground}
  870. }
  871.  
  872. {CustomCSS}
  873. </style>
  874.  
  875.  
  876. </head>
  877. <body>
  878.  
  879. <!--
  880. <div style="position:fixed;right:2px;top:25px;">
  881. <a href="LINK HERE" target="_blank">
  882. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
  883. </a>
  884. </div>
  885. -->
  886.  
  887. <div id="header" class="header-relative">
  888. <div style="padding:20px 0px;">
  889. {block:IfHeaderImageImage}
  890.  
  891. {/block:IfHeaderImageImage}
  892.  
  893. {block:IfNotHeaderImageImage}
  894. <h1>{Title}</h1>
  895. {/block:IfNotHeaderImageImage}
  896.  
  897. {block:IfNotLinkOnSidebar}
  898. <ul id="linkHeader">
  899. <li><a href="/">Home</a></li>
  900. <li><a href="http://classy-lovely.com/faqs" >Ask/faqs</a></li>
  901. <li><a href="http://classy-lovely.com/advertise">advertise</a></li>
  902. <li><a href="http://classy-lovely.com/getpromoted">promo?</a></li>
  903. <li><a href="http://classy-lovely.com/tou">themes</a></li>
  904. <li><a href="http://classy-lovely.com/ig">ig</a></li>
  905. <li><a href="http://classy-lovely.com/links">links</a></li>
  906.  
  907. <li><script language="JavaScript">
  908. var ref = (''+document.referrer+''); var page = (''+window.location+'');
  909. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID2386645&e1=%&e2=User online&p=' + page + '&r=' + ref + '"><\/script>');
  910. </script></a></li>
  911.  
  912. <li><script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID1786983&name=Visits"></script></a></li>
  913. </ul>
  914. <ul id="titlePages" class="titleLinks">
  915. {block:HasPages}
  916. {block:Pages}
  917. <li><a href="{URL}" >{Label}</a></li>
  918. {/block:Pages}
  919. {/block:HasPages}
  920. </ul>
  921. {/block:IfNotLinkOnSidebar}
  922. <div id="headerOpacity"></div>
  923. </div>
  924. </div><!-- header -->
  925.  
  926. <div id="container">
  927.  
  928. <div id="sidebar">
  929.  
  930. {block:IfSidebarBackground}
  931. <div style="padding:10px;">
  932. {/block:IfSidebarBackground}
  933.  
  934. {block:IfShowSidebarImage}
  935. {block:IfSidebarimageImage}
  936. <img id="imgSide" src="{image:Sidebar image}" width="180">
  937. {/block:IfSidebarimageImage}
  938. {/block:IfShowSidebarImage}
  939.  
  940.  
  941. <div id="side_description"><img src="http://static.tumblr.com/yfai9km/jQSml0n7j/banner_1.gif" width="200" title="{Title}" alt="{Title}"/></a>hey, welcome to my blog. i'm mega, 18 years old from indonesia. my blog is dedicated to fashion ♥
  942. "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 <br><br>
  943.  
  944.  
  945. <center><img src="http://static.tumblr.com/yfai9km/qbhmprbzz/blogs.jpg" align="center" style="width: 170px; height:auto;margin-bottom: 10px;"></center>
  946.  
  947. <a href="http://modelettes.tumblr.com/" target="_blank" ><img width="95px" height="95px" src="http://static.tumblr.com/yfai9km/3TDmqovqo/789.jpg" title="Click to check out the blog"></a>
  948.  
  949. <a href="http://exhalevogue.tumblr.com/" target="_blank" ><img width="95px" height="95px" src="http://static.tumblr.com/yfai9km/KvNmq7rrt/exhalevogue.jpg" title="Click to check out the blog"></a></p>
  950.  
  951. <a href="http://lustire.tumblr.com/" target="_blank" ><img width="95px" height="95px" src="http://static.tumblr.com/yfai9km/9enmq7rtn/hug.jpg" title="Click to check out the blog"></a>
  952.  
  953.  
  954. <a href="http://c-lassyfabulous.com/" target="_blank" ><img width="95px" height="95px" src="http://static.tumblr.com/yfai9km/bCNmq7t10/lo.jpg" title="Click to check out the blog"></a></p>
  955.  
  956.  
  957. <a href="http://paris-elegance.tumblr.com/" target="_blank" ><img width="95px" height="98px" src="http://static.tumblr.com/yfai9km/hmimquyea/bhg.jpg" title="Click to check out the blog"></a>
  958.  
  959. <a href="http://flouwe.tumblr.com/" target="_blank" ><img width="100px" height="100px" src="http://static.tumblr.com/yfai9km/gE0mqvqck/bn.jpg" title="Click to check out the blog"></a></p>
  960.  
  961. <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>
  962.  
  963. </div>
  964.  
  965. {block:IfLinkOnSidebar}
  966. {block:IfDropdownMenuOnlySidebar}
  967. {block:IfDropmenuImageImage}
  968. <img class="dropdownmenu" id="imgDropDown" src="{image:Dropmenu Image}">
  969. {/block:IfDropmenuImageImage}
  970. {block:IfNotDropmenuImageImage}
  971. <span class="dropdownmenu">{text:Dropmenu Text}</span>
  972. {/block:IfNotDropmenuImageImage}
  973. {block:IfDropdownMenuOnlySidebar}
  974. <ul id="sidebarLinks">
  975. <li><a href="/">Home</a></li>
  976. <li><a href="LINK HERE">Theme</a></li>
  977. {block:AskEnabled}
  978. <li><a href="/ask" >{AskLabel}</a></li>
  979. {/block:AskEnabled}
  980. {block:IfLink1title}
  981. <li><a href="{text:Link 1 url}">{text:Link 1 title}</a></li>
  982. {/block:IfLink1title}
  983. {block:IfLink2title}
  984. <li><a href="{text:Link 2 url}">{text:Link 2 title}</a></li>
  985. {/block:IfLink2title}
  986. {block:IfLink3title}
  987. <li><a href="{text:Link 3 url}">{text:Link 3 title}</a></li>
  988. {/block:IfLink3title}
  989. {block:IfLink4title}
  990. <li><a href="{text:Link 4 url}">{text:Link 4 title}</a></li>
  991. {/block:IfLink4title}
  992. {block:IfLink5title}
  993. <li><a href="{text:Link 5 url}">{text:Link 5 title}</a></li>
  994. {/block:IfLink5title}
  995. <li><a href="#">Theme</a></li>
  996. {block:HasPages}
  997. {block:Pages}
  998. <li><a href="{URL}" >{Label}</a></li>
  999. {/block:Pages}
  1000. {/block:HasPages}
  1001. </ul>
  1002. {/block:IfLinkOnSidebar}
  1003.  
  1004. {block:IndexPage}
  1005. {block:Pagination}
  1006. {block:IfNotInfiniteScroll}
  1007. <div class="borderTop"></div>
  1008. {/block:IfNotInfiniteScroll}
  1009. <ul id="pagination">
  1010. {block:PreviousPage}
  1011. <li><a href="{PreviousPage}">«</a></li>
  1012. {/block:PreviousPage}
  1013. {block:JumpPagination length="5"}
  1014. {block:CurrentPage}
  1015. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  1016. {/block:CurrentPage}
  1017. {block:JumpPage}
  1018. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  1019. {/block:JumpPage}
  1020. {/block:JumpPagination}
  1021. {block:NextPage}
  1022. <li><a id="nextPage" href="{NextPage}">»</a></li>
  1023. {/block:NextPage}
  1024. <div class="opacityBackground"></div>
  1025. </ul>
  1026. {/block:Pagination}
  1027. {/block:IndexPage}
  1028.  
  1029. {block:IfSidebarBackground}
  1030. </div><!-- sidebar padding-->
  1031. {/block:IfSidebarBackground}
  1032. <div class="opacityBackground"></div>
  1033. </div><!-- sidebar -->
  1034.  
  1035. <div id="content">
  1036. {block:Posts}
  1037. <div class="posts">
  1038. <div style="padding:10px;overflow: hidden;">
  1039.  
  1040.  
  1041. {block:Text}
  1042. {block:Title}
  1043. <h3 class="title">{Title}</h3>
  1044. {/block:Title}
  1045. <div class="caption">{Body}</div>
  1046. {block:IndexPage}
  1047. {block:Date}
  1048. <div class="borderTop"></div>
  1049. <div class="description_posts">
  1050. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1051. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1052. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1053. </div>
  1054. {/block:Date}
  1055. {/block:IndexPage}
  1056. {/block:Text}
  1057.  
  1058.  
  1059. {block:Link}
  1060. <h3 class="title"><a href="{URL}" class="link title" {Target}>{Name}</a></h3>
  1061. {block:Description}
  1062. <div class="caption">{Description}</div>
  1063. {/block:Description}
  1064. {block:IndexPage}
  1065. {block:Date}
  1066. <div class="borderTop"></div>
  1067. <div class="description_posts">
  1068. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1069. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1070. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1071. </div>
  1072. {/block:Date}
  1073. {/block:IndexPage}
  1074. {block:Link}
  1075.  
  1076.  
  1077. {block:Photo}
  1078. {block:IndexPage}
  1079. {block:IfNotShowNotesCounterOnPhotoPost}<a href="{Permalink}" class="a_photos">{/block:IfNotShowNotesCounterOnPhotoPost}
  1080. <img class="photo" src="{block:IfNot2Columns}{block:IfNot3Columns}{PhotoURL-400}{/block:IfNot3Columns}{/block:IfNot2Columns}{block:If3Columns}{PhotoURL-250}{/block:If3Columns}{block:If2Columns}{block:IfNot3Columns}
  1081. {PhotoURL-250}{/block:IfNot3Columns}{/block:If2Columns}" alt="{PhotoAlt}" />
  1082. {block:IfNotShowNotesCounterOnPhotoPost}</a>{/block:IfNotShowNotesCounterOnPhotoPost}
  1083. {block:IfShowPhotoCaption}
  1084. {block:Caption}
  1085. <div class="caption">{Caption}</div>
  1086. {/block:Caption}
  1087. {/block:IfShowPhotoCaption}
  1088. {block:IfNotShowPhotoCaption}
  1089. {block:IfShowNotesCounterOnPhotoPost}
  1090. <a id="note_count_{PostID}" class="descriprion_link permalink_link" href="{Permalink}">{NoteCount}</a>
  1091. {/block:IfShowNotesCounterOnPhotoPost}
  1092. <a href="{ReblogURL}" target="_blank" class="descriprion_link reblog_link"></a>
  1093. <a class="descriprion_link like_heart" href="javascript:void(0);"><span id="{PostID}" rel="{ReblogURL}"></span></a>
  1094. {/block:IfNotShowPhotoCaption}
  1095. {block:IfShowPhotoCaption}
  1096. {block:Date}
  1097. <div class="borderTop"></div>
  1098. <div class="description_posts">
  1099. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1100. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1101. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1102. </div>
  1103. {/block:Date}
  1104. {/block:IfShowPhotoCaption}
  1105. {/block:IndexPage}
  1106. {block:PermalinkPage}
  1107. <img class="photo" src="{PhotoURL-400}" alt="{PhotoAlt}" style="{block:Caption}margin-bottom:-5px;{/block:Caption}"/>
  1108. {block:Caption}
  1109. <div class="caption">{Caption}</div>
  1110. {/block:Caption}
  1111. {/block:PermalinkPage}
  1112. {/block:Photo}
  1113.  
  1114.  
  1115. {block:Photoset}
  1116. {block:IndexPage}
  1117. <div class="photosetPost">
  1118. {block:IfNot2Columns}{block:IfNot3Columns}{Photoset-400}{/block:IfNot3Columns}{/block:IfNot2Columns}
  1119. {block:If3Columns}{Photoset-250}{/block:If3Columns}
  1120. {block:If2Columns}{block:IfNot3Columns}{Photoset-250}{/block:IfNot3Columns}{/block:If2Columns}
  1121. </div>
  1122. {block:Caption}
  1123. <div class="caption">{Caption}</div>
  1124. {/block:Caption}
  1125. {block:Date}
  1126. <div class="borderTop"></div>
  1127. <div class="description_posts">
  1128. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1129. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1130. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1131. </div>
  1132. {/block:Date}
  1133. {/block:IndexPage}
  1134.  
  1135. {block:PermalinkPage}
  1136. <div class="photosetPost">{Photoset-400}</div>
  1137. {block:Caption}
  1138. <div class="caption">{Caption}</div>
  1139. {/block:Caption}
  1140. {/block:PermalinkPage}
  1141. {/block:Photoset}
  1142.  
  1143. {block:Answer}
  1144. <img class="left" style="margin-right:10px;" width="30px" src="{AskerPortraitURL-30}"/>
  1145. <div class="left quest">
  1146. <b>{Asker}</b>:<br>
  1147. {Question}
  1148. </div>
  1149. <div class="clear"></div>
  1150. <div class="askAnswer">
  1151. <img class="left" style="margin-right:10px;" width="30px" src="{PortraitURL-30}"/>
  1152. <div class="left quest">
  1153. <b>Me</b>:<br>
  1154. <i>{Answer}</i>
  1155. </div>
  1156. <div class="clear"></div>
  1157. </div>
  1158. {block:IndexPage}
  1159. {block:Date}
  1160. <div class="borderTop"></div>
  1161. <div class="description_posts">
  1162. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1163. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1164. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1165. </div>
  1166. {/block:Date}
  1167. {/block:IndexPage}
  1168. {/block:Answer}
  1169.  
  1170.  
  1171. {block:Quote}
  1172. <h3 class="title">"{Quote}"</h3>
  1173. {block:Source}
  1174. <div class="caption" style="text-align:right;">- {Source}</div>
  1175. {/block:Source}
  1176. {block:IndexPage}
  1177. {block:Date}
  1178. <div class="borderTop"></div>
  1179. <div class="description_posts">
  1180. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1181. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1182. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1183. </div>
  1184. {/block:Date}
  1185. {/block:IndexPage}
  1186. {/block:Quote}
  1187.  
  1188.  
  1189. {block:Chat}
  1190. {block:Title}
  1191. <h3 class="title">{Title}</h3>
  1192. {/block:Title}
  1193. <ul class="chat">
  1194. {block:Lines}
  1195. <li class="{Alt} user_{UserNumber}">
  1196. {block:Label}
  1197. <span class="label">{Label}</span>
  1198. {/block:Label}
  1199. <span class="caption">{Line}</span>
  1200. </li>
  1201. {/block:Lines}
  1202. </ul>
  1203. {block:IndexPage}
  1204. {block:Date}
  1205. <div class="borderTop"></div>
  1206. <div class="description_posts">
  1207. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1208. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1209. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1210. </div>
  1211. {/block:Date}
  1212. {/block:IndexPage}
  1213. {/block:Chat}
  1214.  
  1215.  
  1216. {block:Audio}
  1217. {block:IndexPage}
  1218. <div class="audioplayercontainer">{AudioPlayerBlack}</div>
  1219. {/block:IndexPage}
  1220. {block:PermalinkPage}
  1221. <div id="imgAlbumArt" class="left">
  1222. {block:AlbumArt}
  1223. <img width="105" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" />
  1224. {/block:AlbumArt}
  1225. </div>
  1226.  
  1227. <ul id="audiotrack" class="left">
  1228. {block:Artist}<li><b>{Artist}</b></li>{/block:Artist}
  1229. {block:TrackName}<li>{TrackName}</li>{/block:TrackName}
  1230. {block:Album}<li>{Album}</li>{/block:Album}
  1231. <li>{FormattedPlayCount} plays {block:ExternalAudio}// <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</li>
  1232. <li>{AudioPlayerBlack}</li>
  1233. </ul>
  1234. <div class="clear"></div>
  1235. {/block:PermalinkPage}
  1236. {block:Caption}
  1237. <div class="caption">{Caption}</div>
  1238. {/block:Caption}
  1239. {block:IndexPage}
  1240. {block:Date}
  1241. <div class="borderTop"></div>
  1242. <div class="description_posts">
  1243. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1244. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1245. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1246. </div>
  1247. {/block:Date}
  1248. {/block:IndexPage}
  1249. {/block:Audio}
  1250.  
  1251.  
  1252. {block:Video}
  1253. {block:PermalinkPage}
  1254. <div class="videoPost" style="{block:Caption}margin-bottom:-5px;{/block:Caption}">{Video-400}</div>
  1255. {/block:PermalinkPage}
  1256. {block:IndexPage}
  1257. <div class="videoPost">
  1258. {block:If3Columns}{Video-250}{/block:If3Columns}
  1259. {block:If2Columns}{block:IfNot3Columns}{Video-250}{/block:IfNot3Columns}{/block:If2Columns}
  1260. {block:IfNot2Columns}{block:IfNot3Columns}{Video-400}{/block:IfNot3Columns}{/block:IfNot2Columns}
  1261. </div>
  1262. {/block:IndexPage}
  1263. {block:Caption}
  1264. <div class="caption">{Caption}</div>
  1265. {/block:Caption}
  1266. {block:IndexPage}
  1267. {block:Date}
  1268. <div class="borderTop"></div>
  1269. <div class="description_posts">
  1270. <span><a href="{Permalink}">{TimeAgo}</a></span>
  1271. <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
  1272. <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  1273. </div>
  1274. {/block:Date}
  1275. {/block:IndexPage}
  1276. {/block:Video}
  1277.  
  1278. </div><!-- padding .posts -->
  1279. <div class="opacityBackground"></div>
  1280. </div><!-- .posts -->
  1281.  
  1282.  
  1283. {block:PermalinkPage}
  1284. {block:Date}
  1285. <div class="posts">
  1286. <div style="padding:10px;">
  1287. {block:IfShowSocialShareButtonsOnPermalinkPage}
  1288. <div id="socialike" class="left">
  1289. <div style="display:inline-block;"><g:plusone annotation="none" size="medium" href="{Permalink}"></g:plusone></div>
  1290. <span style="margin-left: 5px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a>
  1291. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
  1292. <span style="margin-left: 5px;"><iframe id="facebookiframe" src="http://www.facebook.com/plugins/like.php?locale=en_US&href={Permalink}&width=50&colorscheme=light&layout=button_count" scrolling="no" frameborder='0' style="border:none; overflow:hidden; width:50px; height:20px;"></iframe></span>
  1293. </div>
  1294. {/block:IfShowSocialShareButtonsOnPermalinkPage}
  1295. {block:PermalinkPagination}
  1296. <div id="nextprevPost" class="right">
  1297. {block:NextPost}<a style="margin-right:5px;" href="{NextPost}">Prev Post</a>{/block:NextPost}
  1298. {block:PreviousPost}<a href="{PreviousPost}">Next Post</a>{/block:PreviousPost}
  1299. </div>
  1300. {/block:PermalinkPagination}
  1301. <div class="clear"></div>
  1302. <div class="opacityBackground"></div>
  1303. </div>
  1304. </div><!-- .posts -->
  1305.  
  1306. <div class="posts">
  1307. <div style="padding:10px;">
  1308. <div id="postnotesdiv">
  1309. This post was posted {TimeAgo} with {NoteCountWithLabel}<br>
  1310. {block:RebloggedFrom}
  1311. Was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1312. <br>
  1313. Was posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1314. {/block:RebloggedFrom}
  1315.  
  1316. {block:HasTags}
  1317. <div id="tagsPermalink">
  1318. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  1319. </div>
  1320. {/block:HasTags}
  1321.  
  1322. {block:PostNotes}
  1323. <div class="borderTop"></div>
  1324. {PostNotes}
  1325. {/block:PostNotes}
  1326. <div class="clear"></div>
  1327. </div>
  1328. <div class="opacityBackground"></div>
  1329. </div>
  1330. </div><!-- .posts -->
  1331. {/block:Date}
  1332. {/block:PermalinkPage}
  1333. {/block:Posts}
  1334.  
  1335. <div class="clear"></div>
  1336. </div><!-- content -->
  1337.  
  1338. <div class="clear"></div>
  1339. </div><!-- container -->
  1340. <div id="topDiv">
  1341. Back Top
  1342. <div class="opacityBackground"></div>
  1343. </div>
  1344.  
  1345. <script type="text/javascript" src="http://www.themecloud.co/themes/snowfox/getjs.asp?id=678157"></script>
  1346. {block:IfContainerFadeEffect}
  1347. <script type="text/javascript">
  1348. $(function(){
  1349. $("#container").fadeIn(500);
  1350. });
  1351. </script>
  1352. {/block:IfContainerFadeEffect}
  1353. {block:IfLinkOnSidebar}
  1354. {block:IfDropdownMenuOnlySidebar}
  1355. <script type="text/javascript">
  1356. $(".dropdownmenu").click(function(){
  1357. $("#sidebarLinks").slideToggle(300);
  1358. });
  1359. </script>
  1360. {/block:IfDropdownMenuOnlySidebar}
  1361. {/block:IfLinkOnSidebar}
  1362. <script type="text/javascript">
  1363. $(function(){
  1364. $("#topDiv").click(function(){
  1365. var target = $("html");
  1366. $('html, body').animate({
  1367. scrollTop: target.offset().top
  1368. }, 1000);
  1369. });
  1370.  
  1371. var topDiv = $("#topDiv");
  1372. var topDivTop = "1000";
  1373. var view = $( window );
  1374. view.bind("scroll resize", function(){
  1375. var viewTop = view.scrollTop();
  1376. if (viewTop > topDivTop){
  1377. topDiv.fadeIn(300);
  1378. }
  1379. else if (viewTop <= topDivTop){
  1380. topDiv.fadeOut(200);
  1381. }
  1382. });
  1383.  
  1384. $("#pageLink").click(function(){
  1385. $("#titlePages").fadeToggle(500);
  1386. });
  1387. });
  1388. </script>
  1389. {block:IfNotSidebarBottom}{block:IfSidebarFixed}
  1390. <script type="text/javascript" >
  1391. $(function(){
  1392. var hHeader = $("#header").outerHeight(true);
  1393. $("#sidebar").css("top", hHeader+5+"px");
  1394. });
  1395. </script>
  1396. {/block:IfSidebarFixed}{/block:IfNotSidebarBottom}
  1397. {block:IfHeaderFixed}
  1398. <script type="text/javascript" >
  1399. $(function(){
  1400. var headerDivH = $("#header").outerHeight(true);
  1401. var containerDiv = $("#container");
  1402. $("#header").removeClass("header-relative").addClass("header-fixed");
  1403. $("#container").css("padding-top", headerDivH+"px");
  1404. });
  1405. </script>
  1406. {/block:IfHeaderFixed}
  1407. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  1408. {block:IndexPage}
  1409. {block:IfInfiniteScroll}
  1410. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1411. {/block:IfInfiniteScroll}
  1412. <script type="text/javascript">
  1413.  
  1414. /* heart button */
  1415.  
  1416. $(function() {
  1417. $('.like_heart').live('click', function() {
  1418. var $this = $(this).find("span");
  1419. var id_post = $this.attr('id');
  1420. var count = parseInt($("#note_count_"+id_post).text());
  1421. var reblog_key = $this.attr('rel').slice(-8);
  1422. var like_url = 'http://www.tumblr.com/like/'+reblog_key+'?id='+id_post;
  1423. if($this.css("background-position") == "0px 0px"){
  1424. $("#note_count_"+id_post).text(count+1);
  1425. }
  1426. $('#likeIframe').attr('src', like_url);
  1427. $this.css("background-position","0px -20px");
  1428. });
  1429. });
  1430.  
  1431. $(window).load(function () {
  1432. var $content = $('#content');
  1433. $content.masonry({
  1434. itemSelector: '.posts',
  1435. isAnimated: true
  1436. }),
  1437. $content.infinitescroll({
  1438. navSelector : '#pagination',
  1439. nextSelector : '#pagination a#nextPage',
  1440. itemSelector : '.posts',
  1441. loading: {
  1442. finishedMsg: '',
  1443. img: '{image:Loading Gif Posts}'
  1444. },
  1445. bufferPx : 200,
  1446. debug : false,
  1447. },
  1448. // call masonry as a callback.
  1449. function( newElements ) {
  1450. var $newElems = $( newElements );
  1451. $newElems.hide();
  1452. // ensure that images load before adding to masonry layout
  1453. $newElems.imagesLoaded(function(){
  1454. $content.masonry(
  1455. 'appended',
  1456. $newElems, true,
  1457. function(){$newElems.fadeIn(300);}
  1458. );
  1459. });
  1460. });
  1461. });
  1462. </script>
  1463. {/block:IndexPage}
  1464. <script type="text/javascript">
  1465. (function() {
  1466. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  1467. po.src = 'https://apis.google.com/js/plusone.js';
  1468. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  1469. })();
  1470. </script>
  1471. {block:IfGoogleAnalyticsID}
  1472. <script type="text/javascript">
  1473.  
  1474. var _gaq = _gaq || [];
  1475. _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
  1476. _gaq.push(['_trackPageview']);
  1477.  
  1478. (function() {
  1479. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  1480. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  1481. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  1482. })();
  1483.  
  1484. </script>
  1485. {/block:IfGoogleAnalyticsID}
  1486. <iframe id="likeIframe" style="width:1px;height:1px;position:absolute;left:-9999px;"></iframe>
  1487. </body>
  1488.  
  1489. <div id="05" class="popup_block">
  1490.  
  1491. <p><span class="titleee">Frequently Asked Q's (please read before asking)</span></p>
  1492. <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>
  1493. <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>
  1494. <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>
  1495. <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>
  1496. <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>
  1497. <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>
  1498. </div>
  1499.  
  1500. </div></div></div></div></div></div></div></div></div></div>
  1501. </html>
  1502.  
  1503. <div style="position:fixed; float:left; right:15px; top:77px; opacity:1;">
  1504. <div style="overflow:auto; width: 150px; height: 577px; border:0px solid #faafba; background-color: #fff; text-align: center;">
  1505. <center><img src="http://static.tumblr.com/yfai9km/oHkmm81q8/o.jpg" align="center" style="width: 140px; height:auto;margin-bottom: 10px;"></center>
  1506. <a><div style="
  1507. margin-bottom:6px;margin-left:6px;
  1508. padding-top:7px;
  1509. padding-bottom:7px;
  1510. padding-left:10px;
  1511. font-size:11px;
  1512. letter-spacing:1px;
  1513. text-align:center;
  1514. line-height:12px;
  1515. width:128px;font-weight :bold;">
  1516. <font color="#000">Scroll down</a></div>
  1517.  
  1518.  
  1519. <a><div style="
  1520. margin-bottom:6px;margin-left:6px;
  1521. padding-top:7px;
  1522. padding-bottom:7px;border-bottom:1px solid #000;
  1523. padding-left:10px;
  1524. font-size:11px;
  1525. letter-spacing:1px;font-weight :bold;
  1526. text-align:center;
  1527. line-height:12px;
  1528. width:128px;">
  1529. <font color="#000">Shop the latest </font><a href="http://www.artwedding.com/flower-girl-dresses" target="_blank"> flower girl dresses</a>
  1530. for your elfish at <a href="http://www.artwedding.com" target="_blank">ArtWedding.com</a></div>
  1531.  
  1532.  
  1533.  
  1534. <a><div style="
  1535. margin-bottom:6px;margin-left:6px;
  1536. padding-top:7px;font-weight :bold;
  1537. padding-bottom:7px;
  1538. padding-left:10px;
  1539. font-size:11px;border-bottom:1px solid #000;
  1540. letter-spacing:1px;
  1541. text-align:center;
  1542. line-height:12px;
  1543. width:128px;">
  1544. <font color="#000">
  1545. <a href="http://jvint.storenvy.com" target="_blank">
  1546. 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>
  1547.  
  1548.  
  1549. <a href="http://classy-lovely.tumblr.com/advertise" target="_blank" ><img width="130pxx" height="130px" src="http://static.tumblr.com/yfai9km/gfmmpmd8w/g.jpg" title="Click to read how"></a>
  1550.  
  1551.  
  1552. <a href="http://www.romwe.com/" target="_blank" ><img width="130px" height="130px" src="http://www.romwe.com/includes/templates/bleubirtheme/images/follow2.gif"title="Romwe.com"></a>
  1553.  
  1554. <a href="http://www.koreanjapanclothing.com/" target="_blank" ><img width="130px" height="130" src="http://static.tumblr.com/yfai9km/GTtmqcfib/hj.jpg" title="Koreanjapanclothing.com"> </a>
  1555.  
  1556.  
  1557. <a href="http://www.lovelyshoes.net/?u=86206" target="_blank" ><img width="130px" height="130" src="http://static.tumblr.com/yfai9km/sJ7mqbsdw/cats.jpg" title="Lovelyshoes.net"> </a>
  1558.  
  1559. <a href="http://www.chicnova.com/" target="_blank" ><img width="130px" height="130" src="http://www.chicnova.com/linkimg/fashionblog1.jpg" title="Chicnova.com"> </a>
  1560.  
  1561. <a href="http://www.udobuy.com" target="_blank" ><img width="130px" height="130px" src="http://static.tumblr.com/yfai9km/Xmump30nu/300x300-2.jpg" title="Udobuy.com"></a>
  1562.  
  1563. <a href="http://www.sheinside.com/" target="_blank" ><img width="130px" height="130px" src="http://www.sheinside.com/images/one_2.jpg"title="Sheinside.com"></a>
  1564.  
  1565.  
  1566. <a href="http://www.ihandbagsmall.com/" target="_blank" ><img width="130px" height="130px" src="http://www.ihandbagsmall.com/banner.jpg"title="Ihandbagsmall.com"></a>
  1567.  
  1568.  
  1569. <a href="http://www.youreyeslie.com/" target="_blank" ><img width="130px" height="130px" src="http://www.youreyeslie.com/public-feeds/500x500-40OFF.jpg"title="Youreyeslie.com"></a>
  1570.  
  1571.  
  1572. <a href="http://www.cichic.com/" target="_blank" ><img width="130px" height="130" src="http://www.cichic.com/images/bannersamples/square_1.jpg" title="Cichic.com"> </a>
  1573.  
  1574.  
  1575. <a href="http://www.lovelywholesale.com" target="_blank" ><img width="130px" height="130px" src="http://www.lovelywholesale.com/ad/250x250.jpg" title="Lovelywholesale.com"></a>
  1576.  
  1577.  
  1578.  
  1579. <a href="http://www.choies.com/" target="_blank" ><img width="130px" height="130px" src="http://www.choies.com/images/follow1.jpg" title="Choies.com"></a>
  1580. <a href="http://www.afwshop.com/" target="_blank" ><img width="130px" height="130px" src="http://www.afwshop.com/images/11129700.gif" title="Afwshop.com"></a>
  1581.  
  1582.  
  1583. <a href="http://www.sammydress.com" target="_blank" ><img width="130px" height="130px" src="http://static.tumblr.com/yfai9km/y9umqjm5l/230_300_sammydress_banner.jpg" title="Sammydress.com"></a>
  1584.  
  1585.  
  1586. <a href="http://www.cozbest.com/" target="_blank" ><img width="130px" height="130px" src="http://www.cozbest.com/images/banner300x300.jpg" title="Cozbest.com"></a>
  1587.  
  1588.  
  1589.  
  1590. <a href="http://en.thejamy.com" target="_blank" ><img width="130px" height="130px" src="http://en.thejamy.com/images/upload/Image/011%E4%BF%AE%E6%94%B9.jpg" title="Thejamy.com"></a>
  1591.  
  1592. <a href="http://www.cndirect.com/" target="_blank" ><img width="130px" height="130px" src="http://static.tumblr.com/yfai9km/TXKmqjmv1/fj.jpg"title="Cndirect.com"></a>
  1593.  
  1594. <a href="http://www.helloparry.com/" target="_blank" ><img width="130px" height="130px" src="http://static.tumblr.com/yfai9km/CUymqi044/helloparryanimation27.gif"title="Helloparry.com"></a>
  1595.  
  1596. <a href="http://www.bellast.com" target="_blank" ><img width="130px" height="130px" src="http://www.bellast.com/images/help/bellast_fine_jewelry_1.jpg" title="Bellast.com"></a>
  1597.  
  1598.  
  1599. <a href="http://www.maykool.com" target="_blank" ><img width="130px" height="130px" src="http://www.maykool.com/media/wysiwyg/blogger/250x250-2.jpg" title="Maykool.com"></a>
  1600.  
  1601. <a href="http://www.dresslink.com" target="_blank" ><img width="130px" height="130px" src="http://misc.dresslink.com/topics/dltrend_blogger_event/images/ibanner_01_0326.jpg" title="Dresslink.com"></a>
  1602.  
  1603.  
  1604. <a href="http://www.indressme.com" target="_blank" ><img width="130px" height="130px" src="http://www.indressme.com/media/wysiwyg/blogger/one_3.jpg" title="Indressme.com"></a>
  1605.  
  1606.  
  1607. <a href="http://www.chemjoy.com/" target="_blank" ><img width="130px" height="130px" src="http://static.tumblr.com/yfai9km/1U6mqjmmw/cats.jpg" title="Chemjoy.com"></a>
  1608.  
  1609.  
  1610.  
  1611. <a href="http://www.ocrun.com" target="_blank" ><img width="130px" height="130px" src="http://static.tumblr.com/yfai9km/7mSmo5r5n/ocrun.jpg" title="Ocrun.com"></a>
  1612.  
  1613. <a href="http://www.ringsandtings.com/" target="_blank" ><img width="130px" height="130px" src="http://cdn.shopify.com/s/files/1/0217/9580/files/300X251.jpg?12668" title="Ringsandtings.com"> </a>
  1614.  
  1615. <a href="http://www.persunmall.com" target="_blank" ><img width="130px" height="130px" src="http://www.persunmall.com/images/sponsor/1301300300.jpg" title="Persunmall.com"></a>
  1616.  
  1617. <a href="http://www.clothingloves.net" target="_blank" ><img width="130px" height="130px" src="http://www.clothingloves.com/banner/clothingloves_women_1d.jpg" title="Cheap Clothing"></a>
  1618.  
  1619. <a href="http://www.oasap.com" target="_blank" ><img width="130px" height="130px" src="http://img.oasap.com/img/streetfashion13.jpg" title="Oasap.com"></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement