Advertisement
mafercuellardiaz

Stay Strong

Mar 29th, 2014
2,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  8. <script type="text/javascript">
  9. $(document).ready(function () {
  10. $('div.nintendo div:nth-child(2)').hide();
  11. $('div.nintendo h4').click(function () {
  12. if ($(this).hasClass('open')) {
  13. $('div.nintendo div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  14. else {
  15. $('div.nintendo div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  16. $(this).next().slideDown();
  17. $(this).addClass('open');}
  18. });
  19. });
  20. </script>
  21.  
  22.  
  23.  
  24.  
  25. <meta name="color:background" content="#ffffff"/>
  26. <meta name="color:border" content="#fff"/>
  27. <meta name="color:text" content="#b6b5b5"/>
  28. <meta name="color:link" content="#b87889"/>
  29. <meta name="color:hover" content="#000"/>
  30. <meta name="color:scrollbar" content="ececec"/>
  31. <meta name="color:tagbg" content="ececec"/>
  32. <meta name="color:sidebarbg" content="#fff"/>
  33.  
  34.  
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:background" content="">
  38.  
  39.  
  40.  
  41.  
  42. <meta name="select:font" content="calibri" title="calibri">
  43. <meta name="select:font" content="arial" title="arial">
  44. <meta name="select:font" content="bitxmap" title="bitxmap">
  45. <meta name="select:font" content="Mixtape Mike" title="Mixtape Mike">
  46.  
  47.  
  48.  
  49. <meta name="text:nav button open" content="fuck me" />
  50. <meta name="text:nav button closed" content="eww no" />
  51. <meta name="text:sidebar box size" content="250" />
  52. <meta name="text:sidebar image margin left" content="-15" />
  53. <meta name="text:sidebar box margin left" content="200" />
  54. <meta name="text:sidebar box top" content="180" />
  55. <meta name="text:entries margin" content="580" />
  56. <meta name="sdebar image size" content="110" />
  57. <meta name="text:link 1" content="link 1"/>
  58. <meta name="text:link 1 url" content="/" />
  59. <meta name="text:link 2" content="link 2"/>
  60. <meta name="text:link 2 url" content="/" />
  61. <meta name="text:link 3" content="link 3"/>
  62. <meta name="text:link 3 url" content="/" />
  63. <meta name="text:link 4" content="link 4"/>
  64. <meta name="text:link 4 url" content="/" />
  65. <meta name="text:link 5" content="link 5"/>
  66. <meta name="text:link 5 url" content="/" />
  67. <meta name="text:link 6" content="link 6"/>
  68. <meta name="text:link 6 url" content="/" />
  69. <meta name="text:link 7" content="link 7"/>
  70. <meta name="text:link 7 url" content="/" />
  71. <meta name="text:link 8" content="link 8"/>
  72. <meta name="text:link 8 url" content="/" />
  73. <meta name="text:title" content="Stay Strong" />
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. <meta name="if:maximized bg" content="0">
  84. <meta name="if:300px" content="0">
  85. <meta name="if:400px" content="1">
  86. <meta name="if:500px" content="0">
  87. <meta name="if:Show Tags" content="1" />
  88. <meta name="if:Show Captions" content="0">
  89. <meta name="if:nav button 2" content="0">
  90. <meta name="if:links" content="0">
  91. <meta name="if:updates" content="1">
  92. <meta name="if:round borders" content="0">
  93. <meta name="if:transparent posts" content="0">
  94. <meta name="if:solid color posts" content="1">
  95. <meta name="if:post shadow" content="0">
  96. <meta name="if:pagination in the sidebar" content="1">
  97. <meta name="if:pagination" content="0">
  98. <meta name="if:infinite scrollie" content="0">
  99. <meta name="if:like and rebblog buttons" content="0">
  100. <meta name="if:updates tab" content="1">
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107. <style type="text/css">
  108.  
  109. @font-face{font-family:Hasteristico; src: url(http://slutpark-resources.webs.com/Hasteristico.ttf);}
  110.  
  111. @font-face {font-family:Mixtape Mike; src: url(http://static.tumblr.com/9wzbixa/EZ4mj3kyl/mixtmk_t.otf);}
  112.  
  113. ::selection {background: #fff; color:{color:selection};}
  114. ::-moz-selection {background: #fff; color:{color:selection};}
  115. ::-webkit-selection {background: #fff; color:{color:selection};}
  116.  
  117. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  118. height:100px;}
  119.  
  120. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  121.  
  122.  
  123.  
  124. body {
  125.  
  126. font-family:{select:font};
  127. font-size:13px;
  128. background-image:url('{image:background}');
  129. background-color:{color:background};
  130. background-attachment:fixed;
  131. color:#000000;
  132. {block:ifmaximizedbg} no-repeat center fixed ;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifmaximizedbg}
  133.  
  134.  
  135. }
  136.  
  137.  
  138.  
  139. blockquote {
  140. border-left:2px solid #ECECEC;
  141. padding-left:2px;
  142. margin:5px;
  143. }
  144.  
  145. a {
  146.  
  147. color:{color:link};
  148. text-decoration:none;
  149. -webkit-transition:all 0.5s ease-in-out;
  150. -moz-transition:all 0.5s ease-in-out;
  151. -o-transition:all 0.5s ease-in-out;
  152. -ms-transition:all 0.5s ease-in-out;
  153. transition:all 0.5s ease-in-out;
  154. }
  155.  
  156.  
  157. a:hover {
  158. text-decoration:underline;
  159. -webkit-transition:all 0.5s ease-in-out;
  160. -moz-transition:all 0.5s ease-in-out;
  161. -o-transition:all 0.5s ease-in-out;
  162. transition:all 0.5s ease-in-out;}
  163.  
  164. img {none;}
  165.  
  166. h1 , h2 {
  167.  
  168. text-transform:none;
  169. font-size:14px;
  170. line-height:30px;
  171. letter-spacing:0px;
  172. text-align:center;
  173. font-style:none;
  174. }
  175.  
  176.  
  177.  
  178. #entries {
  179.  
  180. margin-left:{text:entries margin}px;
  181. margin-top:-30px;
  182. {block:if300px}width:330px;{/block:if300px}
  183. {block:if400px}width:430px;{/block:if400px}
  184. {block:if500px}width:530px;{/block:if500px}
  185. padding-top: 30px;
  186. padding-right:30px;
  187. font-size:10px;
  188. background:transparent;
  189.  
  190.  
  191.  
  192. }
  193. #entries a{
  194. {block:if300px}width:330px;{/block:if300px}
  195. {block:if400px}width:430px;{/block:if400px}
  196. {block:if400px}width:430px;{/block:if400px}
  197. {block:if500px}width:530px;{/block:if500px}
  198.  
  199. }
  200.  
  201. #post {
  202.  
  203. {block:ifroundborders} border-radius:10px; {/block:ifroundborders}
  204. {block:if300px} width:300px;{/block:if300px}
  205. {block:if400px} width:400px;{/block:if400px}
  206. {block:if500px} width:500px;{/block:if500px}
  207. padding:10px;
  208.  
  209.  
  210. {block:iftransparentposts}background:transparent;{/block:iftransparentposts}
  211. {block:ifsolidcolorposts}background:{color:sidebarbg};{/block:ifsolidcolorposts}{block:ifpostshadow} box-shadow:rgba(0,0,0,0.05)10px 9px;{/block:ifpostshadow}
  212.  
  213. margin-top:20px;
  214. margin-left:0px;
  215. position:center;
  216.  
  217.  
  218. font-style:none;
  219.  
  220. }
  221.  
  222. #post img {
  223. {block:if300px}max-width:300px;{/block:if300px}
  224. {block:if400px} max-width:400px;{/block:if400px}
  225. {block:if500px}max-width:500px;{/block:if500px}
  226. }
  227.  
  228.  
  229.  
  230.  
  231.  
  232. #casa{
  233. {block:if300px} margin-left:305px; {/block:if300px}
  234. {block:if400px} margin-left:405px; {/block:if400px}
  235. {block:if500px} margin-left:505px; {/block:if500px}
  236.  
  237. margin-top:30px;
  238. opacity:0;
  239. -webkit-transition:all 0.5s ease-in-out;
  240. -moz-transition:all 0.5s ease-in-out;
  241. -o-transition:all 0.5s ease-in-out;
  242. transition:all 0.5s ease-in-out;
  243. }
  244.  
  245. {block:iflikeandrebblogbuttons}
  246. #entries:hover #casa{
  247. {block:if300px} margin-left:310px; {/block:if300px}
  248. {block:if400px} margin-left:410px; {/block:if400px}
  249. {block:if500px} margin-left:510px; {/block:if500px}
  250. opacity:1;
  251. -webkit-transition:all 0.5s ease-in-out;
  252. -moz-transition:all 0.5s ease-in-out;
  253. -o-transition:all 0.5s ease-in-out;
  254. transition:all 0.5s ease-in-out;
  255. }
  256.  
  257.  
  258. .like_and_reblog_buttons {
  259.  
  260. margin-top:-10px;
  261. border-radius: 3px;
  262. list-style: none;
  263. }
  264.  
  265. .like_and_reblog_buttons li {
  266. float: right;
  267. background: rgba(255, 255, 255, 0.5);
  268. opacity:1;
  269. margin: 0;
  270. padding:5px;
  271. width:3px 3px;
  272. height: 20px;
  273. -webkit-transition:all 0.5s ease-in-out;
  274. -moz-transition:all 0.5s ease-in-out;
  275. -o-transition:all 0.5s ease-in-out;
  276. transition:all 0.5s ease-in-out;}
  277.  
  278. .like_and_reblog_buttons li:hover{
  279. background:#fff;
  280. -webkit-transition:all 0.5s ease-in-out;
  281. -moz-transition:all 0.5s ease-in-out;
  282. -o-transition:all 0.5s ease-in-out;
  283. transition:all 0.5s ease-in-out;}
  284.  
  285.  
  286.  
  287. .like_and_reblog_buttons li:first-child {
  288. -webkit-transition:all 0.5s ease-in-out;
  289. -moz-transition:all 0.5s ease-in-out;
  290. -o-transition:all 0.5s ease-in-out;
  291. transition:all 0.5s ease-in-out;}
  292.  
  293.  
  294.  
  295. .like_and_reblog_buttons li:first-child:hover {
  296. background:#fff;
  297. -webkit-transition:all 0.5s ease-in-out;
  298. -moz-transition:all 0.5s ease-in-out;
  299. -o-transition:all 0.5s ease-in-out;
  300. transition:all 0.5s ease-in-out;}
  301. {/block:iflikeandrebblogbuttons}
  302.  
  303.  
  304. #sidebar
  305. {
  306. {block:ifpostshadow} box-shadow:rgba(0,0,0,0.05)10px 9px;{/block:ifpostshadow}
  307. width:{text:sidebar box size}px;
  308. position:fixed;
  309. margin-left:{text:sidebar box margin left}px;
  310. margin-top:{text:sidebar box top}px;
  311. background:{color:sidebarbg};
  312. border:1px solid {color:border};
  313.  
  314. }
  315.  
  316. #title
  317. {
  318.  
  319. text-align:right;
  320. color:#000;
  321. font-family:":Hello Seattle";
  322. font-style:normal;
  323. font-size:20px;
  324. letter-spacing:-1px;
  325. bottom:-5px;
  326. }
  327.  
  328. #sidebarimage img
  329. { text-align:center;
  330. margin-left:{text:sidebar image margin left}px;
  331. width:{text:sidebar image size}%;
  332. padding-bottom:10px;
  333. opacity:0.9;
  334.  
  335.  
  336. }
  337.  
  338.  
  339. #nav {
  340. position:fixed;
  341. overflow:hidden;
  342. margin-top:150px;
  343. margin-left:15px;
  344. }
  345.  
  346.  
  347.  
  348. @font-face { font-family: "silk"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  349.  
  350.  
  351. #con{
  352. }
  353.  
  354. @font-face{ font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  355. #description {
  356.  
  357.  
  358. padding:5px;
  359. margin-top:-16px;
  360. line-height: 120%;
  361. {block:ifroundborders} border-radius:10px; {/block:ifroundborders}
  362. {block:ifsidebarshadow} box-shadow:rgba(0,0,0,0.05)10px 9px;{/block:ifsidebarshadow}
  363.  
  364. text-transform:none;
  365. letter-spacing:1px;
  366. text-align:center;
  367. font-size: 10px;
  368. font-style:none;
  369.  
  370. }
  371.  
  372.  
  373. #desription a{
  374.  
  375. }
  376.  
  377.  
  378. .linkss {
  379.  
  380. opacity:1;
  381. position: fixed;
  382. padding-top: 10px;
  383. padding-bottom: 0px;
  384. margin-top: 3px;
  385. margin-left: 0px;
  386. padding-left: 0px;
  387. padding-right: 0px;
  388. letter-spacing: 3px;
  389. height: 170px;
  390. width: 90%;
  391. -o-transition-transition: all 1s ease-out;
  392. -webkit-transition: all 0.7s ease-out;
  393. -moz-transition: all 0.6s ease-out;
  394.  
  395. }
  396.  
  397. #linkss a {
  398. word-spacing: 3px;
  399. width:90%;
  400. padding 15px;
  401. line-height:190%;
  402. width:90%;
  403. padding 15px;
  404. margin-bottom: 5px;
  405. font-size: 10px;
  406. font-style:normal;
  407. text-align:left;
  408. text-transform:none;
  409. opacity:1;
  410.  
  411. -o-transition-transition: all 1s ease-out;
  412. -webkit-transition: all 0.7s ease-out;
  413. -moz-transition: all 0.6s ease-out;
  414.  
  415. }
  416. .linkss a:hover{
  417. background-color:transparent;
  418. color:{color:hover};}
  419.  
  420. .sidebar:hover #linkss{
  421. background-color:transparent;
  422. opacity:1;
  423. -o-transition-transition: all 1s ease-out;
  424. -webkit-transition: all 0.7s ease-out;
  425. -moz-transition: all 0.6s ease-out;
  426. }
  427.  
  428. .thingys{
  429. margin-left:0px;
  430. width:158px;
  431. padding-right:5px;
  432. display:block;
  433. text-align:center;
  434. margin-top:20px;}
  435.  
  436. .links {
  437. margin-left:{text:nav button margin left}px;
  438. width:58px;
  439. padding-right:5px;
  440. display:block;
  441. text-align:center;
  442. margin-top:20px;}
  443.  
  444. .links a {
  445. width:63px;
  446.  
  447. display:block;
  448. padding:2px;
  449. width:auto;
  450. font-weight:normal;
  451. text-decoration:none;
  452. text-transform:lowercase;
  453. font-size:10px;
  454. color:{color:link};
  455. -webkit-transition:all 0.5s ease-in-out;
  456. -moz-transition:all 0.5s ease-in-out;
  457. -o-transition:all 0.5s ease-in-out;
  458. transition:all 0.5s ease-in-out;}
  459.  
  460. .links a:hover {
  461.  
  462.  
  463. text-decoration:underline;
  464. color:{color:hover};
  465. -webkit-transition:all 0.5s ease-in-out;
  466. -moz-transition:all 0.5s ease-in-out;
  467. -o-transition:all 0.5s ease-in-out;
  468. transition:all 0.5s ease-in-out;}
  469.  
  470. #questions {
  471. -webkit-transition: all 0.3s linear;
  472. -moz-transition: all 0.3s linear;
  473. transition: all 0.3s linear;
  474. background-color:transparent;
  475. color: {color:text};
  476. margin-left:0px;
  477. padding:5px;
  478. margin-top:-10px;
  479. margin-bottom:5px;
  480. font-size:10px;
  481. font-style:normal;
  482. text-align:left;
  483. }
  484. #questions img{
  485. border: 1px solid {color:border};
  486. border-radius:30px;
  487. width:50px;
  488. -webkit-transition: all 1s ease-in-out;
  489. -moz-transition: all 0.6s ease-in-out;
  490. -o-transition: all 0.6s ease-in-out;
  491. -ms-transition: all 0.6s ease-in-out;
  492. }
  493. #questions:hover img{
  494. -webkit-transition: all 1s ease-in-out;
  495. -moz-transition: all 0.6s ease-in-out;
  496. -o-transition: all 0.6s ease-in-out;
  497. -ms-transition: all 0.6s ease-in-out;
  498. -webkit-transform: rotate(360deg);
  499. -moz-transform: rotate(0deg);
  500. -o-transform: rotate(360deg);
  501. }
  502.  
  503. .note {
  504. -webkit-transition: all 0.3s linear;
  505. -moz-transition: all 0.3s linear;
  506. transition: all 0.3s linear;
  507. padding:5px 20px 0px 20px;
  508. background: transparent;
  509. text-transform:lowercase;
  510. letter-spacing:0px;
  511. font-size: 11px;
  512. font-style:normal;
  513. text-align:left;
  514. line-height:120%;
  515. }
  516.  
  517. .note li {
  518. -webkit-transition: all 0.3s linear;
  519. -moz-transition: all 0.3s linear;
  520. transition: all 0.3s linear;
  521. list-style-type:none;
  522. padding:5px 25px 5px 25px;
  523. text-align:left;
  524. margin-right:30px;
  525. margin-top:-50px;
  526. }
  527.  
  528.  
  529.  
  530.  
  531. #ash{
  532. opacity:.9;
  533. background-color:{color:tagbg};
  534.  
  535. {block:ifsolidcolorposts}
  536. border:1px solid {color:border};
  537.  
  538. {/block:ifsolidcolorposts}
  539. {block:ifroundborders}border-radius:5px;
  540. {/block:ifroundborders}
  541. {block:iftransparenttags}background:transparent;{/block:iftransparenttags}
  542.  
  543. font-size:9px;
  544. color: {color:link};
  545. padding:1px;
  546. margin-top: 10px;
  547. height:14px;
  548. -webkit-transition: all 1s linear;
  549. -moz-transition: all 0.3s linear;
  550. transition: all 0.3s linear;
  551. }
  552.  
  553. #ash:hover{
  554.  
  555.  
  556. -webkit-transition: all 0.3s linear;
  557. -moz-transition: all 0.3s linear;
  558. transition: all 0.3s linear;
  559. background-color:transparent;
  560. }
  561.  
  562. #info {
  563. word-spacing:2px;
  564. text-align:center;
  565. margin-top:2px;
  566. margin-left:4px;
  567. text-transform:none;
  568. font-style:none;
  569. font-size:10px;
  570. line-height:100%;
  571.  
  572. -webkit-transition: all 0.3s linear;
  573. -moz-transition: all 0.3s linear;
  574. transition: all 0.3s linear;
  575. }
  576.  
  577. #RebloggedFrom {
  578. text-align:center;
  579. margin-top:5px;
  580. padding-bottom:0px;
  581. text-transform:none;
  582. font-style:none;
  583. font-size:10px;
  584. }
  585.  
  586. #tags {
  587.  
  588. {block:ifsolidcolorposts}
  589. border-bottom:1px solid {color:border};
  590. border-left:1px solid {color:border};
  591. border-right:1px solid {color:border};
  592. {/block:ifsolidcolorposts}
  593.  
  594.  
  595.  
  596. {block:ifroundborders}border-radius:5px;
  597. {/block:ifroundborders}
  598. height:auto;
  599. opacity:.8;
  600. background: {color:tagbg};
  601. {block:iftransparenttags}background:transparent;{/block:iftransparenttags}
  602. line-height:170%;
  603. text-align:right;
  604. margin-top:0px;
  605. padding-bottom:0px;
  606. text-transform:none;
  607. font-style:none;
  608. font-size:10px;
  609. -webkit-transition: all 0.3s linear;
  610. -moz-transition: all 0.3s linear;
  611. transition: all 0.3s linear;
  612. }
  613. #tags a{
  614.  
  615. padding:3px;
  616.  
  617. }
  618. #tags:hover{
  619. background:transparent;
  620. -webkit-transition: all 0.3s linear;
  621. -moz-transition: all 0.3s linear;
  622. transition: all 0.3s linear;}
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. #postorder{
  630. right:8px;
  631. bottom:10px;
  632. position:fixed;
  633. padding:5px;
  634. }
  635.  
  636.  
  637.  
  638.  
  639.  
  640. #pagination {
  641. margin-left:290px;
  642. margin-top:30px;
  643. text-align:center;}
  644.  
  645. #pagination a {
  646. background-color:#f5f5f5;
  647. display:inline-block;
  648. padding:3px;
  649. width:auto;
  650. font-weight:normal;
  651. text-decoration:none;
  652. text-transform:lowercase;
  653. font-size:14px;
  654. color:{color:link};
  655. -webkit-transition:all 0.5s ease-in-out;
  656. -moz-transition:all 0.5s ease-in-out;
  657. -o-transition:all 0.5s ease-in-out;
  658. transition:all 0.5s ease-in-out;}
  659.  
  660. #pagination a:hover / {
  661. text-decoration:none;
  662. color:#000000;
  663. -webkit-transition:all 0.5s ease-in-out;
  664. -moz-transition:all 0.5s ease-in-out;
  665. -o-transition:all 0.5s ease-in-out;
  666. transition:all 0.5s ease-in-out;}
  667.  
  668.  
  669.  
  670. #pagination2 {
  671.  
  672. margin-top:5px;
  673. text-align:center;}
  674.  
  675. #pagination2 a {
  676.  
  677. padding:3px;
  678. width:200px;
  679. font-weight:normal;
  680. text-decoration:none;
  681. text-transform:lowercase;
  682. font-size:12px;
  683. color:{color:link};
  684. -webkit-transition:all 0.5s ease-in-out;
  685. -moz-transition:all 0.5s ease-in-out;
  686. -o-transition:all 0.5s ease-in-out;
  687. transition:all 0.5s ease-in-out;}
  688.  
  689. #pagination a:hover2 {
  690. text-decoration:none;
  691. color:{color:hover};
  692. -webkit-transition:all 0.5s ease-in-out;
  693. -moz-transition:all 0.5s ease-in-out;
  694. -o-transition:all 0.5s ease-in-out;
  695. transition:all 0.5s ease-in-out;}
  696.  
  697.  
  698.  
  699.  
  700.  
  701. .audioimg img {
  702. width:100px;
  703. height:100px;}
  704.  
  705. .audioinfo {
  706. color:#04b4ae; }
  707.  
  708.  
  709.  
  710. #s-m-t-tooltip {
  711.  
  712. max-width:300px;
  713. padding:3px 4px 5px 4px;
  714. margin:20px 0px 0px 20px;
  715. background-color:#fff;
  716. font-size:10px;
  717. letter-spacing:2px;
  718. box-shadow:rgba(0,0,0,0.05)4px 3px;
  719.  
  720. color:#000;
  721.  
  722.  
  723. }
  724. #ferni {
  725. color:#000;
  726.  
  727. font-size:5px;
  728. position:fixed;
  729. font-family:{select:font};
  730. left:5px;
  731. background:#ffffff;
  732. letter-spacing:2px;
  733. width:70px;
  734. z-index:9999;
  735. padding:6px;
  736. top:0px;
  737. -webkit-transition: all .5s ease-in-out;
  738. -moz-transition: all .5s ease-in-out;
  739. -o-transition: all .5s ease-in-out;
  740.  
  741. }
  742.  
  743. #ferni:hover{
  744.  
  745. font-size:5px;
  746. position:fixed;
  747. font-family:{select:font};
  748. left:5px;
  749. background:#ffffff;
  750. letter-spacing:2px;
  751. width:70px;
  752. z-index:9999;
  753. padding:6px;
  754. -webkit-transition: all .5s ease-in-out;
  755. -moz-transition: all .5s ease-in-out;
  756. -o-transition: all .5s ease-in-out;
  757. top:0px;
  758.  
  759.  
  760. }
  761.  
  762. #fern {
  763. padding-bottom:1px;
  764. overflow:hidden;
  765. background:#ffffff;
  766. text-align:center;
  767. font-size:4px;
  768. height:15px;
  769. z-index:99999;
  770. letter-spacing:2px;
  771. text-align: center;
  772. font-size: 10px;
  773.  
  774.  
  775. left:10px;
  776. top:-2px;
  777. -webkit-transition: all .5s ease-in-out;
  778. -moz-transition: all .5s ease-in-out;
  779. -o-transition: all .5s ease-in-out;
  780. z-index:99;
  781.  
  782. }
  783. #fern:hover {
  784. top:0px;
  785. height:150px;
  786. -webkit-transition: all .5s ease-in-out;
  787. -moz-transition: all .5s ease-in-out;
  788. -o-transition: all .5s ease-in-out;}
  789.  
  790.  
  791.  
  792.  
  793. #ferns {
  794. padding-bottom:1px;
  795. border-top:1px solid #eae6e6;
  796. overflow:hidden;
  797. background:#ffffff;
  798. text-align:center;
  799. font-size:4px;
  800. height:15px;
  801. z-index:99999;
  802. letter-spacing:2px;
  803. text-align: center;
  804. font-size: 10px;
  805.  
  806.  
  807. -webkit-transition: all .5s ease-in-out;
  808. -moz-transition: all .5s ease-in-out;
  809. -o-transition: all .5s ease-in-out;
  810.  
  811. }
  812. #ferns:hover {
  813.  
  814. height:150px;
  815. -webkit-transition: all .5s ease-in-out;
  816. -moz-transition: all .5s ease-in-out;
  817. -o-transition: all .5s ease-in-out;}
  818.  
  819. #fernds {
  820. border-top:1px solid #eae6e6;
  821. overflow:hidden;
  822. background:#ffffff;
  823. text-align:center;
  824. font-size:2px;
  825. height:15px;
  826. z-index:99999;
  827. letter-spacing:2px;
  828. text-align: center;
  829. font-size: 10px;
  830. left:10px;
  831. padding-bottom:1px;
  832. -webkit-transition: all .5s ease-in-out;
  833. -moz-transition: all .5s ease-in-out;
  834. -o-transition: all .5s ease-in-out;
  835. z-index:99;
  836.  
  837. }
  838. #fernds:hover {
  839.  
  840. height:200px;
  841. -webkit-transition: all .5s ease-in-out;
  842. -moz-transition: all .5s ease-in-out;
  843. -o-transition: all .5s ease-in-out;}
  844. #fernanda {
  845. border-top:1px solid #eae6e6;
  846. overflow:hidden;
  847. background:#ffffff;
  848. text-align:center;
  849. font-size:2px;
  850. height:15px;
  851. z-index:99999;
  852. letter-spacing:2px;
  853. text-align: center;
  854. font-size: 10px;
  855. left:10px;
  856. padding-bottom:1px;
  857. -webkit-transition: all .5s ease-in-out;
  858. -moz-transition: all .5s ease-in-out;
  859. -o-transition: all .5s ease-in-out;
  860. z-index:99;
  861.  
  862. }
  863. #fernanda:hover {
  864.  
  865. height:150px;
  866. -webkit-transition: all .5s ease-in-out;
  867. -moz-transition: all .5s ease-in-out;
  868. -o-transition: all .5s ease-in-out;}
  869.  
  870. #boobs {
  871. border-top:1px solid #eae6e6;
  872. overflow:hidden;
  873. background:#ffffff;
  874. text-align:center;
  875. font-size:4px;
  876. height:15px;
  877. z-index:99999;
  878. letter-spacing:2px;
  879. text-align: center;
  880. font-size: 10px;
  881. left:10px;
  882. padding-bottom:1px;
  883. -webkit-transition: all .5s ease-in-out;
  884. -moz-transition: all .5s ease-in-out;
  885. -o-transition: all .5s ease-in-out;
  886. z-index:99;
  887.  
  888. }
  889. #boobs:hover {
  890. height:150px;
  891. -webkit-transition: all .5s ease-in-out;
  892. -moz-transition: all .5s ease-in-out;
  893. -o-transition: all .5s ease-in-out;}
  894.  
  895.  
  896. @font-face{font-family:Hello Seattle;src:url(http://static.tumblr.com/9wzbixa/tpAmj2jin/hello_seattle.ttf);}
  897.  
  898.  
  899. {/block:ifupdatestab}
  900.  
  901.  
  902. {CustomCSS}</style>{block:ifinfinitescrollie}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:ifinfinitescrollie}
  903.  
  904. </head><body>
  905. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  906. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  907. <script>(function($){$(document).ready(function(){
  908. $("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:90,tip_fade_speed:400,attribute:"title"});});})(jQuery);
  909. </script>
  910.  
  911. {block:ifupdatestab}
  912. <div id="ferni"><div id="fern">
  913. title 1<br><br>
  914. <font size="1px">
  915. here you can write<br>
  916. hahaha yes is fun
  917. <br><br>
  918.  
  919. <div style="width:70px; height:15px;
  920. border:1px #A9D5EB; background-color: #b6b5b5";>
  921. <font color=#fff><b><i>SUB TITLE</i></b></FONT>
  922. </div><br>
  923.  
  924. here too:D
  925. </font>
  926. <br>
  927.  
  928.  
  929. </div>
  930.  
  931. <div id="ferns">
  932. title 2<br><br>
  933. <font size="1px">
  934. here you can write<br>
  935. hahaha yes is fun
  936. <br><br>
  937.  
  938. <div style="width:70px; height:15px;
  939. border:1px #A9D5EB; background-color: #b6b5b5";>
  940. <font color=#fff><b><i>SUB TITLE</i></b></FONT>
  941. </div><br>
  942.  
  943. here too:D
  944. </font>
  945. <br>
  946.  
  947. </div>
  948.  
  949. <div id="fernds">
  950.  
  951. title 3<br><br>
  952. <font size="1px">
  953. here you can write<br>
  954. hahaha yes is fun
  955. <br><br>
  956.  
  957. <div style="width:70px; height:15px;
  958. border:1px #A9D5EB; background-color: #b6b5b5";>
  959. <font color=#fff><b><i>SUB TITLE</i></b></FONT>
  960. </div><br>
  961.  
  962. here too:D
  963. </font>
  964. <br>
  965. </div>
  966.  
  967.  
  968. <div id="boobs">
  969.  
  970. title 4<br><br>
  971. <font size="1px">
  972. here you can write<br>
  973. hahaha yes is fun
  974. <br><br>
  975.  
  976. <div style="width:70px; height:15px;
  977. border:1px #A9D5EB; background-color: #b6b5b5";>
  978. <font color=#fff><b><i>SUB TITLE</i></b></FONT>
  979. </div><br>
  980.  
  981. here too:D
  982. </font>
  983. <br>
  984.  
  985. </div>
  986.  
  987.  
  988. </div>
  989.  
  990. {/block:ifupdatestab}
  991.  
  992. <div id="sidebar">
  993. <div id="title">{text:title}</div>
  994. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  995.  
  996.  
  997.  
  998. <div id="description">
  999.  
  1000.  
  1001. <br>
  1002. {block:iflinks}
  1003. <div id="linkss">
  1004. <a href="/"> home</a> /
  1005. <a href="/ask">mail</a> /
  1006. <a href="{text:link 1 url}">{text:link 1}</a> /
  1007. <a href="{text:link 2 url}"> {text:link 2}</a> /
  1008. <a href="{text:link 3 url}">{text:link 3}</a> /
  1009. <a href="{text:link 4 url}"> {text:link 4}</a>
  1010. </div>
  1011. {/block:iflinks}
  1012. {block:ifupdates}
  1013. <div id="thingys">
  1014. <a title="home" href="/"><img src="http://media.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/tumblr_inline_mn2m1bdRic1qz4rgp.png"></a>
  1015.  
  1016. <a title="mail" href="/ask"><img src="http://media.tumblr.com/649f94f2f210bc510d0b67756f861eb9/tumblr_inline_mn2m2bLZts1qz4rgp.png"></a>
  1017. {block:ifLink1} <a title="{text:link 1}" href="{text:link 1 url}"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mn2m5djCbQ1qz4rgp.png"></a>{/block:ifLink1}
  1018. {block:ifLink2}<a title="{text:link 2}" href="{text:link 2 url}"><img src="http://media.tumblr.com/ae17e45fdfabd60bf76e8ae14ac591eb/tumblr_inline_mni0f9jeMH1qz4rgp.png" ></a>{/block:ifLink2}
  1019. {block:ifLink3}<a title="{text:link 3}" href="{text:link 3 url}"><img src="http://media.tumblr.com/e5859e61e885828e51372a281e2678af/tumblr_inline_mni0h2CFSr1qz4rgp.png"> </a>{/block:ifLink3}
  1020. {block:ifLink4}<a title="{text:link 4}" href="{text:link 4 url}"><img src="http://media.tumblr.com/1e21b4526d9646dc496210d1199117b9/tumblr_inline_mn2m46JRuI1qz4rgp.png"> </a>{/block:ifLink4}</div>
  1021. {/block:ifupdates}
  1022.  
  1023.  
  1024. {Description}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script> <br>
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034. {block:ifnavbutton2}
  1035.  
  1036. <div style="line-heigth:110%;margin-top: 5px; margin-left: 0px; margin-bottom:-10px;font-size: 11px;color:{color:link};"><div style=""><button type="button" class="button" onmouseover="this.sv=this.style.backgroundColor; this.style.backgroundColor='#f4f4f4';" onmouseout="if(this.sv)this.style.backgroundColor=this.sv; else this.style.backgroundColor='';" onclick="this.parentNode.parentNode.childNodes[1].style.display = ''; this.parentNode.style.display = 'none'; return false;" style="">{text:nav button open}</button></div><div class="spoiler" style="display: none;"><div><button type="button" class="button" onclick="this.parentNode.parentNode.parentNode.childNodes[0].style.display = ''; this.parentNode.parentNode.style.display = 'none'; return false;">{text:nav button closed}</button></div>
  1037.  
  1038.  
  1039. {block:iflink5}<a href="{text:link 5 URL}">{text:link 5}<br></a>{/block:iflink5}
  1040. {block:iflink6}<a href="{text:link 6 URL}">{text:link 6}<br></a>{/block:iflink6}
  1041. {block:iflink7}<a href="{text:link 7 URL}">{text:link 7}<br></a>{/block:iflink7}
  1042. {block:iflink8}<a href="{text:link 8 UR}L">{text:link 8}<br></a>{/block:iflink8}<br></div>
  1043. </td>
  1044. </tr>
  1045. </div>
  1046. </center><br>
  1047.  
  1048.  
  1049.  
  1050. <br>
  1051. {/block:ifnavbutton2}
  1052.  
  1053. {block:ifpaginationinthesidebar}
  1054. {block:PreviousPage}<a href="{PreviousPage}">⇠ </a>{/block:PreviousPage}{CurrentPage} / {TotalPages}{block:NextPage}<a href="{NextPage}"> ⇢</a>{/block:NextPage}</div><br></div>
  1055.  
  1056. {/block:ifpaginationinthesidebar}
  1057.  
  1058. </div></div>
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064. <div id="scrollbar">{scrollbar}</div>
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077. {block:HasPages}{block:Pages}
  1078.  
  1079. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  1080.  
  1081. </div></center>
  1082.  
  1083.  
  1084. </div>
  1085.  
  1086. <div id="entries">
  1087. {block:ifinfinitescrollie}<div class = "autopagerize_page_element" > {/block:ifinfinitescrollie}
  1088. {block:Posts}{block:iflikeandrebblogbuttons}<div id="casa"><ul class="like_and_reblog_buttons">
  1089. <li>{ReblogButton}
  1090. <li>{LikeButton}
  1091. </ul></div>{/block:iflikeandrebblogbuttons}<div id="post">
  1092.  
  1093. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1094.  
  1095. {block:blockquote}{/block:blockquote}
  1096.  
  1097. {block:if300px}{block:Photo}
  1098. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1099. {/block:Photo}{block:Photoset}<center>{Photoset-250}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1100. {/block:Photoset} {/block:if300px}
  1101. {block:if400px}{block:Photo}
  1102. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1103. {/block:Photo}{block:Photoset}<center>{Photoset-400}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1104. {/block:Photoset} {/block:if400px}
  1105. {block:if500px}{block:Photo}
  1106. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1107. {/block:Photo}{block:Photoset}<center>{Photoset-500}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  1108. {/block:Photoset} {/block:if500px}
  1109.  
  1110. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  1111.  
  1112. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1113.  
  1114. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1115.  
  1116. {block:Audio} <table> <tr> <td>
  1117. {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt} </td> <td> <div class="audioplayer">{AudioPlayerBlack}</div> <div class="audioinfo">{block:Artist}<b>Name</b>: {Artist}{/block:Artist}<br>
  1118. {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
  1119. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div></td></tr> </table> {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  1120.  
  1121. {/block:Audio}
  1122.  
  1123.  
  1124. {block:Video} {block:if300px}{Video-250}{/block:if300px}{block:if400px}
  1125. {Video-400}{/block:if400px}{block:if500px}
  1126. {Video-500}{/block:if500px}
  1127.  
  1128.  
  1129. {block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}{/block:Video}
  1130.  
  1131. {block:Answer}<div id="questions"><img src="{AskerPortraitURL-64}"/> <strong>{Asker} whispered:</strong> {Question}</div>
  1132. <div id="answer"> {Answer}</div>{/block:answer}
  1133.  
  1134.  
  1135.  
  1136. <div id="ash">
  1137. <div id="info">{block:Date}<a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  1138. {/block:Date}
  1139. {NoteCount} ♡ </a>
  1140. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">Via </a> {/block:RebloggedFrom}{block:ContentSource}<a title="{SourceTitle}" href="{SourceURL}">©</a>{/block:ContentSource} {block:RebloggedFrom}{/block:RebloggedFrom}
  1141. {block:ContentSource}<a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div></div>
  1142.  
  1143. {block:IfShowTags}
  1144. {block:HasTags}<div id="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> </span>{/block:Tags}</div>{/block:HasTags}
  1145. {/block:IfShowTags}
  1146.  
  1147. </div>
  1148. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1149. {/block:Posts}</div>{block:ifinfinitescrollie}</div> {/block:ifinfinitescrollie}</div>
  1150.  
  1151.  
  1152. <div id="postorder">
  1153. <a title="THEME CREDIT" href="http://acrtismonkeys.tumblr.com">☯</a></div>
  1154.  
  1155.  
  1156.  
  1157.  
  1158. </body>{block:ifpagination} {block:Pagination}
  1159. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a>
  1160. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>
  1161. {/block:NextPage}</div>{/block:Pagination}{/block:ifpagination}
  1162.  
  1163.  
  1164. </div>
  1165.  
  1166. </body>
  1167. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement