alicescreed

TUMBLR THEME 011 by lutherwest.tumblr.com

Mar 17th, 2013
3,672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 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. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />
  11.  
  12. {/block:Description}
  13.  
  14. <!--[ theme 011 by L U T H E R W E S T @ tumblr.com
  15. *no stealing, redistributing, or using as a base
  16. *if you have any questions, contact me via ask ]-->
  17.  
  18.  
  19. <!--DEFAULT VARIABLES-->
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#a5a5a5"/>
  22. <meta name="color:Link" content="#838383"/>
  23. <meta name="color:Title" content="#c0c0c0" />
  24. <meta name="color:Description" content="#616161" />
  25. <meta name="color:Border" content="#e4e4e4" />
  26. <meta name="color:NavLink" content="#838383">
  27. <meta name="color:NavLinkHover" content="#616161">
  28.  
  29. <meta name="image:sidebar" content="" />
  30.  
  31. <meta name="text:Link 1 URL" content="/" />
  32. <meta name="text:Link 1 Title" content="link 1" />
  33. <meta name="text:Link 2 URL" content="/" />
  34. <meta name="text:Link 2 Title" content="link 2" />
  35. <meta name="text:Link 3 URL" content="/" />
  36. <meta name="text:Link 3 Title" content="link 3" />
  37. <meta name="text:Link 4 URL" content="/" />
  38. <meta name="text:Link 4 Title" content="link 4" />
  39.  
  40. <style type="text/css">
  41.  
  42. body {
  43. background: {color:background};
  44. background-img: {image:background};
  45. color: {color:text};
  46. font-family: cambria;
  47. font-size: 10px;
  48. line-height: 10px;
  49. }
  50.  
  51. a {
  52. text-decoration: none;
  53. color: {color:link};
  54. }
  55.  
  56. blockquote {
  57. padding-left: 10px;
  58. border-left: 2px solid;
  59. }
  60.  
  61. h1 {
  62. font-size: 10pt;
  63. font-weight: normal;
  64. text-align: center;
  65. color: {color:title};
  66. font-style: italic;
  67. }
  68.  
  69. h2 {
  70. font-size: 10pt;
  71. font-weight: normal;
  72. text-align: center;
  73. letter-spacing: 1px;
  74. color: {color:title};
  75. font-style: italic;
  76. }
  77.  
  78. h3 {
  79. font-size: 10pt;
  80. font-weight: normal;
  81. text-align: center;
  82. color: {color:title};
  83. font-style: italic;
  84. border-top: 1px solid {color:Border};
  85. border-bottom: 1px solid {color:Border};
  86. line-height: 20pt;
  87. }
  88.  
  89. #posts {
  90. margin-top: 30px;
  91. padding: 10px;
  92. width: 500px;
  93. margin-left: 500px;
  94. margin-bottom: 30px;
  95. }
  96.  
  97. #post {
  98. width: 500px;
  99. border: 1px solid {color:Border};
  100. padding: 20px;
  101. margin-TOP: 40px;
  102. }
  103.  
  104. #sidebar {
  105. width: 160px;
  106. position: fixed;
  107. margin-left: 200px;
  108. margin-top: 140px;
  109. padding: 20px;
  110. align: center;
  111. border: 1px solid {color:Border};
  112. }
  113.  
  114. #audio {
  115. width: 500px;
  116. background-color: #e4e4e4;
  117. color: #ffffff;
  118. }
  119.  
  120. #sidebarimage {
  121. width: 160px;
  122. }
  123.  
  124. #sidebarimage img {
  125. width: 160px;
  126. }
  127.  
  128. #description {
  129. width: 160px;
  130. margin-top: 10px;
  131. }
  132.  
  133. #desctext {
  134. color: {color:Description};
  135. text-align: center;
  136. text-transform: lowercase;
  137. }
  138.  
  139. #pagination {
  140. text-align: right;
  141. font-style: italic;
  142. }
  143.  
  144. #quote {
  145. font-size: 14pt;
  146. line-height: 15pt;
  147. color: {color:link};
  148. padding-left: 10px;
  149. }
  150.  
  151. #question {
  152. background-color: {color:Border};
  153. padding: 5px;
  154. }
  155.  
  156. #info {
  157. text-align: center;
  158. margin-top: 5px;
  159. line-height: 11pt;
  160. text-transform: lowercase;
  161. font-size: 7pt;
  162. color: {color:Text};
  163. }
  164.  
  165. #info a {
  166. font-style: italic;
  167. transition-duration: 0.6s;
  168. -moz-transition-duration: 0.6s;
  169. -webkit-transition-duration: 0.6s;
  170. -o-transition-duration: 0.6s;
  171. }
  172.  
  173. #info a:hover {
  174. font-style: italic;
  175. opacity: .6;
  176. transition-duration: 0.6s;
  177. -moz-transition-duration: 0.6s;
  178. -webkit-transition-duration: 0.6s;
  179. -o-transition-duration: 0.6s;
  180. border-bottom: 1px solid {color:Border};
  181. }
  182.  
  183. #nav {
  184. line-height: 12pt;
  185. padding: 5px;
  186. text-align: center;
  187. margin-left: 5px;
  188. }
  189.  
  190. #nav a {
  191. padding: 2px;
  192. line-height: 12px;
  193. transition-duration: 0.6s;
  194. -moz-transition-duration: 0.6s;
  195. -webkit-transition-duration: 0.6s;
  196. -o-transition-duration: 0.6s;
  197. color: {color:NavLink};
  198. }
  199.  
  200. #nav a:hover {
  201. transition-duration: 0.6s;
  202. -moz-transition-duration: 0.6s;
  203. -webkit-transition-duration: 0.6s;
  204. -o-transition-duration: 0.6s;
  205. border-bottom: 1px solid {color:Border};
  206. color: {color:NavLinkHover};
  207. }
  208.  
  209. #asker {
  210. float: left;
  211. margin-right: 5px;
  212. font-size: 12pt;
  213. font-family: georgia;
  214. font-style: italic;
  215. font-weight: bold;
  216. }
  217.  
  218. #source {
  219. text-align: right;
  220. }
  221.  
  222. #audioplayer {
  223. width: 25px;
  224. height: 25px;
  225. overflow:hidden;
  226. position:absolute;
  227. margin-left: 17px;
  228. margin-top: 13px;
  229. opacity: 0.8;
  230. filter:alpha(opacity=80);
  231. -moz-opacity: 0.8;
  232. -khtml-opacity: 0.8;
  233. border-radius: 200px;
  234. }
  235.  
  236. #albumart {
  237. float:left;
  238. margin: 0px 7px;
  239. }
  240.  
  241. {CustomCSS}
  242. </style>
  243.  
  244. </head>
  245.  
  246. <body>
  247. <div id="sidebar">
  248. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  249. <div id="description"><div id="desctext"><h3>{Title}</h3>
  250. {Description}</div><br>
  251.  
  252. <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> <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>
  253. </div><br>
  254. </div><br>
  255.  
  256. <div id="pagination">
  257. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>
  258.  
  259. {/block:PreviousPage}
  260. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  261.  
  262. </div></div><br><br>
  263.  
  264. </div></div>
  265.  
  266. <div id="posts">{block:Posts}<div id="post">
  267.  
  268. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  269.  
  270. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  271.  
  272. {Caption}{/block:Caption}{/block:Photo}
  273.  
  274. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  275.  
  276. {/block:Photoset}
  277.  
  278. {block:Quote}<div id="quote">{Quote}</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  279.  
  280. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  281.  
  282. {Description}{/block:Description}{/block:Link}
  283.  
  284. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  285.  
  286. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  287.  
  288. {block:Audio}
  289. <div id="audioplayer">{AudioPlayerWhite}</div>
  290. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="50">{/block:AlbumArt}</div>
  291. {block:TrackName}
  292. <b>Name:</b> {TrackName}<br>
  293. {/block:TrackName}
  294. {block:Artist}
  295. <b>Artist:</b> {Artist}<br>
  296. {/block:Artist}
  297. {block:Album}
  298. <b>Album:</b> {Album}<br>
  299. {/block:Album}
  300. {PlayCountWithLabel}
  301. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  302. {/block:Audio}
  303.  
  304. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  305.  
  306. {block:Answer}<div id="question"><div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} wondered,<br>
  307.  
  308. {Question}<br><Br></div>{Answer}{/block:Answer}
  309.  
  310.  
  311.  
  312. </div>
  313.  
  314. <div id="info">
  315. {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
  316. <b>with {NoteCountWithLabel} <span style="font-family: arial; color:{color:Link};"></span> </b></a>{block:RebloggedFrom} / via: <a href="{ReblogParentURL}"
  317. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  318.  
  319. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  320.  
  321. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a> -
  322.  
  323. {/block:Tags}{/block:HasTags}</div>
  324.  
  325. {block:PostNotes}{PostNotes}{/block:PostNotes}
  326. {/block:Posts}</div>
  327.  
  328. </body>
  329.  
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment