nathally

Theme 12

May 27th, 2012
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- theme por 40kmdevoce | motherfuckers copy © -->
  4.  
  5. <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'>
  6. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript">
  10. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  11. function tb8_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15. tb8_messages = new tb8_makeArray(1);
  16. tb8_messages[0] = "{title}";
  17. tb8_rptType = 'infinite';
  18. tb8_rptNbr = 5;
  19. tb8_speed = 100;
  20. tb8_delay = 2000;
  21. var tb8_counter=1;
  22. var tb8_currMsg=0;
  23. var tb8_tekst ="";
  24. var tb8_i=0;
  25. var tb8_TID = null;
  26. function tb8_pisi(){
  27. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  28. document.title = tb8_tekst;
  29. tb8_sp=tb8_speed;
  30. tb8_i++;
  31. if (tb8_i==tb8_messages[tb8_currMsg].length){
  32. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  33. }
  34. if (tb8_currMsg == tb8_messages.length){
  35. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  36. clearTimeout(tb8_TID);
  37. return;
  38. }
  39. tb8_counter++;
  40. tb8_currMsg = 0;
  41. }
  42. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  43. }
  44. tb8_pisi()
  45. </script>
  46.  
  47. <head>
  48.  
  49. <script type="text/javascript">
  50. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  51. </script>
  52.  
  53. <script type="text/javascript">
  54. //desabilita menu de opcoes ao clicar no botao direito
  55. function desabilitaMenu(e)
  56. {
  57. if (window.Event)
  58. {
  59. if (e.which == 2 || e.which == 3)
  60. return false;
  61. }
  62. else
  63. {
  64. event.cancelBubble = true
  65. event.returnValue = false;
  66. return false;
  67. }
  68. }
  69. document.oncontextmenu = desabilitaMenu;
  70. document.onmousedown = desabilitaBotaoDireito;
  71. document.onmouseup = desabilitaBotaoDireito;
  72. </script>
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!-- DEFAULT VARIABLES -->
  79. <meta name="color:background" content="#f5f5f5" />
  80. <meta name="color:link" content="" />
  81. <meta name="color:text" content="#aaaaaa" />
  82. <meta name="color:entry" content="" />
  83. <meta name="color:sidebar" content="" />
  84. <meta name="color:links" content="" />
  85. <meta name="color:bglinks" content="#ff00ff" />
  86. <meta name="color:bglinkshover" content="#ffffff" />
  87. <meta name="color:linkshover" content="#ff00ff" />
  88. <meta name="color:barra" content="#ff00ff" />
  89.  
  90.  
  91. <meta name="image:sidebar" content="" />
  92.  
  93.  
  94. <meta name="text:Link1" content=" appearance" />
  95. <meta name="text:Link1 Title" content=" appearance" />
  96. <meta name="text:Link2" content="appearance" />
  97. <meta name="text:Link2 Title" content="appearance" />
  98. <meta name="text:Link3" content="appearance" />
  99. <meta name="text:Link3 Title" content="appearance" />
  100. <meta name="text:Link4" content="ap" />
  101. <meta name="text:Link4 Title" content="ap" />
  102. <meta name="text:Link5" content="ap" />
  103. <meta name="text:Link5 Title" content="ap" />
  104. <meta name="text:Link6" content="ap" />
  105. <meta name="text:Link6 Title" content="ap" />
  106.  
  107. <meta name="text:titulo" content="" />
  108.  
  109.  
  110. <html>
  111. <head>
  112. <title>{Title}</title>
  113. <link rel="shortcut icon" href="{Favicon}">
  114. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  115. {block:Description}
  116. <meta name="description" content="{MetaDescription}" />
  117. {/block:Description}
  118. </head>
  119.  
  120. <style type="text/css">
  121.  
  122.  
  123. ::-webkit-scrollbar{width:4px;height:5px;}
  124. ::-webkit-scrollbar-button:start:decrement
  125. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  126. ::-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;}
  127. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  128. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
  129.  
  130.  
  131. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
  132.  
  133.  
  134.  
  135. a {color: {color:link}; text-decoration: none; text-transform: none;}
  136.  
  137. a:hover {color: {color:linkhover}; background-color:{color:post}; text-decoration: none;}
  138.  
  139. p {margin: 6px 0 0 0}
  140.  
  141.  
  142. blockquote{border-left: 3px solid {color:text}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
  143.  
  144. /* navigation */
  145.  
  146. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  147.  
  148. text-align: center; font-size: 85px;}
  149. .left{float:left; margin-left: 10px; width: 40px}
  150. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  151. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  152. .right{float:right; margin-right: 10px; width: 40px}
  153. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  154. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  155.  
  156. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  157. transparent; color:{color:text}; padding: 0px;}
  158.  
  159.  
  160. #entries{float: left; margin-left: 435px; margin-top: 62px;}
  161.  
  162. .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;}
  163.  
  164. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  165. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  166. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  167.  
  168. .image {text-align: center; border: 0px}
  169. .image img {max-width: 500px; margin-bottom: 2px }
  170.  
  171. .quote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  172. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  173. .quotesource a, a:hover{text-transform: none;}
  174.  
  175. .chat {line-height: 13px; list-style: none }
  176. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  177. .person1 {color: {color:text}; padding: 2px; }
  178. .person1 .label {font-weight: bold; color:{color:text}}
  179. .person2 {color: {color:text}; padding: 2px; }
  180. .person2 .label {font-weight: bold; color:{color:text}}
  181.  
  182. .player {background-color: #000; text-align: left; display:block;}
  183.  
  184. #ask_form{width: 500px; }
  185.  
  186. /* asker */
  187.  
  188. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  189. .answer {padding: 2px}
  190.  
  191. #date {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  192. #date a {font-size: 9px;}
  193.  
  194. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  195. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  196.  
  197. #cap {width: 500px; margin-top: -2px;}
  198. .source {display: none;}
  199.  
  200. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  201. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  202. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  203. .notes img{display: none; border:0px}
  204.  
  205.  
  206. .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
  207. .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
  208. .page a:hover {color:linkhover}
  209.  
  210. .imagem {float: left; padding: 0px; position: fixed;}
  211.  
  212. .imagem img {display: block; width:142px; margin-left: 150px; margin-top: 58px; height: 145px; text-align:center; margin-bottom: 0px; border: 2px solid {color:sidebar}; position: fixed;}
  213.  
  214. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  215. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  216. #paginal a:hover {background: {color:background}; color: {color:link};}
  217. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  218. .ps {position: fixed; margin-left: 336px; padding: 5px; width: 88px; height: auto; top: 266px; background-color: {color:sidebar}; color: {color:text};}
  219.  
  220. /* TUTULO */
  221.  
  222. #topsib {z-index: 90; top: -20px; background-color: {color:background}; width: 1015px; height: 85px; padding: 0px; position: fixed; margin-left: -10px;}
  223. #thtitle {float: left; width: 815px; height:15px; top: 38px; left: 158px; padding:px; text-align: center; position: fixed; background: {color:sidebar}; border: px solid {color:sidebar};}
  224. .jstitulo {clear: both; margin-top: -2px; background-color: {Color:sidebar}; padding: 1px; letter-spacing: 0px; font-size: 23px; font-family: Georgia; color: {color:text}; }
  225.  
  226. /* barra */
  227.  
  228. #barraone {margin-top:90px; margin-left: 135px; position: fixed; color: {color:text}; width:2px; height: 235px; background-color: {color:barra};}
  229. #barratwo {margin-top:203px; margin-left: -30px; position: fixed; color: {color:text}; width:300px; height: 2px; background-color: {color:barra};}
  230. #anuncio {width:200px; height: 200px; margin-left:240px; margin-top:510px; position:fixed; overflow:hidden; background-color: ; border-left:0px solid; padding:3px}
  231.  
  232.  
  233.  
  234. /* DESCRIÇÃO */
  235. #sidescri {width: 135px; left: 305px; height:147px; top: 66px; padding: 1px; background-color: {color:sidebar}; text-align: center; position: fixed; border-top: 0px solid {color:transparent};}
  236. .about{background-color:{color:sidebar};text-align:justify; font-family: verdana; font-size: 9px; color: {color:text}; top: 150px; margin-left: -1px; padding: 2px; -5px; 5px; 5px; width: 131px; }
  237.  
  238. /* LINKS */
  239. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  240.  
  241. #menu{left: 158px; top: 216px; width: 284px; float: left; background-color: {color:sidebar}; position: fixed; height: 49px;}
  242. #links {width: 282px; margin-left:4px; margin-top:4px; padding: 0px; text-align: center;}
  243. #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: 91px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  244. #links a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing: 0px;}
  245.  
  246. #credit {top: 266px; width: 175px; height: 10px; margin-left: 150px; padding: 5px; background-color:{color:sidebar}; color:{color:text}; text-align: center; position: fixed; font-family: verdana; font-size:10px;}
  247.  
  248.  
  249.  
  250. </style>
  251.  
  252. <body>
  253. <body onkeydown="return false">
  254.  
  255.  
  256. <div id="credit">
  257. « theme by <a href="http://40kmdevoce.tumblr.com"><b>40kmdevoce</b>;<small> <a href="http://nostalgia-surreal.tumblr.com">+</a> <a href="http://umapequenapoeta.tumblr.com">+</a></small> »</div>
  258.  
  259.  
  260.  
  261.  
  262. <div id="menu">
  263. <div id="links">
  264. <a href="{text:Link1}">{text:Link1 Title}
  265. <a href="{text:Link2}">{text:Link2 Title}
  266. <a href="{text:Link3}">{text:Link3 Title}
  267. <a href="{text:Link4}">{text:Link4 Title}
  268. <a href="{text:Link5}">{text:Link5 Title}
  269. <a href="{text:Link6}">{text:Link6 Title}
  270. </a></div></div>
  271.  
  272. <div id="barraone"><div id="barratwo"></div></div>
  273.  
  274.  
  275. <div id="topsib"><div id="thtitle"><div class="jstitulo">{text:titulo}</div></div>
  276.  
  277. <div id="sidescri">
  278. <div class="about"> {block:Description}{Description}{/block:Description}</div></div></div></div>
  279.  
  280. <div class="ps"><div id="paginal">
  281. {block:JumpPagination length="4"}
  282. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  283. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  284. {/block:JumpPagination}
  285. </div></div>
  286.  
  287. <div class="imagem"><img src="{image:sidebar}"></div>
  288.  
  289. </div></div>
  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="quote">“{Quote}”</div>
  304. {block:Source}<div class="quotesource"> — {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