Advertisement
umapequenapoeta

theme 28

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