Advertisement
exodorado

34.theme: BASE #01

Aug 9th, 2014
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <!---------------------------------------------------------------------
  13.  
  14. theme: base #01
  15. theme by : exodorado and sistaroundpsds
  16. It is forbidden any copy or use of codes as the criminal law, article 184 © - 09/agosto/2014.
  17. ● respect my work, do not remove the credits.
  18. ● is to use as a basis.
  19.  
  20. ---------------------------------------------------------------------->
  21.  
  22.  
  23.  
  24. </head><style>
  25.  
  26. /* --- scrollbar --- */
  27. ::-webkit-scrollbar-thumb {height:auto;background-color: #eee;border: 2px solid #fff;}
  28. ::-webkit-scrollbar {height:9px;width:9px;background-color: #eee;border: 4px solid #fff;}
  29.  
  30.  
  31.  
  32.  
  33. /* --- body --- */
  34. body {text-align:left;color:#858585;background-color:#fff;font-size:11px;font-family:'Asap', arial;}
  35.  
  36.  
  37.  
  38.  
  39. /* --- basic style --- */
  40. b, em, bold, .question a {font-family:georgia;font-weight:normal;text-transform:lowercase;color:#858585;}
  41. i, em, italic {color:#858585;}
  42. a {text-decoration: none;color:#858585;text-decoration:none;-moz-transition:0.3s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in; }
  43. a:hover {color: #858585;text-decoration:none;}
  44. .title {font-weight:bold;font-style:italic;font-size:14px;}
  45.  
  46.  
  47.  
  48.  
  49. /* --- muito importante --- */
  50. #posts {left:120px;top:50px;width:500px;position:relative;margin:0 auto;padding:10px;margin-bottom:60px;}
  51. #posts img {max-width:500px;}
  52. .entries {width:510px;margin-bottom:100px;}
  53. #container {left:100px;width:830px;top:50px;margin:0 auto; }
  54. ul, li {font-size:11px;margin-right:25px;list-style:none;text-transform:normal;}
  55.  
  56.  
  57.  
  58.  
  59. /*--- sidebar ---*/
  60. #sidebar {margin-top:260px;margin-left:0px;position:fixed;width:210px;float:left;}
  61. #sidebar img {margin-bottom:10px;width:210px;margin-left:20px;border:3px solid #fff;margin:0px 5px 0px 0px;}
  62. #sidebar .description {text-align:justify;font-size:10px;color:#858585;}
  63. .menu {color:#E5E5E5;padding:5px 5px 5px 5px;width:210px;
  64. font-size:9px;background-color:#fff; }
  65. .menu a {color:#858585}
  66.  
  67.  
  68. </style><body>
  69.  
  70. <!--- important --->
  71. <div id="container">
  72.  
  73.  
  74. <!--- sidebar --->
  75. <div id="sidebar">
  76.  
  77. <!--- sidebar image --->
  78. <img src="http://static.tumblr.com/cir8k0k/wSmna20zo/06.png">
  79.  
  80. <!--- sidebar menu --->
  81. <div class="menu"><center>
  82. <a href="/">LINK</a> &emsp;
  83. <a href="/">LINK</a> &emsp;
  84. <a href="/">LINK</a> &emsp;
  85. <a href="/">LINK</a> &emsp;
  86. <a href="/">LINK</a> &emsp;
  87. </center></div>
  88.  
  89. <!--- sidebar description --->
  90. <div class="description">Basis by sistaroundpsds, please credit; You can edit this base but do not remove the credits. Thank you!</div>
  91.  
  92. <!--- sidebar pagination --->
  93. <center>
  94. {block:Pagination}
  95. {block:PreviousPage}
  96. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  97. {/block:PreviousPage}
  98.  
  99. {block:JumpPagination length="5"}
  100. {block:CurrentPage}
  101. <span class="current_page">{PageNumber}</span>
  102. {/block:CurrentPage}
  103.  
  104. {block:JumpPage}
  105. <a class="jump_page" href="{URL}">{PageNumber}</a>
  106. {/block:JumpPage}
  107. {/block:JumpPagination}
  108.  
  109. {block:NextPage}
  110. <a class="jump_page" href="{NextPage}">&rarr;</a>
  111. {/block:NextPage}
  112. {/block:Pagination}</center></div>
  113. <!--- end sidebar --->
  114.  
  115. <!--- posts --->
  116. <div id="posts">
  117. {block:Posts}
  118. <div class="entries">
  119. {block:Text}
  120. <div class="post_text">
  121. {block:Title}
  122. <a class="title" href="{Permalink}">{Title}</a>{/block:Title}
  123. {Body}</div>{/block:Text}{block:Photo}
  124.  
  125.  
  126. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  127. {block:Caption}{Caption}{/block:Caption}
  128. {/block:Photo}{block:Photoset}
  129. {Photoset-500}
  130. {block:Caption}
  131. {Caption}
  132. {/block:Caption}
  133. {/block:Photoset}
  134.  
  135.  
  136. {block:Quote}
  137. {Quote}
  138. {block:Source}
  139. {Source}
  140. {/block:Source}
  141. {/block:Quote}
  142.  
  143. {block:Link}
  144. <a href="{URL}" class="title" {Target}>{Name}</a>
  145. {block:Description}
  146. <div class="description">{Description}
  147. {/block:Description}
  148. {/block:Link}
  149.  
  150.  
  151. {block:Chat}
  152. {block:Title}
  153. <h3><a href="{Permalink}">{Title}</a></h3>
  154. {/block:Title}
  155. {block:Lines}
  156. <li class="{Alt} user_{UserNumber}">
  157. {block:Label}
  158. {Label}
  159. {/block:Label}
  160. {Line}</li>{/block:Lines}
  161. </ul>{/block:Chat}
  162.  
  163. {block:Video}
  164. {Video-500}{block:Caption}
  165. {Caption}
  166. {/block:Caption}{/block:Video}
  167.  
  168. {block:Audio}
  169. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  170. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  171. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  172. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  173. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  174. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  175. {block:Caption}{Caption}{/block:Caption}
  176. {/block:Audio}
  177.  
  178. {block:Answer}
  179. {Asker}: {Question}
  180. {Answer}{/block:Answer}
  181.  
  182.  
  183. <!--- notes --->
  184. <div style="margin-top:0px;margin-bottom:60px;">
  185. <table style="font-size:10px;color:#858585;border-top:1px solid #eee;margin-top:5px;" width="100%"><tr><td>
  186. </td>
  187.  
  188. <td style="text-align:right;">
  189. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  190. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} ∙ <a href="{ReblogURL}">Reblog</a>
  191. </td></tr></table>
  192. </div>
  193.  
  194. {/block:Posts}{block:PostNotes} <li class="notes">{PostNotes}</li> {/block:PostNotes}
  195. </div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement