alicescreed

TUMBLR THEME 008 by lutherwest.tumblr.com

Mar 5th, 2013
3,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 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 008 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="#a7a7a7"/>
  22. <meta name="color:Link" content="#9c9c9c"/>
  23. <meta name="color:Title" content="#c0c0c0" />
  24. <meta name="color:Border" content="#e4e4e4" />
  25. <meta name="color:Sidebar" content="#ffffff">
  26.  
  27. <meta name="image:sidebar" content="" />
  28.  
  29. <meta name="text:Link 1 URL" content="/" />
  30. <meta name="text:Link 1 Title" content="link 1" />
  31. <meta name="text:Link 2 URL" content="/" />
  32. <meta name="text:Link 2 Title" content="link 2" />
  33. <meta name="text:Link 3 URL" content="/" />
  34. <meta name="text:Link 3 Title" content="link 3" />
  35. <meta name="text:Link 4 URL" content="/" />
  36. <meta name="text:Link 4 Title" content="link 4" />
  37.  
  38. <style type="text/css">
  39.  
  40. body {
  41. background: {color:background};
  42. background-img: {image:background};
  43. margin: 0px;
  44. color: {color:text};
  45. font-family: calibri;
  46. font-size: 10px;
  47. line-height: 10px;
  48. }
  49.  
  50. a {
  51. text-decoration: none;
  52. color: {color:link};
  53. }
  54.  
  55. blockquote {
  56. padding-left: 10px;
  57. border-left: 5px solid;
  58. }
  59.  
  60. h1 {
  61. font-size: 10pt;
  62. font-weight: normal;
  63. text-align: center;
  64. color: {color:title};
  65. font-style: italic;
  66. font-family: cambria;
  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. font-family: cambria;
  77. }
  78.  
  79. #posts {
  80. margin-top: 30px;
  81. padding: 10px;
  82. width: 500px;
  83. margin-left: 500px;
  84. margin-bottom: 30px;
  85. }
  86.  
  87. #post {
  88. width: 500px;
  89. margin-top: 10px;
  90. padding: 10px;
  91. border: 1px solid {color:Border};
  92. }
  93.  
  94. #side {
  95. width: 245px;
  96. height: 440px;
  97. }
  98.  
  99. #main {
  100. width: 245px;
  101. height: 440px;
  102. background-color: #ffffff;
  103. background-image: url('{image:Sidebar}');
  104. }
  105.  
  106. #desc {
  107. margin-top: 180px;
  108. opacity: 0.0;
  109. background-color: {color:Sidebar};
  110. width: 205px;
  111. margin-left: 10px;
  112. position: absolute;
  113. transition-duration: 0.6s;
  114. -moz-transition-duration: 0.6s;
  115. -webkit-transition-duration: 0.6s;
  116. -o-transition-duration: 0.6s;
  117. padding: 10px;
  118. height: auto;
  119. overflow: auto;
  120. }
  121.  
  122. #side:hover #desc {
  123. opacity: 1.0;
  124. transition-duration: 0.6s;
  125. -moz-transition-duration: 0.6s;
  126. -webkit-transition-duration: 0.6s;
  127. -o-transition-duration: 0.6s;
  128. }
  129.  
  130. #sidebar {
  131. width: 245px;
  132. position: fixed;
  133. margin-left: 220px;
  134. margin-top: 100px;
  135. align: center;
  136. }
  137.  
  138. #audio {
  139. background-color: #e4e4e4;
  140. color: #ffffff;
  141. }
  142.  
  143. #pagination {
  144. margin-top: -40px;
  145. font-family: times new roman;
  146. text-align: right;
  147. font-size: 8pt;
  148. }
  149.  
  150. #quote {
  151. font-style: italic;
  152. font-size: 14pt;
  153. line-height: 15pt;
  154. color: {color:link};
  155. font-family: cambria;
  156. padding-left: 10px;
  157. }
  158.  
  159. #blogtitle {
  160. font-style: italic;
  161. font-size: 20pt;
  162. width: 200px;
  163. line-height: 20pt;
  164. color: {color:Title};
  165. font-family: cambria;
  166. }
  167.  
  168. #info {
  169. text-align: right;
  170. line-height: 11pt;
  171. text-transform: lowercase;
  172. color: {color:Text};
  173. border-top: 1px solid {color:Border};
  174. }
  175.  
  176. #info a {
  177. transition-duration: 0.6s;
  178. -moz-transition-duration: 0.6s;
  179. -webkit-transition-duration: 0.6s;
  180. -o-transition-duration: 0.6s;
  181. }
  182.  
  183. #info a:hover {
  184. opacity: .6;
  185. transition-duration: 0.6s;
  186. -moz-transition-duration: 0.6s;
  187. -webkit-transition-duration: 0.6s;
  188. -o-transition-duration: 0.6s;
  189. }
  190.  
  191. #nav {
  192. line-height: 12pt;
  193. text-align: center;
  194. padding: 10px;
  195. }
  196.  
  197. #nav a {
  198. padding: 2px;
  199. line-height: 12px;
  200. transition-duration: 0.6s;
  201. -moz-transition-duration: 0.6s;
  202. -webkit-transition-duration: 0.6s;
  203. -o-transition-duration: 0.6s;
  204. }
  205.  
  206. #nav a:hover {
  207. transition-duration: 0.6s;
  208. -moz-transition-duration: 0.6s;
  209. -webkit-transition-duration: 0.6s;
  210. -o-transition-duration: 0.6s;
  211. opacity: .6;
  212. }
  213.  
  214. #asker {
  215. float: left;
  216. margin-right: 5px;
  217. font-size: 12pt;
  218. font-family: georgia;
  219. font-style: italic;
  220. font-weight: bold;
  221. }
  222.  
  223. #source {
  224. text-align: right;
  225. }
  226.  
  227. {CustomCSS}
  228. </style>
  229.  
  230. </head>
  231.  
  232. <body>
  233.  
  234. <div id="sidebar">
  235.  
  236. <div id="side"> <div id="desc">{Description}
  237.  
  238. <div id="nav"><a href="/">home</a> <a href="/ask">ask</a> <a
  239.  
  240. href="/archive">archive</a> <a href="http://lutherwest.tumblr.com">theme</a><br> <a
  241.  
  242. href="{Text:Link 1 URL}">{Text:Link 1 Title}</a> <a href="{Text:Link 2 URL}">
  243.  
  244. {Text:Link 2 Title}</a> <a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> <a
  245.  
  246. href="{Text:Link 4 URL}">{Text:Link 4 Title}</a>
  247.  
  248. </div>
  249.  
  250. </div> <div id="main"></div></div>
  251.  
  252.  
  253. <div id="blogtitle">{Title}</div>
  254.  
  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.  
  263. </div><br>
  264.  
  265. </div><br><br>
  266.  
  267. </div></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}
  276. {/block:Photo}
  277.  
  278. {block:Photoset}{Photoset-500}
  279.  
  280. {block:Caption}{Caption}{/block:Caption}
  281.  
  282. {/block:Photoset}
  283.  
  284. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—
  285.  
  286. {Source}</div>{/block:Source}{/block:Quote}
  287.  
  288. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  289.  
  290. {Description}{/block:Description}{/block:Link}
  291.  
  292. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  293.  
  294. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  295.  
  296. {block:Audio}<div id="audio"><center>{AudioPlayerGrey}</center>
  297. </div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  298.  
  299. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  300.  
  301. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}
  302.  
  303. wondered,<br>
  304.  
  305. {Question}<br><br>{Answer}{/block:Answer}
  306.  
  307. <div id="info">
  308. {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
  309. <b>with {NoteCountWithLabel} <span style="font-family: arial; color:
  310.  
  311. {color:Link};"></span> </b></a>{block:RebloggedFrom} / via: <a
  312.  
  313. href="{ReblogParentURL}"
  314. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  315.  
  316. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  317.  
  318. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  319.  
  320. {/block:Tags}{/block:HasTags}</div>
  321.  
  322. </div>
  323. {block:PostNotes}{PostNotes}{/block:PostNotes}
  324. {/block:Posts}</div>
  325.  
  326. </body>
  327.  
  328. </html>
Advertisement
Add Comment
Please, Sign In to add comment