Advertisement
suplica-s

theme two

Jan 2nd, 2013
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. <!--theme feito por suplica-s. Não retire os creditos e não use como base. --!>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#838282"/>
  13. <meta name="color:link" content="#b8b8b8"/>
  14. <meta name="color:linkhover" content="cecece">
  15. <meta name="color:border" content="cecece">
  16. <meta name="image:sidebar" content=""/>
  17.  
  18. <meta name="text:Link1" content="" />
  19. <meta name="text:Link1 Title" content="" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="" />
  24. <meta name="text:Link4" content="" />
  25. <meta name="text:Link4 Title" content="" />
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30. img { border: 0px solid #eee; padding: 3px; filter: alpha (opacity=80); opacity: 0.80;}
  31. img:hover {filter: alpha (opacity=100); opacity: 1.0;}
  32.  
  33. body {
  34. background:{color:background};
  35. margin:0px;
  36. color:{color:text};
  37. font-family:calibri;
  38. font-size:12px;
  39. line-height:100%;
  40. }
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration: none;
  45. }
  46.  
  47. a:hover {
  48. color:{color:linkhover};
  49. }
  50.  
  51. img {
  52. border:none;
  53. }
  54.  
  55. blockquote {
  56. padding-left:5px;
  57. border-left:2px solid;
  58. }
  59.  
  60. blockquote blockquote {
  61. padding-left:5px;
  62. border-left:2px solid;
  63. }
  64.  
  65. h1 {
  66. font-size:15px;
  67. }
  68.  
  69. #entries {
  70. padding:22px;
  71. width:500px;
  72. margin-left:450px;
  73. margin-top:45px;
  74. }
  75.  
  76. #post {
  77. width:500px;
  78. padding-bottom:20px;
  79. }
  80.  
  81. #sidebar {
  82. width:223px;
  83. position:fixed;
  84. margin-left:175px;
  85. margin-top:100px;
  86. }
  87.  
  88. #sidebarimage {
  89. width 230px;
  90. }
  91.  
  92. #sidebarimage img {
  93. width:200px;
  94. border: 4px solid #F5F5F5 ; padding:10px;
  95. }
  96.  
  97. #links {
  98. font-family:cambria
  99. font-size:8px;
  100. text-transform:lowercase;
  101. text-align:center;
  102. font-style:italic;
  103. letter-spacing:2px;
  104. padding-top:5px;
  105. padding-bottom:-1px;
  106. color:{color:link}
  107. }
  108.  
  109. #description {
  110. padding:4px;
  111. text-align:center;
  112. }
  113.  
  114. #pagination {
  115. font-size:15px;
  116. text-align:center;
  117. padding:1px;
  118. }
  119.  
  120. #info {
  121. text-align:center;
  122. margin-top:10px;
  123. }
  124.  
  125. #asker {
  126. float:left;
  127. margin-right:5px;
  128. }
  129.  
  130. {CustomCSS}</style></head><body>
  131.  
  132. <div id="sidebar">
  133.  
  134. <div id="sidebarimage"><img src="{image:sidebar}">
  135. <center><div id="links">
  136. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  137. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  138. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  139. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  140. <a href="http://suplica-s.tumblr.com/"> ©</a></center>
  141. <div id="description">{Description}</div>
  142.  
  143. <div id="pagination">
  144. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  145. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  146. </div>
  147. <br/>
  148.  
  149. </div>
  150. </div>
  151.  
  152. <div id="entries">{block:Posts}<div id="post">
  153.  
  154. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  155.  
  156. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  157.  
  158. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  159.  
  160. {block:Quote}{Quote}{block:Source} {/block:Source}{/block:Quote}
  161.  
  162. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  163.  
  164. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  165.  
  166. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  167.  
  168. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  169.  
  170. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-16}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  171. <center>
  172. <div id="info">
  173. <center> <a href="{Permalink}">{TimeAgo}</a> | {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}| <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:ifNotHiddenTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifNotHiddenTags}{/block:Date}
  174.  
  175. </div>
  176.  
  177.  
  178.  
  179. {/block:Posts}
  180. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189. </div>
  190. </div>
  191.  
  192.  
  193. </div>
  194.  
  195.  
  196. </div>
  197.  
  198. </body>
  199. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement