Advertisement
suplica-s

theme four

Jan 4th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 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.  
  33.  
  34. <style type="text/css">
  35.  
  36. img { border: 0px solid #eee; padding: 3px; filter: alpha (opacity=80); opacity: 0.80;}
  37. img:hover {filter: alpha (opacity=100); opacity: 1.0;}
  38.  
  39. body {
  40. background:{color:background};
  41. margin:0px;
  42. color:{color:text};
  43. font-family:calibri;
  44. font-size:12px;
  45. line-height:100%;
  46. }
  47.  
  48. a {
  49. color:{color:link};
  50. text-decoration: none;
  51. }
  52.  
  53. a:hover {
  54. color:{color:linkhover};
  55. }
  56.  
  57. img {
  58. border:none;
  59. }
  60.  
  61. blockquote {
  62. padding-left:5px;
  63. border-left:2px solid;
  64. }
  65.  
  66. blockquote blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. h1 {
  72. font-size:15px;
  73. }
  74.  
  75. #entries {
  76. padding:22px;
  77. width:500px;
  78. margin-left:450px;
  79. margin-top:45px;
  80. }
  81.  
  82. #post {
  83. width:500px;
  84. padding-bottom:20px;
  85. }
  86.  
  87. #sidebar {width:255px; top: 80px; margin-left:170px; height: auto; position:fixed; padding:10px; background-color:{color:post};}
  88.  
  89.  
  90. #sidebarimage {
  91. width 280px;
  92. }
  93.  
  94. #sidebarimage img {
  95. width:250px;
  96. border: 1px solid #BEBEBE; padding:10px;
  97. }
  98.  
  99. #links {
  100. margin-top:-5px;
  101. font-family:cambria;
  102. text-align:center;
  103. font-size:9px;
  104. text-transform:uppercase;
  105. font-weight:none;
  106. padding:15px;
  107. letter-spacing:1px;
  108. }
  109.  
  110. #pagination {
  111. font-size:15px;
  112. text-align:left;
  113. padding:0px;
  114. }
  115.  
  116. #info {
  117. text-align:center;
  118. margin-top:10px;
  119. }
  120.  
  121. #asker {
  122. float:left;
  123. margin-right:5px;
  124. }
  125.  
  126. {CustomCSS}</style></head><body>
  127.  
  128.  
  129. <div id="sidebar">
  130.  
  131. <div id="sidebarimage"><img src="{image:sidebar}">
  132. <center><div id="links">
  133. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  134. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  135. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  136. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  137. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  138. <a href="http://suplica-s.tumblr.com/"> ©</a></center>
  139. <div id="pagination"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  140. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  141. </div>
  142. <br/>
  143.  
  144.  
  145. </div>
  146. </div>
  147.  
  148. <div id="entries">{block:Posts}<div id="post">
  149.  
  150. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  151.  
  152. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  153.  
  154. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  155.  
  156. {block:Quote}{Quote}{block:Source} {/block:Source}{/block:Quote}
  157.  
  158. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  159.  
  160. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  161.  
  162. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  163.  
  164. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  165.  
  166. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-16}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  167. <center>
  168. <div id="info">
  169. {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}
  170. </div>
  171.  
  172. </div>
  173.  
  174. {/block:Posts}
  175.  
  176. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  177.  
  178. </div></div>
  179.  
  180. </body>
  181.  
  182. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement