completaimperfeita1

theme11 completaimperfeita

Nov 3rd, 2011
4,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 12.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6.  <!-- ----------------------------------
  7.     Theme por Completa Imperfeita.
  8.     Não copie, não se inspire e NUNCA, NUNCA, NUNCA, NUNCA, RETIRE OS CRÉDITOS!
  9.     ---------------------------------- -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head>
  15. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. s<meta name="font:body" content="georgia" />
  19. <meta name="font:title" content="georgia" />
  20. <meta name="color:sidebar" content="#ffffff" />
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="color:entry" content="#ffffff" />
  23. <meta name="color:text" content="#000000" />
  24. <meta name="color:link" content="#000000" />
  25. <meta name="color:linkhover" content="#000000" />
  26. <meta name="color:linkbg" content="#000000" />
  27. <meta name="color:texttitle" content="#000000" />
  28. <meta name="color:bgtitle" content="#000000" />
  29. <meta name="color:slinksbg" content="#AAD0EC" />
  30. <meta name="color:slinkstext" content="#000000" />
  31. <meta name="color:slinksbghover" content="#ffffff" />
  32. <meta name="color:slinkstexthover" content="#000000" />
  33. <meta name="color:slinkstexthover" content="#000000" />
  34.  
  35. <meta name="if:Show tags" content="1"/>
  36. <meta name="if:Total right" content="0"/>
  37. <meta name="if:Total left" content="0"/>
  38. <meta name="if:Repeat background image" content="0"/>
  39.  
  40. <meta name="image:sidebar" content=""/>
  41. <meta name="image:background" content=""/>
  42. <meta name="text:subtitle" content="seu titulo aqui" />
  43. <meta name="text:Link1" content="" />
  44. <meta name="text:Link1 Title" content="" />
  45. <meta name="text:Link2" content="" />
  46. <meta name="text:Link2 Title" content="" />
  47. <meta name="text:Link3" content="" />
  48. <meta name="text:Link3 Title" content="" />
  49. <meta name="text:Link4" content="" />
  50. <meta name="text:Link4 Title" content="" />
  51. <meta name="text:Link5" content="" />
  52. <meta name="text:Link5 Title" content="" />
  53. <meta name="text:Link6" content="" />
  54. <meta name="text:Link6 Title" content="" />
  55.  
  56.  
  57.                       <title>{Title}</title>
  58.         <link rel="shortcut icon" href="{Favicon}">
  59.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60.         {block:Description}
  61.   <meta name="description" content="{MetaDescription}" />
  62.         {/block:Description}
  63.  
  64.  
  65.     <style type="text/css">
  66.  
  67.  
  68. body {background-color: {color:background}; font-family: {font:body}; color: {color:text}; text-align: center; font-size: 11px;  background-image:url('{image:background}'); background-attachment: fixed; background-repeat: no-repeat;
  69. {block:IfRepeatBackgroundImage}
  70. background-repeat: repeat;
  71. {/block:IfRepeatBackgroundImage}
  72. {block:IfTotalRight}
  73. background-position:left;
  74. {/block:IfTotalRight}
  75. {block:IfTotalLeft}
  76. background-position:right;
  77. {/block:IfTotalLeft};}
  78.  
  79. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none; text-transform: none;}
  80. a:hover { color:{color:linkhover}; background-color:{color:linkhighlight}; text-decoration: none;}
  81.  
  82. p {margin: 3px 0 0 0}
  83.  
  84. #xp { margin-top: 30px;}
  85.  
  86. h1 {font-family: {font:title}; text-align: center; font-size: 18px; font-style: normal; text-transform: none; color: {color:text}; font-weight: normal; line-height: 22px;}
  87. h1 a {text-align: center; font-size: 18px; font-style: normal; text-transform: none; color: {color:text}; font-weight: normal; line-height: 20px;}
  88. h1 a:hover {text-align: center; font-size: 18px; font-style: normal; text-transform: none; color: {color:text}; font-weight: normal; line-height: 20px;}
  89.  
  90.  
  91. div.links a {font-family:{font:body}; padding-left:0px; position:navigate; font-size: 9px; color:{color:slinkstext}; background-color:{color:slinksbg};  text-transform:lowercase;  margin-right:0px; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; line-height: 0px; margin-left: 2px; width: 80px; padding: 5px 10px 5px 10px; margin-bottom: 0px; height: 0px;}
  92. div.links a:hover {padding-top: 40px; font-weight: normal; color:{color:slinkstexthover}; background-color:{color:slinksbghover}; font-size: 9px;}
  93.  
  94. #sidebar {bottom: 0px; left: 705px; float: left;  width: 280px; position: fixed;}
  95.  
  96. .sidebartitle {margin-left: -10px; margin-top: -30px; width: 290px; height: 100%; background-color: {color:left}; text-align: justify; padding: 10px; position: fixed;}
  97.  
  98. .usericon {text-align: justify; }
  99. .usericon a {border: 0px solid {color:post};}
  100. .usericon a:hover {border: 0px solid {color:background}}
  101.  
  102.  
  103. .ps {padding: 10px; text-align: justify; font-size: 16px; color: {color:text};}
  104. .ps a, a:hover { text-align: none; color: {color:text}; background-color: transparent;}
  105.  
  106.  
  107. .sideb{position: fixed; float: left; margin-top: -30px; margin-left: 200px; width: 120px; height: 100%; font-size: 11px; font-family: {font:body}; color:{color:leftext}; text-align: justify; background: {color:left}; line-height: 14px; padding: 10px;}
  108.  
  109. .ss {margin-top: 0px; text-align: justify; margin-bottom: 4px; font-size:9px; background-color: {color:sidebar}; color: {color:text}; font-family: {font:body}; padding: 5px;}
  110.  
  111.  
  112. .sidebartitle2{width: 496px; top: 0px; margin-left: 290px; background-color: {color:bgtitle}; color: {color:texttitle}; padding:5px; display:block; opacity:1.3; position:fixed; height: 50px}
  113.  
  114. .title {font-family:verdana; font-size:9px; text-align: center; display:block; color: {color:title sideb}; margin-top: -5px; letter-spacing:1px;}
  115. .subtitle {font-family:verdana; font-size:9px; text-align: center; display:block; color: {color:title sideb}; letter-spacing:1px;}
  116.  
  117. .simage { text-align: center;}
  118. .simage img {display: block; width: 230px; text-align: center; margin-left:35px;}
  119.  
  120.  
  121.  <! posts !>
  122.  
  123. #container {background-color:transparent; width: 600px;  text-align: center; margin: 0 auto -10px auto}
  124.  
  125. #entries {margin: 10px 0 0px 0px;float:left;margin-left:290px; text-align: justify; margin-top: 40px}
  126.  
  127. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; color: {color:text}}
  128.  
  129. .quote{position:relative; top:-20px; font-size:60px; opacity:0.2; filter: alpha(opacity = 20);}
  130.  
  131. .source{font-size:10px; margin-left:270px; margin-top: -3px}
  132.  
  133. .source2 {display: none;}
  134.  
  135. .q{margin-left:30px; margin-top:-60px; font-family:{font:title}; font-size: 20px; color:{color:text}; line-height:23px; letter-spacing:-1px;}
  136.  
  137. #entry {margin: 5px 0 -5px 0; width: 500px; background-color:{color:entry}; text-align: justify; padding: 3px}
  138.  
  139. #title {width: 250px; margin-top: 20px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:25px; line-height: 20px;}
  140. #sub {width: 250px; color: ; font-family: verdana; font-size: 9px; padding: 0px;}
  141.  
  142. #simg {margin-bottom:2px; margin-top:1px}
  143. #simg img {width: 270px; height: auto; text-align:center}
  144.  
  145.  
  146. h1{color:{color:title}; font-family:{font:title}; font-size:20px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; text-align:left}
  147.  
  148. #source {text-align: left}
  149.  
  150. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:{font:body}; font-size:11px}
  151. #questions a {color:{color:link}}
  152.  
  153. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  154.  
  155. img a{border:none; width:100%}
  156. .audio{background-color:black; display:block;}
  157.  
  158. .user_1 .label {color:{color:link}; font-weight:bold}
  159. .user_2 .label {color:{color:text}; font-weight:bold}
  160. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  161.  
  162. notes {width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  163. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  164. ol.notes li {margin: 0px; padding: 0px;}
  165.  
  166. .notes img{width:10px; position:relative; top:1px}
  167.  
  168. #info{font-family:{font:body}; font-size:9px; text-transform:none; text-align:left;}
  169.  
  170. ::-webkit-scrollbar{width:10px;height:3px;}::-webkit-scrollbar-button:start:decrement::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}::-webkit-scrollbar-thumb:vertical{height:100px; background-color:#000000;-webkit-border-radius:px;}::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000000;-webkit-border-radius:px;}
  171.  
  172. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  173.  
  174.  <! fim posts !>
  175.  
  176.  
  177. #tumblr_controls{position: fixed!important}
  178. #tumblr_controls{position: fixed!important}
  179. #tumblr_controls{position: fixed!important}
  180.  
  181.  
  182. </style>
  183.  
  184. <body ondragstart='return false'>
  185.  
  186.  
  187. <div id="container">
  188.  
  189. <div id="entries">
  190.  
  191. {block:Posts}
  192. <div id="entry">
  193.  
  194. {block:Title}<h1><center>{Title}</center>&nbsp;</h1>{/block:Title}
  195. {block:Text}{Body}{/block:Text}
  196.  
  197. {block:Quote}
  198. <div class="entry">
  199. <span class="permalink"><a href="{Permalink}">{text:Notes}</a></span>
  200. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  201. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source}
  202. </div>
  203. {/block:Quote}
  204.  
  205. {block:Link}<a href="{URL}" class="link" {Target}><h1><center>{Name}</center>&nbsp;</h1></a>
  206. {block:Description}{Description}{/block:Description}{/block:Link}
  207.  
  208. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  209. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  210.  
  211. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  212.  
  213. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  214.  
  215. {block:Answer}<div id="questions"><b>{Asker}</b> whispered, "{Question}"</div>
  216. {Answer}{/block:answer}
  217.  
  218. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  219.  
  220. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date} . {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} . <a href="{ReblogURL}" target="_blank">reblog</a> {block:ContentSource}{block:SourceLogo}
  221.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  222.         {/block:SourceLogo}{block:NoSourceLogo}{/block:NoSourceLogo}</a>
  223. {/block:ContentSource}
  224. {block:ContentVia}{block:ViaLogo}
  225.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{ViaTitle}" />
  226.         {/block:ViaLogo}{block:NoViaLogo}{/block:NoViaLogo}</a>
  227. {/block:ContentVia}
  228. <br>
  229. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  230.  
  231. </div></div><BR>
  232. {/block:Posts}
  233. {block:PostNotes}{PostNotes}{/block:PostNotes}
  234. </div>
  235.  
  236. <div class="sidebartitle2">
  237. <br>
  238. <div class="title"><b>{Title}</b></div>
  239. <div class="links">
  240. <br>
  241. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  242. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  243. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  244. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  245. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  246. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}</div></div></div>
  247.  
  248. <div class="sidebartitle">
  249. <br>
  250. <div class="simage"><img src="{image:sidebar}"/></div>
  251. <div class="ss"><div class="sidebardescr"><div style="color: black; width: 230; text-align: justify; font-family: {font:body}; font-size: 9px; line-height: 100%; height: inline; padding: 1px; margin-left:30px;"> {block:Description}{Description}{/block:Description}</div>
  252. </div></center>
  253. </div>
  254.  
  255. <div id="paginacaoml"><center><span class="info" style="font-weight: normal; font-family: 'Verdana'; font-size: 10px; width: 230px"> Página <b>{CurrentPage}</b> de <b>{TotalPages}</b> </span> ·  {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  256. {block:JumpPagination length="10"}
  257. {block:CurrentPage}<span class="pagina_atual">{PageNumber}{/block:CurrentPage}
  258. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  259. {/block:JumpPagination}
  260. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</span></div>
  261. <div class="ss">
  262. <center><pre><div style="; padding: 0px; overflow: auto; margin-left: 30px; background-color: #f9f9f9; font-family: verdana; letter-spacing: 0px; font-size:9px; width: 150px;">theme por <b>completaimperfeita</b>; base por ntbr. não copie, pfv.</div></pre></center>
  263. </center></div>
  264.  
  265.  
  266. </div>
  267. </div>
  268. </div>
  269. </div>
  270. </div>
  271.  
  272. </body>
  273. </html>
  274.  
Advertisement
Add Comment
Please, Sign In to add comment