alicescreed

TUMBLR THEME 014 by lutherwest.tumblr.com

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