Advertisement
suplica-s

theme three

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