Advertisement
maryaciolli

Theme amazing girls

Jan 14th, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. <Html>
  2.  
  3. <head>
  4.  
  5. <title> {title} </title>
  6. <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/minipatinha.gif">
  7.  
  8. <style>
  9.  
  10. body {background-color:#eee; font: 10px tahoma; text-align:justify; color: #363636;}
  11.  
  12. ::-webkit-scrollbar {width: 4px; height: 3px; background-color: #F0F0F0;}
  13.  
  14. ::-webkit-scrollbar-thumb {background-color:#363636;}
  15.  
  16. .blog{width: 735px! important; margin-left: auto; margin-right: auto; margin-top:45px;}
  17.  
  18. .sidebar{width: 110px; float:left;}
  19.  
  20. .boxsidebar {background:#fff; padding:5px; border-radius:20px; -moz-box-shadow: inset 0 0 1em #eee;-webkit-box-shadow: inset 0 0 1em #eee; box-shadow: inset 0 0 1em #eee;}
  21.  
  22. .posts {width:505px; }
  23.  
  24. #box{background: #fff;margin-bottom: 5px; background-color:#fff; padding:2px; text-align: justify; padding:2px; -moz-box-shadow: inset 0 0 1em #eee;-webkit-box-shadow: inset 0 0 1em #eee; box-shadow: inset 0 0 1em #eee;}
  25.  
  26. #info {font-family: arial; font-size:6pt; text-align:right; color:#363636; background:#FFC1C1; opacity:0.9; border-right:15px solid #FFE4E1; padding-right:3px;}
  27.  
  28. blockquote {border-left:3px double #FFC1C1; padding-left:2px;}
  29.  
  30. .letrasidebar {font-family: arial; font-size:6pt; text-align:justify; margin-top:3px; margin-bottom:2px; padding:2px; border-left:2px dotted #FFC1C1;}
  31.  
  32. .credits {font-family: arial; font-size:6pt; text-align:center; margin-top:3px;}
  33.  
  34. .menu {font-family: arial; font-size:6pt; text-align:justify; padding-left:1px; color:#363636; text-transform: uppercase; margin-bottom:3px;}
  35.  
  36. .foto {border:4px solid #FFC1C1; padding:2px; opacity:0.9; border-radius:20px; -webkit-transition:All 1s ease;-moz-transition:All 1s ease;-o-transition:All 1s ease;}
  37. .foto:hover {opacity:1.0; border:4px solid #fff;}
  38.  
  39. a {color: #696969;text-decoration: none;}
  40.  
  41. a:hover {color: #363636;text-decoration: none;}
  42.  
  43. h1 {font-family: arial; font-size:12pt; text-align:justify; color:#363636;}
  44.  
  45. .name{background:#FFC1C1; color:#363636;}
  46. .words{background:#eee; color:#363636; width:100%;}
  47.  
  48. #pagination {margin-top:3px; font-family: arial; font-size:6pt;}
  49.  
  50. </style>
  51.  
  52. </head>
  53.  
  54. <body>
  55.  
  56. <div style=" background-image: url('http://static.tumblr.com/nqcm3ld/U8dmgmtd2/2197954.png'); top: 0px; left: 0px; width: 100%; height: 38px; z-index: 100; position: absolute; opacity:0.9;"></div>
  57. <div style=" background:#fff; top: 38px; left: 0px; width: 100%; height: 4px; z-index: 100; position: absolute; -moz-box-shadow: inset 0 0 1em #eee;-webkit-box-shadow: inset 0 0 1em #eee; box-shadow: inset 0 0 1em #eee;"></div>
  58.  
  59. <center>
  60. <div class="blog">
  61.  
  62. <div class="sidebar">
  63. <div class="boxsidebar">
  64. <img src="http://25.media.tumblr.com/1df3357cfaa651b7573e745a9f1b7882/tumblr_mgklwyu9Sn1r4unf3o2_250.png" width="89px" class="foto"><br>
  65.  
  66. <div class="letrasidebar">Se pegar algum icon dê like/reblogue o photoset. Volte sempre.</div>
  67.  
  68. <a href="/" class="menu">home</a> ·
  69.  
  70. <a href="/ask" class="menu">ask</a> ·
  71.  
  72. <a href="/stuff" class="menu">stuff</a>
  73.  
  74. <br>
  75.  
  76. <center><div id="pagination"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</center>
  77. </div>
  78.  
  79. </div>
  80.  
  81. <center><div class="credits"><a href="http://pleaseb3mine.tumblr.com/" title="Theme by Pb3M">Theme ©</a></div></center>
  82. </div>
  83. </center>
  84.  
  85.  
  86. <center>
  87. {block:Posts}
  88.  
  89. <div class="posts">
  90. <div id="box">
  91. <!-- LINKS -->
  92.  
  93. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>{/block:Link}
  94.  
  95. <!-- TEXTOS -->
  96.  
  97. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  98. {block:Text}{Body}{/block:Text}
  99.  
  100. <!-- QUOTE -->
  101.  
  102. {block:Quote}<h1><ponto>"</ponto>{Quote}<ponto>"</ponto></h1><p align="right"> — <b>{block:Source}{Source}{/block:Source}</b></p>{/block:Quote}
  103.  
  104. <!-- PHOTO -->
  105.  
  106. {block:Photo}<center>
  107. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500" border="0"/>{LinkCloseTag}</center>
  108. {block:Caption}{Caption}{/block:Caption}
  109. {/block:Photo}
  110.  
  111. <!-- PHOTOSET -->
  112.  
  113. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  114.  
  115. <!-- LINKS -->
  116.  
  117. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  118.  
  119. <!-- CHAT -->
  120. <table>
  121. {block:Lines}
  122. <tr>
  123. {block:Label}<td class="name">{Label}</td>{block:Label}
  124. <td class="words">{Line}</td>
  125. </tr>
  126. {/block:Lines}
  127. </table><br />
  128. {/block:Chat}
  129.  
  130. <!-- VIDEOS -->
  131.  
  132. {block:Video}<center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  133.  
  134. <!-- ASKS RESPONDIDAS -->
  135.  
  136. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  137.  
  138. <!-- AUDIO -->
  139.  
  140. {block:Audio}<BR>
  141. <center>{AudioPlayerWhite}<br><small>
  142. {FormattedPlayCount} pessoas ouviram! {block:ExternalAudio} | <a href="{ExternalAudioURL}">Download!</a>{/block:ExternalAudio}</small></center><BR>
  143. {block:Caption}{Caption}{/block:Caption}
  144.  
  145. {/block:Audio}
  146.  
  147.  
  148. <div id="info"> Posted in {DayOfMonth}/{MonthNumberWithZero}/{Year} - With {NoteCount} notes - <a href="{Permalink}">Permalink</a> - <a href="{ReblogURL}" target="_blank">Reblog this</a></div>{/block:HasTags}
  149. </div>
  150.  
  151. {/block:Posts}
  152.  
  153. </center></body>
  154.  
  155. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement