Advertisement
bramrps

wsrps

Sep 5th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.07 KB | None | 0 0
  1. <!-- THEME #14 by bramrps -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=CFJackStory' rel='stylesheet' type='text/css'>
  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.  
  23.  
  24. <meta name="font:Body" content="Georgia" />
  25. <meta name="color:Background" content="#c6c9ae" />
  26. <meta name="color:Body" content="#000" />
  27. <meta name="color:Entries" content="#e3ddc5" />
  28. <meta name="color:Borders" content="#000" />
  29. <meta name="color:Sidebars" content="#e3ddc5" />
  30. <meta name="color:Bold" content="#a24a44" />
  31. <meta name="color:Link" content="#000" />
  32. <meta name="color:Link Bg" content="#a24a44" />
  33. <meta name="color:Link Hover" content="#c0b99e" />
  34. <meta name="color:Entry titles" content="#a24a44" />
  35. <meta name="color:Pre Bg" content="#a24a44" />
  36. <meta name="color:Pre Color" content="#c0b99e" />
  37. <meta name="image:Image" content="" />
  38. <meta name="image:Image2" content="" />
  39. <meta name="image:Borderbar" content="" />
  40. <meta name="image:Background" content="" />
  41. <meta name="text:Link1" content="01." />
  42. <meta name="text:Link1 URL" content="/" />
  43. <meta name="text:Link2" content="02." />
  44. <meta name="text:Link2 URL" content="/" />
  45. <meta name="text:Link3" content="03." />
  46. <meta name="text:Link3 URL" content="/" />
  47. <meta name="text:Link4" content="04." />
  48. <meta name="text:Link4 URL" content="/" />
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. body {
  55. background: {color:Background};
  56. background-image: url('{image:Background}');
  57. background-attachment:fixed;
  58. position:absolute;
  59. font-size:12px;
  60. font-family: {font:Body};
  61. color:{color:Body};
  62. }
  63.  
  64. blockquote {
  65. margin-left: 15px;
  66. margin-right:15px;
  67. border-left: 1px solid {color:Borders};
  68. padding-left:5px;
  69. text-align: justify;
  70. }
  71.  
  72.  
  73. b, strong {
  74. color:{color:Bold};
  75. }
  76.  
  77. i, em {
  78. color:{color:Body}
  79. text-shadow: 0px 0px 2px #000;
  80. }
  81.  
  82. a {
  83. text-decoration:none;
  84. outline:normal;
  85. color:{color:Link};
  86. text-transform:uppercase;
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. a:hover {
  93. text-transform:lowercase;
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;
  97. }
  98.  
  99. pre {
  100. font-family:georgia;
  101. font-size:8px;
  102. text-transform:Uppercase;
  103. background-color:{color:Pre Bg};
  104. padding:2px;
  105. text-align:center;
  106. border-left:1px solid #000;
  107. border-right:1px solid #000;
  108. color:{color:Pre Color};
  109. }
  110.  
  111. h1 {
  112. margin-top:-5px;
  113. margin-bottom:5px;
  114. color:{color:Entry titles};
  115. font-family:'lobster';
  116. font-style:normal;
  117. text-align:center;
  118. text-transform:lowercase;
  119. font-size: 25px;
  120. color: {color:Entry titles};
  121. padding-bottom:0px;
  122. text-shadow: 2px 3px 1px #000;
  123. }
  124.  
  125. h2 {
  126. margin-top:0px;
  127. margin-bottom:5px;
  128. font-family:'lobster';
  129. text-transform:lowercase;
  130. text-align:center;
  131. font-size: 25px;
  132. color:{color:Entry titles};
  133. text-shadow: 1px 2px 1px #000;
  134. }
  135.  
  136. h3 {
  137. margin-top:-5px;
  138. margin-bottom:-5px;
  139. color:{color:Entry titles};
  140. font-family:'lobster';
  141. font-style:normal;
  142. text-align:center;
  143. text-transform:lowercase;
  144. font-size: 25px;
  145. text-shadow: 2px 3px 1px #000;
  146. color: {color:Entry titles};
  147. }
  148.  
  149. h4 {
  150. margin-top:10px;
  151. margin-bottom:-5px;
  152. font-family:'head versus heart';
  153. text-transform:uppercase;
  154. text-align:center;
  155. font-size: 17px;
  156. color:{color:Link};
  157. text-shadow: 1px 2px 1px #000;
  158. }
  159.  
  160. h5 {
  161. font-family:'georgia';
  162. margin-top:5px;
  163. margin-left:5px;
  164. font-size:11px;
  165. color:{color:Entry titles};
  166. text-shadow: 1px 1px 1px #000;
  167. }
  168.  
  169. img {
  170. border: 0;
  171. max-width: 100%;}
  172.  
  173. img:hover {
  174. opacity:0.7;
  175. -webkit-transition:all 0.4s ease-in-out;
  176. -moz-transition:all 0.4s ease-in-out;
  177. -o-transition:all 0.4s ease-in-out;
  178. -ms-transition: all 0.4s ease-in-out;
  179. transition:all 0.5s ease-in-out
  180. }
  181.  
  182.  
  183. #toptitle {
  184. text:{text:one};
  185. font-family:'cf jack story';
  186. font-size:30px;
  187. color:{color:Title Color};
  188. font-style:normal;
  189. text-align:center;
  190. text-shadow: 1px 2px 1px #000;
  191. }
  192.  
  193.  
  194. #topsub {
  195. text:{text:sub};
  196. font-family:'georgia';
  197. font-size:8px;
  198. margin-top:33px;
  199. width:167px;
  200. margin-left:128px;
  201. color:{color:Subtitle Color};
  202. background-color:{color:Entry Titles};
  203. text-align:center;
  204. padding:5px;
  205. text-transform:uppercase;
  206. border-color:{color:Borders};
  207. border-width:1px;
  208. border-style: solid;
  209. border-radius: 0px 0px 0px 0px;
  210. }
  211.  
  212.  
  213. #borderbar1 {
  214. position:fixed;
  215. top:40px;
  216. left:1085px;
  217. width:210px;
  218. height:479px;
  219. padding:5px;
  220. background-image:url('{image:Borderbar}');
  221. background-attachment:fixed;
  222. background-color:#fff;
  223. border-color:{color:Borders};
  224. border-width:1px;
  225. border-style: solid;
  226. border-radius: 0px 0px 0px 0px;
  227. }
  228.  
  229.  
  230. #borderbar2 {
  231. position:fixed;
  232. top:40px;
  233. left:45px;
  234. width:368px;
  235. height:480px;
  236. padding:5px;
  237. background-image:url('{image:Borderbar}');
  238. background-attachment:fixed;
  239. background-color:#fff;
  240. border-color:{color:Borders};
  241. border-width:1px;
  242. border-style: solid;
  243. border-radius: 0px 0px 0px 0px;
  244. }
  245.  
  246. #titlebar {
  247. position:fixed;
  248. top:48px;
  249. left:80px;
  250. width:435px;
  251. height:60px;
  252. padding:5px;
  253. background-color:transparent;
  254. }
  255.  
  256.  
  257. #sidebar {
  258. position:fixed;
  259. top:250px;
  260. left:48px;
  261. width:182px;
  262. height:200px;
  263. background-color:transparent;
  264. }
  265.  
  266.  
  267. #sidebar2 {
  268. position:fixed;
  269. top:236px;
  270. left:353px;
  271. width:60px;
  272. height:350px;
  273. padding-top:1px;
  274. background-color:transparent;
  275. }
  276.  
  277. #sidebar3 {
  278. position:fixed;
  279. top:45px;
  280. left:1090px;
  281. width:210px;
  282. height:479px;
  283. padding-top:1px;
  284. background-color:{color:Sidebars};
  285. border-color:{color:Borders};
  286. border-style:solid;
  287. border-width:1px;
  288. border-radius: 0px 0px 0px 0px;
  289. }
  290.  
  291. #sidebar4 {
  292. position:fixed;
  293. top:282px;
  294. left:141px;
  295. width:100px;
  296. height:67px;
  297. padding-top:1px;
  298. background-color:{color:Sidebars};
  299. border-color:{color:Borders};
  300. border-style:solid;
  301. border-width:1px;
  302. border-radius: 0px 0px 0px 0px;
  303. }
  304.  
  305.  
  306. #image {
  307. z-index:3;
  308. position:fixed;
  309. top:45px;
  310. left:50px;
  311. width:368px;
  312. height:480px;
  313. background-image:url('{image:Image}');
  314. background-attachment:none;
  315. background-size:auto;
  316. background-position:top left;
  317. background-repeat:no-repeat;
  318. float:center;
  319. overflow:hidden;
  320. background-color:#fff;
  321. border-color:{color:Borders};
  322. border-style:solid;
  323. border-width:1px;
  324. border-radius: 0px 0px 0px 0px;
  325. }
  326.  
  327. #image2 {
  328. opacity:0px;
  329. z-index:3;
  330. position:fixed;
  331. top:45px;
  332. left:1090px;
  333. width:210px;
  334. height:479px;
  335. padding-top:1px;
  336. background-image:url('{image:Image2}');
  337. background-attachment:none;
  338. background-size:auto;
  339. background-position:top left;
  340. background-repeat:no-repeat;
  341. float:center;
  342. overflow:hidden;
  343. background-color:#fff;
  344. border-color:{color:Borders};
  345. border-style:solid;
  346. border-width:1px;
  347. border-radius: 0px 0px 0px 0px;
  348. -webkit-transition: opacity 0.8s linear;
  349. }
  350.  
  351. #image2:hover{
  352. -webkit-transition: opacity 0.8s linear;
  353. opacity: 0.0;
  354. }
  355.  
  356.  
  357. #description {
  358. padding:10px;
  359. color:{color:Description};
  360. font-size:10px;
  361. text-align:justify;
  362. font-family:'georgia';
  363. }
  364.  
  365. #pagination {
  366. font-family:'georgia';
  367. font-size:16px;
  368. padding-top:5px;
  369. text-transform:uppercase;
  370. display:inline-block;
  371. color:{color:Body};
  372. -webkit-transition: all 0.2s ease-in-out;
  373. -moz-transition: all 0.2s ease-in-out;
  374. -o-transition: all 0.2s ease-in-out;
  375. }
  376.  
  377. #links {
  378. text-align:center;
  379. }
  380.  
  381.  
  382. #links a{
  383. font-family:'georgia';
  384. background-color:{color:Link Bg};
  385. color:#fff;
  386. border-color:{color:Borders};
  387. border-style:solid;
  388. border-width:1px;
  389. width:60px;
  390. height:60px;
  391. line-height:60px;
  392. font-size:18px;
  393. text-transform:uppercase;
  394. display:inline-block;
  395. margin-top:3px;
  396. margin-bottom:0px;
  397. padding:0px;
  398. color:{color:Link};
  399. border-radius: 0px 0px 0px 0px;
  400. -webkit-transition: all 0.2s ease-in-out;
  401. -moz-transition: all 0.2s ease-in-out;
  402. -o-transition: all 0.2s ease-in-out;
  403. }
  404.  
  405. #links a:hover{
  406. color:{color:Link};
  407. background:{color:Link Hover};
  408. text-shadow: 0px 1px 1px #000;
  409. text-transform:lowercase;
  410. box-shadow:0px 0px 2px #000;
  411. -webkit-transition: opacity 0.7s linear;opacity: 1;
  412. -webkit-transition: all 0.3s ease-out;
  413. -moz-transition: all 0.3s ease-out;
  414. transition: all 0.3s ease-out;
  415. }
  416.  
  417. #links2 {
  418. text-align:center;
  419. }
  420.  
  421.  
  422. #links2 a{
  423. font-family:'georgia';
  424. background-color:{color:Link Bg};
  425. color:#fff;
  426. border-color:{color:Borders};
  427. border-style:solid;
  428. border-width:1px;
  429. width:58px;
  430. height:122px;
  431. line-height:122px;
  432. font-size:10px;
  433. text-transform:uppercase;
  434. display:inline-block;
  435. margin-top:3px;
  436. margin-bottom:0px;
  437. padding:0px;
  438. color:{color:Link};
  439. -webkit-transition: all 0.2s ease-in-out;
  440. -moz-transition: all 0.2s ease-in-out;
  441. -o-transition: all 0.2s ease-in-out;
  442. }
  443.  
  444. #links2 a:hover{
  445. color:{color:Link};
  446. background:{color:Link Hover};
  447. text-shadow: 0px 1px 1px #000;
  448. text-transform:lowercase;
  449. box-shadow:0px 0px 2px #000;
  450. -webkit-transition: opacity 0.7s linear;opacity: 1;
  451. -webkit-transition: all 0.3s ease-out;
  452. -moz-transition: all 0.3s ease-out;
  453. transition: all 0.3s ease-out;
  454. }
  455.  
  456. #links3 {
  457. text-align:center;
  458. }
  459.  
  460.  
  461. #links3 a{
  462. font-family:'georgia';
  463. background-color:{color:Link Bg};
  464. color:#fff;
  465. border-color:{color:Borders};
  466. border-style:solid;
  467. border-width:1px;
  468. width:157px;
  469. height:58px;
  470. line-height:58px;
  471. font-size:10px;
  472. text-transform:uppercase;
  473. display:inline-block;
  474. margin-top:3px;
  475. margin-bottom:0px;
  476. padding:0px;
  477. color:{color:Link};
  478. -webkit-transition: all 0.2s ease-in-out;
  479. -moz-transition: all 0.2s ease-in-out;
  480. -o-transition: all 0.2s ease-in-out;
  481. }
  482.  
  483. #links3 a:hover{
  484. color:{color:Link};
  485. background:{color:Link Hover};
  486. text-shadow: 0px 1px 1px #000;
  487. text-transform:lowercase;
  488. box-shadow:0px 0px 2px #000;
  489. -webkit-transition: opacity 0.7s linear;opacity: 1;
  490. -webkit-transition: all 0.3s ease-out;
  491. -moz-transition: all 0.3s ease-out;
  492. transition: all 0.3s ease-out;
  493. }
  494.  
  495. .user_1 .label {
  496. color:{color:Link};
  497. font-family:'georgia';
  498. font-size: 10px;
  499. padding: 5px;
  500. text-transform:uppercase;
  501. font-weight:bold
  502. }
  503.  
  504. .user_2 .label {
  505. color:{color:Entry titles};
  506. font-family:'georgia';
  507. font-size: 10px;
  508. padding: 5px;
  509. text-transform:uppercase;
  510. font-weight:bold
  511. }
  512.  
  513. .user_3 .label {
  514. color:{color:Link};
  515. font-family:'georgia';
  516. font-size: 10px;
  517. padding: 5px;
  518. text-transform:uppercase;
  519. font-weight:bold
  520. }
  521.  
  522. .user_4 .label {
  523. color:{color:Entry titles};
  524. font-family:'georgia';
  525. font-size: 10px;
  526. padding: 5px;
  527. text-transform:uppercase;
  528. font-weight:bold
  529. }
  530.  
  531. .user_5 .label {
  532. color:{color:Link};
  533. font-family:'georgia';
  534. font-size: 10px;
  535. padding: 5px;
  536. text-transform:uppercase;
  537. font-weight:bold
  538. }
  539.  
  540. .user_6 .label {
  541. color:{color:Entry titles};
  542. font-family:'georgia';
  543. font-size: 10px;
  544. padding: 5px;
  545. text-transform:uppercase;
  546. font-weight:bold
  547. }
  548.  
  549. .user_7 .label {
  550. color:{color:Link};
  551. font-family:'georgia';
  552. font-size: 10px;
  553. padding: 5px;
  554. text-transform:uppercase;
  555. font-weight:bold
  556. }
  557.  
  558. .user_8 .label {
  559. color:{color:Entry titles};
  560. font-family:'georgia';
  561. font-size: 10px;
  562. padding: 5px;
  563. text-transform:uppercase;
  564. font-weight:bold
  565. }
  566.  
  567. .user_9 .label {
  568. color:{color:Link};
  569. font-family:'georgia';
  570. font-size: 10px;
  571. padding: 5px;
  572. text-transform:uppercase;
  573. font-weight:bold
  574. }
  575.  
  576. .user_10 .label {
  577. color:{color:Entry titles};
  578. font-family:'georgia';
  579. font-size: 10px;
  580. padding: 5px;
  581. text-transform:uppercase;
  582. font-weight:bold
  583. }
  584.  
  585.  
  586. ul.chat, .chat ol, .chat li {
  587. list-style:none;
  588. margin-top:-8px;
  589. margin-bottom:0px;
  590. padding: 3px;
  591. }
  592.  
  593. p {
  594. margin-top:0px;
  595. margin-bottom:4px
  596. }
  597.  
  598. #postbg {
  599. padding:5px;
  600. background-image: url('{image:Borderbar}');
  601. margin-bottom:50px;
  602. overflow: hidden;
  603. border:1px solid {color:Borders};
  604. }
  605.  
  606. #entries {
  607. position:absolute;
  608. margin-left:480px;
  609. margin-top:10px;
  610. font-size:10px;
  611. text-align:justify;
  612.  
  613. }
  614.  
  615. #post {
  616. background-color:{color:Entries};
  617. padding:8px;
  618. padding-top:5px;
  619. padding-bottom:5px;
  620. width:500px;
  621. border-color:{color:Entries border};
  622. border-style:solid;
  623. border-width:1px;
  624. }
  625.  
  626.  
  627. #quotetext {
  628. font-family:'rochester';
  629. font-size:25px;
  630. color:{color:Borders};
  631. font-style:normal;
  632. text-align:justify;
  633. margin-top:5px;
  634. padding:2px;
  635. }
  636.  
  637.  
  638. #asks {
  639. text-align:left;
  640. font-size:10px;
  641. font-family:'georgia';
  642. margin:5px;
  643. padding:5px;
  644. min-height:60px;
  645. background-color:transparent;
  646. border-bottom:2px solid {color:Entry titles};
  647. box-shadow:1px 1px 2px #000;
  648. }
  649.  
  650. .asker {
  651. font-family:'head versus heart';
  652. color:{color:Entry titles};
  653. text-transform:uppercase;
  654. margin-top:2px;
  655. margin-bottom:-8px;
  656. font-size:20px;
  657. letter-spacing:1px;
  658. text-shadow:2px 3px 1px #000;
  659. font-style:normal;
  660.  
  661. }
  662.  
  663. #askimage {
  664. height:60px;
  665. width:60px;
  666. float:left;
  667. padding:10px;
  668. padding-right:5px;
  669. border-radius:10px;
  670. -moz-border-radius:10px;
  671. -webkit-border-radius:10px;
  672. opacity:0.5;
  673. -webkit-transition:all 0.4s ease-in-out;
  674. -moz-transition:all 0.4s ease-in-out;
  675. -o-transition:all 0.4s ease-in-out;
  676. -ms-transition: all 0.4s ease-in-out;
  677. transition:all 0.5s ease-in-out;
  678. }
  679.  
  680. #answers {
  681. margin-left:5px;
  682. margin-top:8px;
  683. margin-bottom:10px;
  684. text-align:justify;
  685. }
  686.  
  687. #audio {
  688. border-radius:100%;
  689. width:100%;
  690. height:100px;
  691. margin-bottom:5px
  692. }
  693.  
  694. .albumart {
  695. border-radius:10px;
  696. margin-top:15px;
  697. margin-left:15px;
  698. float:left;
  699. width:71px;
  700. height:71px
  701. }
  702.  
  703. .player {
  704. border-radius:10px;
  705. margin-left:15px;
  706. margin-top:15px;
  707. display:block;
  708. height:50px;
  709. width:50px;
  710. padding:11px;
  711. overflow:hidden;
  712. position:absolute;
  713. opacity:0.3;
  714. background:#fff;
  715. -webkit-transition:all 0.4s ease-in-out;
  716. -moz-transition:all 0.4s ease-in-out;
  717. -o-transition:all 0.4s ease-in-out;
  718. -ms-transition: all 0.4s ease-in-out;
  719. transition:all 0.5s ease-in-out
  720. }
  721.  
  722. .player:hover {
  723. opacity:0.9;
  724. -webkit-transition:all 0.4s ease-in-out;
  725. -moz-transition:all 0.4s ease-in-out;
  726. -o-transition:all 0.4s ease-in-out;
  727. -ms-transition: all 0.4s ease-in-out;
  728. transition:all 0.5s ease-in-out}
  729.  
  730. .audioplayer {
  731. width:24px;
  732. height:24px;
  733. margin-top:12px;
  734. margin-left:12px;
  735. overflow:hidden
  736.  
  737. }
  738.  
  739. .audioinfo {
  740. font-size:10px;
  741. font-family:georgia;
  742. color:{color:text};
  743. text-align:left;
  744. padding-top:14px;
  745. margin-left:90px;
  746. }
  747.  
  748. .audiotitle {
  749. color:{color:Entry titles};
  750. margin-bottom:-12px;
  751. text-transform: lowercase;
  752. font-size: 20px;
  753. font-family:'lobster';
  754. font-weight:bold;
  755. text-shadow: 1px 2px 1px #000;
  756. }
  757.  
  758. #info {
  759. font-family:'georgia';
  760. font-size:8px;
  761. text-align: center;
  762. margin-bottom: 0px;
  763. margin-top: 5px;
  764. padding: 2px;
  765. padding-top: 2px;
  766. color:{color:Entries border};
  767. text-transform:uppercase;
  768. background-color:transparent;
  769. border-bottom:2px solid {color:Entry titles};
  770. box-shadow:2px 1px 2px #000;
  771. }
  772.  
  773. #info2 {
  774. font-family:'calibri';
  775. font-size:8px;
  776. text-align: center;
  777. margin-bottom: -4px;
  778. padding: 2px;
  779. padding-top: 0px;
  780. padding-bottom:3px;
  781. color:{color:Body};
  782. text-transform:uppercase;
  783. font-style:normal;
  784. background-color:transparent;
  785. }
  786.  
  787. #todo {
  788. font-family:'georgia';
  789. font-size:9px;
  790. margin-left:30px;
  791. margin-top:-12px;
  792. }
  793.  
  794. #credit a{
  795. position:fixed;
  796. right:3px;
  797. bottom:3px;
  798. padding:4px;
  799. background:white;
  800. font-size:11px;
  801. color:black;
  802. -moz-transition-duration:1s;
  803. -webkit-transition-duration:1s;
  804. -o-transition-duration:1s;
  805. }
  806.  
  807. #credit a:hover {
  808. opacity:1;
  809. color:white;
  810. background:black;
  811. -moz-transition-duration:1s;
  812. -webkit-transition-duration:1s;
  813. -o-transition-duration:1s;
  814. }
  815.  
  816.  
  817. </style>
  818. <style type="text/css">{CustomCSS}</style>
  819. </head>
  820.  
  821. <body>
  822.  
  823. <div id="borderbar1">
  824. <div id="sidebar3"><div style="margin-top:5px; font-size:20px;"><h1>to scooby dooby do</h1></div>
  825. <hr color="A24A44">
  826. <h5>LOOKALIKES ; CLOSED.</h5>
  827. <div id="todo">G!P Santana/Skank!Quinn?</div>
  828. <h5>ICONS ; CLOSED.</h5>
  829. <div id="todo">Behind the scenes of photoshoots.</div>
  830. <h5>GIFS ; CLOSED.</h5>
  831. <div id="todo">Santana FC pack.<br>
  832. Gif hunt of Naya in her movie.<br>
  833. Glease episode.<br>
  834. Bernie Mac show.</div>
  835. <h5>THEME MAKEOVERS ; CLOSED.</h5>
  836. <div id="todo">None.</div>
  837. <h5>MANIPS ; CLOSED.</h5>
  838. <div id="todo">None.</div>
  839. <h5>MASTERLISTS ; CLOSED.</h5>
  840. <div id="todo">None.</div>
  841. <h5>GUIDES ; CLOSED.</h5>
  842. <div id="todo">None.</div>
  843. <h5>REVIEWS ; CLOSED.</h5>
  844. <div id="todo">None.</div>
  845.  
  846. <div id="image2"><div style="font-size:9px; font-family:calibri; padding-left:2px;">HOVER</div>
  847. </div>
  848.  
  849. </div>
  850. </div>
  851.  
  852. <div id="borderbar2">
  853. </div>
  854.  
  855. <div id="image">
  856.  
  857. <div id="sidebar">
  858.  
  859. <div id="description">
  860. <div style="font-family:lobster; text-align:center; font-weight:bold; font-size:20px;">first thing's first</div>
  861. <div style="font-family:georiga; text-align:right; text-transform:uppercase; font-size:10px; font-weight:bold; color:#A24A44; margin-top:-5px;">we're the realest</div><br>
  862. {block:Description}
  863. {Description}{/block:Description}
  864. <center>
  865. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} <b>⋆</b> {block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div> </center>
  866. </div></div>
  867.  
  868.  
  869. <div id="sidebar2">
  870. <div id="links">
  871. <a href="{text:Link1 URL}">{text:Link1}</a>
  872. <a href="{text:Link2 URL}">{text:Link2}</a>
  873. <a href="{text:Link3 URL}">{text:Link3}</a>
  874. <a href="{text:Link4 URL}">{text:Link4}</a>
  875. </div>
  876.  
  877. </div>
  878.  
  879.  
  880. </div>
  881.  
  882. </div>
  883.  
  884. </div>
  885.  
  886.  
  887.  
  888.  
  889. <div id="entries">
  890.  
  891. {block:Posts}
  892.  
  893. <div id="postbg">
  894. <div id="post">
  895.  
  896.  
  897. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  898.  
  899. {block:Quote}<div id="quotetext">“{Quote}” </div>
  900. <div style="font-family:georgia; font-size:12px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  901.  
  902. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  903. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  904.  
  905. {block:Photo}<div style="padding-top:2px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  906. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  907.  
  908. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div style="padding:10px;">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  909.  
  910. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  911.  
  912. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  913.  
  914.  
  915.  
  916.  
  917. {block:Audio}
  918. <div id="audio">
  919. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  920. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 10px">{/block:AlbumArt}</div>
  921. <div class="audioinfo">
  922. <div class="audiotitle">{block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  923. {block:Artist}⋆ <b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  924. ⋆ <b>Album:</b> {Album}{/block:Album}<br>
  925. ⋆ <b>Played:</b> {FormattedPlayCount} times</div></div>
  926. {block:Caption}{Caption}{/block:Caption}
  927. {/block:Audio}
  928.  
  929. {block:Answer}
  930. <div id="askimage"><img src="{AskerPortraitURL-64}" style="border-radius:20px;"></div>
  931. <div id="asks"><div style="font-family:'head versus heart'; text-transform:uppercase; font-size:17px; text-align:left; padding-bottom:0px;"><b>{Asker}</b> wondered <b>»</b></div><p></p>
  932. <div style="margin-left:10px; text-align:justify; font-size:9px; text-transform:uppercase;">{Question}</div></div>
  933. <div id="answers">{Answer}</div>{/block:Answer}
  934.  
  935. <div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  936. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  937. {block:ContentSource} <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  938. <div id="info2"><b>tagged as:</b> {block:HasTags}{block:Tags}<a href="{TagURL}">⋆{Tag}</a> {/block:Tags}{/block:HasTags}
  939. </div></div>
  940.  
  941. </div></div>
  942. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  943. {/block:Posts}
  944.  
  945.  
  946. </div></div>
  947.  
  948. </div>
  949.  
  950.  
  951.  
  952. <div id="credit"><a href="http://bramrps.tumblr.com">⋆</a></div>
  953. </body>
  954. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement