nathally

Theme 26

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