alicescreed

TUMBLR THEME 003 by lutherwest.tumblr.com

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