Advertisement
bramrps

billielourdrps

Jan 17th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. <!---- BELOW IS WHAT YOU PUT IN YOUR DESCRIPTION
  2.  
  3. <hr><h1>tina marie cohen chang
  4. </h1><hr>
  5. <blockquote>Not that you care, but you've stumbled across the blog of one Tina Cohen-Chang. And no, it's not Nina or Asian #1. It's TINA! I'm a Sophomore at WMHS and you probably noticed me swaying in the back of the glee club or kicking academic butt on The Brainiacs decathlon team. Um, anyways, I'm not really sure what else I should put here, so have fun peeking into my life and if you have a question, my inbox is open. </blockquote>
  6.  
  7. BELOW IS WHAT YOU PUT IN THE CUSTOMIZE PART OF THE THEME--->
  8.  
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  15.  
  16.  
  17. <head>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!----
  25.  
  26. agleerph / #41: miss jackson.
  27.  
  28. --->
  29.  
  30. <meta name="image:Sidebar1" content=""/>
  31. <meta name="image:Sidebar2" content=""/>
  32. <meta name="image:Pattern" content=""/>
  33. <meta name="image:Background" content=""/>
  34.  
  35. <meta name="color:Pattern Alt" content=""/>
  36. <meta name="color:Background" content="#7a3130"/>
  37. <meta name="color:Blockquote" content="#000"/>
  38. <meta name="color:Border" content=""/>
  39. <meta name="color:entries" content="#998779"/>
  40. <meta name="color:link" content="#7a3130"/>
  41. <meta name="color:Navigation1" content="#7a3130"/>
  42. <meta name="color:Navigation1 Hover" content=""/>
  43. <meta name="color:Navigation1 Links" content="#000"/>
  44. <meta name="color:Navigation2" content="#7a3130"/>
  45. <meta name="color:Navigation2 Hover" content=""/>
  46. <meta name="color:Navigation2 Links" content="#000"/>
  47. <meta name="color:Pre BG" content=""/>
  48. <meta name="color:Pre Border" content=""/>
  49. <meta name="color:Pre Text" content=""/>
  50. <meta name="color:Question1" content="#7a3130"/>
  51. <meta name="color:Question2" content="#000"/>
  52. <meta name="color:Scrollbar1" content=""/>
  53. <meta name="color:Scrollbar2" content=""/>
  54. <meta name="color:Sidebar" content="#998779"/>
  55. <meta name="color:Text" content="#000"/>
  56. <meta name="color:Title" content="#7a3130"/>
  57.  
  58. <meta name="text:link one URL" content="/"/>
  59. <meta name="text:link one text" content="link one text"/>
  60. <meta name="text:link two URL" content="/"/>
  61. <meta name="text:link two text" content="link two text"/>
  62. <meta name="text:link three URL" content="/"/>
  63. <meta name="text:link three text" content="link three text"/>
  64. <meta name="text:link four URL" content="/"/>
  65. <meta name="text:link four text" content="link four text"/>
  66. <meta name="text:link five URL" content="/"/>
  67. <meta name="text:link five text" content="link five text"/>
  68.  
  69. <meta name="text:main title" content="i see your true colors shining through"/>
  70. <meta name="text:subtitle" content="i see your true colors, and that's why i love you."/>
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. ::-webkit-scrollbar-thumb {
  77. height:auto;
  78. background-color:{color:Scrollbar2};
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:3px;
  83. width:3px;
  84. background-color:{color:Scrollbar1};
  85. }
  86.  
  87.  
  88. body {
  89. background: {color:Background};
  90. font-family: cambria;
  91. font-size: 10px;
  92. line-height:14px;
  93. color: {color:Text};
  94. background-image:url('http://static.tumblr.com/39f4f77b0b984730c85d3979b502bf63/ju4bxvq/x0Jojws8z/tumblr_static_cdp038umns0ksww0wwgs4csk4.png');
  95. background-attachment:fixed;
  96.  
  97. }
  98.  
  99. blockquote {
  100. border-left:2px solid {color:blockquote};
  101. text-align:justify;
  102. padding: 2px 10px;
  103. margin: 10px;
  104. }
  105.  
  106.  
  107. li {
  108. padding-left: 1.2em;
  109. list-style: none;
  110. }
  111.  
  112. li:before {
  113. color: {color:title};
  114. content: "\f105";
  115. font-family: FontAwesome;
  116. font-size:10px;
  117. display: inline-block;
  118. margin-left: -1.2em;
  119. width: 1.2em;
  120. }
  121.  
  122.  
  123. a {
  124. text-decoration: none;
  125. color: {color:Link};
  126. }
  127.  
  128. pre {
  129. font-family:cambria;
  130. font-size:9px;
  131. padding:5px;
  132. text-transform:uppercase;
  133. border-bottom:1px solid {color:Pre Border};
  134. text-align:center;
  135. color:{color:Pre Text};
  136. background-color:{color:Pre BG};
  137. word-wrap:break-word;
  138. }
  139.  
  140. pre a {
  141. color:{color:pre text};
  142. }
  143.  
  144. pre b,strong {
  145. color:{color:pre text};
  146. }
  147.  
  148. pre i,em {
  149. color:{color:pre text};
  150. }
  151.  
  152.  
  153. small, sub {
  154. font-size:10px;
  155. }
  156.  
  157. b, strong {
  158. color:{color:Title};
  159. }
  160.  
  161. hr {
  162. background-image:url('http://static.tumblr.com/ac96ed1ed6530a6b6eb6ce0e29df13de/ju4bxvq/cevojwrrk/tumblr_static_70gwrchnf5ogckw8sw80k0wwk.jpg');
  163. background-attachment:absolute;
  164. background-color:{color:pattern alt};
  165. border:1px solid #000000;
  166. display:block;
  167. padding:2px;
  168. margin-bottom:-2px;
  169. margin-top:-2px;
  170. }
  171.  
  172. h1 {
  173. color:#7a3130;
  174. }
  175.  
  176.  
  177. #sideph1 {
  178. position:fixed;
  179. margin-left:3px;
  180. margin-top:3px;
  181. border:1px solid {color:border};
  182. width:150px;
  183. height:250px;
  184. }
  185.  
  186. #sideph2 {
  187. position:fixed;
  188. margin-left:3px;
  189. margin-top:258px;
  190. border:1px solid {color:border};
  191. width:150px;
  192. height:250px;
  193. }
  194.  
  195. #titlebar {
  196. position:fixed;
  197. margin-left:-1px;
  198. margin-top:30px;
  199. width:307px;
  200. height:40px;
  201. padding:10px;
  202. background-color:{color:sidebar};
  203. border-top:1px solid {color:border};
  204. border-left:1px solid {color:border};
  205. border-bottom:1px solid {color:border};
  206. }
  207.  
  208. #maintitle {
  209. text-transform:lowercase;
  210. margin-top:8px;
  211. font-weight:300;
  212. font-size:16px;
  213. color:{color:title};
  214. line-height:10px;
  215. text-align:center;
  216. }
  217.  
  218. #subtitle {
  219. font-family:cambria;
  220. font-size:10px;
  221. font-style:italic;
  222. text-transform:lowercase;
  223. text-align:center;
  224. margin-bottom:5px;
  225. color:{color:text};
  226. }
  227.  
  228.  
  229. #backbar {
  230. position:fixed;
  231. margin-left:30px;
  232. margin-top:60px;
  233. width:399px;
  234. height:513px;
  235. border:1px solid {color:border};
  236. background-image:url('http://static.tumblr.com/ac96ed1ed6530a6b6eb6ce0e29df13de/ju4bxvq/cevojwrrk/tumblr_static_70gwrchnf5ogckw8sw80k0wwk.jpg');
  237. background-color:{color:pattern alt};
  238. background-attachment:fixed;
  239. }
  240.  
  241. #sidebar {
  242. position:fixed;
  243. margin-top:3px;
  244. margin-left:158px;
  245. border:1px solid {color:border};
  246. width:216px;
  247. height:279px;
  248. background-color:{color:Sidebar};
  249. padding:10px;
  250. line-height:12px;
  251. text-align:justify;
  252. overflow:auto;
  253. }
  254.  
  255. #topbar {
  256. position:fixed;
  257. margin-left:500px;
  258. margin-top:-10px;
  259. border:1px solid {color:border};
  260. background-color:{color:sidebar};
  261. width:526px;
  262. height:97px;
  263. z-index:9999999999999999999999;
  264. background-image:url('http://static.tumblr.com/ac96ed1ed6530a6b6eb6ce0e29df13de/ju4bxvq/cevojwrrk/tumblr_static_70gwrchnf5ogckw8sw80k0wwk.jpg');
  265. background-color:{color:pattern alt};
  266. background-attachment:fixed;
  267. }
  268.  
  269. #pagination {
  270. margin-top:7px;
  271. font-size:9px;
  272. font-family:cambria;
  273. letter-spacing:0px;
  274. line-height:12px;
  275. text-align:center;
  276. text-transform:uppercase;
  277. color:{color:text};
  278. }
  279.  
  280. #pagination a {
  281. color:{color:link};
  282. }
  283.  
  284. #navbar1 {
  285. margin-left:327px;
  286. margin-top:30px;
  287. width:199px;
  288. height:60px;
  289. position:fixed;
  290. border-top:1px solid {color:border};
  291. border-bottom:1px solid {color:border};
  292. border-right:1px solid {color:border};
  293. background-color:{color:sidebar};
  294. }
  295.  
  296. #navbar2 {
  297. margin-left:158px;
  298. margin-top:307px;
  299. width:236px;
  300. background-color:{color:sidebar};
  301. border:1px solid {color:border};
  302. height:201px;
  303. position:fixed;
  304. }
  305.  
  306. #navigation1 {
  307. margin-top:3px;
  308. text-align:center;
  309. }
  310.  
  311. #navigation1 a {
  312. display:inline-block;
  313. text-align:center;
  314. width:61px;
  315. height:52px;
  316. line-height:52px;
  317. text-transform:lowercase;
  318. font-family:cambria;
  319. font-size:9px;
  320. margin-bottom:2px;
  321. border:1px solid {color:border};
  322. background-color:{color:navigation1};
  323. color:{color:navigation1 links};
  324. -webkit-transition: all 0.5s ease-in-out;
  325. -moz-transition: all 0.5s ease-in-out;
  326. -o-transition: all 0.5s ease-in-out;
  327. }
  328.  
  329. #navigation1 a:hover {
  330. color:{color:navigation1 hover};
  331. -webkit-transition: all 0.5s ease-in-out;
  332. -moz-transition: all 0.5s ease-in-out;
  333. -o-transition: all 0.5s ease-in-out;
  334. }
  335.  
  336. #navigation2 {
  337. margin-top:3px;
  338. text-align:center;
  339. }
  340.  
  341. #navigation2 a {
  342. display:inline-block;
  343. text-align:right;
  344. padding-right:10px;
  345. width:218px;
  346. height:30px;
  347. line-height:30px;
  348. text-transform:uppercase;
  349. font-weight:bold;
  350. font-family:cambria;
  351. font-size:14px;
  352. margin-bottom:2px;
  353. border:1px solid {color:border};
  354. background-color:{color:navigation2};
  355. color:{color:navigation2 links};
  356. -webkit-transition: all 0.5s ease-in-out;
  357. -moz-transition: all 0.5s ease-in-out;
  358. -o-transition: all 0.5s ease-in-out;
  359. }
  360.  
  361. #navigation2 a:hover {
  362. color:{color:navigation2 hover};
  363. -webkit-transition: all 0.5s ease-in-out;
  364. -moz-transition: all 0.5s ease-in-out;
  365. -o-transition: all 0.5s ease-in-out;
  366. }
  367.  
  368. #entries {
  369. position:absolute;
  370. width:528px;
  371. margin-left:500px;
  372. padding:0px;
  373. margin-top:120px;
  374. }
  375.  
  376. #entrybg {
  377. padding:3px;
  378. margin-bottom:20px;
  379. background-color:{color:pattern alt};
  380. border:1px solid {color:Border};
  381. background-image:url('http://static.tumblr.com/ac96ed1ed6530a6b6eb6ce0e29df13de/ju4bxvq/cevojwrrk/tumblr_static_70gwrchnf5ogckw8sw80k0wwk.jpg');
  382. background-attachment:absolute;
  383. }
  384.  
  385. #entry {
  386. background-color:{color:entries};
  387. margin-bottom:0px;
  388. padding:8px;
  389. border:1px solid {color:Border};
  390. }
  391.  
  392.  
  393. #posttitles {
  394. text-align: center;
  395. font-size: 30px;
  396. line-height:130%;
  397. text-transform:lowercase;
  398. font-weight:bold;
  399. font-style:italic;
  400. padding:2px;
  401. color: {color:title};
  402. }
  403.  
  404.  
  405. #posttitles a {
  406. color:{color:title};
  407. }
  408.  
  409. #ask {
  410. z-index:10;
  411. font-family:cambria;
  412. font-size:16px;
  413. text-align:center;
  414. text-transform:lowercase;
  415. color:{color:question2};
  416. background-color:{color:question1};
  417. margin-right:0px;
  418. padding:10px;
  419. padding-left:10px;
  420. border-bottom:1px solid {color:border};
  421. }
  422.  
  423. #ask a {
  424. color:{color:question2};
  425. }
  426.  
  427.  
  428. #question {
  429. background-color:{color:Question1};
  430. color:{color:Question2};
  431. font-size:10px;
  432. z-index:10;
  433. text-align:center;
  434. padding:10px;
  435. }
  436.  
  437. .playerbuttonbg {
  438. position: absolute;
  439. left: 20px;
  440. top: 20px;
  441. width: 19px;
  442. height: 19px;
  443. background-color: #ffffff;
  444. padding: 10px;
  445. -webkit-border-radius: 40px;
  446. -moz-border-radius: 40px;
  447. border-radius: 40px;
  448. opacity: .4;
  449. filter: alpha(opacity=40);
  450. opacity: 0.4;
  451. -khtml-opacity: 0.4;
  452. transition: opacity .7s ease-in-out;
  453. -moz-transition: opacity .7s ease-in-out;
  454. -webkit-transition: opacity .7s ease-in-out;
  455. }
  456.  
  457. .playerbuttonbg:hover {
  458. opacity: 1;
  459. filter: alpha(opacity=100);
  460. -moz-opacity: 1;
  461. -khtml-opacity: 1;
  462. }
  463.  
  464. .newplayerbutton {
  465. position: relative;
  466. width: 19px;
  467. height: 19px;
  468. overflow: hidden;
  469. }
  470.  
  471. .playerbuttonhug {
  472. position: absolute;
  473. top: -18px;
  474. left: -7px;
  475. }
  476.  
  477. .tumblr_audio_player {
  478. height: 90px;
  479. width: 270px;
  480. -moz-transform: scale(0.60, 0.60);
  481. -webkit-transform: scale(0.60, 0.60);
  482. -o-transform: scale(0.60, 0.60);
  483. -ms-transform: scale(0.60, 0.60);
  484. transform: scale(0.60, 0.60);
  485. -moz-transform-origin: top left;
  486. -webkit-transform-origin: top left;
  487. -o-transform-origin: top left;
  488. -ms-transform-origin: top left;
  489. transform-origin: top left;
  490. }
  491.  
  492. .audioimgwrapper {
  493. position: absolute;
  494. left: 0px;
  495. top: 0px;
  496. -webkit-border-radius: 40px;
  497. -moz-border-radius: 40px;
  498. border-radius: 40px;
  499. overflow: hidden;
  500. width: 79px;
  501. height: 79px;
  502. }
  503.  
  504. .audioimgwrapper img {
  505. width: 100%;
  506. height: auto;
  507. -webkit-border-radius: 40px;
  508. -moz-border-radius: 40px;
  509. border-radius: 40px;
  510. }
  511.  
  512. .trackdetails {
  513. width: auto;
  514. display:inline-block;
  515. margin-left: 90px;
  516. min-height: 85px;
  517. }
  518.  
  519. .audiowrapper {
  520. position: relative;
  521. display:inline-block;
  522. }
  523.  
  524. #permalink {
  525. text-align: right;
  526. border-top: 1px solid {color:Border};
  527. border-bottom:1px solid {color:Border};
  528. background-color:{color:entries};
  529. position: relative;
  530. font-size:9px;
  531. letter-spacing:0px;
  532. text-transform:lowercase;
  533. margin-top: 3px;
  534. margin-left:-3px;
  535. margin-right:-3px;
  536. padding-right:10px;
  537. padding-bottom:5px;
  538. padding-top: 5px;
  539. }
  540.  
  541.  
  542. #credit {
  543. font-size:10px;
  544. float:center;
  545. position:fixed;
  546. font-family:cambria;
  547. font-weight:bold;
  548. bottom:15px;
  549. right:15px;
  550. padding:10px;
  551. text-transform:uppercase;
  552. border:1px solid {color:border};
  553. background-color:{color:entries};
  554. color:{color:title};
  555. }
  556.  
  557. #credit a {
  558. color:{color:title};
  559. }
  560.  
  561. cred {
  562. padding-left: 1.2em;
  563. list-style: none;
  564. }
  565.  
  566. cred:before {
  567. color: {color:title};
  568. content: "\f105";
  569. font-family: FontAwesome;
  570. font-size:10px;
  571. display: inline-block;
  572. margin-left: -1.2em;
  573. width: 1.2em;
  574. }
  575.  
  576. icon1 {
  577. padding-left: 1.2em;
  578. list-style: none;
  579. }
  580. icon1:before {
  581. content: "\f021";
  582. font-family: FontAwesome;
  583. display: inline-block;
  584. margin-left: -1.2em;
  585. width: 1.2em;
  586. }
  587.  
  588. icon2 {
  589. padding-left: 1.2em;
  590. list-style: none;
  591. }
  592. icon2:before {
  593. content: "\f0e5";
  594. font-family: FontAwesome;
  595. display: inline-block;
  596. margin-left: -1.2em;
  597. width: 1.2em;
  598. }
  599.  
  600. icon3 {
  601. padding-left: 1.2em;
  602. list-style: none;
  603. }
  604. icon3:before {
  605. content: "\f044";
  606. font-family: FontAwesome;
  607. display: inline-block;
  608. margin-left: -1.2em;
  609. width: 1.2em;
  610. }
  611.  
  612.  
  613. </style>
  614.  
  615. </head>
  616.  
  617. <body>
  618.  
  619. <div id="backbar">
  620.  
  621. <div id="sideph1"><img src="http://static.tumblr.com/b85d406256267de66d59c26e11a02f27/ju4bxvq/bcUojwr1v/tumblr_static_5tzawfgu1400s4sooggg840kw.png"></div>
  622. <div id="sideph2"><img src="http://static.tumblr.com/182ee8d4de835215a97ab53a8df19c63/ju4bxvq/5UVojwr1v/tumblr_static_5jdj0hju4t8gg04kso0kw8oc0.png"></div>
  623.  
  624. <div id="sidebar">
  625. {description}
  626. </div>
  627.  
  628. <div id="navbar2">
  629. <div id="navigation2">
  630. <a href="{text:link one URL}">{text:link one text}</a><br>
  631. <a href="{text:link two URL}">{text:link two text}</a><br>
  632. <a href="{text:link three URL}">{text:link three text}</a><br>
  633. <a href="{text:link four URL}">{text:link four text}</a><br>
  634. <a href="{text:link five URL}">{text:link five text}</a>
  635. </div>
  636.  
  637. <div id="pagination">
  638. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  639. </div>
  640.  
  641. </div>
  642.  
  643. </div>
  644.  
  645. <div id="topbar">
  646.  
  647. <div id="titlebar">
  648. <div id="maintitle">{text:main title}</div>
  649. <div id="subtitle">{text:subtitle}</div>
  650. </div>
  651.  
  652. <div id="navbar1">
  653. <div id="navigation1">
  654. <a href="/" title="index"><icon1></icon1></a>
  655. <a href="/ask" title="message"><icon2></icon2></a>
  656. <a href="/submit" title="submit"><icon3></icon3></a>
  657. </div>
  658. </div>
  659.  
  660.  
  661.  
  662. </div>
  663.  
  664.  
  665. <div id="entries">
  666. {block:Posts}
  667. <div id="entrybg">
  668. <div id="entry">
  669.  
  670.  
  671. {block:Text}
  672. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  673. {Body}
  674. {/block:Text}
  675.  
  676. {block:Photo}
  677. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  678. {block:Caption}{Caption}{/block:Caption}
  679. {/block:Photo}
  680.  
  681. {block:Photoset}
  682. {Photoset-500}
  683. {block:Caption}{Caption}{/block:Caption}
  684. {/block:Photoset}
  685.  
  686. {block:Quote}
  687. <div id="posttitles">{Quote}</div>
  688. {block:Source}<br>—{Source}{/block:Source}
  689. {/block:Quote}
  690.  
  691. {block:Link}
  692. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  693. {block:Description}{Description}{/block:Description}
  694. {/block:Link}
  695.  
  696. {block:Chat}
  697. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  698. {block:Lines}
  699. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  700. {/block:Lines}
  701. {/block:Chat}
  702.  
  703. {block:Audio}{block:AudioPlayer}
  704. <div class="audiowrapper">
  705. {block:AlbumArt}
  706. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  707. {/block:AlbumArt}
  708.  
  709. <div class="playerbuttonbg">
  710. <div class="newplayerbutton">
  711. <div class="playerbuttonhug">
  712.  
  713. {AudioPlayerWhite}
  714.  
  715. </div>
  716. </div>
  717. </div>
  718.  
  719. <div class="trackdetails">
  720.  
  721. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  722. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  723. {block:Album}Album: {Album}{/block:Album}<br/>
  724. {PlayCountWithLabel}
  725.  
  726. </div>
  727. </div>
  728. {/block:AudioPlayer}
  729.  
  730. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  731.  
  732. {block:Video}
  733. {Video-500}
  734. {block:Caption}{Caption}{/block:Caption}
  735. {/block:Video}
  736.  
  737. {block:Answer}
  738. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  739. <br>{Answer}
  740. {/block:Answer}
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747. </div> <!-- /div entry ---><div id="permalink">
  748. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  749. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  750.  
  751. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  752.  
  753. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  754. </div> </div>
  755.  
  756. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  757.  
  758. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 41 by agleerph"><cred>agrph</cred></a></div>
  759.  
  760. </body>
  761.  
  762.  
  763. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement