Advertisement
Marlivia

01 {lívia} - marlívia tumblr

Oct 10th, 2012
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 5.81 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!--//                LEIA :
  5.                 NÃO REMOVA OS CRÉDITOS
  6.                 SE UTILIZAR COMO BASE MANTENHA OS CRÉDITOS
  7.                 QUALQUER DÚVIDA DIRECIONE-SE A MINHA ASK
  8.                            MARLÍVIA.
  9. //-->
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. <style type="text/css">
  17. /********************************* THEME 2012 / APPEAREACE!*/
  18. *{margin:0;padding:0;border:none;}
  19. body{background-image:url ('{image:Background}');font-size:14px;font-family:{font:Body};color: {color:Text};background-color: {color:Background};}
  20.  
  21. a{text-decoration:none;color:{color:Link};}
  22. a:hover{text-decoration:none;color:{color:Link hover};}
  23. big{display:block;margin:-2px 0 0 0;float:left;font-size:30px;font-weight:normal;}
  24. .quote h1{font-weight:normal;font-size:15px;line-height:17px;font-style:italic;}
  25. img{filter:alpha(opacity=0);-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3;}
  26. img:hover{opacity: 0.4;filter:alpha(opacity=0.4);-moz-transition: all 0.3s;
  27. -webkit-transition: all 0.3s;-o-transition: all 0.3s;
  28. transition: all 0.3;}
  29.  
  30. #Layout{width:799px;text-align:justify;}
  31. #Posts{margin-top:0.5em;float:right;width:555px;}
  32. #Posts .text{line-height:18px;}
  33. #Posts h3, #Posts .link a{display:block;font:normal normal 17pt La Belle Aurore;text-shadow:0 1 0 #eee;}
  34. #Posts #new-post{clear:both;height:10px;}
  35. #Posts .source{clear:both;}
  36. #Posts .photo img{width:100%;}
  37. #Posts ul,ol{margin:0;padding:0;}
  38. #Posts .post{margin-bottom:1em;}
  39. #Posts #pergunta{float:left;width:84%;padding:5px;position:relative;background-color:{color:Background ask};}
  40. #Posts #resposta{font-style:italic;clear:both;}
  41.  
  42. #Perfil{margin-top:2em;float:left;width:220px;position:fixed;}
  43. #Perfil .title{display:Block;font:normal normal 17pt/14px La Belle Aurore;text-shadow:0 1px 0 #eee;margin-bottom:0.5em;}
  44. #Perfil .Livia{text-align:center;display:block;margin-top:0.5em;line-height:18px;}
  45. #Perfil #Links{margin-top:1em;text-align:right;}
  46. #Perfil #Links a{display:block;font-style:italic;margin-bottom:2px;}
  47.  
  48. {CustomCSS}
  49. </style>
  50. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  51. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  52.  
  53. <!-- opções appeareace -->
  54. <meta name="text:Link 1" content="" />
  55. <meta name="text:Link 1 Title" content="" />
  56. <meta name="text:Link 2" content="" />
  57. <meta name="text:Link 2 Title" content="" />
  58. <meta name="text:Link 3" content="" />
  59. <meta name="text:Link 3 Title" content="" />
  60. <meta name="text:Link 4" content="" />
  61. <meta name="text:Link 4 Title" content="" />
  62.  <meta name="color:Background" content="#FFF"/>
  63.  <meta name="color:Background ask" content="#F8F8F8"/>
  64. <meta name="font:Body" content="trebuchet ms,lucida sans,georgia"/>
  65. <meta name="color:Text" content="#333"/>
  66. <meta name="image:Background" content=""/>
  67. <meta name="color:Link" content="#000"/>
  68. <meta name="color:Link hover" content="#333"/>
  69. </head>
  70. <body>
  71. <center>
  72. <!-- layout --><div id="Layout">
  73.  
  74. <div id="Perfil">
  75. <div class="title">{Title}</div>
  76. {block:Description}<div class="Livia">{Description}</div>{/block:Description}
  77.  
  78. <div id="Links">
  79. <a href="/">Voltar aos posts</a>
  80. <a href="/submit">Submit</a>
  81. <a href="/ask">Ask-me</a>
  82. {block:ifLink1Title} <a href="{text:Link 1}"> {text:Link 1 Title}</a> {/block:ifLink1Title} {block:ifLink2Title} <a href="{text:Link 2}"> {text:Link 2 Title}</a> {/block:ifLink2Title} {block:ifLink3Title} <a href="{text:Link 3}"> {text:Link 3 Title}</a> {/block:ifLink3Title} {block:ifLink4Title} <a href="{text:Link 4}"> {text:Link 4 Title}</a> {/block:ifLink4Title}
  83. <a href="http://marlivia.tumblr.com/" target="_blank">Theme ©</a>
  84. </div>
  85.  
  86. </div>
  87.  
  88.  
  89. <div id="Posts">{block:Posts}{block:Answer} <img src="{AskerPortraitURL-64}"align="right"> <div id="pergunta">{Asker}: {Question}</div> <div style="clear:both;"></div> <div id="resposta">{Answer}</div>
  90. {/block:Answer}{block:Text} <div class="post text"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title}  {Body} </div> {/block:Text}  {block:Photo} <div class="post photo"><a href="{ReblogURL}" target="_blank"> <img src="{PhotoURL-500}" title="Clique para reblogar" alt="{PhotoAlt}" class="gradualfader" /></a>  </div> {/block:Photo}  {block:Photoset} <div class="post photoset"> {Photoset-500}  {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photoset}  {block:Quote} <div class="post quote"> <big>“</big> <h1>{Quote}</h1> {block:Source} <div class="source">{Source}</div> {/block:Source} </div> {/block:Quote}  {block:Link} <div class="post link"> <a href="{URL}" class="link" {Target}>{Name}</a>  {block:Description} <div class="description">{Description}</div> {/block:Description} </div> {/block:Link}  {block:Chat} <div class="post chat"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title}  <ul class="chat"> {block:Lines} <div class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}  {Line} </div> {/block:Lines} </ul> </div> {/block:Chat}  {block:Video} <div class="post video"> {Video-500}  {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Video}  {block:Audio} <div class="post audio"> {AudioPlayerBlack}  {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Audio}<div id="new-post"></div> {/block:Posts}</div>
  91.  
  92. <!-- fim do layout --></div>
  93. </center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement