nathally

Theme 19

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