Advertisement
bethanyjoylenz

theme #01

Dec 21st, 2013
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 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" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- base theme by enterprizer @ tumblr, for public use --->
  9. <!---- theme by bethanyjoylenz @ tumblr, please don't remove the credits --->
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#838282"/>
  13. <meta name="color:link" content="#b8b8b8"/>
  14. <meta name="color:hover" content="#454545">
  15. <meta name="color:title" content="#cc0a04"/>
  16. <meta name="color:borderimage" content="#e8e8e8"/>
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <meta name="text:Link 1 Title" content="one">
  20. <meta name="text:Link 1" content="/">
  21. <meta name="text:Link 2 Title" content="two">
  22. <meta name="text:Link 2" content="/">
  23. <meta name="text:Link 3 Title" content="three">
  24. <meta name="text:Link 3" content="/">
  25.  
  26. <style type="text/css">
  27.  
  28. body {
  29. background:{color:background};
  30. margin:0px;
  31. color:{color:text};
  32. font-family:Calibri;
  33. font-size:10px;
  34. line-height:100%;
  35. }
  36.  
  37. a {
  38. text-decoration:none;
  39. outline:none;
  40. -moz-outline-style:none;
  41. color:{color:link};
  42. }
  43.  
  44. a:hover {
  45. color:{color:hover};
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52. img {
  53. border:none;
  54. }
  55.  
  56. blockquote {
  57. padding-left:5px;
  58. border-left:1px solid;
  59. }
  60.  
  61. blockquote blockquote {
  62. padding-left:5px;
  63. border-left:1px solid; color: #e8e8e8;
  64. }
  65.  
  66. h1 {
  67. font-family:arial;
  68. font-size:20px;
  69. letter-spacing:-2px;
  70. color:#000000;
  71. text-transform:lowercase;
  72. }
  73.  
  74. #entries {
  75. padding:10px;
  76. width:500px;
  77. margin-left:500px;
  78. margin-top:40px;
  79. }
  80.  
  81. #post {
  82. width:500px;
  83. padding-bottom:20px;
  84. }
  85.  
  86. #sidebar {
  87. width:150px;
  88. position:fixed;
  89. margin-left:200px;
  90. margin-top:100px;
  91. }
  92.  
  93. .navigation {
  94. margin-bottom:5px;
  95. margin-top:5px;
  96. width:175px;
  97. font-size:10px;
  98. text-transform:lowercase;
  99. text-align:center;
  100. letter-spacing:2px;
  101. line-height:170%;
  102. }
  103.  
  104. #title {
  105. font-family:arial;
  106. width:200px;
  107. text-align:center;
  108. font-size:20px;
  109. margin-bottom:10px;
  110. letter-spacing:-2px;
  111. color:{color:title};
  112. text-transform:lowercase;
  113. font-style:italic;
  114. }
  115.  
  116. #sidebarimage {
  117. width 200px;
  118. }
  119.  
  120. #sidebarimage img {
  121. width:200px;
  122. border: 2px solid; color: {color:borderimage}; padding:5px;
  123. }
  124.  
  125. #description {
  126. width:175px;
  127. margin-left:15px;
  128. text-align:justify;
  129. text-transform:lowercase;
  130. margin-top:10px;
  131. font-size:10px;
  132. padding-left:5px;
  133. }
  134.  
  135. #pagination {
  136. font-size:20px;
  137. text-align:center;
  138. }
  139.  
  140. #info {
  141. text-align:center;
  142. text-transform:lowercase;
  143. margin-top:10px;
  144. border-top: 1px solid #e8e8e8; padding:3px;
  145. }
  146.  
  147. #asker {
  148. float:left;
  149. margin-right:5px;
  150. }
  151.  
  152. #cred {
  153. position:fixed;
  154. font-size:8px;
  155. font-weight:normal;
  156. line-height:150%;
  157. letter-spacing:2px;
  158. right:10px;
  159. bottom:10px;
  160. text-transform:uppercase;
  161. text-align:center;
  162. }
  163.  
  164. .audio {
  165. width:500px;
  166. padding-bottom:10px;
  167. background-color:{color:infobg};
  168. }
  169.  
  170. .albumart {
  171. float:left;
  172. padding:0px 10px 10px 0px;
  173. border-radius: 10px 10px 10px 10px; }
  174.  
  175. .albumart img {
  176. width:45px;
  177. height:45px;
  178. }
  179.  
  180. .playercontainer {
  181. text-align:left;
  182. padding:10px;
  183. background-color:#ffffff;
  184. width:480px;
  185. }
  186.  
  187. .audioinfo {
  188. padding:10px;
  189. color:{color:text};
  190. }
  191.  
  192.  
  193. {CustomCSS}</style></head><body>
  194.  
  195. <div id="sidebar">
  196.  
  197. <div id="title"><b>{Title}</b></div>
  198.  
  199. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  200.  
  201. <div id="description">{Description}
  202.  
  203. <div class="navigation">
  204. <a href="/" title="home">home</a>
  205. <a href="/ask" title="message">askbox</a>
  206. {block:ifLink1}<a href="{text:link 1}" title="">{text:link 1 title}</a>
  207. {/block:ifLink1}
  208. {block:ifLink2}<a href="{text:link 2}" title="">{text:link 2 title}</a>
  209. {/block:ifLink2}
  210. {block:ifLink3}<a href="{text:link 3}" title="">{text:link 3 title}</a>
  211. {/block:ifLink3}
  212. </div></div>
  213.  
  214. <div id="pagination">
  215. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  216. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  217. </div>
  218.  
  219. </div>
  220.  
  221. <div id="entries">{block:Posts}<div id="post">
  222.  
  223. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  224.  
  225. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  226.  
  227. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  228.  
  229. {block:Quote}{Quote}{block:Source} — {Source}{/block:Source}{/block:Quote}
  230.  
  231. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  232.  
  233. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  234.  
  235. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  236. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  237. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  238. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  239. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  240.  
  241. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  242.  
  243. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  244.  
  245. <div id="info">
  246. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  247. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  248. title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  249.  
  250. </div>
  251. {block:PostNotes}{PostNotes}{/block:PostNotes}
  252. {/block:Posts}</div>
  253.  
  254. <div id="cred"><a href="http://bethanyjoylenz.tumblr.com/">credits</a></div>
  255. </div>
  256.  
  257.  
  258. </body>
  259.  
  260. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement