Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
  3. <!--[if IE 9]><html class="lt-ie10"> <![endif]-->
  4. <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
  5. <!--
  6.  
  7. THEME #2 - FOREVER YOUNG by blainesrph
  8.  
  9. You can edit this theme as much as you like, so long as you keep the credit intact and don't edit, and then redistribute the theme for your own. The credit must remain where it is.
  10. Thank you!
  11. -->
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21.  
  22. <meta name="font:Body" content="georgia" />
  23.  
  24. <meta name="color:Background" content="#dabf9f" />
  25. <meta name="color:Body" content="#333" />
  26. <meta name="color:Link" content="#8d8c8d" />
  27. <meta name="color:Link Hover" content="#99161C" />
  28. <meta name="color:Posts" content="#ffffff" />
  29. <meta name="color:Info" content="#ffffff" />
  30. <meta name="color:Sidebar" content="#ffffff" />
  31. <meta name="color:Backbar" content="#dcb78b" />
  32. <meta name="color:Borders" content="#030303" />
  33. <meta name="color:NavBar" content="#CBA476" />
  34. <meta name="color:NavBack" content="#ffffff" />
  35. <meta name="color:NavHover" content="#99161C" />
  36. <meta name="color:NavText" content="#000000" />
  37. <meta name="color:NavTextHover" content="#000000" />
  38. <meta name="color:Bold" content="#000000" />
  39. <meta name="color:Italic" content="#000000" />
  40. <meta name="color:Red" content="#99161C" />
  41. <meta name="color:Yellow" content="#E3B36B" />
  42.  
  43. <meta name="image:Sidebar" content="" />
  44. <meta name="image:NavBar" content="" />
  45. <meta name="image:Backbar" content="" />
  46. <meta name="image:Background" content="" />
  47.  
  48. <meta name="text:Link1 Title" content="Link One" />
  49. <meta name="text:Link1 URL" content="/" />
  50. <meta name="text:Link2 Title" content="Link Two" />
  51. <meta name="text:Link2 URL" content="/" />
  52. <meta name="text:Link3 Title" content="Link Three" />
  53. <meta name="text:Link3 URL" content="/" />
  54. <meta name="text:Link4 Title" content="Link Four" />
  55. <meta name="text:Link4 URL" content="/" />
  56. <meta name="text:Link5 Title" content="Link Five" />
  57. <meta name="text:Link5 URL" content="/" />
  58. <meta name="text:Link6 Title" content="Link Six" />
  59. <meta name="text:Link6 URL" content="/" />
  60.  
  61.  
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. body {
  67. background: {color:Background};
  68. background-image: url('{image:Background}');
  69. background-attachment:fixed;
  70. position:absolute;
  71. font-size:14px;
  72. font-family: 'cambria';
  73. color:{color:Body};
  74. }
  75.  
  76. b, strong {color:{color:Red}; text-shadow: 1px 1px 1px; font-size:12px;}
  77. i, em {color:{color:Italic}}
  78. big {text-shadow: 1px 1px 1px; color:{color:Yellow}}
  79. small {font-size:11px}
  80. p {margin-top:5px; margin-bottom:5px}
  81. blockquote {
  82. border-left:1.5px solid {color:Body};
  83. padding-left:5px;
  84. margin:0px 2px 0px 10px}
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. color:{color:Link};
  90. -webkit-transition: all 0.5s ease-in-out;
  91. -moz-transition: all 0.5s ease-in-out;
  92. -o-transition: all 0.5s ease-in-out;
  93. }
  94.  
  95. a:hover {
  96. color:{color:Link Hover};
  97. -webkit-transition: all 0.5s ease-in-out;
  98. -moz-transition: all 0.5s ease-in-out;
  99. -o-transition: all 0.5s ease-in-out;
  100. }
  101.  
  102. title {
  103. font-family:georgia;
  104. text-align:center;
  105. text-transform:none;
  106. color:{color:Yellow};
  107. }
  108.  
  109. #title2 {
  110. font:20px 'georgia';
  111. color:{color:Link};
  112. font-style:none}
  113.  
  114. #title {
  115. font-family:georgia;
  116. color:{color:Body};
  117. font-style:none;
  118. font-size:17px;
  119. text-align:center;
  120. text-transform:none;
  121. text-decoration:none;
  122. -webkit-transition: all 0.5s ease-in-out;
  123. -moz-transition: all 0.5s ease-in-out;
  124. -o-transition: all 0.5s ease-in-out;
  125. }
  126.  
  127.  
  128. #backbar {
  129. position:fixed;
  130. width:413px;
  131. height:337px;
  132. margin-left:120px;
  133. margin-top:154px;
  134. background-color:{color:Backbar};
  135. background-image:url('{image:Backbar}');
  136. background-attachment:fixed;
  137. border:1px solid {color:Borders}}
  138.  
  139. #sidebar {
  140. float:right;
  141. margin-left:5px;
  142. position:fixed;
  143. width:400px;
  144. height:120px;
  145. overflow:hidden;
  146. margin-top:5px;
  147. background-color:{color:Sidebar};
  148. background-image:url('{image:sidebar}');
  149. border:1px solid {color:Borders};}
  150.  
  151.  
  152. #sidebartwo {
  153. float:right;
  154. position:fixed;
  155. width:252px;
  156. height:177px;
  157. margin-left:5px;
  158. margin-top:133px;
  159. font-size:11px;
  160. color:{color:Body};
  161. text-align:justify;
  162. overflow:hidden;
  163. padding:10px;
  164. background-color:{color:Sidebar};
  165. border:1px solid {color:Borders};}
  166.  
  167. #pagination {color:{color:Body}; font-size:16px; font-family:georgia; text-align:center; background-color:transparent; padding-top:2px; padding-bottom:2px; margin-top:5px}
  168. #pagination a {color:{color:Link}}
  169. #pagination a:hover {color:{color:Body}}
  170.  
  171.  
  172. #linksbar {
  173. border:1px solid {color:Borders};
  174. position:fixed;
  175. margin-top:133px;
  176. margin-left:284px;
  177. height:197px;
  178. width:120px;
  179. background-color:{color:NavBar};
  180. background-image:url('{image:Navbar}');
  181. background-attachment:fixed;}
  182.  
  183. #links {
  184. margin-top:6px;
  185. margin-left:0px;
  186. text-align:center}
  187.  
  188. #links a {
  189. display:inline-block;
  190. width:100px;
  191. height:19.5px;
  192. line-height:20px;
  193. background-color:{color:NavBack};
  194. padding:3px 0;
  195. margin-bottom:4px;
  196. color:{color:NavText};
  197. font-size:10px;
  198. font-family:georgia;
  199. border:1px solid {color:Borders};
  200. letter-spacing:0px;
  201. text-transform:uppercase;
  202. -webkit-transition: opacity 0.8s linear;opacity: 1;
  203. -webkit-transition: all 0.5s ease-out;
  204. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  205.  
  206.  
  207. #links a:hover {
  208. border:1px solid {color:borders};
  209. font:8px;
  210. background:{color:NavHover};
  211. color:{color:NavTextHover};
  212. letter-spacing:0px;
  213. -webkit-transition: opacity 0.7s linear;opacity: 1;
  214. -webkit-transition: all 0.3s ease-out;
  215. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  216.  
  217. #entries {
  218. font-size:10px;
  219. margin-left: 650px;
  220. margin-top:40px;
  221. float: right;
  222. text-align: justify;
  223. }
  224.  
  225. #post {
  226. border: 1px solid {color:Borders};
  227. background-color: {color:Posts};
  228. font-size:11px;
  229. padding: 10px;
  230. margin-bottom:0px;
  231. width: 500px;
  232. color:{color:Text};
  233. text-align: justify;
  234. overflow:hidden;
  235. }
  236.  
  237. #info {
  238. width: 520px;
  239. margin-bottom:30px;
  240. margin-top: -1px;
  241. background-color: {color:Info};
  242. border:1px solid {color:Borders};
  243. text-align: center;
  244. padding-top: 5px;
  245. padding-bottom: 5px;
  246. }
  247.  
  248. .user_1 .label {
  249. color:{color:link}; text-transform:uppercase; font-weight:bold}
  250.  
  251. .user_2 .label {
  252. color:{color:link}; text-transform:uppercase; font-weight:bold}
  253.  
  254. .user_3 .label {
  255. color:{color:link}; text-transform:uppercase; font-weight:bold}
  256.  
  257. .user_4 .label {
  258. color:{color:title}; text-transform:uppercase; font-weight:bold}
  259.  
  260. .user_5 .label {
  261. color:{color:link}; text-transform:uppercase; font-weight:bold}
  262.  
  263. .user_6 .label {
  264. color:{color:title}; text-transform:uppercase;font-weight:bold}
  265.  
  266. .user_7 .label {
  267. color:{color:link}; text-transform:uppercase; font-weight:bold}
  268.  
  269. .user_8 .label {
  270. color:{color:link}; text-transform:uppercase; font-weight:bold}
  271.  
  272.  
  273. ul.chat, .chat ol, .chat li {
  274. list-style:none; margin:0px 0px 5px 0px; padding:0px; 0px 0px 0px}
  275.  
  276. #audio {
  277. width:500px;
  278. height:105px;
  279. margin-bottom:5px
  280. }
  281.  
  282. .albumart {
  283. width:100px;
  284. height:100px;
  285. position:absolute
  286. }
  287.  
  288. .albumart img {
  289. width:100px;
  290. height:100px;
  291. float:left
  292. }
  293.  
  294. .player {
  295. margin-left:110px;
  296. margin-top:5px;
  297. float:left
  298. }
  299.  
  300. .audioinfo {
  301. margin-left:110px;
  302. margin-top:8px;
  303. float:left
  304. }
  305.  
  306. #asks {
  307. text-align:left;
  308. margin:2px;
  309. padding:7px;
  310. background-color:transparent;
  311. border:1px solid {color:Borders};
  312. }
  313.  
  314. .asker {
  315. margin-bottom:-13px;
  316. font-size:19px;
  317. text-transform:uppercase;
  318. letter-spacing:1px;
  319. font-weight:bold;
  320. text-shadow:1px 1px 0px #aaa;}
  321.  
  322. #answers {
  323. margin-left:3px;
  324. margin-top:8px
  325. }
  326.  
  327.  
  328.  
  329.  
  330. /* -- DON'T TOUCH THIS -- */
  331.  
  332. #credit a {
  333. letter-spacing: 1px;
  334. position:fixed;
  335. font:15px georgia;
  336. background-color:{color:Sidebar};
  337. border:1px solid {color:Borders};
  338. color:{color:Link};
  339. padding:5px;
  340. bottom:20px;
  341. right:20px}
  342.  
  343. #credit a:hover {
  344. text-shadow: none;
  345. color:{color:Text}}
  346.  
  347.  
  348. </style>
  349. <style type="text/css">{CustomCSS}</style>
  350. </head>
  351.  
  352. <body>
  353.  
  354.  
  355. <div id="backbar">
  356.  
  357. <div id="sidebar">
  358.  
  359. </div>
  360. <div id="sidebartwo">
  361. {block:Description}{Description}{/block:Description}<br>
  362.  
  363. <div id="pagination"><em>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</em></div>
  364.  
  365. </div>
  366.  
  367.  
  368. <div id="linksbar">
  369. <div id="links">
  370.  
  371.  
  372. <a href="/">Refresh</a><br>
  373. <a href="/ask">Query</a><br>
  374. <a href="{text:Link2 URL}">{text:Link2 Title}</a><br>
  375. <a href="{text:Link3 URL}">{text:Link3 Title}</a><br>
  376. <a href="{text:Link4 URL}">{text:Link4 Title}</a><br>
  377. <a href="{text:Link5 URL}">{text:Link5 Title}</a><br>
  378. </div>
  379. </div>
  380. </div>
  381.  
  382.  
  383.  
  384.  
  385. <div id="entries">
  386. {block:Posts}
  387. <div id="post">
  388.  
  389. {block:Text}<div id="title">{title}</div>{Body}{/block:Text}
  390.  
  391. {block:Quote}<div id="title2">“{Quote}” </div>
  392. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  393.  
  394. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title2"><center>{Name}</center></div></a>
  395. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  396.  
  397. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  398. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  399.  
  400. {block:Chat}
  401. <ul class="chat">
  402. {block:title}<div id="title">{Title}</div>{/block:title}
  403.  
  404. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  405. {/block:Chat}
  406.  
  407. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  408.  
  409. {block:Audio}
  410. <div id="audio"><div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  411. <div class="player"><span class="audio"><center>{AudioPlayerWhite}</center></span></div>
  412. <div class="audioinfo">{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}
  413. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  414. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  415. <br>{PlayCountWithLabel}
  416. </div></div>
  417. {block:Caption}{Caption}{/block:Caption}
  418. {/block:Audio}
  419.  
  420. {block:Answer}
  421. <div id="asks"><div class="asker">{Asker}</div><br>
  422. <hr>
  423. {Question}</div>
  424. <div id="answers">{Answer}</div>
  425. {/block:Answer}
  426. </div>
  427.  
  428.  
  429. <div id="info">
  430. posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  431. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom}<br>
  432. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  433.  
  434. {/block:Posts}
  435.  
  436. {block:PostNotes}{PostNotes}{/block:PostNotes}
  437.  
  438. </div>
  439.  
  440. <div id="credit"><a href="http://blainesrph.tumblr.com"> ★ </a></div>
  441.  
  442. </body>
  443. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement