Advertisement
birdyofrp

2. Affluence

Jan 21st, 2015
1,378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:container" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:pre" content="#a8a8a8"/>
  16. <meta name="color:h2" content="#000000"/>
  17. <meta name="color:h2 bg" content="#000000"/>
  18. <meta name="color:h1" content="#000000"/>
  19. <meta name="color:h1 bg" content="#000000"/>
  20. <meta name="color:pagination background" content="#ffffff"/>
  21. <meta name="color:h2 border" content="#ffffff"/>
  22. <meta name="color:pretext" content="#ffffff"/>
  23. <meta name="color:Scrollbar" content="#000000"/>
  24. <meta name="color:ScrollbarBg" content="#ffffff"/>
  25. <meta name="color:Ask Backg" content="#ffffff"/>
  26. <meta name="color:Links" content="#000000"/>
  27. <meta name="color:blockquote bg" content="#ffffff"/>
  28. <meta name="color:blockquote border" content="#000000"/>
  29. <meta name="color:Link hover" content="#000000"/>
  30. <meta name="color:Sidebar Background" content="#000000"/>
  31. <meta name="color:Description Background" content="#ffffff"/>
  32. <meta name="color:Post Background" content="#ffffff"/>
  33. <meta name="color:Links Background" content="#ffffff"/>
  34. <meta name="color:Info Background" content="#ffffff"/>
  35. <meta name="color:date" content="#ffffff"/>
  36. <meta name="color:date text" content="#000000"/>
  37. <meta name="color:date2" content="#000000"/>
  38. <meta name="color:date2 text" content="#ffffff"/>
  39. <meta name="image:background" content=""/>
  40. <meta name="image:header" content=""/>
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="text:Link 1 URL" content="/">
  43. <meta name="text:Link 2 URL" content="/">
  44. <meta name="text:Link 3 URL" content="/">
  45. <meta name="text:Link 1 name" content="/">
  46. <meta name="text:Link 2 name" content="/">
  47. <meta name="text:Link 3 name" content="/">
  48. <meta name="text:date" content="DATE:">
  49. <meta name="text:datetext" content="text">
  50. <meta name="text:date2" content="DATE:">
  51. <meta name="text:datetext2" content="text">
  52. <meta name="text:date3" content="DATE:">
  53. <meta name="text:datetext3" content="text">
  54. <meta name="text:date4" content="DATE:">
  55. <meta name="text:datetext4" content="text">
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. background-color:{color:Scrollbar};
  62. border-radius: 2px;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:9px;
  67. width:4px;
  68. background-color:{color:ScrollbarBg};
  69. }
  70.  
  71. body {
  72. background:{color:background};
  73. background-size:cover;
  74. margin:0px;
  75. color:{color:text};
  76. font-family:arial, sans-serif;
  77. line-height:150%;
  78. font-size:9px;
  79. text-align:justify;
  80. background-image:url('{image:background}');
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:{color:links};
  88. font-weight:bold;
  89. font-family:arial;
  90. }
  91.  
  92. #title{color:{color:text};
  93. padding:5px;
  94. letter-spacing:1px;
  95. margin-bottom:10px;
  96. font-weight:bold;
  97. font-family:helvetica;
  98. text-align:center;
  99. text-transform:uppercase;
  100. background-color:{color:background};}
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. small{font-size:9px;}
  107.  
  108. pre {background-color:{color:pre}; color:{color:pretext};padding:5px; text-transform: uppercase; font-family:'helvetica';font-weight: bold;}
  109.  
  110. h1 {
  111. font-size:15px;
  112. color:{color:h1};
  113. text-transform:uppercase;
  114. font-family:'helvetica';
  115. background-color:{color:h1 bg};
  116. padding:7px;
  117. font-style:bold;
  118. text-align:center;
  119. border-bottom: 4px solid {color:h2 border};
  120. box-shadow: inset 0 3px 0 rgba(255, 0, 0, 0);
  121. }
  122.  
  123. h2 {
  124. font-size:15px;
  125. color:{color:h2};
  126. text-transform:uppercase;
  127. font-family:'helvetica';
  128. background-color:{color:h2 bg};
  129. padding:7px;
  130. font-style:bold;
  131. text-align:center;
  132. border-bottom: 4px solid {color:h2 border};
  133. box-shadow: inset 0 3px 0 rgba(255, 0, 0, 0);
  134. }
  135.  
  136. blockquote {
  137. background-color: {color:blockquote bg};
  138. border-left:3px solid {color:blockquote border};
  139. padding:5px;
  140. margin-left:10px;
  141. margin-:10px;
  142. }
  143.  
  144. /*HEADER*/
  145. #header {
  146. background-image: {image:sidebar};
  147. width: 983px;
  148. height: 150px;
  149. background-color: white;
  150. overflow:hidden;
  151. margin-top:15px;
  152. margin-left: 165px;
  153. margin-bottom: -140px;
  154. position: relative;
  155. border-top-left-radius: 4px;
  156. border-top-right-radius: 4px;
  157. }
  158.  
  159. /*ENTRIES*/
  160.  
  161. #container {
  162. position: fixed;
  163. height: 500px;
  164. overflow-y: auto;
  165. overflow-x: hidden;
  166. width: 563px;
  167. background-color: {color:container};
  168. margin-top: 140px;
  169. margin-left: 585px;
  170. border-bottom-right-radius: 4px;
  171.  
  172. }
  173.  
  174. #entries {
  175. position: absolute;
  176. height:590px;
  177. width:640px;
  178. margin-left:470px;
  179. margin-top:25px;
  180. }
  181.  
  182. #post {
  183. width: 500px;
  184. margin-left:10px;
  185. margin-top: 10px;
  186. height: auto;
  187. background-color: {color:post background};
  188. padding: 20px;
  189. margin-bottom:30px;
  190. color: {color:text};
  191. text-align:justify;
  192. border-radius: 4px;
  193. border-bottom: 4px solid {color:post background};
  194. border: 1px solid rgba(0,0,0,0.1);
  195. box-shadow: inset 0 1px 0 rgba(255, 0, 0, 0);
  196. }
  197.  
  198. /*SIDEBAR*/
  199.  
  200. #description {background-color:{color:Description background};
  201. padding:10px;
  202. overflow:auto;
  203. font-size:9px;
  204. margin-top:-250px;
  205. height:360px;
  206. width: 210px;
  207. margin-left:168px;
  208. color:{color:text};
  209. border-radius: 4px;
  210. border-bottom: 4px solid {color:description background};
  211. }
  212.  
  213. #sidebar{
  214. padding:10px;
  215. z-index:-9999;
  216. text-align:center;
  217. position:fixed;
  218. margin-top:140px;
  219. background:{color:Sidebar background};
  220. font-size:10px;
  221. margin-left:165px;
  222. height: 480px;
  223. width:400px;
  224. color:black;
  225. font-family:arial;
  226. color:{color:background};
  227. border-bottom-left-radius: 4px;
  228.  
  229.  
  230. }
  231.  
  232.  
  233. #sidebar img {margin-right: 239px; width: 150; border-radius: 4px;}
  234.  
  235. /*UPDATES*/
  236.  
  237. #updates {
  238. position:fixed;
  239. width:395px;
  240. height:144px;
  241. overflow:auto;
  242. text-transform:none;
  243. margin-left:-12px;
  244. margin-top:10px;
  245. padding:10px;
  246. box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  247. border-radius:0 0px 0px 3;
  248. }
  249.  
  250. .date {
  251. line-height:100%;
  252. padding:2px;
  253. text-align:left;
  254. padding-top:4px;
  255. padding-bottom:4px;
  256. text-transform: uppercase;
  257. background-color:{color:date};
  258. color:{color:date text};
  259. text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  260. font-size: 9px;
  261. font-weight: bold;
  262.  
  263. }
  264.  
  265. .date2 {
  266. line-height:100%;
  267. padding:2px;
  268. padding-top:4px;
  269. padding-bottom:4px;
  270. text-align:left;
  271. text-transform: uppercase;
  272. background-color:{color:date2};
  273. color:{color:date2 text};
  274. text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  275. font-size: 9px;
  276. font-weight: bold;
  277.  
  278. }
  279.  
  280.  
  281. /*POST INFO*/
  282.  
  283. #info {
  284. width:531px;
  285. text-align:left;
  286. font-family:arial;
  287. text-transform:uppercase;
  288. margin-left:-21px;
  289. font-size:9px;
  290. margin-top:20px;
  291. margin-bottom:-30px;
  292. font-style:none;
  293. padding:5px;
  294. line-height:10px;
  295. background-color:{color:Info Background};
  296. color:{color:Text};
  297. border-radius: 0 0 4px 4px;
  298. border-bottom: 4px solid {color:info background};
  299. border: 1px solid rgba(0,0,0,0.1);
  300. box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  301. text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  302. }
  303.  
  304. #info a {
  305. text-align:center;
  306. font-family:arial;
  307. color:{color:Text};
  308. text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  309. }
  310.  
  311.  
  312. /*SIDELINKS*/
  313. .links {
  314. padding:5px;
  315. padding-bottom:6px;
  316. line-height:150%;
  317. z-index:10000000000000000;
  318. text-align:center;
  319. font-size:8px;
  320. letter-spacing:4px;
  321. opacity:1;
  322. position:fixed;
  323. font-family:'arial';
  324. position:absolute;
  325. text-transform:uppercase;
  326. text-align:center;}
  327.  
  328. .links a{
  329. z-index:10000000000000000;
  330. margin-left:10px;
  331. padding:5px;
  332. display:inline-block;
  333. }
  334.  
  335. .links a:hover{
  336. color:{color:post background};
  337. -moz-transition-duration:.2s;
  338. -webkit-transition-duration:.2s;
  339. -o-transition-duration:.2s;
  340. background-color:{color:Links Background};
  341. }
  342.  
  343.  
  344. #links{
  345. padding:10px;
  346. margin-top:-140px;
  347. text-align:center;
  348. z-index:9999;
  349. font-size:10px;
  350. margin-left:-5px;
  351. width:380px;
  352. }
  353.  
  354. #links a{
  355. background:{color:Links Background};
  356. padding:5px;
  357. font-size:10px;
  358. text-transform:uppercase;
  359. margin-top:5px;
  360. font-family:arial;
  361. color:{color:text};
  362. width:143px;
  363. display:block;
  364. border-radius: 4px;
  365. border-bottom: 4px solid {color:links background};
  366. text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  367. }
  368.  
  369. #links a:hover{background-color:{color:link hover};
  370. color:{color:links background};
  371. border-bottom: 4px solid {color:link hover};
  372.  
  373. }
  374.  
  375.  
  376. /*QUESTION*/
  377.  
  378. #ask {
  379. color:{color:text};
  380. padding:15px;
  381. font-family:'arial';
  382. font-size:10px;
  383. letter-spacing:0px;
  384. text-align:left;
  385. text-transform:lowercase;
  386. line-height:150%;
  387. background-color:{color:Ask backg};
  388. }
  389.  
  390. #ask a{color:{color:post background};}
  391.  
  392. /*PAGINATION*/
  393. #pagination {
  394. width:557px;
  395. height:15px;
  396. margin-top:619px;
  397. margin-left:585px;
  398. text-align:center;
  399. background-color:{color:container};
  400. padding:3px;
  401. font-size:10px;
  402. color:{color:links};
  403. position:fixed;
  404. text-transform: uppercase;
  405. font-weight:bold;
  406. font-family:arial;
  407. z-index:9999999999;
  408. border-bottom-right-radius: 4px;
  409. text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  410. }
  411.  
  412. #pagination a{
  413. color:#ffffff;
  414. font-weight:bold;
  415. font-family:arial;
  416. border-radius:3px;
  417. padding:3px;
  418. }
  419.  
  420. /*CREDIT*/
  421.  
  422. #cred {
  423. position:fixed;
  424. font-family:'courier';
  425. text-transform:uppercase;
  426. font-size:8px;
  427. right:9px;
  428. bottom:9px;
  429. padding:4px;
  430. background-color:{color:post background};
  431. letter-spacing:1px;
  432. }
  433.  
  434.  
  435. {CustomCSS}</style></head><body>
  436.  
  437. </div>
  438. <div id="header"><img src="{image:header}"></div>
  439. <div id="sidebar"><img src="{image:sidebar}"><div id="description">{description}
  440. </div>
  441.  
  442. <div id="links">
  443. <a href="/">REFRESH</a>
  444. <a href="{text:link 1 url}">{text:link 1 name}</a>
  445. <a href="{text:link 2 url}">{text:link 2 name}</a>
  446. <a href="{text:link 3 url}">{text:link 3 name}</a>
  447.  
  448. <div id="updates"><div class="date"><u>{text:date}</u> {text:datetext}</div>
  449. <div class="date2"><u>{text:date2}</u> {text:datetext2}</div>
  450. <div class="date"><u>{text:date3}</u> {text:datetext3}</div>
  451. <div class="date2"><u>{text:date4}</u> {text:datetext4}</div>
  452. </div>
  453.  
  454.  
  455. </div></div>
  456.  
  457. <div id="container">
  458. {block:Posts}
  459.  
  460. <div id="post">
  461. {block:Text}
  462. {block:Title}<h1>{Title}</h1>{/block:Title}
  463. {Body}{/block:Text}
  464.  
  465. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  466. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  467.  
  468. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  469. {/block:Caption}{/block:Photoset}
  470.  
  471. {block:Quote}<h1>"{Quote}"</h1>
  472. {block:Source}<div class="qsource"> —{Source}</div>
  473. {/block:Source}{/block:Quote}
  474.  
  475. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  476.  
  477. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  478.  
  479. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  480. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  481. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  482. {/block:ExternalAudio}<b>Played:</b> {PlayCount} arial <br>
  483. {/block:Audio}
  484.  
  485. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  486.  
  487. {block:Answer}<div id="ask">{Question} — <i><b>{Asker}</b></i></div>{Answer}{/block:Answer}
  488.  
  489. <div id="info">
  490. <div id="permalink">
  491. {block:date}<a href="{Permalink}">{TimeAgo} </a>{/block:date} / {NoteCount}</div>
  492.  
  493. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  494. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  495. </div></div>
  496.  
  497. {/block:Posts}{/block:Posts}</div></div></div>
  498.  
  499. </div>
  500.  
  501. <div id="pg"><div id="pagination">{block:Pagination}
  502. {block:PreviousPage}
  503. <a href="{PreviousPage}">BACK </a>
  504. {/block:PreviousPage}
  505.  
  506. {block:NextPage}
  507. <a href="{NextPage}">NEXT</a>
  508. {/block:NextPage}
  509. {/block:Pagination}</div>
  510. </div>
  511. </ul>
  512. </div>
  513. </div>
  514. <div id="cred">
  515. <a href="http://birdyofrp.tumblr.com/">©</a>
  516. </div>
  517.  
  518.  
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement