nathally

Theme 28

Oct 11th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.41 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.  
  80.  
  81.  
  82. <!-- DEFAULT VARIABLES -->
  83. <meta name="color:background" content="#f5f5f5" />
  84. <meta name="color:link" content="" />
  85. <meta name="color:text" content="#aaaaaa" />
  86. <meta name="color:entry" content="" />
  87. <meta name="color:sidebar" content="" />
  88. <meta name="color:bglinks" content="#555555" />
  89. <meta name="color:links" content="#555555" />
  90. <meta name="color:bglinkshover" content="#555555" />
  91. <meta name="color:linkshover" content="#555555" />
  92. <meta name="color:barra" content="#555555" />
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <meta name="image:sidebar" content="" />
  100.  
  101.  
  102.  
  103. <meta name="text:Link1" content=" appearance" />
  104. <meta name="text:Link1 Title" content=" appearance" />
  105. <meta name="text:Link2" content="appearance" />
  106. <meta name="text:Link2 Title" content="appearance" />
  107. <meta name="text:Link3" content="appearance" />
  108. <meta name="text:Link3 Title" content="appearance" />
  109. <meta name="text:Link4" content="ap" />
  110. <meta name="text:Link4 Title" content="ap" />
  111. <meta name="text:Link5" content="ap" />
  112. <meta name="text:Link5 Title" content="ap" />
  113. <meta name="text:Link6" content="ap" />
  114. <meta name="text:Link6 Title" content="ap" />
  115. <meta name="text:titulo" content="" />
  116.  
  117.  
  118.  
  119. <html>
  120. <head>
  121. <title>{Title}</title>
  122. <link rel="shortcut icon" href="{Favicon}">
  123. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  124. {block:Description}
  125. <meta name="description" content="{MetaDescription}" />
  126. {/block:Description}
  127. </head>
  128.  
  129. <style type="text/css">
  130.  
  131.  
  132. ::-webkit-scrollbar{width:4px;height:5px;}
  133. ::-webkit-scrollbar-button:start:decrement
  134. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  135. ::-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;}
  136. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  137. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
  138.  
  139.  
  140. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
  141. a {color: #9c9c9b; text-decoration: none; text-transform: none;}
  142. a:hover {color: ; background-color: transparent; text-decoration: none;}
  143.  
  144. p {margin: 6px 0 0 0}
  145.  
  146. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid #ececec; padding-left: 5px; }
  147. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid #ececec;}
  148. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #ececec; }
  149. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #ececec; }
  150.  
  151. blockquote img{max-width: 470px!important}
  152. blockquote blockquote img{max-width: 450px!important}
  153. blockquote blockquote blockquote img{max-width: 430px!important}
  154. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  155.  
  156.  
  157.  
  158. /* navigation */
  159.  
  160. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  161.  
  162. text-align: center; font-size: 85px;}
  163. .left{float:left; margin-left: 10px; width: 40px}
  164. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  165. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  166. .right{float:right; margin-right: 10px; width: 40px}
  167. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  168. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  169.  
  170. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  171. transparent; color:{color:text}; padding: 0px;}
  172.  
  173. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  174.  
  175. #entry{float: left; margin-left: 336px; margin-top: 9px;}
  176.  
  177. .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;}
  178.  
  179. #post {float: left; margin-left: 160px; margin-top:112px; z-index:1;}
  180.  
  181. .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;}
  182.  
  183. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  184. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  185. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  186.  
  187. .image {text-align: center; border: 0px}
  188. .image img {max-width: 500px; margin-bottom: 2px }
  189.  
  190. .quote {font-family: calibri; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  191. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  192. .quotesource a, a:hover{text-transform: none;}
  193.  
  194. .chat {line-height: 13px; list-style: none }
  195. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  196. .person1 {color: {color:text}; padding: 2px; }
  197. .person1 .label {font-weight: bold; color:{color:text}}
  198. .person2 {color: {color:text}; padding: 2px; }
  199. .person2 .label {font-weight: bold; color:{color:text}}
  200.  
  201. .player {background-color: #000; text-align: left; display:block;}
  202.  
  203. #ask_form{width: 500px; }
  204.  
  205. /* asker */
  206.  
  207. .question {
  208. color:{color:text};
  209. font-size: 11px;
  210. font-weight: normal;
  211. font-family: verdana;
  212. line-height:95%;
  213. background: {color:background};
  214. position: relative;
  215. min-height:70px;
  216. padding:10px 15px;
  217. margin-bottom:2px;
  218. margin-right:-10px;}
  219.  
  220. .questionarrow {
  221. font-size:30px;
  222. color:{color:background};
  223. vertical-align:middle;
  224. margin-left:-5px!important;}
  225.  
  226.  
  227.  
  228. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  229. .asker a {color:{color:text};}
  230. .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
  231.  
  232.  
  233. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  234. .asking a{color:{color:text};}
  235. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  236.  
  237. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  238.  
  239.  
  240. .answer {color:{color:answer};}
  241.  
  242.  
  243. .credito {opacity: 0.5; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  244. .credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  245.  
  246. #info { text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 0;}
  247. #info a {font-size: 10px; text-transform: uppercase;}
  248.  
  249. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  250. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  251.  
  252. #cap {width: 500px; margin-top: -2px;}
  253. .source {display: none;}
  254.  
  255. .notes {width: 420px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  256. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  257. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  258. .notes img{display: none; border:0px}
  259.  
  260.  
  261. .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
  262. .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
  263. .page a:hover {color:linkhover}
  264.  
  265. .imagem {float: left; padding: 0px; position: fixed; }
  266.  
  267. .imagem img {display: block; width:216px; margin-left: 57px; margin-top: 150px; height: 223px; text-align:center; margin-bottom: 0px; border: 3px solid {color:bglinks}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed;}
  268.  
  269. .imagem:hover {-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.9; filter:alpha (opacity=80)}
  270.  
  271. /* DESCRIÇÃO */
  272.  
  273. #sidescri {width: 222px; left: 64px; height: 35px; top: 410px; padding: 1px; background-color: {color:sidebar}; text-align: center; position: fixed; border-top: 0px solid {color:transparent};}
  274. .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: 220px; }
  275.  
  276. /* TITULO */
  277.  
  278. #thtitle {float: left; width: 221px; height:17px; top: 105px; left: 65px; padding:px; text-align: right; position: fixed; background: {color:background}; border: 0px solid {color:sidebar};}
  279. .jstitulo {clear: both; margin-top: -1px; background-color: {color:sidebar}; padding: 1px; letter-spacing: 0px; font-size: 19px; font-family:pacifico;; color: {color:text}; }
  280.  
  281. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  282.  
  283. #other {margin-top: -50px; margin-left: 50px; position: fixed; color: {color:text}; width:235px; height: 1020px; background-color: {color:sidebar};}
  284. #otherr {margin-top: -50px; margin-left: 47px; position: fixed; color: {color:text}; width:2px; height: 1020px; background-color: {color:sidebar};}
  285. #otherrr {margin-top: -50px; margin-left: 286px; position: fixed; color: {color:text}; width:2px; height: 1020px; background-color: {color:sidebar};}
  286.  
  287. /* LINKS */
  288. #links {position: fixed; width: 222px; height: 17px; margin-left: 57px; margin-top: 132px; background-color:{color:sidebar}; padding: 0px; text-align: center; z-index:1;}
  289. #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: 71px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: uppercase; line-height:15px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  290. #links a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  291.  
  292. #links2 {position: fixed; width: 222px; height: 18px; margin-left: 57px; margin-top: 380px; background-color:{color:sidebar}; padding: -px; text-align: center; z-index:1;}
  293. #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: 71px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: uppercase; line-height:15px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  294. #links2 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
  295.  
  296.  
  297.  
  298. /* PAGINAÇAO */
  299.  
  300.  
  301.  
  302. .page1 {font-family: georgia; position: fixed; margin-left: 175px; margin-top: 500px; font-size: 25px; z-index: 0;}
  303. .page1 a {color: ; background-color: transparent;}
  304. .page1 a:hover {color: ;}
  305.  
  306. .page2 {font-family: georgia; position: fixed; margin-left: 155px; margin-top: 500px; font-size: 25px; z-index: 0;}
  307. .page2 a {color: ; background-color: transparent;}
  308. .page2 a:hover {color: ;}
  309.  
  310.  
  311. #credit {width: 150px; padding: 0px; position:fixed; bottom: 10px; right: -20px; text-align:center; font-family: tahoma; font-size: 9px; text-transform: uppercase; color: {color:link};}
  312.  
  313.  
  314.  
  315. </style>
  316.  
  317. <body>
  318. <body onkeydown="return false">
  319.  
  320. <div id="other"></div>
  321. <div id="otherr"></div>
  322. <div id="otherrr"></div>
  323.  
  324. <div id="thtitle"><div class="jstitulo">{text:titulo}</div></div>
  325.  
  326.  
  327. <div id="credit"><b>© <a href="http://40kmdevoce.tumblr.com/" title="all theme by 40kmdevoce">THEME</a></b></div>
  328.  
  329. <div id="sidescri">
  330. <div class="about"> {block:Description}{Description}{/block:Description}</div></div></div></div>
  331.  
  332.  
  333. <div id="links">
  334. <a href="{text:Link1}">{text:Link1 Title}</a>
  335. <a href="{text:Link2}">{text:Link2 Title}</a>
  336. <a href="{text:Link3}">{text:Link3 Title}</a></div>
  337. <div id="links2">
  338. <a href="{text:Link4}">{text:Link4 Title}</a>
  339. <a href="{text:Link5}">{text:Link5 Title}</a>
  340. <a href="{text:Link6}">{text:Link6 Title}</a>
  341. </div>
  342.  
  343. <div id="side">
  344. <div class="page1">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  345. <div class="page2">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  346. </div>
  347. </div></div></div>
  348.  
  349.  
  350. <div class="imagem"><img src="{image:sidebar}"></div>
  351.  
  352.  
  353. </div></div>
  354.  
  355. <div id="entry">
  356.  
  357. {block:Posts}
  358. <div class="posts">
  359.  
  360. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  361.  
  362. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  363.  
  364. {block:Photoset}{Photoset-500}{/block:Photoset}
  365.  
  366. {block:Quote}
  367. <div class="quote">“{Quote}”</div>
  368. {block:Source}<div class="quotesource"> — {Source}</div>
  369. {/block:Source}
  370. {/block:Quote}
  371.  
  372. {block:Link}
  373. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  374. {block:Description}{Description}{/block:Description}
  375. {/block:Link}
  376.  
  377. {block:Chat}
  378. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  379. <div class="chat"><ul>{block:Lines}
  380. <li class="person{UserNumber}">{block:Label}
  381. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  382. {/block:Chat}
  383.  
  384. {block:Audio}
  385. <div class="player">{AudioPlayerBlack}</div>
  386. {block:Caption}{Caption}{/block:Caption}
  387. {/block:Audio}
  388.  
  389. {block:Video}{Video-500}{/block:Video}
  390.  
  391.  
  392. {block:Answer}
  393. <table width="500px" cellspacing="0" cellpadding="0">
  394. <tr>
  395. <td width="515px" class="question">{Question}</td>
  396. <td width="30px"><span class="questionarrow">◤</span></td>
  397. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br><center>{Asker}</center></td>
  398. </tr>
  399. </table>
  400. <div class="answer"><center>{Answer}</center></div>
  401. {/block:answer}
  402.  
  403.  
  404.  
  405. <div id="cap">
  406. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  407. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  408. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  409.  
  410. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  411. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  412. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  413. {/block:ContentSource}</div></div>
  414. <br>
  415.  
  416. <div class="credito">
  417. {block:Date}<div id="info">
  418. <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><center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  419. </div></center>{/block:Date}</div>
  420. </div>
  421.  
  422.  
  423. {/block:Posts}
  424. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  425. </div>
  426. </div>
  427. </div>
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment