Advertisement
mafercuellardiaz

wey hey

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