Advertisement
ladysephi

Theme #2 by ladysephi | tunestofly

Mar 24th, 2014
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.19 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2.  
  3. <!--
  4.     Theme por: Sephi
  5.     http://ladysephi.tumblr.com/
  6.     http://tunestofly.tumblr.com/
  7. -->
  8. <head>
  9.  
  10. <meta name="image:icon" content="http://static.tumblr.com/nqcm3ld/yNrmzgqhu/icon.png"/>
  11. <meta name="text:link1" content="/"/>
  12. <meta name="text:link2" content="/ask"/>
  13. <meta name="text:link3" content="link1"/>
  14. <meta name="text:link4" content="link2"/>
  15. <meta name="text:link5" content="link3"/>
  16. <meta name="text:link6" content="link4"/>
  17.  
  18. <meta name="text:title1" content="home"/>
  19. <meta name="text:title2" content="ask"/>
  20. <meta name="text:title3" content="link title 1"/>
  21. <meta name="text:title4" content="link title 2"/>
  22. <meta name="text:title5" content="link title 3"/>
  23. <meta name="text:title6" content="link title 4"/>
  24.  
  25. <meta name="color:Fonte" content="#aaaaaa"/>
  26. <meta name="color:Links" content="#d7d4d4"/>
  27. <meta name="color:Background" content="#ffffff"/>
  28.  
  29.  
  30.  
  31.  
  32.     <link rel="shortcut icon" href="{Favicon}">
  33.     <title>{title}</title>
  34.    
  35.     <style type="text/css">
  36. iframe#tumblr_controls {
  37.     position: fixed !important;
  38.     top: 0 !important;
  39.     right: 0 !important;
  40.     }
  41.    
  42. body {
  43.     background: {color:Background}; /* FUNDO */
  44.     font-family: arial;
  45.     font-size:9px;
  46.     color: {color:Fonte};
  47.     overflow: auto;}
  48.    
  49. a:link, a:active, a:visited, a:hover {
  50.     text-decoration: none;
  51.     color:{color:Links};
  52.     -moz-transition: all 1s ease-out;
  53.     -webkit-transition: all 1s ease-out; }
  54.  
  55. b,  strong, i, em, u, underline, s, strike {
  56.     color:{color:Links};
  57.     }
  58.  
  59. blockquote, pre, li {/*blockquote, texto pre, e listas*/
  60. }
  61.    
  62. h1 { /* titulo posts*/
  63. text-transform: uppercase;
  64. letter-spacing: 5px;
  65. }
  66.  
  67. ::-moz-selection {  /* SELEÇÃO COLORIDA */
  68.     color: {color:Background};
  69.     background: {color:Fonte};
  70.     }
  71.    
  72. ::selection {
  73.     color: {color:Background};
  74.     background: {color:Fonte};
  75.     }
  76.  
  77. /*NÃO MEXER - ALINHAMENTO*/
  78. #tudo {
  79.     width: 800px;
  80.     margin-left: auto; /* CENTRALIZA O THEME */
  81.     margin-right: auto; /* CENTRALIZA O THEME */
  82.     }
  83. /*NÃO MEXER - ALINHAMENTO*/
  84.    
  85. #side {
  86.     float: left;  /* MANTÉM A SIDE NA ESQUERDA... PARA MUDA-LÁ PRA DIREITA MUDE DE "LEFT"
  87.  
  88. PRA "RIGHT"  E O CONTENT DE "RIGHT" PARA "LEFT"*/
  89.     }
  90.    
  91. #content {
  92.     float: right;
  93.     }
  94.  
  95. /*SIDEEE *-**/
  96. .caixas {
  97.     position: fixed;
  98.     width: 180px; /* TAMANHO DA SIDE */
  99.     background:  {color:Background}; /* FUNDO SIDE */
  100.     padding: 7px;
  101.     height: 100%;
  102.     border-left: thin #eee solid;
  103.     border-right: thin #eee solid;}
  104. /*SIDEEE *-**/
  105.    
  106. /*CONTEÚDO *-**/
  107. .caixa {
  108.     position: relative;
  109.     width: 500px; /* TAMANHO */
  110.     background:  {color:Background}; /* FUNDO */
  111.     padding: 7px;
  112.     top: 0px;}
  113. /*CONTEÚDO *-**/
  114.  
  115. .naoretire {
  116.     position: fixed;
  117.     bottom: 1px;
  118.     right: 3px;}
  119.    
  120. .descript {
  121.     text-indent: 10px;
  122. }
  123. .descript:first-letter {
  124.     font-weight: bold;
  125.     font-size: 16px;
  126. }
  127.  
  128. .menu {
  129.     display: inline-block;
  130.     margin-left: 3px;
  131.     letter-spacing: 3px;
  132.     line-height: 13px;
  133. }
  134.  
  135. .um:hover {
  136.     font-weight: bold;
  137. }
  138.  
  139. .dois:hover {
  140.     font-style:italic;
  141. }
  142.     </style>
  143.    
  144. </head>
  145. <body>
  146. <div id="tudo">
  147.     <div id="side">
  148.         <div class="caixas">
  149. <div style="margin-top: 100px;"><img src="{image:Icon}" width="75" align="top" style="margin-left: 10px;">
  150. <div class="menu">
  151.     <a href="{text:link1}" class="um">{text:title1}</a><br>
  152.     <a href="{text:link2}" class="dois">{text:title2}</a><br>
  153.     <a href="{text:link3}" class="um">{text:title3}</a><br>
  154.     <a href="{text:link4}" class="dois">{text:title4}</a><br>
  155.     <a href="{text:link5}" class="um">{text:title5}</a><br>
  156.     <a href="{text:link6}" class="dois">{text:title6}</a><br>
  157.    
  158. </div>
  159.  
  160. <center><div style="width: 97%; border-top: thin #eee solid; margin-top: 7px;"></div></center>
  161.  
  162. <p class="descript">{description}</p>
  163.  
  164.  
  165. <center><div style="width: 97%; border-top: thin #eee solid; margin-top: 7px;"></div></center>
  166. <center><div class="paginacao">
  167. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ? </a>{/block:PreviousPage}{/block:Pagination}
  168.  
  169. {block:JumpPagination length="10"}
  170. {block:CurrentPage}{PageNumber}{/block:CurrentPage}
  171. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  172. {/block:JumpPagination}
  173.  
  174. {block:Pagination}{block:NextPage}<a href="{NextPage}"> ? </a>{/block:NextPage}{/block:Pagination}
  175. </div></center>
  176. </div>
  177.         </div>
  178.  
  179.     </div><!--fim div id side-->
  180.    
  181.     <div id="content">
  182.         <div class="caixa">
  183.        
  184. {block:Posts}
  185.      <div class="post">
  186.      
  187.                 {block:Text}
  188.                         {block:Title}
  189.                             <center> <h1><a href="{Permalink}">{Title}</a></h1> </center>
  190.                         {/block:Title}
  191.  
  192.                         {Body}
  193.                 {/block:Text}
  194.            
  195.  
  196. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}</center>
  197. {block:Caption}          
  198. {Caption}
  199. {/block:Caption}
  200. {/block:Photo}
  201.  
  202.  
  203. {block:Photoset}
  204.  
  205.    <center> {block:Photos}
  206.         <img src="{PhotoURL-500}" />
  207.        
  208.         {block:Caption}
  209.             {Caption}
  210.         {/block:Caption}
  211.     {/block:Photos}</center>
  212.    
  213.     {block:Caption}
  214.         {Caption}
  215.     {/block:Caption}
  216. {/block:Photoset}
  217.                
  218.                 {block:Quote}
  219.                          <center><h1>"{Quote}"</h1></center>
  220.  
  221.                         {block:Source}
  222.                             <p align="right">- {Source}</p>
  223.                         {/block:Source}
  224.                 {/block:Quote}
  225.                
  226.                 {block:Link}
  227.                        <center> <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  228.  
  229. </center>
  230.  
  231.                         {block:Description}
  232.                             <div class="description">{Description}</div>
  233.                         {/block:Description}
  234.                 {/block:Link}
  235.                
  236.                 {block:Chat}
  237.                         {block:Title}
  238.                             <center> <h1><a href="{Permalink}">{Title}</a></h1> </center>
  239.                         {/block:Title}
  240.  
  241.                         <ul class="chat">
  242.                             {block:Lines}
  243.                                 <li class="{Alt} user_{UserNumber}">
  244.                                     {block:Label}
  245.                                         <span class="label">{Label}</span>
  246.                                     {/block:Label}
  247.  
  248.                                     {Line}
  249.                             {/block:Lines}
  250.                         </ul>
  251.                 {/block:Chat}  
  252.                
  253.                 {block:Video}
  254.                     <li class="post video">
  255.                         {Video-400}
  256.  
  257.                         {block:Caption}
  258.                             <div class="caption">{Caption}</div>
  259.                         {/block:Caption}
  260.                 {/block:Video}  
  261.                
  262.                 {block:Audio}
  263.                         {AudioPlayerwhite}
  264.  
  265.                         {block:Caption}
  266.                             <div class="caption">{Caption}</div>
  267.                         {/block:Caption}
  268.  
  269.                 {/block:Audio}  
  270.        
  271.  {block:Answer}
  272.  <img src="{AskerPortraitURL-40}" align="left">
  273. <p style="text-transform: uppercase; text-align: center;">{Question}</p>
  274.  <p align="right">- {Asker}</p>
  275.  {Answer}
  276. {/block:Answer}
  277.  
  278. <div style="display: none;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  279. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  280.  
  281.  <p align="right"><span style="display: block; padding: 3px; padding-bottom: 15px;">
  282. {block:Date}{TimeAgo}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with
  283. {/block:Date} <a class="" href="{Permalink}">{NoteCountWithLabel}</a>
  284. <br>
  285. Tagged: <span style="text-tranform: uppercase;">{block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</span>
  286. </span></p>
  287.  
  288. {block:PostNotes}<div id="post_notes">{PostNotes}</div>{/block:PostNotes}
  289.  
  290.            {/block:Posts}
  291.        
  292.  
  293.    
  294. </div>
  295.         </div>     
  296.     </div><!--fim div id content-->
  297.    
  298.    
  299. </div><!--fim div id tudo-->
  300.  
  301. <div class="naoretire">
  302. <a href="http://ladysephi.tumblr.com/" target="_blank" style="text-transform: uppercase;">&copy; Theme by LadySephi</a>
  303. </div>
  304. </body>
  305. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement