Advertisement
suplica-s

theme five

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