alicescreed

TUMBLR THEME 010 by lutherwest.tumblr.com

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