natioi

theme 2

May 27th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.73 KB | None | 0 0
  1.  
  2. <!--  base da encanta-te, minha linds.  se você copiar essa porra, eu vou te caçar até o inferno e garantir que você tenha uma morte lenta e dolorosa. beijão.  -->
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="color:background" content="#f8f8f8" />
  11. <meta name="color:sidebar" content="#000" />
  12. <meta name="color:post" content="#fff" />
  13. <meta name="color:text" content="#000" />
  14. <meta name="color:title" content="#000" />
  15. <meta name="color:text sidebar" content="#000" />
  16. <meta name="color:link" content="#000" />
  17. <meta name="color:linkhover" content="#000" />
  18. <meta name="color:linkb" content="#fff" />
  19. <meta name="color:scroll" content="#000" />
  20. <meta name="color:scroll bg" content="#fff" />
  21. <meta name="color:border" content="#000" />
  22. <meta name="color:borderhover" content="#fff" />
  23.  
  24. <meta name="font:text" content="verdana" />
  25. <meta name="font:title" content="georgia" />
  26.  
  27. <meta name="image:background" content="" />
  28. <meta name="image:sidee" content="http://static.tumblr.com/vjmbjny/G36m4nw4e/109.png" />
  29.  
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Link4" content="" />
  37. <meta name="text:Link4 Title" content="" />
  38. <meta name="text:Link5" content="" />
  39. <meta name="text:Link5 Title" content="" />
  40. <meta name="text:Link6" content="" />
  41. <meta name="text:Link6 Title" content="" />
  42. <meta name="text:Link7" content="" />
  43. <meta name="text:Link7 Title" content="" />
  44. <meta name="text:frase" content="forever is now." />
  45.  
  46.                       <title>{Title}</title>
  47.         <link rel="shortcut icon" href="{Favicon}">
  48.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49.         {block:Description}
  50.   <meta name="description" content="{MetaDescription}" />
  51.         {/block:Description}
  52.  
  53.     <style type="text/css">
  54.  
  55. ::-webkit-scrollbar{width:9px;height:9px;}
  56. ::-webkit-scrollbar-button:start:decrement
  57. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  58. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  59. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  60. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  61.  
  62. body {background: {color:background}  url('{image:background}')  repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
  63.  
  64. a { text-decoration:none; color:{color:link}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out}
  65. a:hover {text-decoration:none; color:{color:linkhover}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  66.  
  67. p {margin: 6px 0 0 0}
  68.  
  69. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  70. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  71. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  72. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  73.  
  74. blockquote img{max-width: 470px!important}
  75. blockquote blockquote img{max-width: 450px!important}
  76. blockquote blockquote blockquote img{max-width: 430px!important}
  77. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  78.  
  79.  
  80. #content {width:850px; margin: 20px auto 20px auto; }
  81.  
  82. #post {float:left; margin-left:260px; z-index: 70; margin-top: 20px;}
  83.  
  84. #postbox {width:500px; background-color:{color:post}; margin-bottom:0px; padding:8px; text-align: justify; position: relative;}
  85.  
  86. h1 {color:{color:text}; font-family:georgia; font-size:14px; line-height:16px; text-align: center; font-weight:normal; }
  87. h1 a {color:{color:link}}
  88. h1 a:hover {color:{color:link hover}}
  89.  
  90. h2 {color:{color:text}; font-family:georgia; font-size:16px; line-height:16px; text-align: center; font-weight:normal; }
  91. h2 a {color:{color:link}}
  92. h2 a:hover {color:{color:link hover}}
  93.  
  94.  
  95.  
  96. .quote {font-family: georgia; text-align: center; font-size: 14px; line-height: 16px; padding: 3px;}
  97. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  98. .quotesource a, a:hover{text-transform: none;}
  99.  
  100. .chat {line-height: 13px; list-style: none }
  101. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  102. .person1 {color: {color:text}; padding: 2px; }
  103. .person1 .label {font-weight: bold;  color:{color:text}}
  104. .person2 {color: {color:text}; padding: 2px;  }
  105. .person2 .label {font-weight: bold;  color:{color:text}}
  106.  
  107. .player {background-color: #000; text-align: left; display:block;}
  108.  
  109. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  110. .answer {padding: 2px}
  111. .answer img {max-width: 470px;}
  112.  
  113. #date {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background}; padding-top: 5px; padding-bottom: 5px;}
  114. #date a {font-size: 9px;}
  115.  
  116. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  117. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  118.  
  119. #cap {width: 500px; margin-top: -2px;}
  120. .source {display: none;}
  121.  
  122. .notes {width: 515px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left; z-index: 40}
  123. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  124. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  125. .notes img{display: none; border:0px}
  126.  
  127. #sidebar {position: fixed; margin: 0px 0px 0px 9px; padding-right: 1px;}
  128.  
  129. .img {margin-top: 20px; margin-left: -100px; }
  130.  
  131. .img img {border: 3px solid {color:text}; width: 250; height: 370; background-color: {color:border}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out }
  132.  
  133. .img img:hover {border-color: {color:borderhover}; }
  134.  
  135. .linksninjas {margin-top: -350px; margin-left: 20px; float: left; font-family: {font:text}; position: fixed; background: transparent; }
  136.  
  137. .linksninjas a {font-size: 9px; display:block; text-align: center; margin-bottom: 4px; color: {color:link}; }
  138.  
  139. .linksninjas a:hover {background: {color:linkb}; color: #000; opacity: 0.7; }
  140.  
  141. .frase {font-size: 14px; font-family: georgia; margin-top: -25px; margin-left: 3px; width: 250px; height: 22px; color: {color:text}; background: #fff; line-height: 22px; text-align: center; opacity: 0.5; }
  142.  
  143. .frase:hover {opacity: 0.9; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out}
  144.  
  145. .credts {width: 60px; margin-top: -390px; margin-left: 100px; text-align: center; font-size: 11px;  background-color: transparent; line-height: 22px; overflow: hidden; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out}
  146.  
  147. #paginacau{position:fixed; font-size: 23px; font-weight: bold; font-family: verdana; text-align: center; margin-left: 3px; margin-top: 400px;}
  148.  
  149.  
  150.  
  151. #tumblr_controls{position: fixed!important}
  152. #tumblr_controls{position: fixed!important}
  153. #tumblr_controls{position: fixed!important}
  154. #tumblr_controls{position: fixed!important}
  155.  
  156.  
  157.  
  158. </style>
  159.  
  160. <body>
  161.  
  162. <div id="content">
  163.  
  164.  
  165. <div id="sidebar">
  166.  
  167. <div class="img">
  168.  
  169. <img src="{image:sidee}">
  170.  
  171. <div class="linksninjas">
  172.  
  173. <a href="{text:Link1}">{text:Link1 Title}</a>
  174. <a href="{text:Link2}">{text:Link2 Title}</a>
  175. <a href="{text:Link3}">{text:Link3 Title}</a>
  176. <a href="{text:Link4}">{text:Link4 Title}</a>
  177. <a href="{text:Link5}">{text:Link5 Title}</a>
  178. <a href="{text:Link6}">{text:Link6 Title}</a></div>
  179.  
  180. <div class="frase"> {text:frase} </div>
  181.  
  182. <div class="credts">  <a href="http://-incurable.tumblr.com" title="theme by -incurable"><b>©</b>  <a href="http://chasing69.tumblr.com/"> + </a>  <a href="http://encanta-te.tumblr.com/"> + </a></a>
  183.  
  184. </div>
  185. </div>
  186. </div>
  187.  
  188.  
  189. <div id="paginacau">
  190. {block:Pagination}
  191. {block:PreviousPage}<a href="{PreviousPage}">- </a> {/block:PreviousPage}
  192. {block:NextPage}<a href="{NextPage}"> +</a>{/block:NextPage}
  193. {/block:Pagination}</div>
  194.  
  195.  
  196.  
  197. <div id="post">
  198.  
  199. {block:Posts}
  200. <div id="postbox">
  201. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  202.  
  203. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  204.  
  205. {block:Photoset}{Photoset-500}{/block:Photoset}
  206.  
  207. {block:Quote}
  208. <div class="quote">“{Quote}”</div>
  209. {block:Source}<div class="quotesource"> — {Source}</div>
  210. {/block:Source}
  211. {/block:Quote}
  212.  
  213. {block:Link}
  214. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  215. {block:Description}{Description}{/block:Description}
  216. {/block:Link}
  217.  
  218. {block:Chat}
  219. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  220. <div class="chat"><ul>{block:Lines}
  221. <li class="person{UserNumber}">{block:Label}
  222. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  223. {/block:Chat}
  224.  
  225. {block:Audio}
  226. <div class="player">{AudioPlayerBlack}</div>
  227. {block:Caption}{Caption}{/block:Caption}
  228. {/block:Audio}
  229.  
  230. {block:Video}{Video-500}{/block:Video}
  231.  
  232.  
  233. {block:Answer}
  234. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  235. <div class="answer">{Answer}</div>
  236. {/block:Answer}
  237.  
  238.  
  239. <div id="cap">
  240. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  241. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  242. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  243.  
  244. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  245.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  246.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  247. {/block:ContentSource}</div></div>
  248. <br>
  249.  
  250.  
  251. <div id="date">
  252. {block:Date}
  253. <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}
  254. {block:RebloggedFrom}<br> via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  255. {/block:RebloggedFrom}{block:RebloggedFrom} (©<a href="{ReblogRootURL}" title="{ReblogRootTitle}"> {ReblogRootName}</a>){/block:RebloggedFrom}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  256. </div>
  257. </div>
  258. </div>{/block:Date}
  259.  
  260.  
  261.  {/block:Posts}
  262. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  263.  
  264.  
  265. </div>
  266. </div>
  267. </div>
  268.  
  269. </body>
  270. </html>
Advertisement
Add Comment
Please, Sign In to add comment