Advertisement
nicolewbu

theme 12

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