Guest

5

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 10.40 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <!--- TAGS PRINCIPAIS  --->
  2. <html>
  3. <head>
  4.  
  5. <link  href="http://fonts.googleapis.com/css?family=regular" rel="stylesheet" type="text/css" >
  6. <link  href="http://fonts.googleapis.com/css?family=Over+the+Rainbow:regular&v1" rel="stylesheet" type="text/css" >
  7.  
  8. <title>{Title}</title>
  9.  
  10. <style>
  11. /*** CSS  ***/
  12.  
  13. #pagina {width: 700px;
  14. margin-right: auto;
  15. margin-left: auto;
  16. margin-top: auto;
  17. margin-bottom:auto;}
  18. #postsht {position: absolute;
  19. width:545px;
  20. left: 160px;
  21. top: 20px;
  22. margin: auto;
  23. position: relative;}
  24. #sidebarht {width: 200px;
  25. text-align: justify;
  26. float:left;
  27. position:fixed;
  28. margin:20px 0px 0px -10px;
  29. background:#fff;padding:5px}
  30.  
  31. /*** fundo do theme ***/
  32. body {background: #fff url('http://static.tumblr.com/okap6fz/vNUlno0x5/madeira_branca.gif')fixed; color: #777; font-size: 11px; font-family: verdana}
  33.  
  34. /*** do post e da sidebar ***/
  35.  
  36. .post {background: #fff; padding: 20px; }
  37.  
  38.  
  39. /*** letras ***/
  40. h1 {text-align: center; font:25px Dawning of a New Day; color: #99c8c9;}
  41.  
  42. /*** das notes ***/
  43. .notes {padding: 3px; background: #f0f0f0;}
  44.  
  45. /*** links ***/
  46. a:link,a:active,a:visited { color: #E07B89; text-decoration: none; -webkit-transition-duration: .50s;}
  47. a:hover { color: #99c8c9;}
  48.  
  49. /*** negrito e talz ***/
  50. b, strong {color: #E07B89; text-decoration: none; cursor: help;}
  51. s {color: #EB9DB1;cursor: help;}
  52. i {color: #99c8c9; text-decoration: none;cursor: help;}
  53. u, underline {color: #EB9DB1; text-decoration: none; border-bottom: 1px dashed #COR DO SUBLINHADO;cursor: help;}
  54.  
  55. /**menu por mim mesma --'*/
  56. .box {position:fixed; margin-top:-110px; height:60px; background:#99c8c9; padding:20px; width:140px; margin-left:100px;-webkit-transition-duration: 1.00s; -webkit-border-radius: 0px 0px 15px 15px;}
  57. .box:hover {margin-top:-20px;-webkit-transition-duration: 1.00s;}
  58. .nav1 {background:#99c8c9;margin-top:10px;padding:5px; text-align:center ;-webkit-border-radius: 0px 0px 15px 15px;}
  59.  
  60. /***** notes personalizados por Yasmin Lira - wayfordreams */
  61. .supertags {margin-left: -20px; background: #fff; text-align:center; color: transparent; padding: 5px; position: absolute; opacity:0; z-index: 4; font-family: verdana color: #777
  62. -webkit-transition-duration: .90s;}
  63.  
  64. .post:hover .supertags {margin-left: 0px; min-width: auto;background: #fff; font-family: verdana;color: #777 ; opacity:99; -webkit-transition-duration: .90s;}
  65.  
  66. blockquote {border-left:3px solid #E07B89; padding-left:2px;-webkit-transition-duration: .90s;}
  67. blockquote:hover {border-left:10px solid #99c8c9;-webkit-transition-duration: .90s;}
  68.  
  69. g {font-family:Rochester; font-size:
  70. 35px; color:#E07B89;float:left;margin-top:10px;line-height:15px;}
  71.  
  72. .foto {opacity:1; filter:alpha(opacity=99); ;-webkit-border-radius: 15px 15px 15px 15px;-webkit-transition-duration: 1.00s;}
  73. .foto:hover {opacity: 0.6; filter:alpha(opacity=60); ;-webkit-border-radius: 0px 0px 0px 0px;-webkit-transition-duration: 1.00s;}
  74.  
  75. n {color:#fff;}
  76. .nav {text-decoration: none; font: normal 11px 'Verdana';width:50px;width: 60px; float:left; text-indent: 5px; height: 20px; display:inline-block; line-height: 20px; text-align:center; color:#fff; background:#E07B89;height:20px; line-height:20px; text-decoration:none;-webkit-border-radius: 15px 15px 15px 15px;margin-left:3px; margin-bottom:3px; }
  77.  
  78. /*** FIM DO CSS  ***/
  79.  
  80. </style>
  81. </head>
  82. <body>
  83. <div style="background-image: url('http://colourlovers.com.s3.amazonaws.com/images/patterns/2154/2154196.png'); top: 0px; right: 0px; width: 50px; height: 100%; z-index: 100; position: fixed; border-left:10px solid #E07B89"></div>
  84.  
  85. <div style="background-image: url('http://colourlovers.com.s3.amazonaws.com/images/patterns/2154/2154196.png'); top: 0px; left: 0px; width: 50px; height: 100%; z-index: 100; position: fixed;border-right:10px solid #E07B89;"></div>
  86.  
  87.  
  88. <div class="box">
  89. <a href="/"><div class="nav">home</div></a>
  90. <a href="/ask"><div class="nav">ask</div></a>
  91. <a href="/link"><div class="nav">link</div></a>
  92. <a href="/link"><div class="nav">link</div></a>
  93. <a href="/link"><div class="nav">link</div></a>
  94. <a href="/link"><div class="nav">link</div></a>
  95.  
  96.  
  97. <img src="http://static.tumblr.com/irdapkk/Syxlyilhf/biibisheart.png"  class="nav1"></div>
  98.  
  99. </div></div></div>
  100. <div id="pagina">
  101. <div id="sidebarht">
  102. <img src="http://data.whicdn.com/images/21973197/tumblr_lyinpfDh8X1ron9bmo1_1280_large.jpg" class="foto" margin-bottom:3px; width="200px">
  103.  
  104.  
  105. <g>Y</g>ou know i'm such a fool for you, you got me wrapped around your fingers.
  106.  
  107. </div></div></div></div></div>
  108.  
  109.  
  110. <!--- TAGS DOS POSTS  --->
  111. <div id="postsht">
  112. {block:Posts}
  113.  
  114.     <!--TEXTOs-->
  115.  
  116.         {block:Text}<div class="post">
  117. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  118.                 {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  119.  
  120.                 <div>{Body}</div>
  121.  
  122.         </div>{/block:Text}
  123.  
  124.  
  125.  
  126.         <!--PERGUNTAS E MENSAGENS-->
  127.  
  128.         {block:Answer}<div class="post">
  129. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  130.  
  131.                 <strong>{Asker}</strong> perguntou: {Question}<br /><br />
  132.  
  133.                 Resposta: {Answer}<br />
  134.  
  135.         </div>{/block:Answer}
  136.  
  137.  
  138.  
  139.         <!--LINKS-->
  140.  
  141.         {block:Link}<div class="post">
  142. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  143.  
  144.                 <a href="{URL}"><h1>{Name}</h1></a>
  145.  
  146.                 {block:Description}{Description}{/block:Description}
  147.  
  148.  
  149.         </div>{block:Link}
  150.  
  151.  
  152.  
  153.         <!--FOTOS-->
  154.  
  155.         {block:Photo}<div class="post">
  156. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  157.                 <center>{LinkOpenTag}<img src="{PhotoURL-500}" class="foto" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  158.  
  159.                 {block:Caption}{Caption}{/block:Caption}<br />
  160.  
  161.         </div>{/block:Photo}
  162.  
  163.  
  164.  
  165.         <!--FRASES-->
  166.  
  167.         {block:Quote}<div class="post">
  168. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  169.  
  170.                 <h1>- "{Quote}"</h1>
  171.  
  172.                 {block:Source}&mdash; {Source}{/block:Source}
  173.  
  174.         </div>{/block:Quote}
  175.        
  176.  
  177.  
  178.         <!--DIALOGOS-->
  179.  
  180.         {block:Chat}<div class="post">
  181. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  182.  
  183.                 {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  184.  
  185.                 <table>
  186.                         {block:Lines}
  187.                         <tr>
  188.                                 {block:Label}<td class="name">{Label}</td>{block:Label}
  189.                                 <td class="words">{Line}</td>
  190.                         </tr>
  191.                         {/block:Lines}
  192.                 </table><br />
  193.  
  194.         </div>{/block:Chat}
  195.        
  196.  
  197.  
  198.         <!--MUSICAS-->
  199.  
  200.         {block:Audio}<div class="post">
  201. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  202.  
  203.                 <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  204.  
  205.                 <center>{AudioPlayerWhite}</centeR>
  206.  
  207.                 {block:Caption}{Caption}{/block:Caption}<br />
  208.  
  209.  
  210.         </div>{/block:Audio}
  211.        
  212.  
  213.  
  214.         <!--VIDEOS-->
  215.  
  216.         {block:Video}<div class="post">
  217. <div class="supertags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom} {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  218.  
  219.                 <center>{Video-500}</center>
  220.  
  221.                 {block:Caption}{Caption}{/block:Caption}<br />
  222.  
  223.         </div>{/block:Video}
  224.  
  225.  
  226.  
  227. {/block:Posts}<br><center><big><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  228.  
  229. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</big></big></div></div><br><br></center>
  230.  
  231. </div></div></div></div></div></div></div></div></div></div></div></div>
  232. </div></div>
  233. </body>
  234. </html>