Advertisement
alicescreed

#28: True Affection

Sep 19th, 2013
3,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.64 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="image:left" content="">
  15. <meta name="image:right" content="">
  16. <meta name="image:bg" content="http://static.tumblr.com/208293446f18d3966fb2a8477a347351/xj08tzd/rtbmte44v/tumblr_static_grid_noise.png">
  17.  
  18. <meta name="text:descmargin" content="100">
  19. <meta name="text:link1" content="/">
  20. <meta name="text:link1title" content="link one">
  21. <meta name="text:link2" content="/">
  22. <meta name="text:link2title" content="link two">
  23. <meta name="text:link3" content="/">
  24. <meta name="text:link3title" content="link three">
  25. <meta name="text:link4" content="/">
  26. <meta name="text:link4title" content="link four">
  27.  
  28. <meta name="color:text" content="#585858">
  29. <meta name="color:sidebarbg" content="#e8e8e8">
  30. <meta name="color:bg" content="#ffffff">
  31. <meta name="color:accent" content="#ff0a72">
  32. <meta name="color:infotext" content="#ffffff">
  33. <meta name="color:infoborder" content="#d7d7d7">
  34. <meta name="color:accent2" content="#8bdeb9">
  35. <meta name="color:content" content="#ffffff">
  36. <meta name="color:title" content="#ffffff">
  37.  
  38. <style type="text/css">
  39.  
  40. @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  41.  
  42. #left {
  43. border-left: 10px solid {color:Accent};
  44. width: 200px;
  45. height: 100%;
  46. background-image: url('{image:left}');
  47. position: fixed;
  48. margin-top: -8px;
  49. margin-left: 120px;
  50. -webkit-transition: opacity 0.7s linear;
  51. -webkit-transition: all 0.3s ease-out;
  52. -moz-transition: all 0.3s ease-out;
  53. transition: all 0.3s ease-out;
  54. margin-bottom: 1px;
  55. }
  56.  
  57. #left:hover #desc {
  58. -webkit-transition: opacity 0.7s linear;
  59. -webkit-transition: all 0.3s ease-out;
  60. -moz-transition: all 0.3s ease-out;
  61. transition: all 0.3s ease-out;
  62. opacity: 1;
  63. }
  64.  
  65. #desc {
  66. position: fixed;
  67. width: 150px;
  68. padding: 5px;
  69. margin-left: 20px;
  70. margin-top: {text:descmargin}px;
  71. font-size: 6pt;
  72. line-height: 120%;
  73. text-transform: uppercase;
  74. opacity: 0;
  75. background-color: {color:content};
  76. -webkit-transition: opacity 0.7s linear;
  77. -webkit-transition: all 0.3s ease-out;
  78. -moz-transition: all 0.3s ease-out;
  79. transition: all 0.3s ease-out;
  80. }
  81.  
  82. #na {
  83. margin-left: 20px;
  84. margin-top: 130px;
  85. position: fixed;}
  86.  
  87. #nav-1 {
  88. width: 150px;
  89. padding: 5px;
  90. font-size: 6pt;
  91. text-align: center;
  92. line-height: 120%;
  93. text-transform: uppercase;
  94. background-color: {color:content};
  95. -webkit-transition: opacity 0.7s linear;
  96. -webkit-transition: all 0.3s ease-out;
  97. -moz-transition: all 0.3s ease-out;
  98. transition: all 0.3s ease-out;
  99. margin-bottom: 1px;
  100. }
  101.  
  102. #nav-1:hover {
  103. background-color: transparent;
  104. -webkit-transition: opacity 0.7s linear;
  105. -webkit-transition: all 0.3s ease-out;
  106. -moz-transition: all 0.3s ease-out;
  107. transition: all 0.3s ease-out;
  108. }
  109.  
  110. #right {
  111. width: 200px;
  112. height: 100%;
  113. background-color: {color:sidebarbg};
  114. position: fixed;
  115. margin-top: -8px;
  116. margin-left: 930px;
  117. }
  118.  
  119. #h1, #h2 {
  120. background-color: {color:accent};
  121. padding: 10px;
  122. font-family: 'Open Sans Condensed';
  123. font-weight: 300;
  124. text-transform: uppercase;
  125. letter-spacing: -1px;
  126. font-size: 20pt;
  127. color: {color:title};
  128. text-align: center;
  129. line-height: 90%;
  130. -webkit-transition: opacity 0.7s linear;
  131. -webkit-transition: all 0.3s ease-out;
  132. -moz-transition: all 0.3s ease-out;
  133. transition: all 0.3s ease-out;
  134. margin-bottom: 1px;
  135. }
  136.  
  137. #h1:hover {
  138. -webkit-transition: opacity 0.7s linear;
  139. -webkit-transition: all 0.3s ease-out;
  140. -moz-transition: all 0.3s ease-out;
  141. transition: all 0.3s ease-out;
  142. margin-bottom: 1px;
  143. text-shadow: 1px 1px {color:accent2};
  144. letter-spacing: 2px;
  145. }
  146.  
  147. #ask {
  148. background-color: {color:accent};
  149. padding: 10px;
  150. font-family: 'Open Sans Condensed';
  151. font-weight: 300;
  152. letter-spacing: -1px;
  153. font-size: 12pt;
  154. color: {color:title};
  155. text-align: center;
  156. line-height: 90%;
  157. }
  158.  
  159. #ask a {
  160. color: {color:title};
  161. }
  162.  
  163. #quote {
  164. font-family: 'Open Sans Condensed';
  165. font-weight: 300;
  166. text-transform: uppercase;
  167. letter-spacing: -1px;
  168. font-size: 20pt;
  169. color: {Color:accent};
  170. text-align: center;
  171. line-height: 90%;
  172. }
  173.  
  174. body {
  175. font-family: arial;
  176. background-attachment: fixed;
  177. font-size: 7pt;
  178. color: {color:text};
  179. background-color: {color:bg};
  180. line-height: 150%;
  181. text-align: justify;
  182. background-image: url('{image:bg}');
  183. }
  184.  
  185. a {
  186. color: {color:accent};
  187. text-decoration: none;
  188. -webkit-transition: opacity 0.7s linear;
  189. -webkit-transition: all 0.3s ease-out;
  190. -moz-transition: all 0.3s ease-out;
  191. transition: all 0.3s ease-out;
  192. margin-bottom: 1px;
  193. }
  194.  
  195. a:hover {
  196. -webkit-transition: opacity 0.7s linear;
  197. -webkit-transition: all 0.3s ease-out;
  198. -moz-transition: all 0.3s ease-out;
  199. transition: all 0.3s ease-out;
  200. margin-bottom: 1px;
  201. letter-spacing: 1px;
  202. }
  203.  
  204. #audioplayer {
  205. width: 25px;
  206. height: 25px;
  207. overflow:hidden;
  208. position:absolute;
  209. margin-left: 28px;
  210. margin-top: 27px;
  211. opacity: 0.8;
  212. background-color: grey;
  213. filter:alpha(opacity=80);
  214. border-radius: 50px;
  215. -moz-opacity: 0.8;
  216. -khtml-opacity: 0.8;
  217. }
  218.  
  219. blockquote {
  220. border-left: 5px solid;
  221. padding-left: 5px;
  222. }
  223.  
  224. #a {
  225. font-style: italic;
  226. text-align: center;
  227. height: 80px;
  228. width: 490px;
  229. padding: 5px;
  230. }
  231.  
  232. #albumart {
  233. margin-top: 5px;
  234. margin-left:5px;
  235. float:left;
  236. }
  237.  
  238. #audio {
  239. padding: 20px;
  240. text-align: center;
  241. height: 70px;
  242. font-size: 8pt;
  243. line-height: 9pt;
  244. }
  245.  
  246. #posts {
  247. margin-left: 330px;
  248. position: absolute;
  249. }
  250.  
  251. #middle {
  252. margin-left: 330px;
  253. margin-top: -8px;
  254. position: fixed;
  255. height: 100%;
  256. width: 600px;
  257. background-color: #f5f5f5;
  258. }
  259.  
  260. #post {
  261. margin-top: 10px;
  262. margin-left: 40px;
  263. background-color: {color:content};
  264. width: 500px;
  265. padding:10px;
  266. }
  267.  
  268. #cred {
  269. position:fixed;
  270. font-size:15px;
  271. font-weight:normal;
  272. line-height:150%;
  273. letter-spacing:2px;
  274. right:10px;
  275. padding: 4px;
  276. bottom:10px;
  277. text-transform:uppercase;
  278. text-align: center;
  279. }
  280.  
  281. ::-webkit-scrollbar-thumb:vertical {
  282. background-color: {color:accent2};
  283. height:auto;
  284. border-top: 5px solid {color:accent};
  285. border-bottom: 5px solid {color:accent};
  286. }
  287.  
  288. ::-webkit-scrollbar-thumb:horizontal {
  289. background-color: {color:accent2};
  290. height:5px !important;
  291. }
  292.  
  293. ::-webkit-scrollbar {
  294. height:5px;
  295. width:5px;
  296. background-color: {color:content};
  297. }
  298.  
  299. blockquote img {
  300. max-width: 100%;
  301. }
  302.  
  303. #info {
  304. width: 510px;
  305. border-top: 1px dashed {color:infoborder};
  306. margin-top: 5px;
  307. text-align: left;
  308. margin-left: 39px;
  309. line-height: 200%;
  310. margin-bottom: 20px;
  311. padding: 5px;
  312. }
  313.  
  314. #i {
  315. padding: 10px;
  316. }
  317.  
  318. #tags a {
  319. background-color: {color:Accent2};
  320. padding: 2px;
  321. color: {color:infotext};
  322. font-family: 'Open Sans Condensed';
  323. font-weight: 300;
  324. line-height: 200%;
  325. text-transform: uppercase;
  326. letter-spacing: 2px;
  327. font-size: 6pt;
  328. -webkit-transition: opacity 0.7s linear;
  329. -webkit-transition: all 0.3s ease-out;
  330. -moz-transition: all 0.3s ease-out;
  331. transition: all 0.3s ease-out;
  332. margin-bottom: 1px;
  333. }
  334.  
  335. #tags a:hover {
  336. padding: 3px;
  337. -webkit-transition: opacity 0.7s linear;
  338. -webkit-transition: all 0.3s ease-out;
  339. -moz-transition: all 0.3s ease-out;
  340. transition: all 0.3s ease-out;
  341. margin-bottom: 1px;
  342. }
  343.  
  344. #cred a {
  345. color: {color:accent};
  346. }
  347.  
  348. t {
  349. color: {Color:accent};
  350. font-weight: bold;
  351. }
  352.  
  353. #h1 a {
  354. color: {color:title};
  355. }
  356.  
  357. #title {
  358. color: {color:accent2};
  359. width: 160px;
  360. margin-bottom: 5px;
  361. text-align: center;
  362. font-size: 20pt;
  363. font-family: 'Open Sans Condensed';
  364. font-weight: 300;
  365. border-bottom: 1px dashed {color:infoborder};
  366. line-height: 100%;
  367. text-transform: uppercase;
  368. }
  369.  
  370. #lol {
  371. opacity: .8;
  372. -webkit-transition: opacity 0.7s linear;
  373. -webkit-transition: all 0.3s ease-out;
  374. -moz-transition: all 0.3s ease-out;
  375. transition: all 0.3s ease-out;
  376. margin-bottom: 1px;}
  377.  
  378. #lol:hover {
  379. -webkit-transition: opacity 0.7s linear;
  380. -webkit-transition: all 0.3s ease-out;
  381. -moz-transition: all 0.3s ease-out;
  382. transition: all 0.3s ease-out;
  383. margin-bottom: 1px;
  384. opacity: 1;
  385. }
  386.  
  387. </style>
  388.  
  389. </head>
  390.  
  391. <body>
  392.  
  393. <div id="left">
  394.  
  395. <div id="desc">{Description}</div>
  396.  
  397. </div>
  398.  
  399. <div id="right">
  400. <div id="na">
  401. <a href="/"><img id="lol" src="{image:right}" width="150" style="border-radius: 200px; padding: 5px; background-color: {color:content}; margin-bottom: 5px;"></a>
  402. <div id="title"><a href="/" style="color: {color:accent2};">{title}</a></div>
  403. <a href="/"><div id="nav-1">home</div></a>
  404. <a href="/ask"><div id="nav-1">message</div></a>
  405. <a href="/archive"><div id="nav-1">archive</div></a>
  406. <a href="{text:link1}"><div id="nav-1">{text:link1title}</div></a>
  407. <a href="{text:link2}"><div id="nav-1">{text:link2title}</div></a>
  408. <a href="{text:link3}"><div id="nav-1">{text:link3title}</div></a>
  409. <a href="{text:link4}"><div id="nav-1">{text:link4title}</div></a>
  410. <div style="text-align: center; font-size: 16pt; margin-top: 10px;">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" style="color: {Color:Accent2};">ยซ</a>
  411.  
  412. {/block:PreviousPage}
  413. {block:NextPage}<a href="{NextPage}" style="color: {Color:Accent2};">ยป</a>{/block:NextPage}{/block:Pagination}
  414. </div>
  415.  
  416. </div>
  417. </div>
  418.  
  419. <div id="middle"></div>
  420.  
  421. <div id="cred"><a href="http://amandastjames.tumblr.com">โ˜‚</a></div>
  422.  
  423.  
  424. <div id="posts">
  425.  
  426. {block:Posts}<div id="post">
  427.  
  428. {block:Text}{block:Title}<div id="h1">{Title}</div>{/block:Title}{Body}{/block:Text}
  429.  
  430. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  431.  
  432. {Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  435.  
  436. {/block:Photoset}
  437.  
  438. {block:Quote}<div id="quote">{Quote}</div>{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  439.  
  440. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  441.  
  442. {Description}{/block:Description}{/block:Link}
  443.  
  444. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  445.  
  446. <t>{Label}</t></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  447.  
  448. {block:Audio}
  449. <div id="audio">
  450. <div id="audioplayer">{AudioPlayerWhite}</div>
  451. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70" style="border-radius: 100px;">{/block:AlbumArt}</div>
  452. {block:TrackName}
  453. <div id="musicinfo"><t>{TrackName}</t><br>
  454. {/block:TrackName}
  455. <span style="font-size: 6pt; text-transform: uppercase;">{block:Artist}
  456. {Artist}<br>
  457. {/block:Artist}
  458. {block:Album}
  459. {Album}<br>
  460. {/block:Album}
  461. {PlayCountWithLabel}</span>
  462. </div>
  463. </div>
  464. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  465. {/block:Audio}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}<div id="ask"><span style="text-transform: uppercase;">{Asker}:</span> {Question}</div>
  470. {Answer}{/block:Answer}
  471.  
  472. </div>
  473.  
  474. <div id="info">
  475. <div id="tags">
  476. {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date}<a href="{Permalink}">{NoteCountWithLabel}</a>
  477. {block:HasTags}{block:Tags}<a href="{TagURL}" style="background-color:{color:infoborder};">{Tag}</a>
  478.  
  479. {/block:Tags}{/block:HasTags}
  480.  
  481. {PostNotes}
  482. </div>
  483. </div>
  484.  
  485. {/block:Posts}
  486.  
  487.  
  488. </div>
  489. </div>
  490.  
  491.  
  492. </body>
  493.  
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement