Advertisement
enjoying-the-life

Theme 13

Aug 27th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.28 KB | None | 0 0
  1. <!------------------------- NAO SE INSPIRE NEM USE COMO BASE< NAO DISPONIBILIZE TAMBÉM. THEME TOTALMENTE FEITO POR: enjoying-the-life | Tumblr SAIBA QUE PLAGIO É CRIME E SE EU VER O CÓDIGO DO MEU THEME EU VOU RECONHECER E VOCÊ VAI SE DAR MUITO MAL ------------------>
  2.  
  3.  
  4. <html>
  5. <head>
  6.  
  7. <br /><style type="text/css"> body {cursor:url(""),default} </style><p>
  8. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand' rel='stylesheet' type='text/css'>
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript">
  11. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  12.  
  13. function tb8_makeArray(n){
  14.  
  15. this.length = n;
  16.  
  17. return this.length;
  18.  
  19. }
  20.  
  21. tb8_messages = new tb8_makeArray(1);
  22.  
  23. tb8_messages[0] = "{Title}";
  24.  
  25. tb8_rptType = 'infinite';
  26.  
  27. tb8_rptNbr = 5;
  28.  
  29. tb8_speed = 100;
  30.  
  31. tb8_delay = 2000;
  32.  
  33. var tb8_counter=1;
  34.  
  35. var tb8_currMsg=0;
  36.  
  37. var tb8_tekst ="";
  38.  
  39. var tb8_i=0;
  40.  
  41. var tb8_TID = null;
  42.  
  43. function tb8_pisi()
  44. {
  45. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  46.  
  47. document.title = tb8_tekst;
  48.  
  49. tb8_sp=tb8_speed;
  50.  
  51. tb8_i++;
  52.  
  53. if (tb8_i==tb8_messages[tb8_currMsg].length){
  54.  
  55. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  56.  
  57. }
  58.  
  59. if (tb8_currMsg == tb8_messages.length){
  60.  
  61. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  62.  
  63. clearTimeout(tb8_TID);
  64.  
  65. return;
  66.  
  67. }
  68.  
  69. tb8_counter++;
  70.  
  71. tb8_currMsg = 0;
  72.  
  73. }
  74.  
  75. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  76.  
  77. }
  78.  
  79. tb8_pisi()
  80.  
  81. </script>
  82.  
  83.  
  84.  
  85.  
  86. <link rel="shortcut icon" href="{Favicon}">
  87.  
  88. <meta name="color:background" content="#E8E8E8"/>
  89. <meta name="color:links" content="#000000"/>
  90. <meta name="color:menu1" content="#FFFFFF"/>
  91. <meta name="color:menu2" content="#000000"/>
  92. <meta name="color:menuletra1" content="#000000"/>
  93. <meta name="color:menuletra2" content="#FFFFFF"/>
  94. <meta name="color:sidebar" content="#FFFFFF"/>
  95. <meta name="color:border" content="#696969"/>
  96. <meta name="color:titulo" content="#000000"/>
  97. <meta name="color:box" content="#FFFFFF"/>
  98. <meta name="color:negrito" content="#000000"/>
  99. <meta name="color:italico" content="#000000"/>
  100. <meta name="color:tracejado" content="#000000"/>
  101.  
  102.  
  103. <meta name="image:sideimage" content="http://static.tumblr.com/cjfqn1h/vAdm9ft7x/sidebar3.gif"/>
  104. <meta name="image:background" content=""/>
  105.  
  106. <meta name="text:Link1" content="link" />
  107. <meta name="text:Link1 Title" content="troque" />
  108. <meta name="text:Link2" content="Link" />
  109. <meta name="text:Link2 Title" content="esses" />
  110. <meta name="text:Link3" content="link" />
  111. <meta name="text:Link3 Title" content="links" />
  112. <meta name="text:Link4" content="Link" />
  113. <meta name="text:Link4 Title" content="no appearance" />
  114.  
  115.  
  116. <script type="text/javascript">
  117. //desabilita menu de opcoes ao clicar no botao direito
  118. function desabilitaMenu(e)
  119. {
  120. if (window.Event)
  121. {
  122. if (e.which == 2 || e.which == 3)
  123. return false;
  124. }
  125. else
  126. {
  127. event.cancelBubble = true
  128. event.returnValue = false;
  129. return false;
  130. }
  131. }
  132. document.oncontextmenu = desabilitaMenu;
  133. document.onmousedown = desabilitaBotaoDireito;
  134. document.onmouseup = desabilitaBotaoDireito;
  135. </script>
  136.  
  137.  
  138.  
  139.  
  140.  
  141. <style type="text/css">
  142.  
  143. html::-webkit-scrollbar {width:1; height:auto;background: #FFF;}
  144.  
  145. html::-webkit-scrollbar-corner { background: #FFF;}
  146.  
  147. html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  148.  
  149. html::-webkit-scrollbar-button:horizontal {width:1;display:block;}
  150.  
  151. html::-webkit-scrollbar-thumb:vertical {background-color: #000 ;}
  152.  
  153. html::-webkit-scrollbar-thumb:horizontal {background-color: #000 ; }
  154.  
  155. html::-webkit-scrollbar-thumb {background-color: #000 ;}
  156.  
  157. html::-webkit-scrollbar-thumb:hover {background-color: #000 ;}
  158.  
  159. html::-webkit-scrollbar-track-piece {background: none;}
  160.  
  161.  
  162. .viaesource {display: none;}
  163.  
  164.  
  165. /** Fundo **/
  166. body{background: {color:background} Url('{image:background}'); color: #000000; font-family: Verdana; font-size: 11px; background-attachment:fixed; background-repeat:repeat;}
  167.  
  168. /** Titulo dos posts **/
  169.  
  170. h1 { font-size: 23px; color: {color:titulo};font-family: 'Patrick Hand', arial, serif;}
  171.  
  172. h2 {color: {color:titulo}; font-family: 'Patrick Hand', cursive; font-size:24px; line-height:29px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; border-bottom: 0px solid #eee;}
  173.  
  174. /** tags **/
  175. .datee {font-family: Verdana; font-size:7pt; color: {color:menuletra1}; -webkit-border-radius: 5px;
  176.  
  177. -moz-border-radius: 5px;
  178.  
  179. border-radius: 5px; padding: 2px; line-height: 13px;text-align: center;}
  180.  
  181. /** cores , links **/
  182. a {
  183. color: {color:links};
  184. text-decoration: none;
  185. -webkit-transition: color 0.5s ease-out;
  186. -moz-transition: color 0.5s ease-out;
  187. transition: color 0.5s ease-out;}
  188.  
  189.  
  190. s {color: {color:tracejado};}
  191. i {color: {color:italico};} em {color: {color:italico};}
  192. b {color: {color:negrito};} strong {color: {color:negrito};}
  193. u, span.sublinha {text-decoration: none; border-bottom: 1px solid tracejado};}
  194.  
  195. /**bordas **/
  196. .border {border:5px solid color:border};}
  197.  
  198.  
  199. /** tracejados **/
  200.  
  201. .divtraso {border-bottom: 1px solid #000; margin-bottom: 0px; padding:2px;}
  202.  
  203.  
  204.  
  205. /** balão da ask **/
  206. .bubble {align:right;background:#f1f1f1; margin:7px 5px 5px 68px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; font: 11px Verdana, tahoma, Tahoma; text-shadow: 0px 1px 1px #FFFFFF;}
  207.  
  208. .bubble p {margin:1px 0px;}
  209.  
  210. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #f1f1f1;}
  211.  
  212. .askborder {float: left; margin: 1px 4px 0 0;padding: 0px; -webkit-border-radius: 360px; -moz-border-radius: 0px; border-radius: 0px;}
  213.  
  214. /** caixas e conteúdos **/
  215.  
  216.  
  217. .box{
  218. background: {color:box};
  219. background-repeat: no-repeat;
  220. padding: 5px;
  221. margin-bottom: 8px;overflow:auto;
  222. }
  223.  
  224. .box1{
  225. background: {color:box};
  226. background-repeat: no-repeat;
  227. padding: 5px;
  228. margin-bottom: 8px;overflow:auto;
  229. }
  230.  
  231. #conteudo { width: 560px; padding-bottom: 8px; margin-top:30px; color: #777; font: 11px Kristen ITC; margin-bottom: 15px; margin-left: 5px; padding: 5px; float: left; }
  232.  
  233. /** sidebar **/
  234.  
  235. #sidebar {float: left;margin-top:88px;margin-left:130px;position:fixed;padding:0px;width: auto;}
  236.  
  237. #caixa1{ background: {color:sidebar}; padding: 5px; margin-bottom: 15px;text-align: justify; margin-bottom: 10px; }
  238.  
  239.  
  240.  
  241.  
  242. /** Navegação **/
  243.  
  244. .menudd{width:312px;float:left;margin: 0px 0 0 0px;position:fixed; }
  245.  
  246. .nav1{font: 12px calibri;line-height: 10px; display: inline-block;color: {color:menuletra1};background: {color:menu1};padding: 2px;width: 206px;height:12px; margin: 1px;text-align:center; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; overflow:hidden;}
  247.  
  248. .nav1:hover{ letter-spacing: 8px}
  249.  
  250. .nav2{font: 12px calibri;line-height: 10px; display: inline-block;color: {color:menuletra2};background: {color:menu2};padding: 2px;width: 98px;height:12px; margin: 1px;text-align:center;; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; overflow:hidden;}
  251.  
  252. .nav2:hover{ letter-spacing: 8px}
  253.  
  254. /** Paginação **/
  255. a.page, a.page:visited, a.page:active {width: 50px; background:transparent; padding: 2px; color: #000 ; display: block; text-decoration: none; text-align: center; margin-top: 3px; font-size: 14px; font-family: verdana;}
  256. .righty {top: 88px; z-index: 4; position: fixed;right:1065px;}
  257. .lefty {top: 88px; z-index: 4; position: fixed;left:200px; }
  258.  
  259.  
  260.  
  261. /*** notes hover*/
  262.  
  263.  
  264. .boxnotes {margin-left: 0px; margin-top: 5px;width:520px; background: transparent;
  265.  
  266. text-align:center; color:transparent; padding: 5px; position: absolute;text-transform: uppercase;
  267.  
  268. line-height: 13px; font: normal 7pt verdana;
  269.  
  270. opacity:0;z-index: 4; -webkit-transition-duration: 2.00s;}
  271.  
  272.  
  273.  
  274. .box:hover .boxnotes {background: #FFF;
  275.  
  276. text-align:center; color: #000; padding: 5px; opacity:1;text-shadow: 0px 1px 1px #FFFFFF;}
  277.  
  278.  
  279.  
  280.  
  281. </style>
  282.  
  283. </head>
  284.  
  285. <body onkeydown="return false">
  286.  
  287. <div id="sidebar">
  288. <div id="caixa1">
  289. <img src="{image:sideimage}" width="200" height="210" >
  290. </div></div>
  291.  
  292. <div style="position:fixed; width:300px; left: 137px; top:332px; padding-top:0px;">
  293.  
  294. <a href="{text:Link1}" ; div class="nav1">{text:Link1 Title}</a>
  295. <a href="{text:Link2}" ; div class="nav2">{text:Link2 Title}</a>
  296. <a href="{text:link3}" ; div class="nav2">{text:Link3 Title}</a>
  297. <a href="{text:Link4}" ; div class="nav1">{text:Link4 Title}</a>
  298.  
  299. </div>
  300.  
  301. <div style="position:absolute; widht:150px; left:185px;top:390px;position: fixed; text-align: right;" ><center><div style="padding:0px;;text-align: justify; line-height: 110% ;font-family: tinytots;font-size: 8px;text-transform: uppercase;color: #000;"><center>
  302. theme by: <font color="#a9a9a9"><a href="http://enjoying-the-life.tumblr.com">Enjoying the Life</a></font>.<br> Plágio é crime!.</center></div></div>
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310. <div style="position:absolute; width:540px; left: 390px; top:60px; padding-top:0px; z-index:2;">
  311.  
  312. <!— liuc —>
  313.  
  314. <div id="liuc"> {block:Posts} <div id="main">
  315.  
  316. {block:Regular}<div class="post"><div class="box">
  317. <div class="boxnotes">
  318. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  319.  
  320. {block:Title}<center><h1>{Title}</h1></center>{/block:Title}
  321. <div class="entry"><center>{Body}</center></div>
  322.  
  323. </div></div>
  324. {/block:Regular}
  325.  
  326.  
  327. <!---------------- FOTOS DO POSTS ------------->
  328.  
  329. {block:Photo}
  330. <div class="post"><div class="box">
  331. <div class="boxnotes">
  332. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  333.  
  334. <center>
  335. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=530px class="border">{LinkCloseTag}</center>
  336. {block:Caption}
  337.  
  338. <div class="caption"><center>{Caption}</center></div>
  339. {/block:Caption}
  340. <div style="clear:both;"></div>
  341.  
  342.  
  343. {/block:Photo}
  344.  
  345.  
  346. <div style="clear:both;"></div>
  347.  
  348. <!---------- ASK --------------------------->
  349. {block:Answer}
  350. <div class="post"><div class="box">
  351. <img src="{AskerPortraitURL-48}" class="bordailb" align="left" class="askborder"><div class="bubble"><span></span>{Asker} sussurou: {Question}<br></div><center>{Answer}</center>
  352. <div style="clear:both;"></div>
  353.  
  354. <BR>
  355.  
  356. {block:Answer}
  357.  
  358. <div style="clear:both;"></div>
  359.  
  360. <!---------- QUOTES --------------------------->
  361.  
  362.  
  363. {block:Quote}
  364. <div class="post"><div class="box">
  365. <div class="boxnotes">
  366. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  367.  
  368.  
  369. <center><h1>"{Quote}"</h1></center>
  370. </span>
  371. {block:Source}<div class="source"><center>&mdash; {Source}</center></div>{/block:Source}
  372.  
  373. <BR>
  374. <div class="divtraso"></div>
  375.  
  376. {/block:Quote}
  377.  
  378.  
  379. <div style="clear:both;"></div>
  380.  
  381. <!---------- LINKS --------------------------->
  382.  
  383.  
  384. {block:Link}
  385. <div class="post"><div class="box">
  386. <div class="boxnotes">
  387. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  388.  
  389. <a href="{URL}" class="link" {Target}><center><h1>{Name}</h1></center></a>
  390. {block:Description}
  391. <div class="description">{Description}</div>
  392. {/block:Description}
  393.  
  394. <BR>
  395.  
  396. {/block:Link}
  397.  
  398. <div style="clear:both;"></div>
  399.  
  400.  
  401. <!---------- CHAT --------------------------->
  402. {block:Chat}
  403. <div class="post"><div class="box">
  404. <div class="boxnotes">
  405. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  406.  
  407.  
  408. <br>{block:Title}<div class="titulo"><a href="{Permalink}"><center>{Title}</center></a></div>
  409. {/block:Title}
  410. <div class="chat">
  411. {block:Lines}
  412. <div class="{Alt} user_{UserNumber}">
  413. {block:Label}
  414. <span class="label"><center>{Label}</span>
  415. {/block:Label}
  416. {Line}</center>
  417. </div>
  418. {/block:Lines}
  419. </div>
  420. <BR>
  421.  
  422. {/block:Chat}
  423.  
  424.  
  425. <div style="clear:both;"></div>
  426.  
  427. <!---------- AUDIO --------------------------->
  428. {block:Audio}
  429. <div class="post"><div class="box">
  430. <div class="boxnotes">
  431. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  432.  
  433. <center>{AudioPlayerBlack}</center>
  434. {block:Caption}
  435. <div class="caption"><center>{Caption}</center></div>
  436.  
  437. {/block:Caption}
  438.  
  439. {/block:Audio}
  440.  
  441. <div style="clear:both;"></div>
  442. <!---------- VIDEOS --------------------------->
  443.  
  444. {block:Video}
  445. <div class="post">
  446. <div class="box">
  447. <div class="boxnotes">
  448. <b>{DayOfMonth}</b>/<b>{MonthNumber}</b> às {24Hour}:{Minutes} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | </a></a> <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  449.  
  450. <br><center>{Video-500}</center>
  451. {block:Caption}
  452. <div class="caption"><center>{Caption}<center></div>
  453. {/block:Caption}
  454.  
  455. <BR>
  456.  
  457. {/block:Video}
  458.  
  459. <div style="clear:both;"></div>
  460.  
  461. <!---------------- NOTAS DOS POSTS ------------->
  462. {block:PostNotes}<div class="box">
  463. <div class="notes-bottom">
  464. {PostNotes}
  465. </div></div>
  466. {/block:PostNotes}
  467.  
  468. </div>
  469.  
  470. <div class="viaesource">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  471. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  472.  
  473. {/Block:Posts}
  474. </div</div>
  475.  
  476. <!-- Paginação-->
  477. <center><div class="lefty">{block:PreviousPage}<a href="{PreviousPage}" class="page">«</a>{/block:PreviousPage}</div><div class="righty">{block:NextPage}<a href="{NextPage}" class="page">»</a>{/block:NextPage}</div></center>
  478.  
  479.  
  480. </div></div></div></div></div></div></div></div></div></div></div></div>
  481. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  482. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  483.  
  484. </head>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement