nathally

Theme 25

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