alicescreed

TUMBLR THEME 006 by lutherwest.tumblr.com

Feb 17th, 2013
1,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 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 006 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="#917676"/>
  22. <meta name="color:Link" content="#aecf8e"/>
  23. <meta name="color:Title" content="#c0c0c0" />
  24. <meta name="color:Scrollbar" content="#c1d1b2" />
  25. <meta name="color:Scrollbar Bg" content="#eeeeee" />
  26. <meta name="color:Sidebar" content="#141414" />
  27. <meta name="color:Description" content="#616161" />
  28. <meta name="color:Border" content="#e4e4e4" />
  29. <meta name="color:NavLink" content="#aecf8e" />
  30.  
  31. <meta name="image:sidebar" content="" />
  32.  
  33. <meta name="text:Link 1 URL" content="/" />
  34. <meta name="text:Link 1 Title" content="link 1" />
  35. <meta name="text:Link 2 URL" content="/" />
  36. <meta name="text:Link 2 Title" content="link 2" />
  37. <meta name="text:Link 3 URL" content="/" />
  38. <meta name="text:Link 3 Title" content="link 3" />
  39. <meta name="text:Link 4 URL" content="/" />
  40. <meta name="text:Link 4 Title" content="link 4" />
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. background: {color:background};
  46. background-img: {image:background};
  47. margin: 0px;
  48. color: {color:text};
  49. font-family: consolas;
  50. font-size: 10px;
  51. line-height: 10px;
  52. letter-spacing: 1px;
  53. }
  54.  
  55. a {
  56. text-decoration: none;
  57. color: {color:link};
  58. }
  59.  
  60. a: hover {
  61. opacity:.3;
  62. color:{color:link};
  63. }
  64.  
  65.  
  66. blockquote {
  67. padding-left: 10px;
  68. padding: 5px;
  69. border-left: 5px solid;
  70. border-color: {color:border};
  71. background-color: transparent;
  72. }
  73.  
  74. h1 {
  75. font-size: 10pt;
  76. font-weight: normal;
  77. text-align: center;
  78. color: {color:title};
  79. }
  80.  
  81. h2 {
  82. font-size: 10pt;
  83. font-weight: normal;
  84. text-align: center;
  85. letter-spacing: 1px;
  86. color: {color:title};
  87. }
  88.  
  89. #posts {
  90. padding: 10px;
  91. width: 500px;
  92. margin-left: 500px;
  93. }
  94.  
  95. #post {
  96. width: 500px;
  97. border-left: 1px solid {color:Border};
  98. padding: 10px;
  99. }
  100.  
  101. #side {
  102. width: 300px;
  103. position: fixed;
  104. height: 100%;
  105. background-color: {color:Sidebar};
  106. border-right: 3px solid {color:Border};
  107. }
  108.  
  109. #sidebar {
  110. width: 200px;
  111. position: fixed;
  112. margin-left: 40px;
  113. margin-top: 400px;
  114. align: center;
  115. }
  116.  
  117. #audio {
  118. width: 500px;
  119. background-color: #e4e4e4;
  120. color: #ffffff;
  121. }
  122.  
  123. #sidebarimage {
  124. margin-left: 50px;
  125. width: 100px;
  126. }
  127.  
  128. #sidebarimage img {
  129. width: 100px;
  130. padding: 5px;
  131. border-radius: 100px;
  132. border: 1px solid {color:Border};
  133. }
  134.  
  135. #description {
  136. width: 200px;
  137. margin-top: 10px;
  138. margin-left: 8px;
  139. padding-left: -5px;
  140. }
  141.  
  142. #desctext {
  143. color: {color:Description};
  144. padding: 5px;
  145. text-align: center;
  146. }
  147.  
  148. #pagination {
  149. font-size: 20px;
  150. text-align: right;
  151. }
  152.  
  153. #quote {
  154. font-style: italic;
  155. font-size: 14pt;
  156. line-height: 15pt;
  157. color: {color:link};
  158. }
  159.  
  160. #info {
  161. text-align: right;
  162. line-height: 11px;
  163. margin-top: 10px;
  164. padding: 4px;
  165. text-transform: uppercase;
  166. font-size: 6pt;
  167. color: {color:Text};
  168. background-color: {color:Sidebar};
  169. }
  170.  
  171. #nav {
  172. line-height: 12pt;
  173. text-align: center;
  174. }
  175.  
  176. #nav a{
  177. color: {color:NavLink};}
  178.  
  179. #asker {
  180. float: left;
  181. margin-right: 5px;
  182. font-size: 12pt;
  183. font-style: italic;
  184. font-weight: bold;
  185. }
  186.  
  187. ::-webkit-scrollbar-thumb:vertical {
  188. background-color: {color:scrollbar};
  189. height:auto;
  190. border: 0px solid #000;
  191. }
  192.  
  193. ::-webkit-scrollbar-thumb:horizontal {
  194. background-color: {color:scrollbar};
  195. height:5px !important;
  196. }
  197.  
  198. ::-webkit-scrollbar {
  199. height:2px;
  200. width:10px;
  201. background-color: {color:scrollbar bg};
  202. }
  203.  
  204. {CustomCSS}
  205. </style>
  206.  
  207. </head>
  208.  
  209. <body>
  210.  
  211. <div id="side">
  212. <div id="sidebar">
  213. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  214. <div id="description"><div id="desctext">{Description}</div><br>
  215.  
  216. <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>
  217. </div><br>
  218. </div><br>
  219.  
  220. <div id="pagination">
  221. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
  222.  
  223. {/block:PreviousPage}
  224. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  225.  
  226. </div></div><br><br>
  227.  
  228. </div></div>
  229.  
  230. </div>
  231.  
  232. <div id="posts">{block:Posts}<div id="post">
  233.  
  234. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  235.  
  236. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  237.  
  238. {Caption}{/block:Caption}{/block:Photo}
  239.  
  240. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  241.  
  242. {/block:Photoset}
  243.  
  244. {block:Quote}<div id="quote">{Quote}</div>{block:Source} <Br>—{Source}{/block:Source}{/block:Quote}
  245.  
  246. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  247.  
  248. {Description}{/block:Description}{/block:Link}
  249.  
  250. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  251.  
  252. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  253.  
  254. {block:Audio}<div id="audio">{AudioPlayerGrey}
  255. </div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  256.  
  257. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  258.  
  259. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} wondered,<br>
  260.  
  261. {Question}<br>{Answer}{/block:Answer}
  262.  
  263. <div id="info">
  264. {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
  265. <b>with {NoteCountWithLabel} <span style="font-family: arial; color:{color:Link};">♥</span> </b></a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  266. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  267.  
  268. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  269.  
  270. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  271.  
  272. {/block:Tags}{/block:HasTags}</div>
  273.  
  274. </div>
  275. {block:PostNotes}{PostNotes}{/block:PostNotes}
  276. {/block:Posts}</div>
  277.  
  278. </body>
  279.  
  280. </html>
Advertisement
Add Comment
Please, Sign In to add comment