winchestersnothemes

Theme - Paradise

Apr 22nd, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ WINCHESTERSNOTE ~ !>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head> <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#f8f8f8" />
  14. <meta name="color:link" content="#000000" />
  15. <meta name="color:linkhover" content="#696969" />
  16. <meta name="color:text" content="#000000" />
  17. <meta name="color:post" content="#ffffff" />
  18. <meta name="color:border" content="#ffffff" />
  19.  
  20.  
  21. <meta name="color:scroll" content="#000000" />
  22.  
  23. <meta name="color:ask" content="#ebebeb" />
  24.  
  25. <meta name="color:linkbg" content="#ffffff" />
  26.  
  27. <meta name="color:linktext" content="#000" />
  28. <meta name="color:linkbgs" content="#000" />
  29. <meta name="color:links" content="#fff" />
  30.  
  31.  
  32.  
  33. <meta name="image:background" content="" />
  34. <meta name="image:tbarr" content="http://static.tumblr.com/02mwukw/GqXm1cxc8/tumblr_m09w9wqypa1r172jyo1_500.jpg"/>
  35.  
  36. <meta name="font:text" content="verdana" />
  37. <meta name="font:title" content="georgia" />
  38.  
  39.  
  40.  
  41.  
  42. <meta name="text:Link1" content="/" />
  43. <meta name="text:Link1 Title" content="link" />
  44. <meta name="text:Link2" content="/" />
  45. <meta name="text:Link2 Title" content="link" />
  46. <meta name="text:Link3" content="/" />
  47. <meta name="text:Link3 Title" content="link" />
  48. <meta name="text:Link4" content="/" />
  49. <meta name="text:Link4 Title" content="link" />
  50. <meta name="text:Link5" content="/" />
  51. <meta name="text:Link5 Title" content="link" />
  52. <meta name="text:Link6" content="/" />
  53. <meta name="text:Link6 Title" content="link" />
  54. <meta name="text:Link7" content="/" />
  55. <meta name="text:Link7 Title" content="link" />
  56. <meta name="text:Link8" content="/" />
  57. <meta name="text:Link8 Title" content="link" />
  58. <script type="text/javascript">
  59.  
  60. // <![CDATA[
  61.  
  62. // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
  63.  
  64. var fgcolour="#000000"; // foreground colour
  65.  
  66. var hlcolour="#f1f1f1"; // highlight colour
  67.  
  68. var bgcolour="#FFFFFF"; // background colour
  69.  
  70. var glcolour="#000000"; // colour of glow around letters
  71.  
  72. var speed=66; // speed colours change, 1 second = 1000
  73.  
  74. var delay=50; // how long to wait between wipes
  75.  
  76. var alink="/"; // page to link text to (set to ="" for no link)
  77.  
  78.  
  79.  
  80. /****************************
  81.  
  82. *Multi-Wipe Neon Text Effect*
  83.  
  84. *(c)2003-12 mf2fm web-design*
  85.  
  86. * http://www.mf2fm.com/rv *
  87.  
  88. * DON'T EDIT BELOW THIS BOX *
  89.  
  90. ****************************/
  91.  
  92. var w_txt, w_txl;
  93.  
  94. var w_flp=bgcolour;
  95.  
  96. var w_sty=Math.floor(Math.random()*8);
  97.  
  98. var w_cnt=-1;
  99.  
  100. var wipes=new Array();
  101.  
  102. var wrand=new Array();
  103.  
  104. window.onload=function() { if (document.getElementById) {
  105.  
  106. var i, wiper, wipei;
  107.  
  108. wiper=document.getElementById("wipe");
  109.  
  110. w_txt=wiper.firstChild.nodeValue;
  111.  
  112. w_txl=w_txt.length;
  113.  
  114. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  115.  
  116. for (i=0; i<w_txl; i++) {
  117.  
  118. wipei=document.createElement("span");
  119.  
  120. wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  121.  
  122. wipes[i]=wipei.style;
  123.  
  124. wipes[i].textShadow=glcolour+" 0px 0px 5px";
  125.  
  126. wipes[i].color=fgcolour;
  127.  
  128. wiper.appendChild(wipei);
  129.  
  130. }
  131.  
  132. if (alink) {
  133.  
  134. wiper.style.cursor="pointer";
  135.  
  136. wiper.onclick=function() { top.location.href=alink; }
  137.  
  138. }
  139.  
  140. for (i=0; i<w_txl; i++) wrand[i]=i;
  141.  
  142. wiper=setInterval("randwipe()", speed);
  143.  
  144. }}
  145.  
  146.  
  147.  
  148. function c(i, shade) {
  149.  
  150. if (shade==bgcolour) wipes[i].textShadow="none";
  151.  
  152. else wipes[i].textShadow=glcolour+" 0px 0px 5px";
  153.  
  154. wipes[i].color=shade;
  155.  
  156. }
  157.  
  158.  
  159.  
  160. function randwipe() {
  161.  
  162. var w_old;
  163.  
  164. if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
  165.  
  166. else {
  167.  
  168. w_cnt=-1;
  169.  
  170. w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  171.  
  172. w_old=w_sty;
  173.  
  174. while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
  175.  
  176. }
  177.  
  178. }
  179.  
  180.  
  181.  
  182. function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
  183.  
  184.  
  185.  
  186. function wipe0() { // curtains
  187.  
  188. if (w_cnt<Math.floor(w_txl/2)) {
  189.  
  190. c(w_cnt, hlcolour);
  191.  
  192. c(w_txl-w_cnt-1, hlcolour);
  193.  
  194. }
  195.  
  196. else if (w_cnt<w_txl) {
  197.  
  198. c(w_cnt, w_flp);
  199.  
  200. c(w_txl-w_cnt-1, w_flp);
  201.  
  202. }
  203.  
  204. }
  205.  
  206.  
  207.  
  208. function wipe1() { // random
  209.  
  210. var i, rand, temp;
  211.  
  212. if (w_cnt==0) {
  213.  
  214. for (i=0; i<w_txl; i++) {
  215.  
  216. rand=Math.floor(Math.random()*w_txl);
  217.  
  218. temp=wrand[i];
  219.  
  220. wrand[i]=wrand[rand];
  221.  
  222. wrand[rand]=temp;
  223.  
  224. }
  225.  
  226. }
  227.  
  228. if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
  229.  
  230. if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
  231.  
  232. }
  233.  
  234.  
  235.  
  236. function wipe2() { // forwards
  237.  
  238. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  239.  
  240. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  241.  
  242. }
  243.  
  244.  
  245.  
  246. function wipe3() { // backwards
  247.  
  248. if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
  249.  
  250. if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
  251.  
  252. }
  253.  
  254.  
  255.  
  256. function wipe4() { // searchlight
  257.  
  258. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  259.  
  260. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  261.  
  262. if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
  263.  
  264. if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
  265.  
  266. if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  267.  
  268. }
  269.  
  270.  
  271.  
  272. function wipe5() { // fade
  273.  
  274. var i;
  275.  
  276. if (w_cnt<w_txl+3) {
  277.  
  278. var start=(w_flp==fgcolour)?bgcolour:fgcolour;
  279.  
  280. var temp="#";
  281.  
  282. for (i=1; i<6; i+=2) {
  283.  
  284. var hex1=parseInt(start.substring(i,i+2),16);
  285.  
  286. var hex2=parseInt(w_flp.substring(i,i+2),16);
  287.  
  288. temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
  289.  
  290. }
  291.  
  292. for (i=0; i<w_txl; i++) c(i, temp);
  293.  
  294. }
  295.  
  296. }
  297.  
  298.  
  299.  
  300. function wipe6() { // flash
  301.  
  302. var i;
  303.  
  304. if (w_cnt<6*Math.floor(w_txl/6)+3) {
  305.  
  306. if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
  307.  
  308. else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
  309.  
  310. else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
  311.  
  312. }
  313.  
  314. }
  315.  
  316.  
  317.  
  318. function wipe7() { // checkerboard
  319.  
  320. var qtr=Math.floor(w_txl/4);
  321.  
  322. if (w_cnt<qtr) {
  323.  
  324. c(w_cnt, hlcolour);
  325.  
  326. c(w_cnt+2*qtr, hlcolour);
  327.  
  328. }
  329.  
  330. else if (w_cnt<2*qtr) {
  331.  
  332. c(w_cnt-qtr, w_flp);
  333.  
  334. c(w_cnt+qtr, w_flp);
  335.  
  336. }
  337.  
  338. else if (w_cnt<3*qtr) {
  339.  
  340. c(w_cnt-qtr, hlcolour);
  341.  
  342. c(w_cnt+qtr, hlcolour);
  343.  
  344. }
  345.  
  346. else if (w_cnt<w_txl) {
  347.  
  348. c(w_cnt-2*qtr, w_flp);
  349.  
  350. c(w_cnt, w_flp);
  351.  
  352. }
  353.  
  354. }
  355.  
  356. // ]]>
  357.  
  358. </script>
  359.  
  360.  
  361.  
  362.  
  363. <title>{Title}</title>
  364. <link rel="shortcut icon" href="{Favicon}">
  365. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  366. {block:Description}
  367. <meta name="description" content="{MetaDescription}" />
  368. {/block:Description}
  369.  
  370. <style type="text/css">
  371.  
  372.  
  373. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  374.  
  375. a {color: {color:link}; text-decoration: none; text-transform: none;}
  376. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  377.  
  378. p {margin: 6px 0 0 0}
  379.  
  380. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:post}; padding-left: 5px; }
  381. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  382. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post}; }
  383. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post}; }
  384.  
  385. blockquote img{max-width: 470px!important}
  386. blockquote blockquote img{max-width: 450px!important}
  387. blockquote blockquote blockquote img{max-width: 430px!important}
  388. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  389.  
  390. #tudo {text-align: center; width: 935px; margin-top: 10px; auto 40px auto; padding: 0px; z-index: 1}
  391.  
  392. #oquevemnadireita {float: left; margin-left: 90px;}
  393.  
  394.  
  395. #msd {width: 350px; height: 250px; margin-left:700px; margin-top: 270px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  396.  
  397.  
  398. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family:{font:text}; font-size: 11px;}
  399.  
  400. h1 {font-family: {font:title}; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  401. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  402. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  403.  
  404. .image {text-align: center; border: 0px}
  405. .image img {max-width: 500px; margin-bottom: 2px }
  406.  
  407. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  408. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  409. .oiqqtts a, a:hover{text-transform: none;}
  410.  
  411. .chat {line-height: 13px; list-style: none }
  412. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  413. .person1 {color: {color:text}; padding: 2px; }
  414. .person1 .label {font-weight: bold; color:{color:text}}
  415. .person2 {color: {color:text}; padding: 2px; }
  416. .person2 .label {font-weight: bold; color:{color:text}}
  417.  
  418. .player {background-color: #000; text-align: left; display:block;}
  419.  
  420. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  421. .answer {padding: 2px}
  422. .answer img {max-width: 470px;}
  423.  
  424.  
  425. #xdate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  426. #xdate a {font-size: 9px;}
  427.  
  428. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  429. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  430.  
  431. #cap {width: 500px; margin-top: -2px;}
  432. .source {display: none;}
  433.  
  434. .notes {width: 519px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  435. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  436. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  437. .notes img{display: none; border:0px}
  438. #sidebar {position: fixed; margin: 0px 0px 0px 150px; z-index: 99999999999;}
  439.  
  440.  
  441. #sideimg {display: block; margin-left:670px; float: right; margin-top: 10px; width: auto; height: auto; background-color: transparent; position: fixed;}
  442. .simg1 img {width:270px; height: 331px; margin-bottom: 2px; border: 3px solid {color:border};}
  443.  
  444.  
  445.  
  446.  
  447.  
  448. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15;-moz-opacity: 0.15; filter: alpha(opacity=15);}
  449. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  450.  
  451. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  452.  
  453. #nav2 {position: fixed; margin-top: 208px; margin-left: 638px; width:50px; height: 32;}
  454. .b2 {position: absolute; margin-top: -15px; margin-left: -3px;}
  455. .b2 a {display: block; width: 150px; height: 14px; line-height: 14px; font-family: tinytots; font-size: 8px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;text-align: center; color:{color:linkbg}; background-color: {color:color2}; padding-top:2px; margin-bottom: 1px; text-transform: uppercase;}
  456. .b2 a:hover{text-align: center; letter-spacing: 2px; font-weight: normal; background-color: {color:color1}; opacity:0.5;}
  457.  
  458. #nav3 {position: fixed; margin-top: 490px; margin-left: 689px; width:50px; height: 32;}
  459. .b3 {position: absolute; margin-top: 1px; margin-left: 0px;}
  460. .b3 a {display: block; width: 150px; height: 14px; line-height: 14px; font-family: tinytots; font-size: 8px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;text-align: center; color:{color:links}; background-color: {color:color1}; padding-top:2px; margin-bottom: 1px; text-transform: uppercase;}
  461. .b3 a:hover{text-align: center; letter-spacing: 2px; font-weight: normal; opacity:0.5;}
  462.  
  463.  
  464. #mls {width: auto; height: auto; margin-left: 865px; margin-top: 500px; position:fixed; overflow:hidden}
  465. #mls a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 85px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
  466. #mls a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
  467.  
  468.  
  469. #mls2 {width: auto; height: auto; margin-left: 960px; margin-top: 500px; position:fixed; overflow:hidden}
  470. #mls2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 85px; background-color: {color:linkbg}; color: {color:linktext};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
  471. #mls2 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
  472.  
  473. #mls3 {width: auto; height: auto; margin-left: 865px; margin-top: 475px; position:fixed; overflow:hidden}
  474. #mls3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 120px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
  475. #mls3 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
  476.  
  477.  
  478. #mls4 {width: auto; height: auto; margin-left: 994px; margin-top: 475px; position:fixed; overflow:hidden}
  479. #mls4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 51px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
  480. #mls4 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
  481.  
  482. #mls5 {width: auto; height: auto; margin-left: 925px; margin-top: 450px; position:fixed; overflow:hidden}
  483. #mls5 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 120px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
  484. #mls5 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
  485.  
  486.  
  487. #mls6 {width: auto; height: auto; margin-left: 865px; margin-top:450px; position:fixed; overflow:hidden}
  488. #mls6 a {display: block; font-family: verdana; font-size: 9px; text-align: center; height: 16px; width: 51px; background-color: {color:linkbgs}; color: {color:linktexts};text-decoration: none; text-transform: lowercase; padding: 3px; margin-bottom: 1px; opacity: 1.0}
  489. #mls6 a:hover{background-color: {color:linkbghover}; color: {color:linktexthover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0.9}
  490.  
  491.  
  492.  
  493.  
  494. .credit {font-size: 9px; font-family: verdana; margin-left: 474px; background-color:transparent;width:370px; color:{color:text}; margin-top:177px; position: fixed; -webkit-transform: rotate(-90deg);}
  495.  
  496. #ttl {float: left; margin-top: -4px; margin-left: -160px; width: 600px; background-color:{color:background}; color: {color:background}; padding: 0px; font-size: 26px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: Just Me Again Down Here;text-transform: ; height: -0px; border: 0px solid {color:background};-webkit-transform: rotate(-00deg) }
  497.  
  498. #ttl a{font-size: 9px; color: {color:text sidbar}; }
  499.  
  500. #page{margin-top:380px; background-color:{color:sidebar}; float:center; width:256px; height:53px; position:fixed; margin-left: 700px;}
  501. .pgs{padding:2px; font-family:Just Me Again Down Here; font-style: italic; font-size: 23px; letter-spacing:1px;}
  502. .pgs a {color: {color:text};}
  503.  
  504.  
  505. .li {opacity: 1}
  506. .li2 {opacity: 0.8}
  507. .li3 {opacity: 0.6}
  508. .li4 {opacity: 0.8}
  509. .li5 {opacity: 1}
  510. ::-webkit-scrollbar{width:5px;height:5px;}
  511. ::-webkit-scrollbar-button:start:decrement
  512. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  513. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  514. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  515. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  516.  
  517. #tumblr_controls{position: fixed!important}
  518. #tumblr_controls{position: fixed!important}
  519. #tumblr_controls{position: fixed!important}
  520. #tumblr_controls{position: fixed!important}
  521.  
  522.  
  523.  
  524.  
  525.  
  526. </style>
  527.  
  528. <body>
  529.  
  530.  
  531.  
  532. <div id="tudo">
  533.  
  534.  
  535. </div>
  536. <div id="msd">
  537. </div>
  538. <div id="sideimg"><div class="simg1">
  539. <img src="http://static.tumblr.com/l4qmyhe/xx0m20zlf/12.jpg">
  540. <div id="ttl"><span id="wipe">{title}</span></div>
  541. </div></div>
  542.  
  543.  
  544.  
  545. <div id="nav2">
  546. <div class="b2">
  547. <a href="{text:Link1}">{text:Link1 Title} </a>
  548. <a href="{text:Link2}">{text:Link2 Title} </a>
  549. <a href="{text:Link3}">{text:Link3 Title} </a>
  550. <a href="{text:Link4}">{text:Link4 Title} </a>
  551. <a href="{text:Link5}">{text:Link5 Title} </a>
  552. <a href="{text:Link6}">{text:Link6 Title} </a>
  553. <a href="{text:Link7}">{text:Link7 Title} </a>
  554. <a href="{text:Link8}">{text:Link8 Title} </a>
  555. <a href="{text:Link9}">{text:Link9 Title} </a>
  556.  
  557. </div></div>
  558.  
  559. <div class="credit"><a href="http://winchestersnote.tumblr.com">theme by <b>winchestersnote</b>. </a>dtls gyap, -apocalipse and c4fajeste. </a> </div>
  560. </div>
  561. <div id="page">
  562. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next »</a>{/block:NextPage}{/block:Pagination}</div></div>
  563.  
  564. </div></div>
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572. <div id="maisparabaixopf">
  573. <div id="oquevemnadireita">
  574.  
  575. {block:Posts}
  576. <div class="danpost">
  577.  
  578. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  579.  
  580. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  581.  
  582. {block:Photoset}{Photoset-500}{/block:Photoset}
  583.  
  584. {block:quote}
  585.  
  586. <o class="fj">“</o><div class="jf">{quote}</div><br>
  587. <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  588.  
  589. {/block:quote}
  590.  
  591. {block:Link}
  592. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  593. {block:Description}{Description}{/block:Description}
  594. {/block:Link}
  595.  
  596. {block:Chat}
  597. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  598. <div class="chat"><ul>{block:Lines}
  599. <li class="person{UserNumber}">{block:Label}
  600. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  601. {/block:Chat}
  602.  
  603. {block:Audio}
  604. <div class="player">{AudioPlayerBlack}</div>
  605. {block:Caption}{Caption}{/block:Caption}
  606. {/block:Audio}
  607.  
  608. {block:Video}{Video-500}{/block:Video}
  609. {block:Answer}
  610. <div id="asker"><b>{Asker} <b>Sussurrou</b> </b> {Question}</div>
  611. <div class="answer">{Answer}</div>
  612. {/block:Answer}
  613.  
  614. <div id="cap">
  615. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  616. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  617. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  618.  
  619. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  620. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  621. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  622. {/block:ContentSource}</div></div>
  623. <br>
  624.  
  625. <div id="xdate">
  626. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#indi<b>rect</b>: <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  627. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank"> click to <b><b>reblog</b></b> this post </a>{/block:IndexPage}
  628. {block:RebloggedFrom}<br>dono do post: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  629. {/block:RebloggedFrom}
  630. </div>
  631. </div>{/block:Date}
  632.  
  633.  
  634. {/block:Posts}
  635. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643. </div>
  644. </div>
  645. </div>
  646. </div>
  647. </div>
  648. </div>
  649.  
  650. </body>
  651. </html>
Advertisement
Add Comment
Please, Sign In to add comment