Advertisement
OmgImAlexis

Untitled

Apr 5th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.55 KB | None | 0 0
  1. <!---
  2.  
  3. Banjjak by Doxx //
  4.  
  5. doxx.tumblr.com DO NOT delete credits
  6.  
  7. Theme Includes:
  8.  
  9. - Hover Description
  10. - Two/Three Columns
  11. - Reblog Link/Note Count/Inverted Fade/Faded Images/Fade to Black & White on Hover
  12. - "Click Photo For Reblog" Option
  13. - Adjustable Sidebar Position
  14. - Complete Color Customization and More!
  15.  
  16.  
  17. -->
  18.  
  19. <html lang="en">
  20. <head>
  21. <title>{title}</title>
  22. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  23. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Post Box" content="#ffffff"/>
  26. <meta name="color:Blog Title" content="#666666"/>
  27. <meta name="color:Blog Description" content="#666666"/>
  28. <meta name="color:Title" content="#666666"/>
  29. <meta name="color:Text" content="#666666"/>
  30. <meta name="color:Link" content="#666666"/>
  31. <meta name="color:Hover" content="#ffffff"/>
  32. <meta name="font:Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  33. <meta name="font:Blog Title" content="QuicksandLight"/>
  34. <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Sidebar" content=""/>
  37. <meta name="if:Show Reblog On Hover" content="0"/>
  38. <meta name="if:Show Notes On Photo" content="0"/>
  39. <meta name="if:Two Columns" content="0"/>
  40. <meta name="if:Three Columns" content="1"/>
  41. <meta name="if:Rounded Edges" content="0"/>
  42. <meta name="if:Reblog On Photo Click" content="1">
  43. <meta name="if:Permalink Page On Photo Click" content="0">
  44. <meta name="if:Sidebar High" content="0"/>
  45. <meta name="if:Sidebar Low" content="1"/>
  46. <meta name="if:Show Photo" content="0"/>
  47. <meta name="if:Faded Images On Hover" content="0"/>
  48. <meta name="if:Image Gray Scale Hover" content="0"/>
  49. <meta name="if:Show Title" content="0"/>
  50. <meta name="if:Ask Link" content="0"/>
  51. <meta name="if:Inverted Fade" content="0"/>
  52. <meta name="text:Ask Link Text" content=""/>
  53. <meta name="text:Custom Link One" content="" />
  54. <meta name="text:Custom Link One Title" content="" />
  55. <meta name="text:Custom Link Two" content="" />
  56. <meta name="text:Custom Link Two Title" content="" />
  57. <meta name="text:Custom Link Three" content="" />
  58. <meta name="text:Custom Link Three Title" content="" />
  59. <meta name="text:Custom Link Four" content="" />
  60. <meta name="text:Custom Link Four Title" content="" />
  61. <meta name="text:Custom Link Five" content="" />
  62. <meta name="text:Custom Link Five Title" content="" />
  63. </script>
  64. <style type="text/css">
  65. /*made by sppice, tutorial at megscoding.tumblr.com*/
  66.  
  67. #oneout {
  68. position:fixed;
  69. top:64px;left:1px;
  70. text-align:center;
  71. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  72. z-index:99999999; }
  73.  
  74. #oneout_inner {
  75. position:fixed;
  76. width:750px; height:auto;
  77. top:40px; left:-800px;
  78. padding:10px;
  79. background:#FFFFFF; /* change #FFFFFF; to transparent; if you want the background of the slide out tab to be transparent and not white*/
  80. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  81. text-align:left;
  82. z-index:99999999; }
  83.  
  84. #oneout:hover {
  85. left:250px;
  86. z-index:99999999; }
  87.  
  88. #oneout:hover #oneout_inner {
  89. left:0px;
  90. z-index:99999999; }
  91.  
  92. .onetitle {
  93. position:absolute;
  94. left:10px; top:3px;
  95. font-family:edward; color: #000000; font-size:25px; LINE-HEIGHT:30px;
  96. -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg);
  97. z-index:99999999; }
  98.  
  99. <style type="text/css">
  100. /*-----box coding start-----*/
  101. #boxiebox {
  102. font-size:11px; /*font size for all tabs*/
  103. background-color:#ffffff; /*background colour of box*/
  104. color:#000000; /*text colour for all tabs*/
  105. position:fixed;
  106. border:1px solid #000000; /*border width and colour*/
  107. right:25px; /*distance from the right*/
  108. padding:5px; /*padding around the box*/
  109. height:auto;
  110. font-family:'helvetica'; /*font family*/
  111. width:150px; /*width*/
  112. top:45px; /*distance from the top*/
  113. z-index:5;}
  114. /*-----box coding end-----*/
  115.  
  116.  
  117. /*-----tab 1 coding start-----*/
  118. #tab1{
  119. height:14px;
  120. overflow:hidden;
  121. border-bottom:1px solid #000000; /*border colour*/
  122. z-index:4;
  123. -webkit-transition: all 0.4s ease-in-out;
  124. -moz-transition: all 0.4s ease-in-out;
  125. -o-transition: all 0.4s ease-in-out;}
  126.  
  127. #tab1 a{
  128. text-decoration:underline; /*underline links*/ }
  129.  
  130. #tab1 a:hover{
  131. text-decoration:none;}
  132.  
  133. #tab1:hover{
  134. height:120px; /*height of tab after hovering*/ }
  135. /*-----tab 1 coding end-----*/
  136.  
  137.  
  138. /*-----tab 2 coding start-----*/
  139. #tab2{
  140. height:14px;
  141. overflow:hidden;
  142. border-bottom:1px solid #000000; /*border colour*/
  143. z-index:4;
  144. -webkit-transition: all 0.4s ease-in-out;
  145. -moz-transition: all 0.4s ease-in-out;
  146. -o-transition: all 0.4s ease-in-out;}
  147.  
  148. #tab2 a{
  149. text-decoration:underline; /*underline links*/ }
  150.  
  151. #tab2 a:hover{
  152. text-decoration:none;}
  153.  
  154. #tab2:hover{
  155. height:100px; /*height of tab after hovering*/ }
  156. /*-----tab 2 coding end-----*/
  157.  
  158. /*-----tab 3 coding start-----*/
  159. #tab3{
  160. height:14px;
  161. overflow:hidden;
  162. border-bottom:1px solid #000000; /*border colour*/
  163. z-index:4;
  164. -webkit-transition: all 0.4s ease-in-out;
  165. -moz-transition: all 0.4s ease-in-out;
  166. -o-transition: all 0.4s ease-in-out;}
  167.  
  168. #tab3 a{
  169. text-decoration:underline; /*underline links*/ }
  170.  
  171. #tab3 a:hover{
  172. text-decoration:none;}
  173.  
  174. #tab3:hover{
  175. height:45px; /*height of tab after hovering*/ }
  176. /*-----tab 3 coding end-----*/
  177.  
  178.  
  179. /*-----tab 5 coding start-----*/
  180. #tab5{
  181. height:14px;
  182. overflow:hidden;
  183. border-bottom:1px solid #000000; /*border colour*/
  184. z-index:4;
  185. -webkit-transition: all 0.4s ease-in-out;
  186. -moz-transition: all 0.4s ease-in-out;
  187. -o-transition: all 0.4s ease-in-out;}
  188.  
  189. #tab5 a{
  190. text-decoration:underline; /*underline links*/ }
  191.  
  192. #tab5 a:hover{
  193. text-decoration:none;}
  194.  
  195. #tab5:hover{
  196. height:120px; /*height of tab after hovering*/ }
  197. /*-----tab 5 coding end-----*/
  198.  
  199. /*-----tab 6 coding start-----*/
  200. #tab6{
  201. height:14px;
  202. overflow:hidden;
  203. border-bottom:1px solid #000000; /*border colour*/
  204. z-index:4;
  205. -webkit-transition: all 0.4s ease-in-out;
  206. -moz-transition: all 0.4s ease-in-out;
  207. -o-transition: all 0.4s ease-in-out;}
  208.  
  209. #tab6 a{
  210. text-decoration:underline; /*underline links*/ }
  211.  
  212. #tab6 a:hover{
  213. text-decoration:none;}
  214.  
  215. #tab6:hover{
  216. height:600px; /*height of tab after hovering*/ }
  217. /*-----tab 6 coding end-----*/
  218.  
  219.  
  220. /*-----tab 4 coding start-----*/
  221. #tab4{
  222. height:14px;
  223. overflow:hidden;
  224. border-bottom:1px solid #000000; /*border colour*/
  225. z-index:4;
  226. -webkit-transition: all 0.4s ease-in-out;
  227. -moz-transition: all 0.4s ease-in-out;
  228. -o-transition: all 0.4s ease-in-out;}
  229.  
  230. #tab4 a{
  231. text-decoration:underline; /*underline links*/ }
  232.  
  233. #tab4 a:hover{
  234. text-decoration:none;}
  235.  
  236. #tab4:hover{
  237. height:65px; /*height of tab after hovering*/ }
  238. /*-----tab 4 coding end-----*/
  239.  
  240. @font-face { font-family:"titlez";
  241. src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
  242. }
  243.  
  244.  
  245. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  246. @font-face {
  247. font-family: "titlez2";
  248. src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf');
  249. }
  250.  
  251.  
  252.  
  253. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  254.  
  255. @font-face {font-family: "edward";src: url('http://static.tumblr.com/9nfl7hr/lg4m2lg3c/kgempireofdirt.ttf');}
  256. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  257. <script type="text/javascript"><!--
  258. @font-face{
  259. font-family:"lobster";
  260. src: url('http://static.tumblr.com/9nfl7hr/fv0m73ab9/lobster_1.4.otf');
  261. }
  262.  
  263. @font-face {font-family: 'jennasue'; src: url('http://static.tumblr.com/9nfl7hr/W8Fm6071d/jennasue.ttf'); }
  264.  
  265.  
  266. bot {
  267. font-family:'edward';
  268. text-align:left;
  269. font-size: 35px;
  270. color: #ffffff;
  271. line-height: 15px;
  272. text-shadow: 1.5px 1px #ddd;
  273. }
  274.  
  275. /*-----box coding start-----*/
  276. #boxiebox {
  277. font-size:11px; /*font size for all tabs*/
  278. background-color:#ffffff; /*background colour of box*/
  279. color:#000000; /*text colour for all tabs*/
  280. position:fixed;
  281. border:1px solid #000000; /*border width and colour*/
  282. right:25px; /*distance from the right*/
  283. padding:5px; /*padding around the box*/
  284. height:auto;
  285. font-family:'helvetica'; /*font family*/
  286. width:150px; /*width*/
  287. top:45px; /*distance from the top*/
  288. z-index:5;}
  289. /*-----box coding end-----*/
  290.  
  291.  
  292. /*-----tab 1 coding start-----*/
  293. #tab1{
  294. height:14px;
  295. overflow:hidden;
  296. border-bottom:1px solid #000000; /*border colour*/
  297. z-index:4;
  298. -webkit-transition: all 0.4s ease-in-out;
  299. -moz-transition: all 0.4s ease-in-out;
  300. -o-transition: all 0.4s ease-in-out;}
  301.  
  302. #tab1 a{
  303. text-decoration:underline; /*underline links*/ }
  304.  
  305. #tab1 a:hover{
  306. text-decoration:none;}
  307.  
  308. #tab1:hover{
  309. height:120px; /*height of tab after hovering*/ }
  310. /*-----tab 1 coding end-----*/
  311.  
  312.  
  313. /*-----tab 2 coding start-----*/
  314. #tab2{
  315. height:14px;
  316. overflow:hidden;
  317. border-bottom:1px solid #000000; /*border colour*/
  318. z-index:4;
  319. -webkit-transition: all 0.4s ease-in-out;
  320. -moz-transition: all 0.4s ease-in-out;
  321. -o-transition: all 0.4s ease-in-out;}
  322.  
  323. #tab2 a{
  324. text-decoration:underline; /*underline links*/ }
  325.  
  326. #tab2 a:hover{
  327. text-decoration:none;}
  328.  
  329. #tab2:hover{
  330. height:100px; /*height of tab after hovering*/ }
  331. /*-----tab 2 coding end-----*/
  332.  
  333. /*-----tab 3 coding start-----*/
  334. #tab3{
  335. height:14px;
  336. overflow:hidden;
  337. border-bottom:1px solid #000000; /*border colour*/
  338. z-index:4;
  339. -webkit-transition: all 0.4s ease-in-out;
  340. -moz-transition: all 0.4s ease-in-out;
  341. -o-transition: all 0.4s ease-in-out;}
  342.  
  343. #tab3 a{
  344. text-decoration:underline; /*underline links*/ }
  345.  
  346. #tab3 a:hover{
  347. text-decoration:none;}
  348.  
  349. #tab3:hover{
  350. height:45px; /*height of tab after hovering*/ }
  351. /*-----tab 3 coding end-----*/
  352.  
  353.  
  354. /*-----tab 5 coding start-----*/
  355. #tab5{
  356. height:14px;
  357. overflow:hidden;
  358. border-bottom:1px solid #000000; /*border colour*/
  359. z-index:4;
  360. -webkit-transition: all 0.4s ease-in-out;
  361. -moz-transition: all 0.4s ease-in-out;
  362. -o-transition: all 0.4s ease-in-out;}
  363.  
  364. #tab5 a{
  365. text-decoration:underline; /*underline links*/ }
  366.  
  367. #tab5 a:hover{
  368. text-decoration:none;}
  369.  
  370. #tab5:hover{
  371. height:120px; /*height of tab after hovering*/ }
  372. /*-----tab 5 coding end-----*/
  373.  
  374. /*-----tab 6 coding start-----*/
  375. #tab6{
  376. height:14px;
  377. overflow:hidden;
  378. border-bottom:1px solid #000000; /*border colour*/
  379. z-index:4;
  380. -webkit-transition: all 0.4s ease-in-out;
  381. -moz-transition: all 0.4s ease-in-out;
  382. -o-transition: all 0.4s ease-in-out;}
  383.  
  384. #tab6 a{
  385. text-decoration:underline; /*underline links*/ }
  386.  
  387. #tab6 a:hover{
  388. text-decoration:none;}
  389.  
  390. #tab6:hover{
  391. height:600px; /*height of tab after hovering*/ }
  392. /*-----tab 6 coding end-----*/
  393.  
  394.  
  395. /*-----tab 4 coding start-----*/
  396. #tab4{
  397. height:14px;
  398. overflow:hidden;
  399. border-bottom:1px solid #000000; /*border colour*/
  400. z-index:4;
  401. -webkit-transition: all 0.4s ease-in-out;
  402. -moz-transition: all 0.4s ease-in-out;
  403. -o-transition: all 0.4s ease-in-out;}
  404.  
  405. #tab4 a{
  406. text-decoration:underline; /*underline links*/ }
  407.  
  408. #tab4 a:hover{
  409. text-decoration:none;}
  410.  
  411. #tab4:hover{
  412. height:65px; /*height of tab after hovering*/ }
  413. /*-----tab 4 coding end-----*/
  414.  
  415. {block:ifinvertedfade}img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.5s linear;opacity: 1;}{/block:ifinvertedfade}
  416. }
  417. #dropdown
  418. #drop a {display:block}
  419. #drop .down {margin-top:-50px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  420. #drop:hover .down {margin-top:-20px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  421. #kite
  422. #kite a{
  423. display:block
  424. }
  425. #kite .death {
  426. margin-top:-40px;filter: alpha(opacity = 0);
  427. opacity:0;-webkit-transition: all 0.5s ease-out;
  428. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  429. }
  430. #kite:hover .death {
  431. margin-top:2px;
  432. -webkit-transition: all 0.8s ease-out;
  433. -moz-transition: all 0.8s ease-out;
  434. transition: all 0.8s ease-out;
  435. filter: alpha(opacity = 100);
  436. filter: alpha(opacity = 100);
  437. opacity:100;
  438. }
  439. body{
  440. margin:0px;
  441. background-color: {color:Background};
  442. background-image:url({image:Background});
  443. background-attachment: fixed;
  444. background-repeat: repeat;
  445. font-size: 10px;
  446. font-family:"consolas" {font:Body};
  447. line-height:11px;
  448. color:{color:Text};
  449. }
  450. a:link, a:active, a:visited{
  451. color: {color:Link};
  452. text-decoration: none;
  453. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition all 0.6s ease-out;
  454. }
  455. a:hover{
  456. color:{color:Hover};
  457. text-decoration: none;
  458. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  459. }
  460. text-align: center;
  461. padding-left:5px;
  462. font-size:9px; display:block;
  463. margin:-5px;width:auto;
  464. -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s linear;}
  465. color:{color:Hover};
  466. padding-left:5px;
  467. margin:-5px;width:auto;
  468. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  469. .sidelink a:hover{color: {color:Link};
  470. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  471. #posters{width:270px; height:auto;}
  472. {block:PermalinkPage}
  473. width:370px;
  474. {/block:PermalinkPage}
  475. {block:ifRoundedEdges}
  476. -moz-border-radius: 3px;
  477. border-radius: 3px;
  478. {/block:ifRoundedEdges}
  479. }
  480. #hogarth{
  481. padding-top:3px;
  482. padding-bottom:3px;
  483. position:fixed !important;
  484. width:270px;
  485. height:207px;
  486. background-color:{color:Post Box};
  487. {block:PermalinkPage}
  488. width:340px;
  489. height:207px;
  490. {/block:PermalinkPage}
  491. {block:ifRoundedEdges}
  492. -moz-border-radius: 3px;
  493. border-radius: 3px;
  494. {/block:ifRoundedEdges}
  495. }
  496. #farside{
  497. z-index:999999999999999;
  498. position:absolute !important;
  499. position:fixed !important;
  500. {block:ifsidebarlow}
  501. bottom:0px;
  502. left:160px;
  503. width:200px;
  504. {/block:ifSidebarlow}
  505. {block:ifSidebarHigh}
  506. top:130px;
  507. left:160px;
  508. width:200px;
  509. {/block:ifSidebarHigh}
  510. background-color: transparent;
  511. }
  512. #brain{
  513. margin:auto;
  514. left:0px;
  515. top:0px;
  516. padding-top:0px;
  517. padding-left:0px;
  518. position:absolute;
  519. {block:indexpage}
  520. {block:ifthreecolumns}
  521. width:1420px;
  522. {/block:ifthreecolumns}
  523. {block:iftwocolumns}
  524. width:1120px;
  525. {/block:iftwocolumns}
  526. {/block:indexpage}
  527. {block:permalinkpage}
  528. width:950px;
  529. left:50px;
  530. {/block:permalinkpage}
  531. overflow:visible;
  532. }
  533. #posts{
  534. float:right;
  535. {block:indexpage}
  536. {block:ifthreecolumns}
  537. width:1000px;
  538. {/block:ifthreecolumns}
  539. {block:iftwocolumns}
  540. width:700px;
  541. {/block:iftwocolumns}
  542. {/block:indexpage}{block:permalinkpage}
  543. width:570px;
  544. {/block:permalinkpage}
  545. margin-left:0px;
  546. }
  547. #entry{
  548. z-index:9999;
  549. border:0px solid;
  550. border-color: #ffffff;
  551. float: left;
  552. width: 270px;
  553. height: auto;
  554. {block:PermalinkPage}
  555. width: 340px;
  556. height: auto;
  557. {/block:PermalinkPage}
  558. line-height:8px;
  559. background-color:{color:Post Box};
  560. padding:0px;
  561. margin-right:1px;
  562. overflow:hidden;
  563. margin-bottom:0px;
  564. {block:ifRoundedEdges}
  565. -moz-border-radius: 3px;
  566. border-radius: 3px;
  567. {/block:ifRoundedEdges}
  568. }
  569. #entry img{
  570. {block:IndexPage}
  571. max-width: 270px;
  572. height: auto;
  573. {/block:IndexPage}
  574. {block:PermalinkPage}
  575. max-width: 340px;
  576. height: auto;
  577. {/block:PermalinkPage}
  578. }
  579. {block:ifShownotesonphoto}
  580. #permalink {
  581. position: absolute;
  582. margin-top: 10px;
  583. margin-left: 30px;
  584. opacity: 0;
  585. -webkit-transition: all .3s ease;
  586. -moz-transition: all .3s ease;
  587. -o-transition: all .3s ease;
  588. transition: all .3s ease;
  589. }
  590.  
  591. #entry:hover #permalink {
  592. width:22px;
  593. margin-top: 10px;
  594. margin-left: 30px;
  595. opacity: 1;
  596. }
  597.  
  598. .countreblog {
  599. color: #FFFFFF;
  600. letter-spacing:1px;
  601. font-family: arial;
  602. font-size:10px;
  603. line-height:14px;
  604. margin: 2px;
  605. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  606. background-repeat:repeat;
  607. border:1px solid rgba(0,0,0,0.1);
  608. padding:3px 5px;
  609. -webkit-border-radius:2px;
  610. moz-border-radius:2px;
  611. -o-border-radius:2px;
  612. border-radius:2px;
  613. }
  614.  
  615. .countreblog a { color: #FFF; }
  616. {/block:ifShownotesonphoto}
  617. {block:ifShowReblogOnHover}
  618. #entry:hover #reblog{
  619. {block:IndexPage}
  620. opacity:1;-webkit-transition: all 0.3s ease-out;
  621. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  622. {/block:IndexPage}
  623. }
  624.  
  625. #reblog{
  626. width:22px;
  627. float:right;
  628. opacity:.8;
  629. margin-left:5px;
  630. margin-top:8px;
  631. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  632. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  633. {/block:ifShowReblogOnHover}
  634. #permapage{
  635. font-family: {Font:Body};
  636. font-size: 9px;
  637. text-align: center;
  638. padding-bottom:10px;
  639. z-index:9999;}
  640. #notes{
  641. {block:permalinkpage}
  642. background-color:{color:Post Box};
  643. display:block;
  644. width:800px;
  645. float: left;
  646. padding:10px;
  647. overflow:visible;
  648. z-index:9999999;
  649. margin-top: 10px;
  650. -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  651. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  652. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  653. outline:1px solid rgba(0, 0, 0, .1);
  654. border:2px solid rgba(0, 0, 0, .05);
  655. text-align: left;{/block:permalinkpage}
  656. }
  657. iframe#tumblr_controls{position:fixed !important;
  658. }
  659. {block:iffadedimagesonhover}
  660. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  661. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  662. {/block:iffadedimagesonhover}
  663. {block:ifImagegrayscaleHover}
  664. img{
  665. -webkit-filter: grayscale(0%);
  666. -webkit-transition: all 0.4s linear;
  667. -webkit-transition: all 0.4s linear;
  668. -moz-transition: all 0.2s linear;
  669. transition: all 0.2s linear;}
  670.  
  671. img:hover{
  672. -webkit-filter: grayscale(85%);
  673. -webkit-transition: all 0.6s linear;
  674. -webkit-transition: all 0.6s linear;
  675. -moz-transition: all 0.2s linear;
  676. transition: all 0.2s linear;}
  677. {/block:ifImagegrayscaleHover}
  678.  
  679. .title{
  680. font-family: "Edward" {font:Title};
  681. font-size: 16px;
  682. line-height: 18px;
  683. color: {color:Title};
  684. font-weight: normal;
  685. letter-spacing: 0px;
  686. }
  687. .blogger{
  688. font-family: edward {font:blogtitle};
  689. font-size: 30px;
  690. line-height: 30px;
  691. color: #000000 {color:Blog Title};
  692. font-weight: normal;
  693. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  694. }
  695. .credy{
  696. font-family: Arial;
  697. font-size: 9px;
  698. opacity: .6;
  699. color: {color:Body};
  700. letter-spacing: 0px;
  701. border-style: outset;
  702. border-width: 2px;
  703. }
  704. .blogger:hover{
  705. color:{color:Hover};
  706. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  707. }
  708. .credy:hover{
  709. font-family: Arial;
  710. font-size: 9px;
  711. opacity: .6;
  712. color: {color:Body};
  713. letter-spacing: 0px;
  714. border-style: inset;
  715. border-width: 2px;
  716. }
  717. .permalinktext{
  718. font-family: {Font:Body};
  719. padding: 5px;
  720. position: absolute;
  721. width: 200px;
  722. -moz-transition: 0.3s ease-out;
  723. -webkit-transition: 0.3s ease-out;
  724. transition: 0.3s ease-out;
  725. opacity:0;
  726. }
  727. .permalinktext a{color:{color:links};
  728. }
  729. .entry:hover .permalinktext {
  730. -moz-transition: 0.3s ease-out;
  731. -webkit-transition: 0.3s ease-out;
  732. transition: 0.3s ease-out;
  733. width:200px;
  734. text-decoration:line-through;
  735. height:auto;
  736. display: block;
  737. opacity: 1;
  738. }
  739. blockquote{
  740. padding:0px 0px 2px 3px;
  741. margin:0px 0px 2px 1px;
  742. }
  743. ul, ol, li{
  744. list-style:none;
  745. margin:0px;
  746. padding:0px;
  747. }
  748. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  749. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  750. }
  751. a.links {
  752. font-family: Arial;
  753. font-size: 10px;
  754. line-height: 9px;
  755. text-transform: normal;
  756. letter-spacing:0px;
  757. display:block;
  758. padding: 0px;
  759. margin-bottom: 0px;
  760. {block:ifRoundedEdges}
  761. -moz-border-radius: 3px;
  762. border-radius: 3px;
  763. {/block:ifRoundedEdges}
  764. }
  765. a.links:hover {
  766. text-decoration: underline;
  767. letter-spacing:10px;
  768. }
  769. .credit{
  770. position:fixed;
  771. right:6px;
  772. top:25px;
  773. z-index:9999;
  774. opacity:0.4;
  775. -webkit-transition: all 1s linear;
  776. -webkit-transition: all 1s linear;
  777. -moz-transition: all 1s linear;
  778. transition: all 1s linear;
  779. }
  780. .credit:hover{
  781. opacity:1;
  782. -webkit-transition: all 1s linear;
  783. -webkit-transition: all 1s linear;
  784. -moz-transition: all 1s linear;
  785. transition: all 1s linear;
  786. }
  787. </style>
  788. <link rel="shortcut icon" href="{Favicon}">
  789. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  790. <meta name="viewport" content="width=720" />
  791.  
  792.  
  793.  
  794. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://code.jquery.com/jquery-2.0.3.min.js">\x3C/script>')</script>
  795. <meta name="if:AnonBeGone" content="0" />
  796. {block:IfAnonBeGone}
  797. <script type="text/javascript">
  798. $(document).ready(function() {
  799. var ask_box = $('iframe#ask_form');
  800. var background_color = 'white';
  801. var current_ask_box_src = ask_box.attr('src');
  802. var tumblr_url = current_ask_box_src.replace('http://www.tumblr.com/ask_form/', '');
  803. ask_box.attr('src', '/anon');
  804. });
  805. </script>
  806. {/block:IfAnonBeGone}
  807.  
  808. <script>
  809. var entry = '#entry';
  810. </script>
  811. <script type="text/javascript" src="http://masonry.desandro.com/masonry.pkgd.min.js"></script>
  812. <script type="text/javascript" src="http://static.tumblr.com/ib6vvvn/Tpjn3e8fv/script.js"></script>
  813. </head>
  814. <body>
  815.  
  816. <div style="position:absolute; bottom:0px; right:0px;">
  817.  
  818. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  819. <!-- ad 2 -->
  820. <ins class="adsbygoogle"
  821. style="display:inline-block;width:300px;height:250px"
  822. data-ad-client="ca-pub-9953127670105082"
  823. data-ad-slot="7294751658"></ins>
  824. <script>
  825. (adsbygoogle = window.adsbygoogle || []).push({});
  826. </script>
  827. </div>
  828.  
  829.  
  830.  
  831. <div id="hogarth">
  832. <div id="brain">
  833. <div id="farside">
  834. <div id=”kite”>
  835. <div id="drop">
  836. {block:ifShowTitle}
  837. <a href="/"><div align="center" class="blogger">{Title}</div></a>
  838. {/block:ifShowTitle}<br>
  839. <div align="center" style="line-height:14px; margin-top:5px; margin-bottom:0px; color:{color:Blog Description};">{block:ifShowPhoto}<img style="{block:ifRoundedEdges}
  840. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" width="175"/></a>{/block:ifShowPhoto}
  841. <h4><center><div style="opacity:.0">-hover-</div></center></h4>
  842. <div class="down">
  843. <div align="center">
  844. <center>{description}<p><div class=”death”>
  845. {block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a> //{/block:ifAskLink}
  846. {block:ifCustomLinkOneTitle} <a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title} </a> {/block:ifCustomLinkOneTitle}
  847. {block:ifCustomLinkTwoTitle}// <a href="{text:Custom Link Two}" class="sidelink"> {text:Custom Link Two Title} </a> {/block:ifCustomLinkTwoTitle}
  848. {block:ifCustomLinkThreeTitle}// <a href="{text:Custom Link Three}" class="sidelink"> {text:Custom Link Three Title} </a>{/block:ifCustomLinkThreeTitle}
  849. {block:ifCustomLinkFourTitle}// <a href="{text:Custom Link Four}" class="sidelink"> {text:Custom Link Four Title} </a>{/block:ifCustomLinkFourTitle}
  850. {block:ifCustomLinkFiveTitle}// <a href="{text:Custom Link Five}" class="sidelink"> {text:Custom Link Five Title} </a>{/block:ifCustomLinkFiveTitle}</div>
  851. </div>
  852. <br>
  853. </div></div></div>
  854. <br></div></div>
  855. <br>
  856. <div align="center">
  857. <center>
  858. </div>
  859. </center>
  860. <div align="center">
  861. <div id="posts">
  862. {block:Posts}
  863. <div id="entry">
  864. {block:Photo}
  865. {block:IndexPage}
  866. {block:ifShowReblogOnHover}
  867. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="22px"/></a></div>
  868. {/block:ifShowReblogOnHover}
  869. {block:ifShownotesonphoto}<div id="permalink">
  870. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:ifShownotesonphoto}
  871. <div id="posters">
  872. {block:ifReblogOnPhotoClick}<a href="{ReblogURL}">{/block:ifReblogOnPhotoClick}
  873. {block:ifPermalinkPageOnPhotoClick}<a href="{permalink}">{/block:ifPermalinkPageOnPhotoClick}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=270; style="{block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges} ">
  874. </a></div>
  875. {/block:IndexPage}
  876. {block:PermalinkPage}
  877. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=340px; style="{block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges} border="0"></center>
  878. {/block:PermalinkPage}
  879. {/block:Photo}
  880. {block:Photoset}
  881. <div style="padding-top:0px; padding-bottom:0px;"><a href="{permalink}">
  882. {Photoset-250}</a></div>
  883. {/block:Photoset}
  884. {block:Text}<div style="padding-top:0px; padding-bottom:0px; padding-left:10px; padding-right:0px;">
  885. {block:Title}
  886. <a href="{permalink}"><span class="title">{Title}</span></a>
  887. {/block:Title}
  888. <span class="entrytext" style="line-height:12px;">{Body}</span>
  889. <a href="{Permalink}"></a></div>
  890. {block:indexpage}
  891. <div align="right" style="padding-right:0px; padding-top:0px; padding-bottom:0px;"><a href="{Permalink}">x
  892. </a></div>{/block:indexpage}
  893. {/block:Text}
  894. {block:Link}<div style="padding-top:0px; padding-bottom:0px;>
  895. <a href="{URL}"><span class="title">{Name}</span></a></div>
  896. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  897. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:0px;"></a></div>
  898. {block:indexpage}
  899. <div align="right" style="padding-right:0px; padding-top:0px; padding-bottom:0px;"><a href="{Permalink}">x</a></div>{/block:indexpage}
  900. {/block:Link}
  901. {block:Quote}
  902. <div style="padding-top:0px; padding-bottom:0px;">
  903. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  904. <div style="text-align: right; padding-right:0px;"><a href="{Permalink}">{block:Source}
  905. w
  906. -{Source}
  907. {/block:Source}</a></div><br>{block:indexpage}
  908. <div align="right" style="padding-right:0px; padding-top:0px;"><a href="{Permalink}">x
  909. </a></div>{/block:indexpage}
  910. </div>
  911. {/block:Quote}
  912. {block:Chat}
  913. <div style="padding-top:0px; padding-bottom:0px;">
  914. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  915. <ul class="chat">
  916. {block:Lines}
  917. <li class="user_{UserNumber}">
  918. {block:Label}
  919. <span class="label" style="line-height:12px;">{Label}</span>
  920. {/block:Label}
  921. {Line}
  922. </li>
  923. {/block:Lines}
  924. </ul>
  925. {block:Caption}{Caption}{/block:Caption}
  926. <br>{block:indexpage}
  927. <div align="right" style="padding-right:0px; padding-top:0px;"><a href="{Permalink}">x
  928. </a></div>{/block:indexpage}
  929. </div>
  930. {/block:Chat}
  931. {block:Audio}
  932. <div style="padding-top:0px; padding-bottom:0px;">
  933. <div style="float:center">
  934. {AudioPlayerGrey}
  935. </div>
  936. </div>
  937. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  938. <div align="right" style="padding-right:0px; padding-top:0px; padding-bottom:0px;"><a href="{Permalink}">x
  939. </a></div>{/block:indexpage}
  940. {/block:Audio}
  941. {block:Video}
  942. <div style="padding-top:0px; padding-bottom:0px;">
  943. {Video-250}</div>
  944. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>
  945. {block:indexpage}
  946. <div align="right" style="padding-right:0px; padding-top:0px; padding-bottom:0px;"><a href="{Permalink}">x
  947. </a></div>{/block:indexpage}
  948. {/block:Video}
  949. {block:PermalinkPage}</a>
  950. <div id="permapage"><br>
  951. {block:notecount}
  952. {notecountwithlabel}
  953. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  954. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  955. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  956. {/block:RebloggedFrom}
  957. <br><br>
  958. <div align="left">
  959. {block:PostNotes}
  960. {PostNotes}
  961. {/block:PostNotes}
  962. </div>
  963. </div>
  964. {/block:PermalinkPage}
  965. </div>
  966. {/block:Posts}
  967. </div>
  968. </div>
  969. </div>
  970. </center>
  971. </div>
  972. </div>
  973.  
  974. {block:IndexPage}
  975. <div class="credit">
  976. <a href="http://doxx.tumblr.com" target="_blank">
  977. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
  978. </a>
  979. </div>
  980.  
  981.  
  982. <style type='text/css'>
  983. #tumblings-player
  984. {z-index:999;
  985. background-color: #000000;
  986. width:50px;
  987. height:50px;
  988.  
  989. border-radius:50px 0px 0px 0px;
  990. -moz-border-radius:50px 0px 0px 0px;
  991. color:#ffffff;
  992. position:fixed;
  993. overflow:hidden;
  994. bottom:0px;
  995. right:0px;
  996. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  997.  
  998. #playericon
  999. {margin-top:25px;
  1000. margin-bottom:20px;
  1001. margin-left:-5px;
  1002. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  1003.  
  1004. #tumblings-player:hover
  1005. {width:200px;
  1006. -moz-border-radius:0px;
  1007. border-radius:0px;}
  1008.  
  1009. #tumblings-player:hover #playericon
  1010. {margin-top:10px;
  1011. margin-left:0px;
  1012. margin-bottom:4px;}
  1013.  
  1014.  
  1015. </style>
  1016. <div id='tumblings-player'><center>
  1017. <div id='playericon'><a href="http://tumblings.net/post/46761388554/tumblr-music-player"><img alt="Tumblr Music Player" src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></a></div></center>
  1018. <div><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=https://dl.dropboxusercontent.com/s/cg3tavnalsqq5ky/Demi%20Lovato%20-%20Made%20in%20the%20USA%20%28Official%20Lyric%20Video%29.mp3?dl=1&token_hash=AAEeRT6B8F1DGgbFRHwrZtiP21t2DXKurF1MJtQOGJfseg&t0=Made in The USA&f1=https://dl.dropboxusercontent.com/s/ysqj0mycj1n75v0/A%20Day%20To%20Remember%20-%20Have%20Faith%20In%20Me%20%5Blyrics%5D.mp3?dl=1&token_hash=AAFHenkQEcQ5Ey-pvBFH4_2D6i1jchcMRPcxcII5Z7iRfw&t1=Have Faith In Me&f2=https://dl.dropboxusercontent.com/s/6u733thu4da7d3k/Kutless%20-%20-Hero-%20%28Official%20Lyric%20Video%29.mp3?dl=1&token_hash=AAGcga9EcdDR5To2XX1u6T-wTsA4mViQ4aIVhLsLZE-WFA&t2=Hero&total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  1019. <div style="color:#000; background-color:#fff; padding:100px; font-size:10px;"><a href="http://tumblings.net/post/46761388554/tumblr-music-player">Tumblr Music Player</a></div>
  1020. </div>
  1021.  
  1022.  
  1023.  
  1024.  
  1025. <!-- made by sppice, tutorial at megscoding.tumblr.com -->
  1026.  
  1027. <div id="oneout"><span class="onetitle">
  1028.  
  1029. Fav Stores
  1030. </span><div id="oneout_inner">
  1031. <center>
  1032. <a href="http://www.sheinside.com?url_from=tumblrundisconsolate"><img src="http://www.sheinside.com/images/two_3.jpg" alt="Sheinside - Your Online Fashion Wardrobe"></a>
  1033.  
  1034. <a href="http://www.choies.com"><img src="http://www.choies.com/images/follow7.jpg" title="Choies" alt="Choies-The latest street fashion" /></a>
  1035.  
  1036. <a href="www.roseandpose.com"><img src="http://roseandpose.com/images/banners/rose700x100.png" title="Rose & Pose" alt="Highstreet Fashion at your Fingertips"/></a>
  1037.  
  1038. </marquee>
  1039.  
  1040. <br></center></div></div>
  1041.  
  1042.  
  1043. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://code.jquery.com/jquery-2.0.3.min.js">\x3C/script>')</script><script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
  1044. <script>
  1045. $(window).load(function () {
  1046. var url = window.location.pathname;
  1047. var page = url.split('/')[1];
  1048. if(page == 'ask'){
  1049. $('iframe#ask_form').attr('style', 'height: 190px width:250px !important');
  1050. $("iframe#ask_form").before($(".t_ask"));
  1051. $("iframe#ask_form").after($(".b_ask"));
  1052. $(".t_ask").show();
  1053. $(".b_ask").show();
  1054. }
  1055. });
  1056. </script>
  1057. <div class="t_ask" style="display: none;"><b>Name:</b> Rebecca but people call me Becca or Becky <br>
  1058. <b>Age:</b> 18 <br>
  1059. <b>Sexuality?</b> Straight <br>
  1060. <b>Relationship status?</b> Taken 8/3/12 <3<br>
  1061. <b>When did you create your blog?</b> In 2010 but became active again in June 2011<br>
  1062. <b>If you need me and I'm not online:</b><br><b> Kik: Rebecca_Nicolee <br><b>Twitter:</b> Rebecca_Nicolee.<br>
  1063. <b>Who made your icon?</b> I did if you want one go <a href="http://iconsbybecca.tumblr.com">here</a>.<br>
  1064. <b>How many followers do you have?</b> x,xxx (if you want to know the exact amount, ask off anon.) <br>
  1065. <b>Check out my blog?</b> Tag "tagitforbecca" in a post or just ask nicely c: <br>
  1066.  
  1067. <b>Fansigns?</b> If you make me one, I’ll give you a screenie :) <br>
  1068. <b>Promo me?</b> Go <a href="http://undisconsolate.tumblr.com/easypromos">here</a> or <a href="http://undisconsolate.tumblr.com/tagged/easypromo">here</a>. <br>
  1069.  
  1070. <br>I track the tags: #tagitforbecca #rebeccanicolee and #smileevenwhenithurts <br>
  1071. <b>Can't find your question? Go <a href="http://undisconsolate.tumblr.com/tagged/answered">here</a>
  1072.  
  1073. <p></p></div>
  1074.  
  1075.  
  1076. </b>
  1077. <div class="b_ask" style="display: none;"><p></p></div>
  1078. <div id="boxiebox">
  1079.  
  1080. <div id="tab1">
  1081. <div style="text-align:center;">Updates</div>
  1082. <center><br>
  1083. <script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=rebeccanicolee.com&name=Followers"></script>
  1084. <br><center>
  1085. Hey, you're amazing, beautiful/handsome, wonderful, and you're life is valued, the storm will pass, you'll be okay, don't give up. Please talk to me if you need something. I care! </b> </center>
  1086. <br>
  1087. </div>
  1088.  
  1089. <div id="tab3">
  1090. <div style="text-align:center;">Other Blogs</div>
  1091. <center><br>
  1092. <a href="http://jesuslovesyoubaby.tumblr.com">Bible Verse</a> |<a href="http://beccanfrank.tumblr.com">Love</a> |<a href="http://heretolisten-heretohelp.tumblr.com">Advice</a> |
  1093. <br><a href="http://iconsbybecca.tumblr.com">Icons</a> | <a href="bannersby-becca.tumblr.com">Banners</a>
  1094. </div>
  1095.  
  1096. <div id="tab2">
  1097. <div style="text-align:center;">Networks</div>
  1098. <br><center>
  1099. <a href="http://theallynetwork.tumblr.com" target="_blank"><img src="http://static.tumblr.com/vs3e5tf/FNomyyggf/untitled.png" height= '20' /></a>
  1100. <a href="http://tumbling-gods.weebly.com" title="Tumbling Gods">
  1101. <img src="http://i59.tinypic.com/2vjde1j.png" height="20">
  1102. </a>
  1103.  
  1104. <a href="http://vintageurs.tumblr.com/" target="_blank"><img src="http://i.imgur.com/JDklG7J.png" width="20px" style="margin-left:1px; -webkit-filter:invert(0%); -moz-filter:invert(0%); -o-filter:invert(0%); filter:invert(0%);"></a>
  1105. <a href=https://www.facebook.com/groups/642140135847512/ target=”blank” title=Paradise><img src=http://i42.tinypic.com/s62iqu.png4 width=20></a>
  1106.  
  1107.  
  1108. <a href="http://cali-palmers.tumblr.com/"><img src="http://25.media.tumblr.com/avatar_842910c349b9_64.png" height="20"></a>
  1109.  
  1110.  
  1111.  
  1112.  
  1113. <a href=https://www.facebook.com/groups/236209799836683/ target=”blank” title=Paradise 3k+><img src=http://i59.tinypic.com/352n98x_th.png height="25"0></a>
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120. <a href="http://stopanonhatenetwork.tumblr.com/" height="20" target="blank"><img src="http://i1260.photobucket.com/albums/ii579/javeriajawed/bannerfans_49905713.jpg"></a>
  1121. <br>
  1122.  
  1123. <a href="http://bullybanner.tumblr.com/" target="blank"><img src="http://static.tumblr.com/4ihgkwc/TJpm9slyv/bully_badge_white.png"></a>
  1124.  
  1125.  
  1126. <br><br>
  1127.  
  1128. </div>
  1129. <div id="tab5">
  1130. <div style="text-align:center;">April BOTM</div>
  1131. <center><br>
  1132. <a href="http://aschewiekoks.tumblr.com/" target="_blank"><img src="http://i62.tinypic.com/2l8uhiv.jpg" border="0" height="70"></a>
  1133. <br>
  1134. <a href="http://aschewiekoks.tumblr.com/">aschewiekoks</a>
  1135.  
  1136.  
  1137.  
  1138. </div>
  1139.  
  1140.  
  1141. <div id="tab4">
  1142. <div style="text-align:center;">Rate Me</div>
  1143. <br>
  1144. <center>
  1145. <div class="rw-ui-container rw-urid-1"></div>
  1146.  
  1147. <!--
  1148. You can add more Rating-Widgets in your site,
  1149. just pick some new rating-widget-unique-id (must be positive integer).
  1150. For example (rating-widget-unique-id = 38):
  1151. <div class="rw-ui-container rw-urid-38"></div>
  1152. -->
  1153.  
  1154. <div class="rw-js-container">
  1155. <script type="text/javascript">
  1156. // Async Rating-Widget initialization.
  1157. function RW_Async_Init(){
  1158. RW.init({
  1159. uid: "73B423796C5652756DD5F8ACEF7B3C3C",
  1160. huid: "113041",
  1161. options: {
  1162. size: "small",
  1163. advanced: {
  1164. font: {
  1165. color: "#008cff",
  1166. type: "courier"
  1167. },
  1168. text: {
  1169. rateAwful: "Not My Type",
  1170. ratePoor: "Ehhhh",
  1171. rateAverage: "It's Okay",
  1172. rateThis: ""
  1173. }
  1174. },
  1175. theme: "star_oxygen1"
  1176. }
  1177. });
  1178. RW.render();
  1179. }
  1180.  
  1181. // Append Rating-Widget JavaScript library.
  1182. if (typeof(RW) == "undefined"){
  1183. (function(){
  1184. var rw = document.createElement("script");
  1185. rw.type = "text/javascript"; rw.async = true;
  1186. rw.src = "http://js.rating-widget.com/external.min.js?t=js";
  1187. var s = document.getElementsByTagName("script")[0];
  1188. s.parentNode.insertBefore(rw, s);
  1189. })();
  1190. }
  1191.  
  1192. </script></center>
  1193. </div>
  1194.  
  1195. <div id="tab6">
  1196. <div style="text-align:center;">Ad</div>
  1197. <center>
  1198. <script type="text/javascript"><!--
  1199. google_ad_client = "ca-pub-9953127670105082";
  1200. /* mszdhfkjashdf */
  1201. google_ad_slot = "1196236458";
  1202. google_ad_width = 120;
  1203. google_ad_height = 600;
  1204. //-->
  1205. </script>
  1206. <script type="text/javascript"
  1207. src="//pagead2.googlesyndication.com/pagead/show_ads.js">
  1208. </script>
  1209. </div>
  1210.  
  1211.  
  1212. </div>
  1213.  
  1214. {block:Pagination}
  1215. <div id="pagination">
  1216. {block:NextPage}
  1217. <a id="nextPage" href="{NextPage}"></a>
  1218. {/block:NextPage}
  1219. {block:PreviousPage}
  1220. <a href="{PreviousPage}"></a>
  1221. {/block:PreviousPage}
  1222. </div>
  1223. {/block:Pagination}
  1224.  
  1225. </body>
  1226. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement