Advertisement
alicescreed

theme update

May 30th, 2013
3,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 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. <!--[theme by lutherwest.tumblr.com don't steal!]-->
  9.  
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />
  14.  
  15. <meta name="color:bg" content="#ffffff">
  16. <meta name="color:text" content="#826f6f">
  17. <meta name="color:nav link" content="#826f6f">
  18. <meta name="color:link" content="#826f6f">
  19. <meta name="color:border" content="#d8d8d8">
  20.  
  21. <meta name="image:sidebar" content="">
  22.  
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link1 title" content="une">
  25.  
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link2 title" content="deux">
  28.  
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link3 title" content="trois">
  31.  
  32. <meta name="text:link4 url" content="/">
  33. <meta name="text:link4 title" content="quatre">
  34.  
  35. <style type="text/css">
  36.  
  37. body {
  38. background-color: {color:bg};
  39. font-family: consolas;
  40. font-size: 7pt;
  41. line-height: 9pt;
  42. text-align: justify;
  43. color: {color:text};
  44. }
  45.  
  46. #nav a {
  47. color: {color:nav link};
  48. text-decoration: none;
  49. padding: 5px;
  50. text-transform: uppercase;
  51. transition-duration: 0.6s;
  52. -moz-transition-duration: 0.6s;
  53. -webkit-transition-duration: 0.6s;
  54. -o-transition-duration: 0.6s;
  55. }
  56.  
  57. #nav a:hover {
  58. background-color: transparent;
  59. transition-duration: 0.6s;
  60. -moz-transition-duration: 0.6s;
  61. -webkit-transition-duration: 0.6s;
  62. -o-transition-duration: 0.6s;
  63. font-family: georgia;
  64. font-style: italic;
  65. text-transform: lowercase;
  66. }
  67.  
  68. a {
  69. color: {color:link};
  70. text-decoration: none;
  71. padding: 5px;
  72. text-transform: uppercase;
  73. }
  74.  
  75. a:hover {
  76. background-color: transparent;
  77. transition-duration: 0.6s;
  78. -moz-transition-duration: 0.6s;
  79. -webkit-transition-duration: 0.6s;
  80. -o-transition-duration: 0.6s;
  81. font-family: georgia;
  82. font-style: italic;
  83. text-transform: lowercase;
  84. }
  85.  
  86. #side {
  87. margin-top: 250px;
  88. position: fixed;
  89. margin-left: 100px;
  90. }
  91.  
  92. #sidebar {
  93. width: 150px;
  94. height: 210px;
  95. padding: 10px;
  96. border: 1px solid {color:border};
  97. }
  98.  
  99. #blogtitle {
  100. border-bottom: 1px solid {color:border};
  101. font-size: 12pt;
  102. margin-top: -230px;
  103. margin-left: 180px;
  104. width: 150px;
  105. letter-spacing: 1px;
  106. font-family: georgia;
  107. font-style: italic;
  108. padding: 10px;
  109. }
  110.  
  111. #description {
  112. width: 150px;
  113. padding: 10px;
  114. border-bottom: 1px solid {color:border};
  115. margin-left: 180px;
  116. }
  117.  
  118. #nav {
  119. border-bottom: 1px solid {color:border};
  120. border-top: 1px solid {color:border};
  121. padding: 10px;
  122. text-align: center;
  123. width:150px;
  124. position: fixed;
  125. margin-top: 20px;
  126. }
  127.  
  128. #posts {
  129. margin-left: 500px;
  130. margin-top: 50px;
  131. }
  132.  
  133. #post {
  134. margin-bottom: 50px;
  135. border: 1px solid {color:border};
  136. width: 500px;
  137. padding: 10px;
  138. }
  139.  
  140. #quote {
  141. font-family: georgia;
  142. font-size: 11pt;
  143. letter-spacing: 1px;
  144. font-style: italic;
  145. line-height: 12pt;
  146. }
  147.  
  148. #asker {
  149. width: 460px;
  150. background-color: {color:border};
  151. padding: 20px;
  152. font-family: georgia;
  153. font-style: italic;
  154. letter-spacing: 1px;
  155. text-align: center;
  156. }
  157.  
  158. #source {
  159. line-height: 14pt;
  160. text-align: center;
  161. }
  162.  
  163. blockquote {
  164. border-left: 2px solid {color:border};
  165. padding-left: 5px;
  166. }
  167.  
  168. #info {
  169. line-height: 8pt;
  170. border-top: 1px solid {color:border};
  171. text-align: center;
  172. padding: 5px;
  173. }
  174.  
  175. #caption {
  176. margin-top: 55px;
  177. }
  178.  
  179. #audioplayer {
  180. width: 25px;
  181. height: 25px;
  182. overflow:hidden;
  183. position:absolute;
  184. margin-left: 40px;
  185. margin-top: 35px;
  186. border-radius: 10px;
  187. opacity: 0.8;
  188. filter:alpha(opacity=80);
  189. -moz-opacity: 0.8;
  190. -khtml-opacity: 0.8;
  191. }
  192.  
  193. #albumart {
  194. float:left;
  195. margin: 0px 7px;
  196. border: 1px solid {color:border};
  197. background-color: {color:sidebar};
  198. padding: 10px;
  199. }
  200.  
  201. #musicinfo {
  202. margin-left: 10px;
  203. margin-top: 30px;
  204. }
  205.  
  206. </style>
  207.  
  208. </head>
  209.  
  210. <body>
  211.  
  212. <div id="side">
  213.  
  214. <div id="sidebar"><img src="{image:sidebar}"></div>
  215. <div id="blogtitle">{title}</div>
  216.  
  217. <div id="description">{description}</div>
  218.  
  219. <div id="nav"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a> <a href="http://lutherwest.tumblr.com/">©</a><br>
  220. <a href="{text:link1 url}">{text:link1 title}</a> <a href="{text:link2 url}">{text:link2 title}</a> <a href="{text:link3 url}">{text:link3 title}</a> <a href="{text:link4 url}">{text:link4 title}</a><br><Br>
  221. <div style="text-align: center;">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
  222.  
  223. {/block:PreviousPage}
  224. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</div>
  225. </div>
  226.  
  227. </div>
  228.  
  229. <div id="posts">{block:Posts}<div id="post">
  230.  
  231. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  232.  
  233. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  234.  
  235. {Caption}{/block:Caption}{/block:Photo}
  236.  
  237. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  238.  
  239. {/block:Photoset}
  240.  
  241. {block:Quote}<div id="quote">{Quote}</div>{block:Source} <div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  242.  
  243. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  244.  
  245. {Description}{/block:Description}{/block:Link}
  246.  
  247. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  248.  
  249. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  250.  
  251. {block:Audio}
  252. <div id="audioplayer">{AudioPlayerWhite}</div>
  253. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
  254. {block:TrackName}
  255. <b>Name:</b> {TrackName}<br>
  256. {/block:TrackName}
  257. {block:Artist}
  258. <b>Artist:</b> {Artist}<br>
  259. {/block:Artist}
  260. {block:Album}
  261. <b>Album:</b> {Album}<br>
  262. {/block:Album}
  263. {PlayCountWithLabel}
  264. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  265. {/block:Audio}
  266.  
  267. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  268.  
  269. {block:Answer}<div id="asker">{Asker} wondered,<br>
  270. "{Question}"
  271. </div>
  272. {Answer}{/block:Answer}
  273.  
  274. <div id="info">
  275. {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
  276. <b>with {NoteCountWithLabel}</b></a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
  277. title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
  278.  
  279. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
  280.  
  281. {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  282.  
  283. {/block:Tags}{/block:HasTags}</div>
  284.  
  285. </div>
  286. {block:PostNotes}{PostNotes}{/block:PostNotes}
  287. {/block:Posts}</div>
  288.  
  289. </body>
  290.  
  291. </body>
  292.  
  293. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement