nathally

Theme 11

May 14th, 2012
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.08 KB | None | 0 0
  1. <!--          theme por 40kmdevoce | não copie ou estará fodido.                            -->
  2. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  3. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  4. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  5.  
  6. <script type="text/javascript">
  7. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  8. function tb8_makeArray(n){
  9. this.length = n;
  10. return this.length;
  11. }
  12. tb8_messages = new tb8_makeArray(1);
  13. tb8_messages[0] = "{title}";
  14. tb8_rptType = 'infinite';
  15. tb8_rptNbr = 5;
  16. tb8_speed = 100;
  17. tb8_delay = 2000;
  18. var tb8_counter=1;
  19. var tb8_currMsg=0;
  20. var tb8_tekst ="";
  21. var tb8_i=0;
  22. var tb8_TID = null;
  23. function tb8_pisi(){
  24. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  25. document.title = tb8_tekst;
  26. tb8_sp=tb8_speed;
  27. tb8_i++;
  28. if (tb8_i==tb8_messages[tb8_currMsg].length){
  29. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  30. }
  31. if (tb8_currMsg == tb8_messages.length){
  32. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  33. clearTimeout(tb8_TID);
  34. return;
  35. }
  36. tb8_counter++;
  37. tb8_currMsg = 0;
  38. }
  39. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  40. }
  41. tb8_pisi()
  42. </script>
  43.  
  44. <head>
  45.  
  46. <script type="text/javascript">
  47. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  48. </script>
  49.  
  50. <script type="text/javascript">
  51. //desabilita menu de opcoes ao clicar no botao direito
  52. function desabilitaMenu(e)
  53. {
  54. if (window.Event)
  55. {
  56. if (e.which == 2 || e.which == 3)
  57. return false;
  58. }
  59. else
  60. {
  61. event.cancelBubble = true
  62. event.returnValue = false;
  63. return false;
  64. }
  65. }
  66. document.oncontextmenu = desabilitaMenu;
  67. document.onmousedown = desabilitaBotaoDireito;
  68. document.onmouseup = desabilitaBotaoDireito;
  69. </script>
  70.  
  71. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  72.  
  73. <head>
  74. <!-- DEFAULT VARIABLES -->
  75. <meta name="color:background" content="#f5f5f5" />
  76. <meta name="color:link" content="" />
  77. <meta name="color:text" content="#000000" />
  78. <meta name="color:entry" content="" />
  79. <meta name="color:sidebar" content="" />
  80. <meta name="color:linksid" content="" />
  81. <meta name="color:blinks" content="" />
  82. <meta name="color:barra" content="" />
  83.  
  84.  
  85. <meta name="image:sidebar" content="" />
  86. <meta name="text:Link1" content=" appearance" />
  87. <meta name="text:Link1 Title" content=" appearance" />
  88. <meta name="text:Link2" content="appearance" />
  89. <meta name="text:Link2 Title" content="appearance" />
  90. <meta name="text:Link3" content="appearance" />
  91. <meta name="text:Link3 Title" content="appearance" />
  92. <meta name="text:Link4" content="ap" />
  93. <meta name="text:Link4 Title" content="ap" />
  94. <meta name="text:Link5" content="ap" />
  95. <meta name="text:Link5 Title" content="ap" />
  96. <meta name="text:Link6" content="ap" />
  97. <meta name="text:Link6 Title" content="ap" />
  98. <meta name="text:Link7" content="ap" />
  99. <meta name="text:Link7 Title" content="ap" />
  100.  
  101. <meta name="text:titulo" content="" />
  102.  
  103.  
  104. <html>
  105.     <head>
  106.         <title>{Title}</title>
  107.         <link rel="shortcut icon" href="{Favicon}">
  108.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  109.         {block:Description}
  110.             <meta name="description" content="{MetaDescription}" />
  111.         {/block:Description}
  112.     </head>
  113.    
  114.     <style type="text/css">
  115.  
  116.  
  117. ::-webkit-scrollbar{width:4px;height:5px;}
  118. ::-webkit-scrollbar-button:start:decrement
  119. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  120. ::-webkit-scrollbar-track-piece{background-color: #fafafa; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;  border: 1px solid #b5b5b5;}
  121. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  122. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
  123.  
  124.  
  125. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
  126.  
  127.  
  128.  
  129. a {color: {color:link}; text-decoration: none; text-transform: none;}
  130.  
  131. a:hover {color: {color:linkhover}; background-color:{color:post}; text-decoration: none;}
  132.  
  133. p {margin: 6px 0 0 0}
  134.  
  135.  
  136. blockquote{border-left: 3px solid {color:text}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
  137.  
  138. /* navigation */
  139.  
  140. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  141.  
  142. text-align: center; font-size: 85px;}
  143. .left{float:left; margin-left: 10px; width: 40px}
  144. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  145. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  146. .right{float:right; margin-right: 10px; width: 40px}
  147. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  148. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  149.  
  150. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  151. transparent; color:{color:text}; padding: 0px;}
  152.  
  153.  
  154. #entries{float: left; margin-left: 470px; margin-top: 41px;}
  155.  
  156. .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-top: -4px;}
  157.  
  158. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  159. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  160. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  161.  
  162. .image {text-align: center; border: 0px}
  163. .image img {max-width: 500px; margin-bottom: 2px }
  164.  
  165. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  166. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  167. .oiqqtts a, a:hover{text-transform: none;}
  168.  
  169. .chat{line-height: 12px; list-style: none}
  170. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  171. .person1 {background-color: {color:link}; color: {color:background}}
  172. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  173. .person2 {background-color: {color:background}; color: {color: text}}
  174. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  175.  
  176.  
  177. .player {background-color: #000; text-align: left; display:block;}
  178.  
  179. #ask_form{width: 500px; }
  180.  
  181. /* asker */
  182.  
  183. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  184. .answer {padding: 2px}
  185. .answer img {max-width: 470px;}
  186.  
  187. #date {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  188. #date a {font-size: 9px;}
  189.  
  190. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  191. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  192.  
  193. #cap {width: 500px; margin-top: -2px;}
  194. .source {display: none;}
  195.  
  196. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  197. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  198. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  199. .notes img{display: none; border:0px}
  200.  
  201.  
  202. .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
  203. .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
  204. .page a:hover {color:linkhover}
  205.  
  206. .imagem {float: left; padding: 0px; position: fixed;}
  207.  
  208. .imagem img {display: block; width:162px; margin-left: 224px; margin-top: 58px; height: 145px; text-align:center; margin-bottom: 0px; border: 2px solid {color:sidebar}; position: fixed;}
  209.  
  210. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  211. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  212. #paginal a:hover {background: {color:background}; color: {color:link};}
  213. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  214. .ps {position: fixed; margin-left: 390px; padding: 5px; width: 69px; height: auto; top: 45px; background-color: {color:sidebar}; color: {color:text};}
  215.  
  216.  
  217.  
  218. /* DESCRIÇÃO */
  219. .sdescri {text-align: center; height: auto; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; letter-spacing: -1px; position: fixed; margin-left: 224px; height: 132px; width: 233px; background-color: {color:sidebar}; color: #000; padding: 6px; margin-top: 63px; background-attachment: fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  220. .sdescri:hover {background-color: {color:sidebar}; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  221.  
  222. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  223.  
  224. #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  225. #hoverrr:hover {margin-top: 145px;}
  226.  
  227. #frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width: 241px; height:16px; line-height: 15px; position: absolute; margin-left: 0px; font-family: georgia; margin-top: 208px; margin-left: 224px; text-transform: uppercase; position: fixed; padding: 2px; font-size: 14px;}
  228.  
  229. /* barra */
  230.  
  231. #barraone {margin-top: 12px; margin-left: 215px; position: fixed; color: {color:text}; width:2px; height: 175px; background-color: {color:barra};}
  232. #barratwo {margin-top:15px; margin-left: -15px; position: fixed; color: {color:text}; width:211px; height: 2px; background-color: {color:barra};}
  233. #barrathree {margin-top:33px; margin-left: 208px; position: fixed; color: {color:text}; width:2px; height: 180px; background-color: {color:barra};}
  234. #barrafour {margin-top:20px; margin-left: 223px; position: fixed; color: {color:text}; width:210px; height: 2px; background-color: {color:barra};}
  235.  
  236.  
  237. /* LINKS */
  238. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  239.  
  240. #menu{left: 398px; top: 66px; width: 79px; float: left; background-color: {color:sidebar}; position: fixed; height: 149px;}
  241. #links {width: 100px; margin-left:2px; margin-top:2px; padding: 0px; text-align: center;}
  242. #links a {float: left; margin-right: 1px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 75px; background-color: {color:blinks}; color:{color:linksid}; text-decoration: none; text-transform: none; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  243.  
  244. #credit {top: 45px; width: 155px; height: 10px; margin-left: 224px; padding: 5px; background-color:{color:sidebar}; color:{color:text}; text-align: center; position: fixed; font-family: verdana; font-size:10px;}
  245.  
  246.  
  247.  </style>  
  248.  
  249. <body>
  250. <body onkeydown="return false">
  251.  
  252. <div id="hoverrr">
  253.  
  254. <div class="sdescri">{Description}</div>
  255.  
  256. <div id="frase">{text:titulo}</div>
  257.  
  258. </div>
  259.  
  260.  
  261. <div id="credit">
  262. theme by <a href="http://40kmdevoce.tumblr.com"><b>40kmdevoce</b>;<small> <a href="http://chasing69.tumblr.com/">+</a> <a href="http://umapequenapoeta.tumblr.com">+</a></small></div>
  263.  
  264. <div id="menu">
  265. <div id="links">
  266. <a href="{text:Link1}">{text:Link1 Title}
  267. <a href="{text:Link2}">{text:Link2 Title}
  268. <a href="{text:Link3}">{text:Link3 Title}
  269. <a href="{text:Link4}">{text:Link4 Title}
  270. <a href="{text:Link5}">{text:Link5 Title}
  271. <a href="{text:Link6}">{text:Link6 Title}
  272. <a href="{text:Link7}">{text:Link7 Title}
  273. </a></div></div>
  274.  
  275. <div id="barraone"><div id="barratwo"></div></div>
  276. <div id="barrathree"></div><div id="barrafour"></div>
  277.  
  278. <div class="ps"><div id="paginal">
  279. {block:JumpPagination length="4"}
  280. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  281. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  282. {/block:JumpPagination}
  283. </div></div>
  284.  
  285. <div class="imagem"><img src="{image:sidebar}"></div>
  286.  
  287. </div></div>
  288.  
  289.  
  290.  
  291. <div id="entries">
  292.  
  293.  {block:Posts}
  294. <div class="posts">
  295.  
  296. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  297.  
  298. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  299.  
  300. {block:Photoset}{Photoset-500}{/block:Photoset}
  301.  
  302. {block:Quote}
  303. <div class="oiqqtt">“{Quote}”</div>
  304. {block:Source}<div class="oiqqtts"> — {Source}</div>
  305. {/block:Source}
  306. {/block:Quote}
  307.  
  308. {block:Link}
  309. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  310. {block:Description}{Description}{/block:Description}
  311. {/block:Link}
  312.  
  313. {block:Chat}
  314. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  315. <div class="chat"><ul>{block:Lines}
  316. <li class="person{UserNumber}">{block:Label}
  317. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  318. {/block:Chat}
  319.  
  320. {block:Audio}
  321. <div class="player">{AudioPlayerBlack}</div>
  322. {block:Caption}{Caption}{/block:Caption}
  323. {/block:Audio}
  324.  
  325. {block:Video}{Video-500}{/block:Video}
  326.  
  327.  
  328. {block:Answer}
  329. <div class="asker"> <b>{Asker} disse: </b>{Question}</div>
  330. <div class="answer">{Answer}</div>
  331. {/block:Answer}
  332.  
  333.  
  334. <div id="cap">
  335. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  337. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  338.  
  339. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  340.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  341.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  342. {/block:ContentSource}</div></div>
  343. <br>
  344.  
  345.  
  346. <div id="date">
  347. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  348. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank"><b>reblog this fuck!</b></a>{/block:IndexPage}
  349. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  350. {/block:RebloggedFrom}
  351. </div>
  352. </div>{/block:Date}
  353.  
  354.  
  355.  {/block:Posts}
  356. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. </body>
  362. </html>
Advertisement
Add Comment
Please, Sign In to add comment