Advertisement
mafercuellardiaz

hey you people

Feb 16th, 2014
9,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.56 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:linkbg" content="#92cbfa"/>
  27. <meta name="color:shadow" content="#a8a7a7"/>
  28. <meta name="color:border" content="#fff"/>
  29. <meta name="color:text" content="#b6b5b5"/>
  30. <meta name="color:link" content="#b87889"/>
  31. <meta name="color:hover" content="#000"/>
  32. <meta name="color:scrollbar" content="ececec"/>
  33. <meta name="color:tagbg" content="ececec"/>
  34.  
  35.  
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:background" content="">
  39. <meta name="image:barner" content="">
  40.  
  41.  
  42.  
  43. <meta name="text:link 1" content="link 1"/>
  44. <meta name="text:link 1 url" content="/" />
  45. <meta name="text:link 2" content="link 2"/>
  46. <meta name="text:link 2 url" content="/" />
  47. <meta name="text:link 3" content="link 3"/>
  48. <meta name="text:link 3 url" content="/" />
  49. <meta name="text:link 4" content="link 4"/>
  50. <meta name="text:link 4 url" content="/" />
  51. <meta name="text:navi button" content="fuck me" />
  52. <meta name="text:sidebar margin left" content="70" />
  53. <meta name="text:sidebar margin top" content="70" />
  54. <meta name="text:sidebar size in porcent" content="90" />
  55. <meta name="text:sidebar box size" content="180" />
  56. <meta name="text:nav button margin left" content="80" />
  57. <meta name="text:barner top" content="-20"/>
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. <meta name="if:maximized bg" content="0">
  66. <meta name="if:300px" content="0">
  67. <meta name="if:400px" content="1">
  68. <meta name="if:500px" content="0">
  69. <meta name="if:Show Tags" content="1" />
  70. <meta name="if:tags shadow" content="0">
  71. <meta name="if:tags borer" content="1">
  72. <meta name="if:Show Captions" content="0">
  73. <meta name="if:nav button" content="0">
  74. <meta name="if:links" content="0">
  75. <meta name="if:updates" content="1">
  76. <meta name="if:transparentsidebar" content="0">
  77. <meta name="if:notransparentsidebar" content="1">
  78. <meta name="if:round borders" content="1">
  79. <meta name="if:sidebar shadow" content="0">
  80. <meta name="if:sidebar glow pink" content="1">
  81. <meta name="if:sidebar glow blue" content="0">
  82. <meta name="if:sidebar glow yellow" content="0">
  83. <meta name="if:sidebar glow purple" content="0">
  84. <meta name="if:transparent posts" content="0">
  85. <meta name="if:no transparent posts" content="1">
  86. <meta name="if:post shadow 1" content="1">
  87. <meta name="if:post shadow 2" content="0">
  88. <meta name="if:post glow" content="0">
  89. <meta name="if:no post shadow" content="0">
  90. <meta name="if:like and rebblog buttons" content="0">
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. <style type="text/css">
  98.  
  99.  
  100. ::selection {background: #fff; color:{color:selection};}
  101. ::-moz-selection {background: #fff; color:{color:selection};}
  102. ::-webkit-selection {background: #fff; color:{color:selection};}
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  105. height:100px;}
  106.  
  107. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  108.  
  109.  
  110.  
  111. body {
  112.  
  113. font-family:"bitxmap";
  114. font-size:11px;
  115. background-image:url('{image:background}');
  116. background-attachment:fixed;
  117. color:#000000;
  118. {block:ifmaximizedbg} no-repeat center fixed ;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifmaximizedbg}
  119.  
  120.  
  121. }
  122.  
  123.  
  124.  
  125. blockquote {
  126. border-left:2px solid #ECECEC;
  127. padding-left:2px;
  128. margin:5px;
  129. }
  130.  
  131. a {
  132.  
  133. color:{color:link};
  134. text-decoration:none;
  135. -webkit-transition:all 0.5s ease-in-out;
  136. -moz-transition:all 0.5s ease-in-out;
  137. -o-transition:all 0.5s ease-in-out;
  138. -ms-transition:all 0.5s ease-in-out;
  139. transition:all 0.5s ease-in-out;
  140. }
  141.  
  142.  
  143. a:hover {
  144. text-decoration:underline;
  145. -webkit-transition:all 0.5s ease-in-out;
  146. -moz-transition:all 0.5s ease-in-out;
  147. -o-transition:all 0.5s ease-in-out;
  148. transition:all 0.5s ease-in-out;}
  149.  
  150. img {none;}
  151.  
  152. h1 , h2 {
  153. font-family:"bitxmap";
  154. text-transform:none;
  155. font-size:14px;
  156. line-height:30px;
  157. letter-spacing:0px;
  158. text-align:center;
  159. font-style:none;
  160. }
  161.  
  162.  
  163.  
  164. #entries {
  165.  
  166. margin-left:520px;
  167. margin-top:-30px;
  168. {block:if300px}width:330px;{/block:if300px}
  169. {block:if400px}width:430px;{/block:if400px}
  170. {block:if500px}width:530px;{/block:if500px}
  171. padding-top: 30px;
  172. padding-right:30px;
  173. font-size:10px;
  174. background:transparent;
  175.  
  176.  
  177.  
  178. }
  179. #entries a{
  180. {block:if300px}width:330px;{/block:if300px}
  181. {block:if2colums}width:700px;{/block:if2colums}
  182. {block:if400px}width:430px;{/block:if400px}
  183. {block:if400px}width:430px;{/block:if400px}
  184. {block:if500px}width:530px;{/block:if500px}
  185.  
  186. }
  187.  
  188. #post {
  189. {block:if300px} width:300px;{/block:if300px}
  190. {block:if400px} width:400px;{/block:if400px}
  191. {block:if500px} width:500px;{/block:if500px}
  192. padding:20px;
  193. {block:ifpostshadow1} box-shadow:rgba(0,0,0,0.08)7px 8px 7px 7px; {/block:ifpostshadow1}
  194. {block:ifnopostshadow} box-shadow:none; {/block:ifnopostshadow}
  195. {block:ifnotransparentposts}background: rgba(255,255,255,.5);
  196. {/block:ifnotransparentposts}
  197. {block:iftransparentposts}background:transparent;{/block:iftransparentposts}{block:ifpostshadow2} box-shadow:5px 3px {color:shadow};{/block:ifpostshadow2}
  198. {block:ifpostglow}box-shadow: 0px 1px 2px 2px #fff;{block:ifpostglow}
  199. margin-top:20px;
  200. margin-left:0px;
  201. position:center;
  202.  
  203.  
  204. font-style:none;
  205.  
  206. }
  207.  
  208. #post img {
  209. {block:if300px}max-width:300px;{/block:if300px}
  210. {block:if400px} width:400px;{/block:if400px}
  211. {block:if500px} width:500px;{/block:if500px}
  212. }
  213.  
  214.  
  215.  
  216. {block:iflikeandrebblogbuttons}
  217.  
  218. #casa{
  219. {block:if300px} margin-left:320px; {/block:if300px}
  220. {block:if400px} margin-left:420px; {/block:if400px}
  221. {block:if500px} margin-left:320px; {/block:if500px}
  222. margin-top:30px;
  223. opacity:0;
  224. -webkit-transition:all 0.5s ease-in-out;
  225. -moz-transition:all 0.5s ease-in-out;
  226. -o-transition:all 0.5s ease-in-out;
  227. transition:all 0.5s ease-in-out;
  228. }
  229.  
  230.  
  231. #entries:hover #casa{
  232. {block:if300px} margin-left:328px; {/block:if300px}
  233. {block:if400px} margin-left:428px; {/block:if400px}
  234. {block:if500px} margin-left:328px; {/block:if500px}
  235. opacity:1;
  236. -webkit-transition:all 0.5s ease-in-out;
  237. -moz-transition:all 0.5s ease-in-out;
  238. -o-transition:all 0.5s ease-in-out;
  239. transition:all 0.5s ease-in-out;
  240. }
  241.  
  242.  
  243. .like_and_reblog_buttons {
  244.  
  245. margin-top:-10px;
  246. border-radius: 3px;
  247. list-style: none;
  248. }
  249.  
  250. .like_and_reblog_buttons li {
  251. float: right;
  252. background:{color:tagbg};
  253. opacity:1;
  254. margin: 0;
  255. padding:5px;
  256. width:3px 3px;
  257. height: 20px;
  258. -webkit-transition:all 0.5s ease-in-out;
  259. -moz-transition:all 0.5s ease-in-out;
  260. -o-transition:all 0.5s ease-in-out;
  261. transition:all 0.5s ease-in-out;}
  262.  
  263. .like_and_reblog_buttons li:hover{
  264. background:#fff;
  265. -webkit-transition:all 0.5s ease-in-out;
  266. -moz-transition:all 0.5s ease-in-out;
  267. -o-transition:all 0.5s ease-in-out;
  268. transition:all 0.5s ease-in-out;}
  269.  
  270.  
  271.  
  272. .like_and_reblog_buttons li:first-child {
  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.  
  279.  
  280. .like_and_reblog_buttons li:first-child:hover {
  281. background:#fff;
  282. -webkit-transition:all 0.5s ease-in-out;
  283. -moz-transition:all 0.5s ease-in-out;
  284. -o-transition:all 0.5s ease-in-out;
  285. transition:all 0.5s ease-in-out;}
  286. {/block:iflikeandrebblogbuttons}
  287.  
  288. #sidebar
  289. {
  290.  
  291. width:200px;
  292. position:fixed;
  293. margin-left:140px;
  294. margin-top:160px;
  295. }
  296.  
  297.  
  298. #sidebarimage img
  299. {
  300.  
  301. margin-left:{text:sidebar margin left}px;
  302. width:{text:sidebar size in porcent}%;
  303. margin-top:{text:sidebar margin top}px;
  304.  
  305.  
  306.  
  307. }
  308.  
  309.  
  310. #nav {
  311. position:fixed;
  312. overflow:hidden;
  313. margin-top:150px;
  314. margin-left:15px;
  315. }
  316.  
  317.  
  318. #title
  319. {
  320. font-family:"bitxmap";
  321. text-align:center;
  322. margin-top:-129px;
  323. padding-bottom:0px;
  324. text-transform:none;
  325. font-style:normal;
  326. font-size:10px;
  327. }
  328. @font-face { font-family: "silk"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  329.  
  330.  
  331. #con{
  332. }
  333.  
  334. @font-face{ font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  335. #description {
  336.  
  337. opacity:.8;
  338. padding:10px 10px 10px 10px;
  339. margin-left:100px;
  340. margin-top:-15px;
  341. width: {text:sidebar box size}px;
  342. line-height: 120%;
  343. {block:ifroundborders} border-radius:10px; {/block:ifroundborders}
  344. {block:ifsidebarshadow} box-shadow: 5px 3px {color:shadow};{/block:ifsidebarshadow}
  345.  
  346.  
  347.  
  348.  
  349. {block:ifsidebarglowpink}
  350. rgba(278,275,275,.6);
  351. 0 0 13px rgba(238, 156, 178, 1);
  352. -webkit-box-shadow: 0 0 13px rgba(238, 156, 178, 1);
  353. -moz-box-shadow: 0 0 13px rgba(238, 156, 178, 1); {/block:ifsidebarglowpink}
  354. {block:ifsidebarglowpurple}
  355. rgba(278,275,275,.6);
  356. 0 0 13px rgba(222, 92, 255, 1);
  357. -webkit-box-shadow: 0 0 13px rgba(222, 92, 255, 1);
  358. -moz-box-shadow: 0 0 13px rgba(222, 92, 255, 1); {/block:ifsidebarglowpurple}
  359. {block:ifsidebarglowyellow}
  360. rgba(278,275,275,.6);
  361. 0 0 13px rgba(235, 216, 0, 0.6);
  362. -webkit-box-shadow: 0 0 13px rgba(235, 216, 0, 0.6);
  363. -moz-box-shadow: 0 0 13px rgba(235, 216, 0, 0.6); {/block:ifsidebarglowyellow}
  364. {block:ifsidebarglowblue}
  365. rgba(278,275,275,.6);
  366. 0 0 13px rgba(81, 142, 188, 1);
  367. -webkit-box-shadow: 0 0 13px rgba(81, 142, 188, 1);
  368. -moz-box-shadow: 0 0 13px rgba(81, 142, 188, 1); {/block:ifsidebarglowblue}
  369.  
  370. {block:iftransparentsidebar}background:transparent;{/block:iftransparentsidebar}
  371. {block:ifnotransparentsidebar}background: rgba(255,255,255,.5);
  372. border:1px solid {color:border};
  373. {/block:ifnotransparentsidebar}
  374. text-transform:none;
  375. letter-spacing:1px;
  376. text-align:center;
  377. font-family:"bitxmap";
  378. font-size: 10px;
  379. font-style:none;
  380.  
  381. }
  382.  
  383.  
  384. #desription a{
  385.  
  386. }
  387.  
  388.  
  389. .linkss {
  390.  
  391. opacity:1;
  392. position: fixed;
  393. font-family:"bitxmap";
  394. padding-top: 10px;
  395. padding-bottom: 0px;
  396. margin-top: 3px;
  397. margin-left: 0px;
  398. padding-left: 0px;
  399. padding-right: 0px;
  400. letter-spacing: 1px;
  401. height: 170px;
  402. width: 90%;
  403. -o-transition-transition: all 1s ease-out;
  404. -webkit-transition: all 0.7s ease-out;
  405. -moz-transition: all 0.6s ease-out;
  406.  
  407. }
  408.  
  409. #linkss a {
  410. line-height:190%;
  411. background:{color:linkbg};
  412. width:90%;
  413. padding 15px;
  414. border:1px solid{color:border};
  415. margin-bottom: 5px;
  416. font-size: 10px;
  417. font-style:normal;
  418. text-align:left;
  419. text-transform:none;
  420. opacity:1;
  421.  
  422. -o-transition-transition: all 1s ease-out;
  423. -webkit-transition: all 0.7s ease-out;
  424. -moz-transition: all 0.6s ease-out;
  425.  
  426. }
  427. .linkss a:hover{
  428. background-color:transparent;
  429. color:{color:hover};}
  430.  
  431. .sidebar:hover #linkss{
  432. background-color:transparent;
  433. opacity:1;
  434. -o-transition-transition: all 1s ease-out;
  435. -webkit-transition: all 0.7s ease-out;
  436. -moz-transition: all 0.6s ease-out;
  437. }
  438.  
  439. .thingys{
  440. margin-left:0px;
  441. width:158px;
  442. padding-right:5px;
  443. display:block;
  444. text-align:center;
  445. margin-top:20px;}
  446.  
  447. .links {
  448. margin-left:{text:nav button margin left}px;
  449. width:58px;
  450. padding-right:5px;
  451. display:block;
  452. text-align:center;
  453. margin-top:20px;}
  454.  
  455. .links a {
  456. width:63px;
  457.  
  458. display:block;
  459. padding:2px;
  460. width:auto;
  461. font-family:'calibri';
  462. font-weight:normal;
  463. text-decoration:none;
  464. text-transform:lowercase;
  465. font-size:10px;
  466. color:{color:link};
  467. -webkit-transition:all 0.5s ease-in-out;
  468. -moz-transition:all 0.5s ease-in-out;
  469. -o-transition:all 0.5s ease-in-out;
  470. transition:all 0.5s ease-in-out;}
  471.  
  472. .links a:hover {
  473.  
  474.  
  475. text-decoration:underline;
  476. color:{color:hover};
  477. -webkit-transition:all 0.5s ease-in-out;
  478. -moz-transition:all 0.5s ease-in-out;
  479. -o-transition:all 0.5s ease-in-out;
  480. transition:all 0.5s ease-in-out;}
  481.  
  482. #questions {
  483. -webkit-transition: all 0.3s linear;
  484. -moz-transition: all 0.3s linear;
  485. transition: all 0.3s linear;
  486. background-color:transparent;
  487. color: {color:text};
  488. margin-left:0px;
  489. padding:5px;
  490. margin-top:-10px;
  491. margin-bottom:5px;
  492. font-family:"bitxmap";
  493. font-size:10px;
  494. font-style:normal;
  495. text-align:left;
  496. }
  497. #questions img{
  498. border: 1px solid {color:border};
  499. border-radius:30px;
  500. width:50px;
  501. -webkit-transition: all 1s ease-in-out;
  502. -moz-transition: all 0.6s ease-in-out;
  503. -o-transition: all 0.6s ease-in-out;
  504. -ms-transition: all 0.6s ease-in-out;
  505. }
  506. #questions:hover img{
  507. -webkit-transition: all 1s ease-in-out;
  508. -moz-transition: all 0.6s ease-in-out;
  509. -o-transition: all 0.6s ease-in-out;
  510. -ms-transition: all 0.6s ease-in-out;
  511. -webkit-transform: rotate(360deg);
  512. -moz-transform: rotate(0deg);
  513. -o-transform: rotate(360deg);
  514. }
  515.  
  516. .note {
  517. -webkit-transition: all 0.3s linear;
  518. -moz-transition: all 0.3s linear;
  519. transition: all 0.3s linear;
  520. padding:5px 20px 0px 20px;
  521. background: transparent;
  522. text-transform:lowercase;
  523. letter-spacing:0px;
  524. font-size: 11px;
  525. font-style:normal;
  526. text-align:left;
  527. line-height:120%;
  528. }
  529.  
  530. .note li {
  531. -webkit-transition: all 0.3s linear;
  532. -moz-transition: all 0.3s linear;
  533. transition: all 0.3s linear;
  534. list-style-type:none;
  535. padding:5px 25px 5px 25px;
  536. text-align:left;
  537. margin-right:30px;
  538. margin-top:-50px;
  539. }
  540.  
  541.  
  542.  
  543. #ash{
  544. opacity:.9;
  545. background: #fff;
  546. {block:iftagsshadow}box-shadow: 0px 1px 2px 2px #fff;{block:iftagsshadow}
  547. {block:iftagsborder}border: 1px solid {color:border};{/block:iftagsborder}
  548. font-family: "bitxmap";
  549. font-size:9px;
  550. color: {color:link};
  551. padding-right:4px;
  552. margin-top: 10px;
  553. height:14px;
  554. -webkit-transition: all 1s linear;
  555. -moz-transition: all 0.3s linear;
  556. transition: all 0.3s linear;
  557. }
  558.  
  559. #ash:hover{
  560.  
  561. border-radius:3px;
  562. -webkit-transition: all 0.3s linear;
  563. -moz-transition: all 0.3s linear;
  564. transition: all 0.3s linear;
  565. background-color:{color:tagbg};
  566. }
  567.  
  568. #info {
  569. padding-top:3px;
  570. font-family:"bitxmap";
  571. text-align:right;
  572. margin-top:10px;
  573. text-transform:none;
  574. font-style:none;
  575. font-size:10px;
  576. line-height:100%;
  577.  
  578. -webkit-transition: all 0.3s linear;
  579. -moz-transition: all 0.3s linear;
  580. transition: all 0.3s linear;
  581. }
  582.  
  583. #RebloggedFrom {
  584. font-family:"bitxmap";
  585. text-align:center;
  586. margin-top:5px;
  587. padding-bottom:0px;
  588. text-transform:none;
  589. font-style:none;
  590. font-size:10px;
  591. }
  592.  
  593. #tags {
  594. height:auto;
  595. opacity:.8;
  596. background: #fff;
  597. {block:iftagsshadow}box-shadow: 0px 1px 2px 2px #fff;{block:iftagsshadow}
  598. {block:iftagsborder}border: 1px solid {color:border};{/block:iftagsborder}
  599. line-height:170%;
  600. font-family:"bitxmap";
  601. text-align:right;
  602. margin-top:10px;
  603. padding-bottom:0px;
  604. text-transform:none;
  605. font-style:none;
  606. font-size:10px;
  607. -webkit-transition: all 0.3s linear;
  608. -moz-transition: all 0.3s linear;
  609. transition: all 0.3s linear;
  610. }
  611. #tags a{
  612.  
  613. padding:3px;
  614.  
  615. }
  616. #tags:hover{
  617. background:{color:tagbg};
  618. -webkit-transition: all 0.3s linear;
  619. -moz-transition: all 0.3s linear;
  620. transition: all 0.3s linear;}
  621.  
  622.  
  623.  
  624.  
  625.  
  626. #credit{
  627. right:8px;
  628. bottom:10px;
  629. position:fixed;
  630. padding:5px;
  631. }
  632.  
  633.  
  634.  
  635. #words {
  636.  
  637.  
  638. width: 8000px;
  639. font-size: 45px;
  640. position:fixed;
  641. top:{text:barner top}px;
  642. text-align:left;
  643. letter-spacing:2px;
  644. color: #fff;
  645. left:-200px;
  646. z-index: 100;
  647.  
  648. -webkit-transition: all 0.4s ease-in-out;
  649. -moz-transition: all 0.4s ease-in-out;
  650. -o-transition: all 0.4s ease-in-out;
  651. }
  652. #words img{ background-attachment:fixed;
  653. color:#000000;
  654. background-color:transparent;
  655. margin-top: 0px;
  656.  
  657. }
  658.  
  659. #pagination {
  660. margin-left:190px;
  661. margin-top:30px;
  662. text-align:center;}
  663.  
  664. #pagination a {
  665. background-color:#f5f5f5;
  666. display:inline-block;
  667. padding:3px;
  668. width:auto;
  669. font-family:"bitxmap";
  670. font-weight:normal;
  671. text-decoration:none;
  672. text-transform:lowercase;
  673. font-size:14px;
  674. color:{color:link};
  675. -webkit-transition:all 0.5s ease-in-out;
  676. -moz-transition:all 0.5s ease-in-out;
  677. -o-transition:all 0.5s ease-in-out;
  678. transition:all 0.5s ease-in-out;}
  679.  
  680. #pagination a:hover / {
  681. text-decoration:none;
  682. color:#000000;
  683. -webkit-transition:all 0.5s ease-in-out;
  684. -moz-transition:all 0.5s ease-in-out;
  685. -o-transition:all 0.5s ease-in-out;
  686. transition:all 0.5s ease-in-out;}
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695. #s-m-t-tooltip {
  696.  
  697. max-width:300px;
  698. padding:3px 4px 5px 4px;
  699. margin:20px 0px 0px 20px;
  700. background-color:#fff;
  701. font-family:"bitxmap"';
  702. font-size:10px;
  703. letter-spacing:2px;
  704. border: 1px solid {color:border};
  705.  
  706. color:#000;
  707.  
  708. }
  709.  
  710.  
  711.  
  712. {CustomCSS}</style></head><body>
  713. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  714. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  715. <script>(function($){$(document).ready(function(){
  716. $("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:90,tip_fade_speed:400,attribute:"title"});});})(jQuery);
  717. </script>
  718.  
  719. <div id="words"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"><img src="{image:barner}"></div>
  720.  
  721. <div id="sidebar">
  722.  
  723. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  724. <br>
  725.  
  726. </di>
  727. <div id="description">{Description}<br>
  728.  
  729.  
  730.  
  731.  
  732. {block:iflinks}
  733. <div id="linkss">
  734. <a href="/"> index</a>
  735. <a href="/ask">mail</a>
  736. <a href="{text:link 1 url}">{text:link 1}</a>
  737. <a href="{text:link 2 url}"> {text:link 2}</a>
  738. <a href="{text:link 3 url}">{text:link 3}</a>
  739. <a href="{text:link 4 url}"> {text:link 4}</a>
  740. </div>{/block:iflinks}
  741.  
  742. {block:ifupdates}
  743. <div id="thingys">
  744. <a title="home" href="/"><img src="http://static.tumblr.com/2abe6f50bb2bdb2bbb09a2ce6bffc4dc/mqkrxog/9nimu32qm/tumblr_static_gif55.gif"></a>
  745.  
  746. <a title="mail" href="/ask"><img src="http://static.tumblr.com/8badd42053a555851a014c3ea5f50b82/mqkrxog/sNFmu32eo/tumblr_static_gif5.gif"></a>
  747. {block:ifLink1} <a title="{text:link 1}" href="{text:link 1 url}"><img src="https://31.media.tumblr.com/b3fc7cdcb20dca3a8a82660fa309d636/tumblr_inline_n1298dyfhc1rh49pp.gif"></a>{/block:ifLink1}
  748. {block:ifLink2}<a title="{text:link 2}" href="{text:link 2 url}"><img src="https://31.media.tumblr.com/057b177f6ad1017782fd9c94e944ae22/tumblr_inline_n1298sR2VY1rh49pp.gif" </a>{/block:ifLink2}
  749. {block:ifLink3}<a title="{text:link 3}" href="{text:link 3 url}"><img src="https://31.media.tumblr.com/de526e75246f89702c219f2325b7581b/tumblr_inline_n1298l3VHi1rh49pp.gif" </a>{/block:ifLink3}
  750. {block:ifLink4}<a title="{text:link 4}" href="{text:link 4 url}"><img src="https://31.media.tumblr.com/a53f934787bab41a54f3466274691eec/tumblr_inline_n1298h9e6r1rh49pp.gif" </a>{/block:ifLink4}
  751.  
  752. </div>{/block:ifupdates}
  753. {block:ifnavbutton}
  754.  
  755. <ul>
  756. <div class="nintendo" >
  757. <div class="links">
  758. <h4><span style="font-family:arial, sans-serif;
  759. height: 15px; line-height:110%;background-color:{color:background}; width:65px; padding:4px;">{text:navi button}</span></h4>
  760.  
  761. <div align="center">
  762. <a href="/">home</a>
  763. <a href="/ask">mail </a>
  764. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1} </a>{/block:ifLink1}
  765. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2} </a> {/block:ifLink2}
  766. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3} </a> {/block:ifLink3}
  767. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  768. </p>
  769. </div>
  770. </div>
  771. </ul>
  772.  
  773. </div></div>
  774. </center>
  775.  
  776. </div></div>{/block:ifnavbutton}
  777.  
  778. </div>
  779.  
  780. <div id="scrollbar">{scrollbar}</div>
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. {block:HasPages}{block:Pages}
  794.  
  795. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  796.  
  797. </div></center>
  798.  
  799.  
  800. </div>
  801.  
  802. <div id="entries">{block:Posts}{block:iflikeandrebblogbuttons}<div id="casa"><ul class="like_and_reblog_buttons">
  803. <li>{ReblogButton}
  804. <li>{LikeButton}
  805. </ul></div>{/block:iflikeandrebblogbuttons}<div id="post">
  806.  
  807. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  808.  
  809. {block:blockquote}{/block:blockquote}
  810.  
  811. {block:if300px}{block:Photo}
  812. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  813. {/block:Photo}{block:Photoset}<center>{Photoset-250}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  814. {/block:Photoset} {/block:if300px}
  815. {block:if400px}{block:Photo}
  816. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  817. {/block:Photo}{block:Photoset}<center>{Photoset-400}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  818. {/block:Photoset} {/block:if400px}
  819. {block:if500px}{block:Photo}
  820. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  821. {/block:Photo}{block:Photoset}<center>{Photoset-500}</center>{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  822. {/block:Photoset} {/block:if500px}
  823.  
  824. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  825.  
  826. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  827.  
  828. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  829.  
  830. {block:Audio}{AudioPlayerBlack}{/block:Audio}
  831.  
  832. {block:Video}{Video-500}{block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}{/block:Video}
  833.  
  834. {block:Answer}<div id="questions"><img src="{AskerPortraitURL-64}"/> <strong>{Asker} whispered:</strong> {Question}</div>
  835. <div id="answer"> {Answer}</div>{/block:answer}
  836.  
  837.  
  838.  
  839. <div id="ash">
  840. <div id="info">{block:Date}<a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  841. {/block:Date}
  842. <font color=#f371b1>♥</font> {NoteCount}</a>
  843. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> <a title="{ReblogRootName}" href="{SourceURL}">source</a>{/block:RebloggedFrom}
  844. {block:ContentSource}<a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div></div>
  845.  
  846. {block:IfShowTags}
  847. {block:HasTags}<div id="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> </span>{/block:Tags}</div>{/block:HasTags}
  848. {/block:IfShowTags}
  849.  
  850. </div>
  851. {block:PostNotes}{PostNotes}{/block:PostNotes}
  852. {/block:Posts}</div>
  853.  
  854.  
  855. </div>
  856. <div id="credit"><a title="THEME CREDIT" href="http://acrtismonkeys.tumblr.com">☯</a></div>
  857. </body>
  858. {block:Pagination}
  859. <div id="pagination">
  860. {block:PreviousPage}
  861. <a href="{PreviousPage}">back</a>
  862. {/block:PreviousPage}
  863.  
  864. {block:NextPage}
  865. <a href="{NextPage}">next</a>
  866. {/block:NextPage}
  867. </div>
  868. {/block:Pagination}
  869.  
  870. </div>
  871. </body>
  872. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement