nathally

Theme 20

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