Advertisement
imgirlrauhl

Base Code / Código Base - themesbyvanne

Feb 2nd, 2014
4,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!---- Código Base creado por Vanne en themesbyvanne.tumblr.com --->
  13.  
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="color:Background" content=""/>
  16. <meta name="color:Title" content=""/>
  17. <meta name="color:Blockquote" content=""/>
  18. <meta name="color:Text" content=""/>
  19. <meta name="color:Border" content=""/>
  20. <meta name="color:Link" content=""/>
  21. <meta name="text:Link URL" content=""/>
  22. <meta name="text:Link Text" content=""/>
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27. background: {color:Background};
  28. font-family: Calibri;
  29. font-size: 12px;
  30. color: {color:Text};
  31. }
  32.  
  33. blockquote {
  34. padding-left:5px;
  35. border-left:3px solid;
  36. color: {color:Blockquote};
  37. }
  38.  
  39. a {
  40. text-decoration: none;
  41. color: {color:Link};
  42. }
  43.  
  44. #sidebar {
  45. position: fixed;
  46. margin-left:150px;
  47. margin-top: 160px;
  48. width: 220px;
  49. padding: 10px;
  50. border: 1px solid {color:Border};
  51. }
  52.  
  53. #sidebar img {
  54. width: 220px;
  55. }
  56.  
  57. #title {
  58. z-index: 99999;
  59. position: fixed;
  60. margin-top: 130px;
  61. margin-left: 150px;
  62. font-size: 20px;
  63. width: 240px;
  64. text-align: center;
  65. color: {color:Title};
  66. }
  67.  
  68. #description {
  69. position: relative;
  70. margin: 0px;
  71. padding: 10px;
  72. width: 200px;
  73. text-align: center;
  74. }
  75.  
  76.  
  77. #container {
  78. margin-top: 20px;
  79. margin-bottom: 20px;
  80. margin-left: 520px;
  81. width: 500px;
  82. }
  83.  
  84. .entry {
  85. float:left;
  86. position: relative;
  87. width:500px;
  88. padding: 10px;
  89. margin-bottom:20px;
  90. border: 1px solid {color:Border};
  91. }
  92.  
  93. img {
  94. max-width: 100%;
  95. }
  96.  
  97. h1 {
  98. text-align: center;
  99. font-size: 15px;
  100. color: {color:Title};
  101. }
  102.  
  103. #pagination {
  104. position: relative;
  105. padding: 2px;
  106. margin-top: 10px;
  107. }
  108.  
  109. #pagination a {
  110. display: inline-block;
  111. padding: 3px 6px 3px 6px;
  112. margin: 4px;
  113. text-align: center;
  114. }
  115.  
  116. #portrait img {
  117. float: left;
  118. margin-right: 5px;
  119. }
  120.  
  121. #permalink {
  122. text-align: left;
  123. border-top: 1px solid {color:Border};
  124. position: relative;
  125. margin-top: 5px;
  126. padding-top: 5px;
  127. }
  128.  
  129. </style>
  130.  
  131. </head>
  132.  
  133. <body>
  134.  
  135. <div id="title">{Title}</div>
  136.  
  137. <div id="sidebar">
  138.  
  139. <img src="{image:Sidebar}">
  140.  
  141. <div id="description">{Description}
  142.  
  143. <br><a href="/">Home</a> /
  144.  
  145. <a href="/ask">Message</a>
  146.  
  147. {block:ifLinkText}/ <a href="{text:Link URL}">{text:Link Text}</a>{/block:ifLinkText}
  148.  
  149. <div id="pagination">
  150. {block:PreviousPage}<a href="{PreviousPage}">Previous Page</a>{/block:PreviousPage}
  151. {block:NextPage}/ <a href="{NextPage}">Next Page</a>{/block:NextPage}
  152. </div>
  153.  
  154. </div>
  155.  
  156. </div>
  157.  
  158. <div id="container">
  159. {block:Posts}
  160. <div class="entry">
  161.  
  162.  
  163. {block:Text}
  164. <h1>{block:Title}{Title}{/block:Title}</h1>
  165. {Body}
  166. {/block:Text}
  167.  
  168. {block:Photo}
  169. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  170. {block:Caption}{Caption}{/block:Caption}
  171. {/block:Photo}
  172.  
  173. {block:Photoset}
  174. {Photoset-500}
  175. {block:Caption}{Caption}{/block:Caption}
  176. {/block:Photoset}
  177.  
  178. {block:Quote}
  179. {Quote}
  180. {block:Source}<br>—{Source}{/block:Source}
  181. {/block:Quote}
  182.  
  183. {block:Link}
  184. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  185. {block:Description}{Description}{/block:Description}
  186. {/block:Link}
  187.  
  188. {block:Chat}
  189. {block:Title}<h1>{Title}</h1>{/block:Title}
  190. {block:Lines}
  191. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  192. {/block:Lines}
  193. {/block:Chat}
  194.  
  195. {block:Audio}
  196. {AudioPlayerWhite}
  197. {block:Caption}{Caption}{/block:Caption}
  198. {/block:Audio}
  199.  
  200. {block:Video}
  201. {Video-500}
  202. {block:Caption}{Caption}{/block:Caption}
  203. {/block:Video}
  204.  
  205. {block:Answer}
  206. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  207. {Asker}:<br>"{Question}"<p>{Answer}
  208. {/block:Answer}
  209.  
  210.  
  211.  
  212. <div id="permalink">
  213. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  214. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  215.  
  216. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  217.  
  218. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  219. </div>
  220.  
  221.  
  222.  
  223. </div> <!-- /div entry --->
  224.  
  225. {/block:Posts}
  226.  
  227. </div><!-- /div container --->
  228.  
  229.  
  230.  
  231.  
  232.  
  233. </body>
  234.  
  235. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement