completaimperfeita1

theme8 completaimperfeita

Oct 18th, 2011
10,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.    Theme 003 by weasleyfleur
  4. -->
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <script type="text/javascript">
  8.  
  9. //desabilita menu de opcoes ao clicar no botao direito
  10.  
  11. function desabilitaMenu(e)
  12.  
  13. {
  14.  
  15. if (window.Event)
  16.  
  17. {
  18.  
  19. if (e.which == 2 || e.which == 3)
  20.  
  21. return false;
  22.  
  23. }
  24.  
  25. else
  26.  
  27. {
  28.  
  29. event.cancelBubble = true
  30.  
  31. event.returnValue = false;
  32.  
  33. return false;
  34.  
  35. }
  36.  
  37. }
  38.  
  39.  
  40.  
  41. //desabilita botao direito
  42.  
  43. function desabilitaBotaoDireito(e)
  44.  
  45. {
  46.  
  47. if (window.Event)
  48.  
  49. {
  50.  
  51. if (e.which == 2 || e.which == 3)
  52.  
  53. return false;
  54.  
  55. }
  56.  
  57. else
  58.  
  59. if (event.button == 2 || event.button == 3)
  60.  
  61. {
  62.  
  63. event.cancelBubble = true
  64.  
  65. event.returnValue = false;
  66.  
  67. return false;
  68.  
  69. }
  70.  
  71. }
  72.  
  73.  
  74.  
  75. //desabilita botao direito do mouse
  76.  
  77. if ( window.Event )
  78.  
  79. document.captureEvents(Event.MOUSEUP);
  80.  
  81. if ( document.layers )
  82.  
  83. document.captureEvents(Event.MOUSEDOWN);
  84.  
  85.  
  86.  
  87. document.oncontextmenu = desabilitaMenu;
  88.  
  89. document.onmousedown = desabilitaBotaoDireito;
  90.  
  91. document.onmouseup = desabilitaBotaoDireito;
  92.  
  93. </script>
  94.  
  95.  
  96.  
  97. <!-- DEFAULT VARIABLES -->
  98.     <meta name="color:background" content="#EEEBD6" />
  99.     <meta name="color:sbar" content="#F8F6E9" />
  100.     <meta name="color:entry" content="#F8F5E1" />
  101. <meta name="if:Total right" content="0"/>
  102. <meta name="if:Total left" content="0"/>
  103. <meta name="if:Repeat background image" content="0"/>
  104.  
  105.     <meta name="color:title" content="#695D51" />
  106.     <meta name="color:text" content="#C0AEA0" />
  107.     <meta name="color:link" content="#83786E" />
  108.     <meta name="color:tlinks" content="#F8F5E1" />
  109.     <meta name="color:textlink" content="#F8F5E1" />
  110.  
  111.     <meta name="color:thover" content="#EBE6CB" />
  112.  
  113.     <meta name="font:title" content="georgia" />
  114.     <meta name="font:body" content="arial" />
  115.  
  116.     <meta name="image:sbar" content=""/>
  117.     <meta name="image:background" content="" />
  118.          
  119.  <meta name="text:Link1" content="" />
  120.           <meta name="text:Link1 Title" content="" />
  121.           <meta name="text:Link2" content="" />
  122.           <meta name="text:Link2 Title" content="" />
  123.           <meta name="text:Link3" content="" />
  124.           <meta name="text:Link3 Title" content="" />
  125.           <meta name="text:Link4" content="" />
  126.           <meta name="text:Link4 Title" content="" />
  127.           <meta name="text:Link5" content="" />
  128.           <meta name="text:Link5 Title" content="" />
  129.           <meta name="text:Link6" content="" />
  130.           <meta name="text:Link6 Title" content="" />
  131.  
  132.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  133.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  134.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  135.     <link rel="shortcut icon" href="{Favicon}" />
  136.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  137.     <style type="text/css">
  138.  
  139. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed;
  140. background-repeat: no-repeat;
  141. {block:IfRepeatBackgroundImage}
  142. background-repeat: repeat;
  143. {/block:IfRepeatBackgroundImage}
  144. {block:IfTotalRight}
  145. background-position:left;
  146. {/block:IfTotalRight}
  147. {block:IfTotalLeft}
  148. background-position:right;
  149. {/block:IfTotalLeft};
  150.  font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  151.  
  152. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  153. a:hover{color:{color:title}; background-color:{color:thover}}
  154.  
  155. #entries{left:50%; margin-left:335px; margin-top:-8px; width:510px}
  156. .source{display:none}
  157. #simg {margin-left:0px; margin-bottom:2px; margin-top:10px}
  158. #simg img {width: 300px; height: auto; text-align:center}
  159.  
  160. #sbar {width:300px; height:1000px; margin-left:15px; margin-top:-20px; position:fixed; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  161.  
  162. #stext {margin-left:14px; font-family:{font:Body}; font-size:10px; width:270px}
  163.  
  164. #pagination {font-family:georgia; text-align:center; font-size:15px}
  165.  
  166. #nav {background-color: {color:sbar}; width: 50px; height: 100%; position: fixed;  font-family: {font:body}; display: block; bottom: 20px;  margin-left: 850px; z-index: 1;}
  167.  
  168. #nav a {color: {color:thover} ; font-size: 48px;}
  169.  
  170.  
  171.  
  172. #timg {margin-left:6px; margin-bottom:2px; margin-top:50px}
  173. #timg img {width: 210px; height: auto}
  174.  
  175. .tlinks{width: 300px; margin-bottom: 10px; }
  176. .tlinks1 {float: left; text-align: center; line-height: 21px;}
  177. .tlinks1 a {display: block; font-family: verdana; font-size: 9px; width: 99px; text-align: center; margin-bottom: 1px; background-color: {color:tlinks}; color:{color:textlink}; text-decoration: none; text-transform: lowercase;}
  178. .tlinks1 a:hover{text-align: center; background-color: {color:thover}; color:{color:textlink};}
  179.  
  180. .tlinks2 {float: left; margin-left: 1px; text-align: center; line-height: 21px;}
  181. .tlinks2 a {display: block; font-family: verdana; font-size: 9px; width: 99px; text-align: center; margin-bottom: 1px; background-color: {color:tlinks}; color:{color:textlink}; text-decoration: none; text-transform: lowercase;}
  182. .tlinks2 a:hover{text-align: center; background-color: {color:thover}; color:{color:textlink};}
  183.  
  184. .tlinks3 {float: left; margin-left: 1px; text-align: center; line-height: 21px;}
  185. .tlinks3 a {display: block; font-family: verdana; font-size: 9px; width: 99px; text-align: center; margin-bottom: 1px; background-color: {color:tlinks}; color:{color:textlink}; text-decoration: none; text-transform: lowercase;}
  186. .tlinks3 a:hover{text-align: center; background-color: {color:thover}; color:{color:textlink};}
  187.  
  188. .tlinks4 {float: left; text-align: center; line-height: 18px;}
  189. .tlinks4 a {display: block; font-family: verdana; font-size: 9px; width: 148px; text-align: center; margin-bottom: 1px; background-color: {color:tlinks}; color:{color:textlink}; text-decoration: none; text-transform: lowercase;}
  190. .tlinks4 a:hover{text-align: center; background-color: {color:thover}; color:{color:textlink};}
  191.  
  192. .tlinks5 {float: left; margin-left: 1px; text-align: center; line-height: 18px;}
  193. .tlinks5 a {display: block; font-family: verdana; font-size: 9px; width: 150px; text-align: center; margin-bottom: 1px; background-color: {color:tlinks}; color:{color:textlink}; text-decoration: none; text-transform: lowercase;}
  194. .tlinks5 a:hover{text-align: center; background-color: {color:thover}; color:{color:textlink};}
  195.  
  196. .tlinks6 {float: left; margin-left: 0px; text-align: center; line-height: 18px;}
  197. .tlinks6 a {display: block; font-family: verdana; font-size: 9px; width: 299px; text-align: center; margin-bottom: 1px; background-color: {color:tlinks}; color:{color:textlink}; text-decoration: none; text-transform: lowercase;}
  198. .tlinks6 a:hover{text-align: center; background-color: {color:thover}; color:{color:textlink};}
  199.  
  200. h1{color:{color:title}; font-family:{font:title}; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  201.  
  202. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  203.  
  204. #source {text-align: left}
  205.  
  206. #info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:left}
  207.  
  208. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:arial; font-size:11px}
  209. #questions a {color:{color:link}}
  210.  
  211. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  212.  
  213. b, strong{color:{color:title}}
  214. i, em {color:{color:link};}
  215. p{margin-top:5px; margin-bottom:5px}
  216. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  217.  
  218. img a{border:none; width:100%}
  219. .audio{background-color:black; display:block;}
  220.  
  221. .user_1 .label {color:{color:link}; font-weight:bold}
  222. .user_2 .label {color:{color:text}; font-weight:bold}
  223. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  224. .title {font-size: 13px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;  text-align:center; letter-spacing: 2px}
  225. .credit{font-size: 9px; text-align: center; color:{color:text}}
  226. .credit a{text-decoration: none;color:{color:link}}
  227. .credit a:hover{color:{color:thover}}
  228.  
  229. .source{display:none}
  230.  
  231. .notes img{width:10px; position:relative; top:1px;}
  232. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  233. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  234.  
  235. ::-webkit-scrollbar{width:8px;height:3px;}
  236. ::-webkit-scrollbar-button:start:decrement
  237. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  238. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  239. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:#000000;-webkit-border-radius:px;}
  240. ::-webkit-scrollbar-thumb:horizontal{width:140px; background-color:#000000;-webkit-border-radius:px;}
  241.  
  242. #ahjussi{
  243.  
  244.     text-align:center;
  245.  
  246.     display:inline-block;
  247.  
  248.     width:170px;
  249.  
  250.     color: #8B7B8B;
  251.  
  252.     background-color: #ECECEC;
  253.  
  254. }
  255.  
  256. #ahjussi:hover #ahjumma a:first-child{
  257.  
  258.     border-top:1px solid #FFF;
  259.  
  260. }
  261.  
  262. #ahjussi:hover #ahjumma{
  263.  
  264.     opacity:1;
  265.  
  266.     margin-top:0px;
  267.  
  268.     -webkit-transition-duration:.2s;
  269.  
  270.     overflow:hidden;
  271.  
  272.     background-color:#8B7B8B;
  273.  
  274.     z-index:9;
  275.  
  276.     height:auto;
  277.  
  278. }
  279.  
  280. #ahjumma{
  281.  
  282.     position:absolute;
  283.  
  284.     margin-top:-5px;
  285.  
  286.     opacity:0;
  287.  
  288.     margin-left:-10px;
  289.  
  290.     width:170px;
  291.  
  292.     overflow:hidden;
  293.  
  294.     height:0px;
  295.  
  296. }
  297.  
  298. #ahjumma a{
  299.  
  300.     color:#181818;
  301.  
  302.     text-align:center;
  303.  
  304.     display:block;
  305.  
  306.     text-transform:lowercase;
  307.  
  308.     line-height:20px;
  309.  
  310. }
  311.  
  312. #ahjumma a:hover{
  313.  
  314.     text-transform:lowercase;
  315.  
  316.     color:#ECECEC;
  317.  
  318.     background-color:#181818;
  319.  
  320. }
  321.  
  322.  
  323.  
  324. .permalink{
  325.  
  326. text-align: center;
  327.  
  328. font-size: 10px;
  329.  
  330. opacity:0;
  331.  
  332. position:center;
  333.  
  334. float:left;
  335.  
  336. padding-left:20px;
  337.  
  338. margin-left:500px;
  339.  
  340. -moz-transition: all 0.3s ease-out;
  341.  
  342. -o-transition: all 0.3s ease-out;
  343.  
  344. -webkit-transition: all 0.3s ease-out;
  345.  
  346. transition: all 0.3s ease-out;
  347.  
  348. }
  349.  
  350. .permalink a:{
  351.  
  352. color: #181818;
  353.  
  354. background-color: transparent;
  355.  
  356. }
  357.  
  358. .permalink a:hover{
  359.  
  360. color: #BAABA6;
  361.  
  362. background-color: #ECECEC
  363.  
  364. }
  365.  
  366.  
  367.  
  368. #entry:hover .permalink{
  369.  
  370. opacity:1;
  371.  
  372. -moz-transition: all 0.3s ease-out;
  373.  
  374. -o-transition: all 0.3s ease-out;
  375.  
  376. -webkit-transition: all 0.3s ease-out;
  377.  
  378. transition: all 0.3s ease-out;
  379.  
  380. }
  381.        
  382.  </style>
  383.     <style type="text/css">{CustomCSS}</style>
  384. </head>
  385.  
  386. <body>
  387.  
  388. <br><br>
  389.  
  390. <div id="sbar">
  391.  
  392. <div id="simg"><img src="{image:sbar}"/></div>
  393. <br>
  394. <div class="title">{title}</div>
  395. <div class="subtitle"><center>{text:subtitle}</center></div><br>
  396.  
  397. <div id="stext">
  398. {block:Description}{Description}{/block:Description}</div>
  399. <br>
  400. <div class="tlinks">
  401. <div class="tlinks1">
  402. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  403.  
  404. </div>
  405. <div class="tlinks2">
  406. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  407.  
  408. </div>
  409. <div class="tlinks3">
  410. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  411. </div>
  412. <div class="tlinks4">
  413. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  414. </div>
  415. <div class="tlinks5">
  416. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  417. </div>
  418.  
  419. <br><br>
  420.  
  421. <div class="credit"> créditos: <a href="http://www.stupefys.tumblr.com"><b>theme</b></a> + <a href="http://www.completaimperfeita.tumblr.com"><b>adaptação</a></b> + <a href="http://www.noheartgirl.tumblr.com"><b>inspiração</b></a></div>
  422. <BR>
  423.  
  424. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  425.  
  426. </div></div>
  427.  
  428. <div id="nav">
  429. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: center; width: 100%"><tr><Td><div id="pagination">
  430. {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  431. </div>
  432. </td></tr></table>
  433. </div>
  434.  
  435.  
  436. <div id="entries">
  437. {block:Posts}
  438. <div id="posts">
  439.  
  440. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  441. {block:Text}{Body}{/block:Text}
  442.  
  443. {block:Quote}<h2>"{Quote}"
  444. <small> — {Source}</small></h2>{/block:Quote}
  445.  
  446. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  447. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  448.  
  449. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  450. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {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}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  457. {Answer}{/block:answer}
  458.  
  459. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  460.  
  461.  
  462. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  463.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  464.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  465. {/block:ContentSource}</div>
  466.  
  467.  
  468. <div id="info"><center>{block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} • <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  469. </span> • {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}</div></div><BR>
  470. {/block:Posts}
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}</center><br>
  472.  
  473. </div>
  474.  
  475. </body>
  476. </html>
  477.  
  478.  
Advertisement
Add Comment
Please, Sign In to add comment