Advertisement
nicolewbu

theme 9 - old theme

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