alicescreed

TUMBLR THEME 002 by lutherwest.tumblr.com

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