Advertisement
alicescreed

TUMBLR THEME 017 by lutherwest.tumblr.com

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