Advertisement
nicolewbu

romina personal

Sep 23rd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.41 KB | None | 0 0
  1. <!--
  2. theme by:
  3. _ _ _
  4. (_) | | | |
  5. _ __ _ ___ ___ | | ___ ________ _| |__ _ _
  6. | '_ \| |/ __/ _ \| |/ _ \______\ \ /\ / / '_ \| | | |
  7. | | | | | (_| (_) | | __/ \ V V /| |_) | |_| |
  8. |_| |_|_|\___\___/|_|\___| \_/\_/ |_.__/ \__,_|
  9.  
  10.  
  11. please keep the credit or I will find you!!!
  12. -->
  13.  
  14.  
  15. <html lang="en">
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  25.  
  26. <link href='http://static.tumblr.com/blpgwiz/nE8m8oarc/spin.css' rel='stylesheet' type='text/css'>
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30. <script>
  31. $(document).ready(function() {
  32. //
  33. $('a.poplight[href^=#]').click(function() {
  34. var popID = $(this).attr('rel'); //Get Popup Name
  35. var popURL = $(this).attr('href'); //Get Popup href to define size
  36. var query= popURL.split('?');
  37. var dim= query[1].split('&');
  38. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  39. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i1243.photobucket.com/albums/gg542/chotice96/Tumblr%20Close%20Button/tumblr_lprq8yJC6Z1qcn2vb.png" class="btn_close" title="Close" alt="Close" /></a>');
  40. var popMargTop = ($('#' + popID).height() + 80) / 2;
  41. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  42. //Apply Margin to Popup
  43. $('#' + popID).css({
  44. 'margin-top' : -popMargTop,
  45. 'margin-left' : -popMargLeft
  46. });
  47. $('body').append('<div id="fade"></div>');
  48. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  49. return false;
  50. });
  51. $('a.close, #fade').live('click', function() {
  52. $('#fade , .popup_block').fadeOut(function() {
  53. $('#fade, a.close').remove(); //fade them both out
  54. });
  55. return false;
  56. });
  57. });
  58. </script>
  59.  
  60.  
  61. <script type="text/javascript">
  62. <!--
  63.  
  64.  
  65. // Disable Right Click Script
  66.  
  67. function IE(e)
  68. {
  69. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  70. {
  71. return false;
  72. }
  73. }
  74. function NS(e)
  75. {
  76. if (document.layers || (document.getElementById && !document.all))
  77. {
  78. if (e.which == "2" || e.which == "3")
  79. {
  80. return false;
  81. }
  82. }
  83. }
  84. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  85.  
  86. //-->
  87. </script>
  88.  
  89.  
  90. <script type="text/javascript"
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  92.  
  93. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  94. <script>
  95. (function($){
  96. $(document).ready(function(){
  97. $("a[title]").style_my_tooltips({
  98. tip_follows_cursor:true,
  99. tip_delay_time:90,
  100. tip_fade_speed:600,
  101. attribute:"title"
  102. });
  103. });
  104. })(jQuery);
  105. </script>
  106.  
  107. <script type="text/javascript"
  108. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  109.  
  110. <!--DEFAULT VARIABLES-->
  111. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  112. <meta name="color:background" content="#fff"/>
  113. <meta name="color:link" content="#777"/>
  114. <meta name="color:text" content="#777"/>
  115. <meta name="color:title" content="#333"/>
  116. <meta name="color:hover" content="#fff"/>
  117. <meta name="color:background" content="#fff"/>
  118. <meta name="color:link" content="#777"/>
  119. <meta name="color:text" content="#777"/>
  120. <meta name="color:title" content="#333"/>
  121. <meta name="color:hover" content="#fff"/>
  122. <meta name="color:blogtitle" content="#000"/>
  123. <meta name="color:scrollbar" content="7c7c7c">
  124. <meta name="image:Sidebar1" content=""/>
  125. <meta name="text:Link One Title" content="" />
  126. <meta name="text:Link One" content="" />
  127. <meta name="text:Link Two Title" content=""/>
  128. <meta name="text:Link Two" content="" />
  129. <meta name="text:Link Three Title" content="" />
  130. <meta name="text:Link Three" content="" />
  131. <meta name="text:Link Four Title" content="" />
  132. <meta name="text:Link Four" content="" />
  133. <meta name="text:Link Five Title" content="" />
  134. <meta name="text:Link Five" content="" />
  135. <meta name="text:Link six Title" content="" />
  136. <meta name="text:Link six" content="" />
  137. <meta name="image:background" content="1"/>
  138. <meta name="color:scrollbar" content="#000;">
  139. <meta name="text:your name" content="name here"/>
  140. <meta name="text:stats" content="stats"/>
  141. <meta name="color:Navigation" content="#ffffff"/>
  142.  
  143. <style type="text/css">
  144.  
  145.  
  146. <script type="text/javascript">
  147. $(document).ready(function(){
  148. $("navigation").hide();
  149. $("navigation").click(function(){
  150. $(this).next(".navigation").slideToggle('fast');
  151. }); }); </script>
  152.  
  153.  
  154. merp{
  155. font-family:sophie;
  156. font-size:19px;
  157. line-height:15px;
  158. font-style:normal;
  159. color:{color:blogtitle};
  160. text-shadow:
  161. -1px 0 #000,
  162. 0 1px #000,
  163. 1px 0 #000,
  164. 0 -1px #000;
  165. }
  166.  
  167. jem{
  168. font-family:sophie;
  169. font-size:28px;
  170. line-height:14px;
  171. color:{color:text};
  172. }
  173.  
  174. will{
  175. font-family:consolas;
  176. font-size:13px;
  177. line-height:17px;
  178. color:#000;
  179. }
  180.  
  181. will2{
  182. font-family:sophie;
  183. font-size:14px;
  184. line-height:17px;
  185. color:#000;
  186. }
  187.  
  188. #fade { /*--Transparent background layer--*/
  189. display: none; /*--hidden by default--*/
  190. background:#aaa;
  191. position: fixed; left: 0; top: 0;
  192. width: 100%; height: 100%;
  193. opacity: .60;
  194. z-index: 9999;
  195. }
  196. .popup_block{
  197. display: none; /*--hidden by default--*/
  198. background: #fff;
  199. padding: 20px;
  200. border: 10px solid #ccc;
  201. float: left;
  202. font-size:12px;
  203. font-family:arial;
  204. position: fixed;
  205. top: 44%; left: 62%;
  206. z-index: 9999999999999999999999999999999999999999;
  207. /*--CSS3 Box Shadows--*/
  208. -webkit-box-shadow: 0px 0px 20px #000;
  209. -moz-box-shadow: 0px 0px 20px #000;
  210. box-shadow: 0px 0px 20px #000;
  211. /*--CSS3 Rounded Corners--*/
  212. -webkit-border-radius: 10px;
  213. -moz-border-radius: 10px;
  214. border-radius: 10px;
  215. }
  216. img.btn_close {
  217. float: right;
  218. margin: -5px -5px 0 0;
  219. }
  220. /*--Making IE6 Understand Fixed Positioning--*/
  221. *html #fade {
  222. position: absolute;
  223. }
  224. *html .popup_block {
  225. position: absolute;
  226. }
  227.  
  228. @font-face { font-family: "bebas"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  229.  
  230.  
  231.  
  232. #fade { /*--Transparent background layer--*/
  233. display: none; /*--hidden by default--*/
  234. background:#aaa;
  235. position: fixed; left: 0; top: 0;
  236. width: 100%; height: 100%;
  237. opacity: .70;
  238. z-index: 9999;
  239. }
  240. .popup_block{
  241. display: none; /*--hidden by default--*/
  242. background: #fff;
  243. padding: 20px;
  244. border: 10px solid #ccc;
  245. float: left;
  246. font-size:12px;
  247. font-family:calibri;
  248. position: fixed;
  249. top: 50%; left: 56%;
  250. z-index: 9999999999999999999999999999999999999999;
  251. /*--CSS3 Box Shadows--*/
  252. -webkit-box-shadow: 0px 0px 20px #000;
  253. -moz-box-shadow: 0px 0px 20px #000;
  254. box-shadow: 0px 0px 20px #000;
  255. /*--CSS3 Rounded Corners--*/
  256. -webkit-border-radius: 10px;
  257. -moz-border-radius: 10px;
  258. border-radius: 10px;
  259. }
  260. img.btn_close {
  261. float: right;
  262. margin: -5px -5px 0 0;
  263. }
  264. /*--Making IE6 Understand Fixed Positioning--*/
  265. *html #fade {
  266. position: absolute;
  267. }
  268. *html .popup_block {
  269. position: absolute;
  270. }
  271.  
  272.  
  273. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  274.  
  275. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  276.  
  277. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  278.  
  279. p {
  280. margin:0px;
  281. margin-top:0px;
  282. }
  283.  
  284.  
  285. body {
  286. padding: 0px;
  287. margin: 0px;
  288. color:{color:text};
  289. font-family: consolas;
  290. line-height:11px;
  291. font-size:9px;
  292. background-color: {color:Background};
  293. background-image:url({image:Background});
  294. background-attachment: fixed;
  295. background-repeat: repeat;
  296. }
  297.  
  298.  
  299. a:link, a:active, a:visited{
  300. text-decoration: none;
  301. -webkit-transition: color 0.3s ease-out;
  302. -moz-transition: color 0.3s ease-out;
  303. transition: color 0.3s ease-out;
  304. color:{color:link};
  305. }
  306.  
  307. a:hover {
  308. text-decoration: none;
  309. font-style:;
  310. color: {color:Hover};
  311. }
  312.  
  313. div#center{
  314. margin:auto;
  315. position:relative;
  316. width:1000px;
  317. background-color:;
  318. overflow:auto;
  319. overflow-y:hidden;
  320. }
  321.  
  322.  
  323. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  324. .entry {
  325. float:left;
  326. display: block;
  327. margin:7px;
  328. overflow:hidden;
  329. width:253px;
  330. border:1px solid #e1e1e1;
  331. padding-bottom:11px;
  332. padding-left: 10px;
  333. padding-right: 10px;
  334. padding-top: 10px;
  335. {block:PermalinkPage}
  336. width:550px;
  337. margin-left:35px;
  338. line-height:12px;
  339. text-align:left;
  340. line-height:10px;
  341. background:#f1f1f1;
  342. {/block:PermalinkPage}
  343. background:white;
  344. background-image:URL();
  345. }
  346.  
  347.  
  348. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  349. @font-face {font-family: "jessamine"; src: url("http://static.tumblr.com/npggxjg/Jm9m1xlt2/cinnamon_cake.ttf");}
  350.  
  351. @font-face { font-family: "tessa"; src: url('http://static.tumblr.com/n9vthnu/6Psmo2sij/kgeyeswideopen.ttf'); }
  352.  
  353. @font-face { font-family: "charlotte"; src: url('http://static.tumblr.com/dcylwch/MQkmmndb3/allura-regular.ttf'); }
  354.  
  355. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  356. .entry .perma{
  357. width:234px;
  358. height:19px;
  359. padding:4px;
  360. position: absolute;
  361. font-family: consolas;
  362. text-transform: normal;
  363. font-size:11px;
  364. color: #fff!important;
  365. font-style:normal;
  366. margin-left:6px;
  367. line-height: 7px;
  368. border-top: 3px solid {color:blogtitle};
  369. text-align: center;
  370. background:#ffffff;
  371. bottom:7px;
  372. overflow:hidden;
  373. border-radius: 0px;
  374. opacity: 1;
  375. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  376. -webkit-transition: all 0.5s linear;
  377. -moz-transition: all 0.5s linear;
  378. transition: all 0.5s linear;
  379. }
  380.  
  381. .entry:hover .perma{
  382. overflow:visible;
  383. opacity:1;
  384. -webkit-transition: all 0.5s linear;
  385. -webkit-transition: all 0.5s linear;
  386. -moz-transition: all 0.5s linear;
  387. transition: all 0.5s linear;
  388. }
  389.  
  390.  
  391. .entry .perma2{
  392. width:234px;
  393. height:19px;
  394. padding:4px;
  395. position: absolute;
  396. font-family: consolas;
  397. text-transform: normal;
  398. font-size:11px;
  399. color: #fff!important;
  400. font-style:normal;
  401. margin-left:6px;
  402. line-height: 21px;
  403. border-bottom: 3px solid {color:blogtitle};
  404. text-align: center;
  405. background:#ffffff;
  406. top:13px;
  407. overflow:hidden;
  408. border-radius: 0px;
  409. opacity: 1;
  410. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  411. -webkit-transition: all 0.5s linear;
  412. -moz-transition: all 0.5s linear;
  413. transition: all 0.5s linear;
  414. }
  415.  
  416. .entry:hover .perma2{
  417. overflow:visible;
  418. opacity:1;
  419. -webkit-transition: all 0.5s linear;
  420. -webkit-transition: all 0.5s linear;
  421. -moz-transition: all 0.5s linear;
  422. transition: all 0.5s linear;
  423. }
  424.  
  425.  
  426. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  427. #posts {
  428. width:655px;
  429. margin-top:9px;
  430. z-index:99;
  431. margin-left:457px;
  432. font-family:calibri;
  433. font-size:13px;
  434. line-height:14px;
  435. right:auto;
  436. background:transparent;
  437. margin-right:auto;
  438. position:relative;
  439. overflow-y: hidden;
  440. }
  441.  
  442.  
  443.  
  444. ::-webkit-scrollbar-thumb{
  445. background-color: {color:scrollbar};
  446. border: none;
  447. height:auto;
  448. -moz-border-radius: 10px;
  449. border-radius: 10px;
  450. }
  451.  
  452. ::-webkit-scrollbar {
  453. height:1px;
  454. width:1px;
  455. background-color:#aaa;
  456. }
  457.  
  458.  
  459. /*CUSTOMIZE SIDEBAR HERE*/
  460.  
  461.  
  462. #blogtitle{
  463. position:fixed !important;
  464. width:auto;
  465. height:15px;
  466. opacity: 1;
  467. padding:5px;
  468. margin-left:-10px;
  469. margin-top:101px;
  470. background:none;
  471. font-weight: normal;
  472. line-height:17px;
  473. text-align:center;
  474. color:{color:blogtitle};
  475. word-spacing:-1px;
  476. font-size:41px;
  477. font-family:sophie;
  478. text-shadow:
  479. -1px 0 #000,
  480. 0 1px #000,
  481. 1px 0 #000,
  482. 0 -1px #000;
  483. text-transform:normal;
  484. z-index:33333;
  485. -webkit-animation: bounceIn 1.7s;
  486. -moz-animation: bounceIn 1.7s;
  487. -ms-animation: bounceIn 1.7s;
  488. }
  489.  
  490.  
  491.  
  492.  
  493. #sidebar{
  494. position:fixed !important;
  495. margin-left: -33px;
  496. margin-top: 139px;
  497. width: auto;
  498. padding:18px;
  499. height: auto;
  500. border-radius:2px;
  501. -webkit-transform: rotate(0deg);
  502. z-index: 0;
  503. background:white;
  504. border: none;
  505. opacity:1;
  506. }
  507.  
  508.  
  509. #sidebar:hover{
  510. -o-transition-transition: all 0.5s ease-out;
  511. -webkit-transition: all 0.5s ease-out;
  512. -moz-transition: all 0.5s ease-out;
  513. }
  514.  
  515.  
  516. #sidebarpic img{
  517. width:234px;
  518. height:231px;
  519. padding:0px;
  520. margin-top:0px;
  521. margin-left:0px;
  522. border:none;
  523. border-radius:6px;
  524. background: white;
  525. opacity:1;
  526. z-index:999999999;
  527. }
  528.  
  529.  
  530.  
  531.  
  532. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  533.  
  534. @font-face {font-family:sophie ;src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,}
  535.  
  536.  
  537. @font-face { font-family: "jessamine"; src: url('http://static.tumblr.com/n9vthnu/6Psmo2sij/kgeyeswideopen.ttf'); }
  538.  
  539.  
  540. #desc {
  541. position:fixed;
  542. z-index:99999999999;
  543. font-family:consolas;
  544. font-size:11px;
  545. line-height:20px;
  546. font-style:normal;
  547. opacity:1;
  548. color:#000;
  549. height:auto;
  550. width:274px;
  551. top:312px;
  552. margin-left:-14px;
  553. letter-spacing:0px;
  554. overflow:hidden;
  555. background:none;
  556. border:none;
  557. text-align:left;
  558. z-index:99999999999999999;
  559. transition: all 0.7s ease-out;
  560. -o-transition-transition: all 0.7s ease-out;
  561. -webkit-transition: all 0.7s ease-out;
  562. -moz-transition: all 0.7s ease-out;
  563. }
  564.  
  565.  
  566. #navigation{
  567. width:258px;
  568. padding:6px;
  569. padding-top:3px;
  570. background:white;
  571. color:{color:hover};
  572. border-bottom:1px solid #e1e1e1;
  573. border-left:1px solid #e1e1e1;
  574. border-right:1px solid #e1e1e1;
  575. margin-top:11px;
  576. position:fixed;
  577. margin-left:-19px;
  578. padding-bottom:15px;
  579. border-radius: 1px;
  580. }
  581.  
  582.  
  583. .links {
  584. text-align:center;
  585. margin-top:0px;
  586. padding:5px 5px 2px 5px;
  587. border-top:1px solid #eeeeee;
  588. text-align:center;
  589. }
  590.  
  591.  
  592. .links a {
  593. padding:0px 2px 0px 2px;
  594. color:{color:link};ewa
  595. font-size:10px;
  596. color:white;
  597. text-align:left;
  598. text-transform:lowercase;
  599. }
  600.  
  601.  
  602.  
  603.  
  604. #siva{
  605. position:fixed;
  606. width:auto;
  607. height:12px;
  608. padding:6px;
  609. padding-left:7px;
  610. bottom:7px;
  611. margin-left:-171px;
  612. font-size:10px;
  613. border-radius:5px;
  614. line-height:11px;
  615. font-family:helvetica;
  616. text-transform:uppercase;
  617. color:{color:text};
  618. background:{color:blogtitle};
  619. border:1px solid #e1e1e1;
  620. text-transform: normal;
  621. transition: all 0.6s ease-out;
  622. -o-transition-transition: all 0.6s ease-out;
  623. -webkit-transition: all 0.6s ease-out;
  624. -moz-transition: all 0.6s ease-out;
  625. }
  626.  
  627.  
  628.  
  629. #tom{
  630. position:fixed;
  631. width:28px;
  632. height:26px;
  633. padding:4px;
  634. bottom:-153px;
  635. margin-left:-796px;
  636. background:white;
  637. border:3px solid {color:blogtitle};
  638. background:white;
  639. line-height:22px;
  640. text-align:center;
  641. color:#000;
  642. z-index:3;
  643. font-family:nathan;
  644. font-size:19px;
  645. letter-spacing:1px;
  646. opacity:1;
  647. font-style:normal;
  648. text-transform: normal;
  649. transition: all 0.6s ease-out;
  650. -o-transition-transition: all 0.6s ease-out;
  651. -webkit-transition: all 0.6s ease-out;
  652. -moz-transition: all 0.6s ease-out;
  653. }
  654.  
  655. #max{
  656. position:fixed;
  657. width:28px;
  658. height:26px;
  659. padding:4px;
  660. bottom:-153px;
  661. margin-left:-847px;
  662. background:white;
  663. border:3px solid {color:blogtitle};
  664. line-height:23px;
  665. text-align:center;
  666. color:#000;
  667. z-index:3;
  668. font-family:nathan;
  669. font-size:19px;
  670. letter-spacing:1px;
  671. opacity:1;
  672. font-style:normal;
  673. text-transform: normal;
  674. transition: all 0.6s ease-out;
  675. -o-transition-transition: all 0.6s ease-out;
  676. -webkit-transition: all 0.6s ease-out;
  677. -moz-transition: all 0.6s ease-out;
  678. }
  679.  
  680.  
  681.  
  682. #jay{
  683. position:fixed;
  684. width:28px;
  685. height:26px;
  686. padding:4px;
  687. bottom:-153px;
  688. margin-left:-898px;
  689. background:white;
  690. border:3px solid {color:blogtitle};
  691. line-height:19px;
  692. text-align:center;
  693. color:#000;
  694. z-index:3;
  695. font-family:nathan;
  696. font-size:25px;
  697. letter-spacing:1px;
  698. opacity:1;
  699. font-style:normal;
  700. text-transform: normal;
  701. transition: all 0.6s ease-out;
  702. -o-transition-transition: all 0.6s ease-out;
  703. -webkit-transition: all 0.6s ease-out;
  704. -moz-transition: all 0.6s ease-out;
  705. }
  706.  
  707.  
  708.  
  709. @font-face{
  710. font-family: nathan;
  711. src: url(http://static.tumblr.com/xgofl0y/yqZm3m5if/websymbols-regular-webfont.ttf);
  712. }
  713.  
  714.  
  715.  
  716. #will{
  717. opacity:.9;
  718. background:transparent;
  719. -webkit-filter:grayscale(100%);
  720. }
  721.  
  722.  
  723.  
  724.  
  725.  
  726. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  727. .title{
  728. font-family:sophie;
  729. font-size:19px;
  730. line-height: 22px;
  731. color:{color:Title};
  732. font-weight: normal;
  733. }
  734.  
  735. askname{
  736. font-family: "sophie";
  737. font-size: 22px;
  738. text-transform:normal;
  739. text-align:left;
  740. letter-spacing: 0px;
  741. margin-top:8px;;
  742. font-style:normal;
  743. color: {color:text};
  744. z-index: 1;
  745. }
  746.  
  747.  
  748.  
  749.  
  750.  
  751. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  752. .permalink{
  753. margin-top:11px;
  754. font-family:consolas;
  755. font-size:10px;
  756. padding-right:12px;
  757. border-left: 4px solid {color:blogtitle};
  758. border-right: 4px solid {color:blogtitle};
  759. padding:3px;
  760. background:#fff;
  761. text-transform: normal;
  762. display: block;
  763. text-align: right;
  764. text-decoration: none;
  765. }
  766.  
  767.  
  768. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  769. #infscr-loading{
  770. bottom: -70px;
  771. position: absolute;
  772. left: 50%;
  773. margin-left:-8px;
  774. width:16px;
  775. height:11px;
  776. overflow:hidden;
  777. margin-bottom: 50px;
  778. }
  779.  
  780. #postnotes{
  781. text-align: justify;}
  782.  
  783. #postnotes blockquote{
  784. border: 0px;}
  785.  
  786. blockquote{
  787. padding:0px 0px 2px 5px;
  788. margin:0px 0px 2px 10px;
  789. border-left: 1px dotted #555555;
  790. }
  791.  
  792. blockquote p, ul{
  793. margin:0px;
  794. padding:0px;
  795. }
  796.  
  797. a img{border: 0px;}
  798.  
  799.  
  800. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  801.  
  802. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  803. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  804.  
  805. .notes img{width:10px; position:relative; top:3px;}
  806. <--ses-->
  807. small{font-size: 90%;}
  808.  
  809. {CustomCSS}
  810.  
  811. </style>
  812.  
  813. {block:IndexPage}
  814. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  815. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  816.  
  817. <script type="text/javascript">
  818. $(window).load(function(){
  819. var $wall = $('#posts');
  820. $wall.imagesLoaded(function(){
  821. $wall.masonry({
  822. itemSelector: '.entry, .entry_photo',
  823. isAnimated : false
  824. });
  825. });
  826.  
  827. $wall.infinitescroll({
  828. navSelector : '#pagination',
  829. nextSelector : '#pagination a',
  830. itemSelector : '.entry, .entry_photo',
  831. bufferPx : 2000,
  832. debug : false,
  833. errorCallback: function() {
  834. $('#infscr-loading').fadeOut('normal');
  835. }},
  836. function( newElements ) {
  837. var $newElems = $( newElements );
  838. $newElems.hide();
  839. $newElems.imagesLoaded(function(){
  840. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  841. });
  842. }); $('#posts').show(500);
  843. });
  844. </script>
  845.  
  846.  
  847. {/block:IndexPage}
  848.  
  849.  
  850. <title>{title}</title>
  851.  
  852. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m2312brrLu1qfamg6.gif" />
  853. <meta name="viewport" content="width=820" />
  854. </head>
  855.  
  856. <body>
  857.  
  858.  
  859.  
  860.  
  861. <body onkeydown="return false">
  862. <BODY onselectstart="return false;" ondragstart="return false;">
  863. <div class="wrapper">
  864. <div class="header">
  865. </div>
  866.  
  867. <div id="cage">
  868. <div id="center">
  869.  
  870. <div id="bar"></div>
  871.  
  872. <div id="bar2"></div>
  873.  
  874.  
  875. <div id="bar3"></div>
  876.  
  877. <div id="bar4"></div>
  878.  
  879. <div id="topbar"></div>
  880.  
  881. <div id="topbar2"></div>
  882.  
  883.  
  884.  
  885.  
  886. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  887.  
  888.  
  889. <div id="blogtitle"><center>{title}</center></div>
  890.  
  891.  
  892.  
  893. <div id="sidebar">
  894.  
  895.  
  896. <center>
  897.  
  898. <div id="sidebarpic"><script language="JavaScript">
  899. <!--
  900.  
  901. /*
  902. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  903. Over 400+ free JavaScripts here!
  904. Keep this notice intact please
  905. */
  906.  
  907. function random_imglink(){
  908. var myimages=new Array()
  909. //specify random images below. You can have as many as you wish
  910. myimages[1]="{image:Sidebar1}"
  911.  
  912.  
  913. var ry=Math.floor(Math.random()*myimages.length)
  914. if (ry==0)
  915. ry=1
  916. document.write('<img src="'+myimages[ry]+'" border=0>')
  917. }
  918. random_imglink()
  919. //-->
  920. </script><a></div>
  921.  
  922. <div id="desc">{description}
  923. </div>
  924.  
  925. <div id="navigation"><center>
  926. <select style="width:241px;letter-spacing:1px;padding:3px;text-transform:uppercase;font-size:10px;border-radius:5px;font-family:helvetica; font-style:normal;color:{color:text};border:1px solid #e1e1e1;background:{color:blogtitle};" onChange="location=this.options[this.selectedIndex].value;">
  927.  
  928. <option>+ navigation</option>
  929. <option value="{text:link one}">{text:link one title}</option>
  930. <option value="{text:link two}">{text:link two title}</option>
  931. <option value="{text:link three}">{text:link three title}</option>
  932. <option value="{text:link four}">{text:link four title}</option>
  933. <option value="{text:link five}">{text:link five title}</option>
  934. <option value="{text:link six}">{text:link six title}</option>
  935.  
  936. </select>
  937.  
  938. </center>
  939. </div>
  940. </div>
  941.  
  942. <div id="siva">{text:stats}</div>
  943.  
  944. <div id="jay"><a href="http://twitter.com/nicolemarietw">t</a> </div>
  945.  
  946.  
  947. <div id="max"><a href="{text:updates}" title="{text:updates}"><a href="#?w=500" rel="02" class="poplight">N</a></div>
  948.  
  949. <div id="tom"><a href="http://ask.fm/itsnicolie"><img src="http://ask.fm/images/download/ask_fm-logo-200x200.png" style="width:28px; height:27px; ></a> </div>
  950.  
  951. <div id= "jessamine""></div>
  952.  
  953.  
  954. <div id= "jessamine""></div>
  955.  
  956. <div id= "jessamine""></div>
  957.  
  958.  
  959. <div id= "charlotte""></div>
  960. <div id= "charlotte2""></div>
  961.  
  962.  
  963. <div id= "tessa""></div>
  964.  
  965.  
  966.  
  967.  
  968. </div>
  969. <!------------------------------------->
  970.  
  971.  
  972. <div class="left">
  973. <div id="posts">
  974. {block:Posts}
  975. <div class="entry">
  976.  
  977. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  978.  
  979. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  980. {/block:Text}
  981.  
  982. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  983.  
  984. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  985.  
  986. {block:Photo}
  987. {block:IndexPage}
  988. <center>
  989. <div class="perma">
  990. <a href="{permalink}"><br>{notecountwithlabel}</a> <a href="{reblogurl}">- relove this </a>
  991. </div>
  992.  
  993. <div class="perma2">
  994. <a href="{permalink}">posted on {DayOfWeek} - {timeago}</a>
  995. </div>
  996.  
  997. <div class="photo"><div style="border:none; border-radius:5px; padding:6px; padding-bottom:5px;"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div></div>
  998. {/block:IndexPage}
  999. {block:PermalinkPage}
  1000. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1001.  
  1002. {LinkCloseTag}
  1003. {/block:PermalinkPage}
  1004. {/block:Photo}
  1005.  
  1006. {block:Photoset}
  1007. {block:IndexPage}
  1008. <center>
  1009.  
  1010. <div class="perma">
  1011. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1012.  
  1013. {Photoset-250}</center>
  1014. {/block:IndexPage}
  1015. {block:PermalinkPage}
  1016. <center>
  1017. {Photoset-500}</center>
  1018. {/block:PermalinkPage}
  1019. {/block:Photoset}
  1020.  
  1021. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1022.  
  1023. href="{Permalink}"><will2>posted @ {timeago} - </will2>{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1024.  
  1025. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1026. <ul class="chat">
  1027. {block:Lines}
  1028. <li class="user_{UserNumber}">
  1029. {block:Label}
  1030. <span class="label">{Label}</span>
  1031. {/block:Label}
  1032.  
  1033. {Line}
  1034. </li>
  1035. {/block:Lines}
  1036. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1037. {/block:Chat}
  1038.  
  1039. {block:Audio}
  1040. <div style="width:200px; height:30px;">
  1041. {AudioPlayerBlack}
  1042. </div>
  1043. {block:IndexPage}<span class="permalink">
  1044. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1045. </span>{/block:IndexPage}
  1046. {/block:Audio}
  1047.  
  1048. {block:Video}
  1049. {block:IndexPage}
  1050. <center>
  1051. <div class="perma">
  1052. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1053. {Video-250}</center>
  1054. {/block:IndexPage}
  1055. {block:PermalinkPage}
  1056. <center>
  1057. {Video-400}</center>
  1058. {/block:PermalinkPage}
  1059. {block:Video}
  1060.  
  1061. {block:Answer}
  1062. <div style="margin: 2px 3px 2px 3px; min-height:35px; border-left:5px solid {color:blogtitle};border-right:5px solid {color:blogtitle}; padding: 8px;border-radius:0px; background-color: white;">
  1063. <img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-left:-4px; margin-top:-5px; padding:1px; border-radius:0px; "/>
  1064. <dean>{Asker}</dean>: {Question}</div>
  1065. <div style="padding: -1px 3px -1px 3px; background: url("http://i40.tinypic.com/34ziw09.png"); border-radius:4px;"><center><br>{Answer}</center><p align="right"><br><askname>love, {text:your name}</p></askname></div><br/>
  1066. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  1067. {/block:Answer}
  1068.  
  1069. {block:PostNotes}<div align="middle">{caption}</div>
  1070. <center>
  1071.  
  1072. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1073.  
  1074. {block:HasTags}
  1075. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1076. {block:RebloggedFrom}
  1077. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1078. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1079.  
  1080. {/block:RebloggedFrom}
  1081. </center></span>
  1082. <br>
  1083. <div id="postnotes">{PostNotes}</div><br>
  1084.  
  1085. <center>{block:ContentSource}
  1086. <br><a href="{SourceURL}">
  1087. {lang:Source}:
  1088. {block:SourceLogo}
  1089. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1090. height="{LogoHeight}" alt="{SourceTitle}" />
  1091. {/block:SourceLogo}
  1092. {block:NoSourceLogo}
  1093. {SourceLink}
  1094. {/block:NoSourceLogo}
  1095. </a>
  1096. {/block:ContentSource}</center>
  1097.  
  1098. {/block:PostNotes}
  1099. </div>
  1100. {/block:Posts}
  1101. </div></div>
  1102.  
  1103. {block:IndexPage}
  1104. {block:Pagination}
  1105. <div id="pagination">
  1106. {block:NextPage}
  1107. <a id="nextPage" href="{NextPage}"></a>
  1108. {/block:NextPage}
  1109. {block:PreviousPage}
  1110. <a href="{PreviousPage}"></a>
  1111. {/block:PreviousPage}
  1112. </div>
  1113. {/block:Pagination}
  1114. {/block:IndexPage}
  1115. </body>
  1116.  
  1117. <div id="02" class="popup_block">
  1118.  
  1119. <center><jem><u>updates:</u></jem><br><br>
  1120. <will>- I don't really have time anymore to make themes, I'll <i>try</i> to post one every few months.<br>
  1121. - I'm now in school, so I won't be on very often i'll mostly be my queue on.<br>
  1122. - New <will2>theme</will2> on:<b> 9/14/2013</b><br>
  1123. - My <will2>queue</will2> runs from <u>all day</u><br>
  1124. - I track the tags <will2>omqnicole</will> and <will>nicolewbu</will><br>
  1125. </center></dean>
  1126.  
  1127. </div></div></div></div></div></div></div></div></div></div>
  1128.  
  1129.  
  1130.  
  1131. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement