Advertisement
umapequenapoeta

theme 32

May 11th, 2012
19,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.76 KB | None | 0 0
  1. <html>
  2.  
  3. <head> <!-- DEFAULT VARIABLES -->
  4. <meta name="color:background" content="#eeeeee" />
  5. <meta name="color:scrollbar" content="000000" />
  6. <meta name="color:link" content="#000000" />
  7. <meta name="color:lhover" content="#000000" />
  8. <meta name="color:text" content="#000000" />
  9. <meta name="color:post" content="#ffffff" />
  10. <meta name="color:sidebar" content="#000000" />
  11. <meta name="color:link menu" content="#ffffff" />
  12. <meta name="color:link menub" content="#eeeeee" /
  13. <meta name="image:background" content="" />
  14. <meta name="image:sidebar1" content="http://static.tumblr.com/wtqmrzh/IqBm3oyjf/theme.jpg" />
  15. <meta name="color:top" content="000000" />
  16.  
  17. <meta name="text:Link1" content="/" />
  18. <meta name="text:Link1 Title" content="1st page" />
  19. <meta name="text:Link2" content="/" />
  20. <meta name="text:Link2 Title" content=link 2" />
  21. <meta name="text:Link3" content="/" />
  22. <meta name="text:Link3 Title" content="link 3" />
  23. <meta name="text:Link4" content="/" />
  24. <meta name="text:Link4 Title" content="link 4" />
  25. <meta name="text:Link5" content="/" />
  26. <meta name="text:Link5 Title" content="link 5" />
  27. <meta name="text:Link6" content="/" />
  28. <meta name="text:Link6 Title" content="link 6" />
  29.  
  30.                       <title>{Title}</title>
  31.         <link rel="shortcut icon" href="{Favicon}">
  32.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33.         {block:Description}
  34.   <meta name="description" content="{MetaDescription}" />
  35.         {/block:Description}
  36.  
  37.     <style type="text/css">
  38.  
  39.  
  40. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  41.  
  42. a {color: {color:link}; text-decoration: none; text-transform: none;}
  43. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  44.  
  45. p {margin: 6px 0 0 0}
  46.  
  47. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:sidebar}; padding-left: 5px; }
  48. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
  49. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  50. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  51.  
  52. blockquote img{max-width: 470px!important}
  53. blockquote blockquote img{max-width: 450px!important}
  54. blockquote blockquote blockquote img{max-width: 430px!important}
  55. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  56.  
  57. /* xxx */
  58.  
  59. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  60.  
  61.  
  62. #textv {width:190px; height: auto; margin-left:-210px; margin-top:-80px; position:fixed; overflow:hidden; background-color: transparent ; color: #000; font-family: tinytots; font-size:8px;text-transform: uppercase; border-left:0px solid; border-right:0px solid; padding:3px;-moz-transform: rotate(5deg);-webkit-transform: rotate(5deg);-o-transform: rotate(5deg);-ms-transform: rotate(5deg);transform: rotate(5deg);}
  63.  
  64. #textv:hover {color: #000;
  65. -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg)}
  66.  
  67.  
  68. #fx {width: 2000px; margin-left: -220px; height: 20px; margin-top: 210px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px;}
  69.  
  70. #slideShowContainer{ float: left; top: 50px; left: 233px; height: auto; width:40px; height: 120px; position: fixed; background-color: #transp; }
  71.  
  72. #slideShow4 {margin-top: 5px; margin-bottom: 5px;}
  73. #slideShow4 img{width: 210px; height: 280px; margin-left: -1px; border: 5px solid {color:sbar};}
  74.  
  75. #sidebar {width:110px;padding:0px!important;margin-left:130px; position:fixed; float:right; top:119px; z-index:0;}
  76.  
  77. #navig {padding:1px 0px; margin-bottom:0px; font-size:8px; font-family:tinytots; text-align:left; margin:auto; margin-top:0px; padding-top:0px;}
  78. #navig a{display:block; color:{color:link menu}; text-transform:uppercase; margin:0px 0px 2px 0px; background-color:{color:text}; padding:2px 15px 0px 10px; height:12px; line-height: 12px; width:295px;}
  79. #navig a:hover {color:{color:link menub}; margin-left:5px; width:230px;}
  80.  
  81. div#sspagination{display: block;background-color: #transparent; font-size: 9px; letter-spacing: -1px; color: #fff; padding: 3px; width: 50px; height: 10px; position: fixed; font-family: verdana; margin-left:185px; margin-top: 70px;z-index:2; ;-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);}
  82.  
  83. div#pgs {text-align: center; font-family: verdana; font-size: 9px; line-height: 120%;}
  84.  
  85. div#pgs a {background: #000; padding:0px 2px; color: #FFF; text-decoration: none; -webkit-transition: all 1.4s ease-out; -moz-transition: all 1.4s ease-out;0.6}
  86.  
  87. div#pgs a:hover {background: #FFF; color: #000; border: none; opacity:1}
  88.  
  89. div#pgs span.pagina_atual {background: #fff; margin: 2px 0 0; padding: 0px 2px; color: #000; font-weight: bold; text-decoration: none;}
  90.  
  91. .credit {background-color: {color:sidebar}; font-size: 8px; color: {color:link menu}; text-align: center; width: 168px; height: auto; position: relative; padding: 2px 5px; text-transform: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: -200px; font-family: tinytots; margin-top:-127px; overflow: hidden;}
  92.  
  93.  
  94. #aright {float: left; margin-left: 450px;}
  95.  
  96. .postbox {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  97.  
  98. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  99. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  100. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  101.  
  102. .image {text-align: center; border: 0px}
  103. .image img {max-width: 500px; margin-bottom: 2px }
  104.  
  105. .aquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  106. .aquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  107. .aquotesource a, a:hover{text-transform: none;}
  108.  
  109. .chat {line-height: 13px; list-style: none }
  110. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  111. .person1 {color: {color:text}; padding: 2px; }
  112. .person1 .label {font-weight: bold;  color:{color:text}}
  113. .person2 {color: {color:text}; padding: 2px;  }
  114. .person2 .label {font-weight: bold;  color:{color:text}}
  115.  
  116. .player {background-color: #000; text-align: left; display:block;}
  117.  
  118. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  119. .answer {padding: 2px}
  120. .answer img {max-width: 470px;}
  121.  
  122. #adate {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  123. #adate a {font-size: 9px;}
  124.  
  125. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  126. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  127.  
  128. #cap {width: 500px; margin-top: -2px;}
  129. .source {display: none;}
  130.  
  131. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  132. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  133. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  134. .notes img{display: none; border:0px}
  135.  
  136. ::-webkit-scrollbar{width:4px;height:5px;}
  137.  
  138. ::-webkit-scrollbar-button:start:decrement
  139.  
  140. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  141.  
  142. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  143.  
  144. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  145.  
  146. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: FFFFFF;-webkit-border-radius:px;}
  147.  
  148. .paginacao {position: absolute; margin-top: 0px; margin-left: 0px; width: 234px; background-color: {color:sidebar}; color: {color:text}; padding: 5px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;position:fixed; z-index:3; }
  149.  
  150. #pages {text-align: center; font-family: verdana; font-size: 8px; line-height: 12px; margin-left:175px;}
  151. #pages a {background: {color:background}; margin: 0 2px 0 0; padding: 2px 4px; color:{color:text}; background-color:{transparent}; text-decoration: none;  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  152. #pages a:hover {background: {color:sidebar}; color: {color:text}; border: none;}
  153. #pages span.pagina_atual {background: {color:sidebar}; margin: 0 2px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  154. .page {clear: both; float: left; width: 255px; float: left; margin-bottom: 0px; background-color: {color:transparent}; margin-top: 0px; border-right: 2px solid {color:background}; margin-left:-185px;}
  155.  
  156.  
  157. #tumblr_controls{position: fixed!important}
  158. #tumblr_controls{position: fixed!important}
  159. #tumblr_controls{position: fixed!important}
  160. #tumblr_controls{position: fixed!important}
  161.  
  162.  
  163. </style>
  164.  
  165. <body>
  166.  
  167.  
  168. <div id="fx">
  169. </div>
  170.  
  171. <div id="sidebar">
  172. <div id="navig">
  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>
  179. </div></div>
  180.  
  181. <div id="slideShowContainer">
  182. <div id="slideShow4"><img src="{image:sidebar1}"></div>
  183. <div id="textv">{description}</div>
  184. <div class="credit">theme por encantei-me, dtls negatividade e nostalgia-surreal.
  185. </div>
  186.  
  187. </div>
  188.  
  189. <center><div id="sspagination"><div id="pgs">{block:JumpPagination length="3"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></center>
  190.  
  191.  
  192.  
  193. <div id="aright">
  194.  
  195.  {block:Posts}
  196. <div class="postbox">
  197.  
  198. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  199.  
  200. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  201.  
  202. {block:Photoset}{Photoset-500}{/block:Photoset}
  203.  
  204. {block:Quote}
  205. <div class="aquote">“{Quote}”</div>
  206. {block:Source}<div class="aquotesource"> — {Source}</div>
  207. {/block:Source}
  208. {/block:Quote}
  209.  
  210. {block:Link}
  211. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  212. {block:Description}{Description}{/block:Description}
  213. {/block:Link}
  214.  
  215. {block:Chat}
  216. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  217. <div class="chat"><ul>{block:Lines}
  218. <li class="person{UserNumber}">{block:Label}
  219. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  220. {/block:Chat}
  221.  
  222. {block:Audio}
  223. <div class="player">{AudioPlayerBlack}</div>
  224. {block:Caption}{Caption}{/block:Caption}
  225. {/block:Audio}
  226.  
  227. {block:Video}{Video-500}{/block:Video}
  228.  
  229.  
  230. {block:Answer}
  231. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  232. <div class="answer">{Answer}</div>
  233. {/block:Answer}
  234.  
  235.  
  236. <div id="cap">
  237. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  238. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  239. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  240.  
  241. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  242.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  243.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  244. {/block:ContentSource}</div></div>
  245. <br>
  246.  
  247.  
  248. <div id="adate">
  249. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  250. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank"><b>reblog this shit</b></a>{/block:IndexPage}
  251. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  252. {/block:RebloggedFrom}
  253. </div>
  254. </div>{/block:Date}
  255.  
  256.  
  257.  {/block:Posts}
  258. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. </div>
  268. </div>
  269. </div>
  270. </div>
  271.  
  272. </body>
  273. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement