alicescreed

TUMBLR THEME 013 by lutherwest.tumblr.com

Apr 15th, 2013
3,688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!--[theme by lutherwest.tumblr.com don't steal!]--!>
  9.  
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />
  14.  
  15. <meta name="color:Background" content="#ffffff">
  16. <meta name="color:Text" content="#626262">
  17. <meta name="color:Border" content="#E6E6E6">
  18. <meta name="color:Link" content="#323232">
  19. <meta name="color:Link Hover" content="#626262">
  20. <meta name="color:Title" content="#000000">
  21. <meta name="color:Posts and Sidebar" content="#ffffff>
  22.  
  23. <meta name="image:Background" content="">
  24. <meta name="image:Sidebar" content="">
  25.  
  26. <style type="text/css">
  27.  
  28. @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
  29.  
  30. body {
  31. background-color: {color:Background};
  32. background-image: url('{image:Background}');
  33. background-repeat: repeat;
  34. background-attachment: fixed;
  35. font-size: 9px;
  36. font-family: cambria;
  37. line-height: 10pt;
  38. text-align: justify;
  39. color: {color:Text};
  40. }
  41.  
  42. i {
  43. font-style: italic;
  44. font-family: 'Libre Baskerville';
  45. }
  46.  
  47. a {
  48. color: {color:Link};
  49. transition-duration: 0.6s;
  50. -moz-transition-duration: 0.6s;
  51. -webkit-transition-duration: 0.6s;
  52. -o-transition-duration: 0.6s;
  53. text-decoration: none;
  54. font-weight: normal;
  55. }
  56.  
  57. a:hover {
  58. color: {color:Link Hover};
  59. transition-duration: 0.6s;
  60. -moz-transition-duration: 0.6s;
  61. -webkit-transition-duration: 0.6s;
  62. -o-transition-duration: 0.6s;
  63. }
  64.  
  65. h1 {
  66. font-family: 'Libre Baskerville';
  67. font-size: 20px;
  68. font-style: italic;
  69. line-height: 21px;
  70. font-weight: normal;
  71. text-align: center;
  72. color: {color:Title};
  73. }
  74.  
  75. h2 {
  76. font-family: 'Libre Baskerville';
  77. font-size: 20px;
  78. font-style: italic;
  79. line-height: 21px;
  80. font-weight: normal;
  81. text-align: center;
  82. color: {color:Title};
  83. }
  84.  
  85. #nav {
  86. font-family: 'Libre Baskerville';
  87. font-size: 12px;
  88. font-style: italic;
  89. text-align: center;
  90. }
  91.  
  92. #side {
  93. width: 300px;
  94. height: 100%;
  95. background-image: url('{image:Sidebar BG}');
  96. background-repeat: repeat;
  97. }
  98.  
  99. #sidebar {
  100. width: 220px;
  101. position: fixed;
  102. padding: 10px;
  103. margin-left: 100px;
  104. margin-top: 80px;
  105. align: center;
  106. border-top: 1px solid {color:Border};
  107. border-bottom: 1px solid {color:Border};
  108. background-color: {color:Posts and Sidebar};
  109. }
  110.  
  111. #sidebarimage {
  112. position: float;
  113. width: 220px;
  114. }
  115.  
  116. #sidebarimage img {
  117. width: 220px;
  118. }
  119.  
  120. #description {
  121. }
  122.  
  123. #desctext {
  124. text-align: justify;
  125. }
  126.  
  127. #pagination {
  128. font-family: 'Libre Baskerville';
  129. font-size: 12px;
  130. font-style: italic;
  131. text-align: center;
  132. }
  133.  
  134. #asker {
  135. float: left;
  136. margin-right: 5px;
  137. font-size: 12pt;
  138. font-style: italic;
  139. font-weight: bold;
  140. }
  141.  
  142. blockquote {
  143. padding: 10px;
  144. border-left: 5px solid;
  145. font-size: 8pt;
  146. font-style: italic;
  147. font-family: 'Libre Baskerville';
  148. }
  149.  
  150. #postbox {
  151. margin-top: 100px;
  152. margin-left: 500px;
  153. background-color: transparent;
  154. }
  155.  
  156. #post {
  157. margin-bottom: 50px;
  158. padding: 20px;
  159. width: 500px;
  160. border-top: 1px solid {color:Border};
  161. border-bottom: 1px solid {color:Border};
  162. background-color: {color:Posts and Sidebar};
  163. }
  164.  
  165. #quote {
  166. font-family: 'Libre Baskerville';
  167. font-size: 22px;
  168. font-style: italic;
  169. line-height: 23px;
  170. }
  171.  
  172. #info {
  173. font-family: 'Libre Baskerville';
  174. text-align: center;
  175. line-height: 11pt;
  176. margin-top: 10px;
  177. padding: 4px;
  178. font-size: 8pt;
  179. color: {color:Text};
  180. }
  181.  
  182. #info a{
  183. text-transform: lowercase;
  184. font-weight: normal;
  185. font-style: italic;
  186. }
  187.  
  188. #audioplayer {
  189. width: 25px;
  190. height: 25px;
  191. overflow:hidden;
  192. position:absolute;
  193. margin-left: 40px;
  194. margin-top: 35px;
  195. border-radius: 10px;
  196. opacity: 0.8;
  197. filter:alpha(opacity=80);
  198. -moz-opacity: 0.8;
  199. -khtml-opacity: 0.8;
  200. }
  201.  
  202. #albumart {
  203. float:left;
  204. margin: 0px 7px;
  205. border: 1px solid {color:Border};
  206. padding: 10px;
  207. }
  208.  
  209. #musicinfo {
  210. margin-left: 10px;
  211. margin-top: 20px;
  212. }
  213.  
  214.  
  215. </style>
  216.  
  217. <body>
  218.  
  219. <div id="sidebar"><br>
  220. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  221. <h1>{Title}</h1>
  222. <div id="description"><div id="desctext">{Description}<Br><Br>
  223.  
  224. </div>
  225.  
  226. <div id="nav"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a> <a href="http://lutherwest.tumblr.com">theme</a><br>
  227.  
  228. <a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a> <a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a> <a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> <a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a>
  229. </div>
  230.  
  231.  
  232. <br>
  233. <div id="pagination">
  234. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
  235.  
  236. {/block:PreviousPage}
  237. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  238.  
  239. </div><br>
  240. </div>
  241.  
  242. </div>
  243.  
  244. </div>
  245.  
  246.  
  247. <div id="postbox">
  248.  
  249. {block:Posts}<div id="post">
  250.  
  251. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  252.  
  253. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  254.  
  255. {Caption}{/block:Caption}{/block:Photo}
  256.  
  257. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  258.  
  259. {/block:Photoset}
  260.  
  261. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br>—{Source}{/block:Source}{/block:Quote}
  262.  
  263. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  264.  
  265. {Description}{/block:Description}{/block:Link}
  266.  
  267. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  268.  
  269. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  270.  
  271. {block:Audio}
  272. <div id="audioplayer">{AudioPlayerWhite}</div>
  273. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
  274. {block:TrackName}
  275. <div id="musicinfo">
  276. <b>Name:</b> {TrackName}<br>
  277. {/block:TrackName}
  278. {block:Artist}
  279. <b>Artist:</b> {Artist}<br>
  280. {/block:Artist}
  281. {block:Album}
  282. <b>Album:</b> {Album}<br>
  283. {/block:Album}
  284. {PlayCountWithLabel}</div>
  285. {block:caption}<div id="caption"><Br><Br><Br>{Caption}</div>{/block:caption}
  286. {/block:Audio}
  287.  
  288. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  289.  
  290. {block:Answer}<h1>{Asker} wondered,<br>
  291.  
  292. "{Question}"</h1><br>{Answer}{/block:Answer}
  293.  
  294. <div id="info">
  295. {block:Date}posted: {TimeAgo}{/block:Date} / notes: <a href="{Permalink}">
  296. {NoteCount}</a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  297. title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a
  298.  
  299. href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>
  300.  
  301. {/block:RebloggedFrom}<br>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}</a>,
  302.  
  303. {/block:Tags}{/block:HasTags}</div>
  304.  
  305. </div>
  306. {block:PostNotes}{PostNotes}{/block:PostNotes}
  307. {/block:Posts}</div>
  308.  
  309. </body>
  310.  
  311. </html>
Advertisement
Add Comment
Please, Sign In to add comment