Advertisement
alicescreed

#20: Love Letter (FIXED)

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