nathally

theme 30

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