Advertisement
suplica-s

theme ten

Jan 18th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 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:250px; top: 100px; margin-left:170px; height: auto; position:fixed; padding:10px; background-color:{color:post};}
  88.  
  89.  
  90. #sidebarimage {
  91. width 270px;
  92. }
  93.  
  94. #sidebarimage img {
  95. width:220px;
  96. border: 1px solid #EEE5DE; padding:10px;
  97. }
  98.  
  99. #links {
  100. margin-top:-5px;
  101. margin-left:-9px;
  102. font-family:normal;
  103. text-align:center;
  104. font-size:8px;
  105. text-transform:uppercase;
  106. font-weight:none;
  107. padding:15px;
  108. letter-spacing:0px;
  109. }
  110.  
  111. #descri {
  112. position:fixed;
  113. text-align:center;
  114. width:200px;
  115. padding:5px;
  116. border-top: 0px solid {color:border};
  117. margin-left:13px;
  118. margin-top:-8px;
  119. font-family:calibri;
  120. text-transform:none;
  121. font-style:none;
  122. font-size:10px;
  123. line-height:90%;}
  124.  
  125. #brutext {
  126. font-weight:none;
  127. font-style:italic;
  128. text-transform:none;
  129. position:fixed;
  130. padding:5px;
  131. width:250px;
  132. height:12px;
  133. border-bottom:0px solid #E8E8E8;
  134. line-height:18px;
  135. margin-top:-22px;
  136. margin-left:-5px;
  137. border-top:2px solid {color:border}
  138. font-size:12px;
  139. letter-spacing:0px;
  140. font-family:georgia;
  141. text-align:left;
  142. background-color:transparent;
  143. color:{color:text};
  144. -webkit-border-radius: 0px 0px 0px 0px;
  145. }
  146.  
  147.  
  148.  
  149. #pagination {
  150. font-size:15px;
  151. text-align:left;
  152. padding:0px;
  153. }
  154.  
  155. #info {text-align: left; margin-top:0px; font-size: 10px; font-family: cambria; font-style:italic; text-transform: lowercase; z-index: 11; margin-left:-55px; width: 300px; margin-bottom: -5px;}
  156. #info a {font-size:10px; text-transform: lowercase;}
  157.  
  158. #asker {
  159. float:left;
  160. margin-right:5px;
  161. }
  162.  
  163. {CustomCSS}</style></head><body>
  164.  
  165.  
  166. <div id="sidebar">
  167. <div id="brutext">{text:frase}</div>
  168.  
  169. <div id="sidebarimage"><img src="{image:sidebar}">
  170. <center><div id="links">
  171. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  172. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  173. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  174. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  175. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  176. <a href="http://suplica-s.tumblr.com/"> ©</a></center>
  177. <div class="death"><div id="descri">{Description}</div></div></div>
  178. <div id="pagination"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  179. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  180. </div>
  181. <br/>
  182.  
  183.  
  184. </div>
  185. </div>
  186.  
  187. <div id="entries">{block:Posts}<div id="post">
  188.  
  189. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  190.  
  191. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  192.  
  193. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  194.  
  195. {block:Quote}
  196. <div class="quote">“{Quote}”</div>
  197. {block:Source}<div class="quotesource"> — {Source}</div>
  198. {/block:Source}
  199. {/block:Quote}
  200.  
  201.  
  202. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  203.  
  204. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  205.  
  206. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  207.  
  208. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  209.  
  210. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-16}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  211. <center>
  212. <div id="info">
  213.  
  214. <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}">orig</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}
  215. </div>
  216.  
  217. {/block:Posts}
  218. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  219.  
  220.  
  221.  
  222. </div>
  223.  
  224.  
  225. </div>
  226. </div>
  227.  
  228.  
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement