Advertisement
bramrps

wsrpst1

Sep 29th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.71 KB | None | 0 0
  1. <!---THIS IS NOT PART OF THE THEME. THIS IS WHAT YOU PUT IN YOUR DESCRIPTION TO MAKE IT LOOK EXACTLY HOW IT IS IN THE PREVIEW. FEEL FREE TO CHANGE IT, BUT PLEASE DON'T COPY THIS PART INTO THE THEME OTHERWISE IT WILL NOT LOOK RIGHT.-->
  2.  
  3. <div style="text-align:center; font-size:14px; font-weight:bold;">Hey hey hey. I'm Sam, Sam Evans. Call me Sam, call me Trouty, call me maybe.</div><br>
  4. Southern Born and Bred, I kind of like to sing. I don't like to dance. I can do an impression or two and you'll find me in Disneyland by day dressed up as The Mad Hatter.
  5. <br><br>I love what I do, and I love making kids laugh. We're all a little mad here, so don't be scared to come say hi sometime.<br><br>
  6. <center>STAT COUNTER HERE.</center>
  7.  
  8. <!---COPY & PASTE EVERYTHING BELOW THIS LINE-->
  9.  
  10.  
  11.  
  12. <!-- Custom Theme #1 by watchingsamrps for bonkersevans for being Sam of the Week! 9/29 - 10/5 -->
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  24.  
  25.  
  26. <head>
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31.  
  32.  
  33. <meta name="font:Body" content="Georgia" />
  34. <meta name="color:Background" content="#9f8888" />
  35. <meta name="color:Borderbar" content="#16090f" />
  36. <meta name="color:Body" content="#000" />
  37. <meta name="color:Entries" content="#6c5554" />
  38. <meta name="color:Borders" content="#000" />
  39. <meta name="color:Bold" content="#fff" />
  40. <meta name="color:Link" content="#fff" />
  41. <meta name="color:Link Bg" content="#16090f" />
  42. <meta name="color:Link Hover" content="#6c5554" />
  43. <meta name="color:Sidebars" content="#6c5554" />
  44. <meta name="color:Entry titles" content="#fff" />
  45. <meta name="color:Entries Border" content="#000" />
  46. <meta name="color:Title Color" content="#fff" />
  47. <meta name="color:Subtitle Color" content="#000" />
  48. <meta name="image:Image" content="" />
  49. <meta name="image:Image2" content="" />
  50. <meta name="image:Image3" content="" />
  51. <meta name="image:Borderbar" content="" />
  52. <meta name="image:Background" content="" />
  53. <meta name="text:Link1" content="home" />
  54. <meta name="text:Link1 URL" content="/" />
  55. <meta name="text:Link2" content="ask" />
  56. <meta name="text:Link2 URL" content="/ask" />
  57. <meta name="text:Link3" content="link" />
  58. <meta name="text:Link3 URL" content="/" />
  59. <meta name="text:Link4" content="link" />
  60. <meta name="text:Link4 URL" content="/" />
  61.  
  62. <meta name="text:sub" content="i'm afraid so. you're entirely bonkers!" />
  63. <meta name="text:main" content="have i gone mad?" />
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. body {
  69. background: {color:Background};
  70. background-image: url('{image:Background}');
  71. background-attachment:fixed;
  72. position:absolute;
  73. font-size:12px;
  74. font-family: {font:Body};
  75. color:{color:Body};
  76. }
  77.  
  78. blockquote {
  79. margin-left: 15px;
  80. margin-right:15px;
  81. border-left: 1px solid {color:Borders};
  82. padding-left:5px;
  83. text-align: justify;
  84. }
  85.  
  86.  
  87. b, strong {
  88. color:{color:Bold};
  89. }
  90.  
  91. i, em {
  92. color:{color:Body}
  93. text-shadow: 0px 0px 2px #000;
  94. }
  95.  
  96. a {
  97. text-decoration:none;
  98. outline:normal;
  99. color:{color:Link};
  100. -webkit-transition: all 0.5s ease-in-out;
  101. -moz-transition: all 0.5s ease-in-out;
  102. -o-transition: all 0.5s ease-in-out;
  103. }
  104.  
  105. a:hover {
  106. text-transform:lowercase;
  107. -webkit-transition: all 0.5s ease-in-out;
  108. -moz-transition: all 0.5s ease-in-out;
  109. -o-transition: all 0.5s ease-in-out;
  110. }
  111.  
  112. pre {
  113. font-family:georgia;
  114. font-size:8px;
  115. text-transform:Uppercase;
  116. background-color:{color:Entry Titles};
  117. padding:2px;
  118. text-align:center;
  119. border-left:1px solid #000;
  120. border-right:1px solid #000;
  121. color:{color:Body};
  122. }
  123.  
  124. h1 {
  125. margin-top:-3px;
  126. margin-bottom:5px;
  127. color:{color:Entry titles};
  128. font-family:'georgia';
  129. font-style:normal;
  130. text-align:center;
  131. text-transform:uppercase;
  132. font-size: 25px;
  133. color: {color:Entry titles};
  134. padding-bottom:0px;
  135. text-shadow: 1px 1px 1px #000;
  136. }
  137.  
  138. h2 {
  139. margin-top:0px;
  140. margin-bottom:5px;
  141. font-family:'lobster';
  142. text-transform:lowercase;
  143. text-align:center;
  144. font-size: 25px;
  145. color:{color:Entry titles};
  146. text-shadow: 1px 2px 1px #000;
  147. }
  148.  
  149. h3 {
  150. margin-top:-5px;
  151. margin-bottom:-5px;
  152. color:{color:Entry titles};
  153. font-family:'lobster';
  154. font-style:normal;
  155. text-align:center;
  156. text-transform:lowercase;
  157. font-size: 25px;
  158. text-shadow: 2px 3px 1px #000;
  159. color: {color:Entry titles};
  160. }
  161.  
  162. h4 {
  163. margin-top:10px;
  164. margin-bottom:-5px;
  165. font-family:'head versus heart';
  166. text-transform:uppercase;
  167. text-align:center;
  168. font-size: 17px;
  169. color:{color:Link};
  170. text-shadow: 1px 2px 1px #000;
  171. }
  172.  
  173. img {
  174. border: 0;
  175. max-width: 100%;}
  176.  
  177. img:hover {
  178. opacity:0.7;
  179. -webkit-transition:all 0.4s ease-in-out;
  180. -moz-transition:all 0.4s ease-in-out;
  181. -o-transition:all 0.4s ease-in-out;
  182. -ms-transition: all 0.4s ease-in-out;
  183. transition:all 0.5s ease-in-out
  184. }
  185.  
  186.  
  187. #toptitle {
  188. text:{text:one};
  189. font-family:'lobster';
  190. font-size:15px;
  191. color:{color:Title Color};
  192. font-style:normal;
  193. text-align:left;
  194. margin-left:-40px;
  195. margin-top:5px;
  196. margin-bottom:-17px;
  197. text-shadow: 1px 2px 1px #000;
  198. }
  199.  
  200. #topsub {
  201. text:{text:two};
  202. font-family:'georgia';
  203. font-size:9px;
  204. color:{color:Subtitle Color};
  205. text-align:left;
  206. text-transform:uppercase;
  207. margin-top:0px;
  208. margin-left:15px;
  209. }
  210.  
  211. #topsub2 {
  212. text:{text:two};
  213. font-family:'georgia';
  214. font-size:9px;
  215. color:{color:Subtitle Color};
  216. text-align:center;
  217. margin-left:85px;
  218. margin-top:0px;
  219. text-transform:uppercase;
  220. }
  221.  
  222. #topsub3 {
  223. text:{text:three};
  224. font-family:'georgia';
  225. font-size:9px;
  226. color:{color:Subtitle Color};
  227. text-align:right;
  228. text-transform:uppercase;
  229. margin-right:15px;
  230. }
  231.  
  232. #borderbar1 {
  233. position:fixed;
  234. top:32px;
  235. left:105px;
  236. width:350px;
  237. height:533px;
  238. padding:3px;
  239. background-color:{color:Borderbar};
  240. background-image:url('http://static.tumblr.com/78940897d281385f04cdd4b206fce223/tfklyhf/Ps2ncotl4/tumblr_static_4951s5gnxq2occ0gsww8gw0cw.png');
  241. background-attachment:fixed;
  242. border-color:{color:Borders};
  243. border-width:1px;
  244. border-style: solid;
  245. }
  246.  
  247.  
  248. #titlebar {
  249. position:fixed;
  250. top:281px;
  251. left:-188px;
  252. width:539px;
  253. height:40px;
  254. -webkit-transform: rotate(-90deg);
  255. -moz-transform: rotate(-90deg);
  256. -ms-transform: rotate(-90deg);
  257. -o-transform: rotate(-90deg);
  258. }
  259.  
  260.  
  261. #sidebar {
  262. position:fixed;
  263. top:358px;
  264. left:108px;
  265. width:350px;
  266. height:210px;
  267. opacity: 0;
  268. transition-duration: .8s;
  269. transition: opacity .8s ease-in-out;
  270. -moz-transition: opacity .8s ease-in-out;
  271. -webkit-transition: opacity .8s ease-in-out;
  272. background-color:{color:Sidebars};
  273. border-color:{color:Borders};
  274. border-style:solid;
  275. border-width:1px;
  276. }
  277.  
  278. #sidebar:hover {
  279. opacity:1;
  280. transition-duration: .8s;
  281. transition: opacity .8s ease-in-out;
  282. -moz-transition: opacity .8s ease-in-out;
  283. -webkit-transition: opacity .8s ease-in-out;
  284. background-color:{color:Sidebars};
  285. }
  286.  
  287.  
  288. #sidebar2 {
  289. position:fixed;
  290. top:319px;
  291. left:108px;
  292. width:350px;
  293. height:34px;
  294. padding-top:1px;
  295. background-color:{color:Sidebars};
  296. border-color:{color:Borders};
  297. border-style:solid;
  298. border-width:1px;
  299. }
  300.  
  301.  
  302.  
  303. #image {
  304. z-index:3;
  305. position:fixed;
  306. top:35px;
  307. left:108px;
  308. width:350px;
  309. height:280px;
  310. background-image:url('http://static.tumblr.com/482f179a380f8a8c4b43634e8bc350e7/tfklyhf/Q9Jncopwo/tumblr_static_cafx0ctsjjwcwsoo8w8kwcwwo.png');
  311. background-attachment:none;
  312. background-size:auto;
  313. background-position:top left;
  314. background-repeat:no-repeat;
  315. float:center;
  316. overflow:hidden;
  317. background-color:#fff;
  318. border-color:{color:Borders};
  319. border-style:solid;
  320. border-width:1px
  321. }
  322.  
  323. #image2 {
  324. z-index:3;
  325. position:fixed;
  326. top:35px;
  327. left:108px;
  328. width:350px;
  329. height:280px;
  330. background-image:url('http://static.tumblr.com/a3103a165461bfffa0ea44fb72ea53ea/tfklyhf/7LEncopwq/tumblr_static_4z6fzm5obtoggggk4csk8w8wc.png');
  331. background-attachment:none;
  332. background-size:auto;
  333. background-position:top left;
  334. background-repeat:no-repeat;
  335. float:center;
  336. overflow:hidden;
  337. background-color:{color:Sidebars};
  338. opacity: 0;
  339. transition-duration: .8s;
  340. transition: opacity .8s ease-in-out;
  341. -moz-transition: opacity .8s ease-in-out;
  342. -webkit-transition: opacity .8s ease-in-out;
  343. background-color:{color:Sidebars};
  344. border-color:{color:Borders};
  345. border-style:solid;
  346. border-width:1px;
  347. }
  348.  
  349. #image2:hover {
  350. opacity:1;
  351. transition-duration: .8s;
  352. transition: opacity .8s ease-in-out;
  353. -moz-transition: opacity .8s ease-in-out;
  354. -webkit-transition: opacity .8s ease-in-out;
  355. background-color:{color:Sidebars};
  356. }
  357.  
  358.  
  359.  
  360. #image3 {
  361. z-index:3;
  362. position:fixed;
  363. top:358px;
  364. left:108px;
  365. width:350px;
  366. height:210px;
  367. background-image:url('http://static.tumblr.com/4c53295b131c7e61f81301f542e58ce6/tfklyhf/irjncop53/tumblr_static_31mkox8gd56o88wkgc8oo0gso.png');
  368. background-attachment:none;
  369. background-size:auto;
  370. background-position:top left;
  371. background-repeat:no-repeat;
  372. float:center;
  373. overflow:hidden;
  374. background-color:#fff;
  375. border-color:{color:Borders};
  376. border-style:solid;
  377. border-width:1px
  378. }
  379.  
  380.  
  381. #description {
  382. padding:10px;
  383. color:{color:Description};
  384. font-size:10px;
  385. text-align:justify;
  386. font-family:'georgia';
  387. }
  388.  
  389. #pagination {
  390. font-family:'georgia';
  391. font-size:11px;
  392. text-transform:lowercase;
  393. display:inline-block;
  394. margin-top:15px;
  395. color:{color:Body};
  396. -webkit-transition: all 0.2s ease-in-out;
  397. -moz-transition: all 0.2s ease-in-out;
  398. -o-transition: all 0.2s ease-in-out;
  399. }
  400.  
  401. #links {
  402. text-align:center;
  403. }
  404.  
  405.  
  406. #links a{
  407. font-family:'georgia';
  408. background-color:{color:Link Bg};
  409. color:#fff;
  410. border-color:{color:Borders};
  411. border-style:solid;
  412. border-width:1px;
  413. width:82px;
  414. height:27px;
  415. line-height:29px;
  416. font-size:10px;
  417. text-transform:uppercase;
  418. display:inline-block;
  419. margin-top:2px;
  420. margin-bottom:0px;
  421. padding:0px;
  422. color:{color:Link};
  423. -webkit-transition: all 0.2s ease-in-out;
  424. -moz-transition: all 0.2s ease-in-out;
  425. -o-transition: all 0.2s ease-in-out;
  426. }
  427.  
  428. #links a:hover{
  429. color:{color:Link};
  430. background:{color:Link Hover};
  431. text-transform:lowercase;
  432. box-shadow:0px 0px 2px #000;
  433. -webkit-transition: opacity 0.7s linear;opacity: 1;
  434. -webkit-transition: all 0.3s ease-out;
  435. -moz-transition: all 0.3s ease-out;
  436. transition: all 0.3s ease-out;
  437. }
  438.  
  439.  
  440. .user_1 .label {
  441. color:{color:Link};
  442. font-family:'georgia';
  443. font-size: 10px;
  444. padding: 5px;
  445. text-transform:uppercase;
  446. font-weight:bold
  447. }
  448.  
  449. .user_2 .label {
  450. color:{color:Entry titles};
  451. font-family:'georgia';
  452. font-size: 10px;
  453. padding: 5px;
  454. text-transform:uppercase;
  455. font-weight:bold
  456. }
  457.  
  458. .user_3 .label {
  459. color:{color:Link};
  460. font-family:'georgia';
  461. font-size: 10px;
  462. padding: 5px;
  463. text-transform:uppercase;
  464. font-weight:bold
  465. }
  466.  
  467. .user_4 .label {
  468. color:{color:Entry titles};
  469. font-family:'georgia';
  470. font-size: 10px;
  471. padding: 5px;
  472. text-transform:uppercase;
  473. font-weight:bold
  474. }
  475.  
  476. .user_5 .label {
  477. color:{color:Link};
  478. font-family:'georgia';
  479. font-size: 10px;
  480. padding: 5px;
  481. text-transform:uppercase;
  482. font-weight:bold
  483. }
  484.  
  485. .user_6 .label {
  486. color:{color:Entry titles};
  487. font-family:'georgia';
  488. font-size: 10px;
  489. padding: 5px;
  490. text-transform:uppercase;
  491. font-weight:bold
  492. }
  493.  
  494. .user_7 .label {
  495. color:{color:Link};
  496. font-family:'georgia';
  497. font-size: 10px;
  498. padding: 5px;
  499. text-transform:uppercase;
  500. font-weight:bold
  501. }
  502.  
  503. .user_8 .label {
  504. color:{color:Entry titles};
  505. font-family:'georgia';
  506. font-size: 10px;
  507. padding: 5px;
  508. text-transform:uppercase;
  509. font-weight:bold
  510. }
  511.  
  512. .user_9 .label {
  513. color:{color:Link};
  514. font-family:'georgia';
  515. font-size: 10px;
  516. padding: 5px;
  517. text-transform:uppercase;
  518. font-weight:bold
  519. }
  520.  
  521. .user_10 .label {
  522. color:{color:Entry titles};
  523. font-family:'georgia';
  524. font-size: 10px;
  525. padding: 5px;
  526. text-transform:uppercase;
  527. font-weight:bold
  528. }
  529.  
  530.  
  531. ul.chat, .chat ol, .chat li {
  532. list-style:none;
  533. margin-top:-8px;
  534. margin-bottom:0px;
  535. padding: 3px;
  536. }
  537.  
  538. p {
  539. margin-top:0px;
  540. margin-bottom:4px
  541. }
  542.  
  543. #postbg {
  544. padding:2px;
  545. background-color:{color:Borderbar};
  546. background-image: url('http://static.tumblr.com/78940897d281385f04cdd4b206fce223/tfklyhf/Ps2ncotl4/tumblr_static_4951s5gnxq2occ0gsww8gw0cw.png');
  547. margin-bottom:50px;
  548. overflow: hidden;
  549. border:1px solid {color:Borders};
  550. }
  551.  
  552. #entries {
  553. position:absolute;
  554. margin-left:550px;
  555. margin-top:10px;
  556. font-size:10px;
  557. text-align:justify;
  558.  
  559. }
  560.  
  561. #post {
  562. background-color:{color:Entries};
  563. padding:8px;
  564. padding-top:5px;
  565. padding-bottom:5px;
  566. width:500px;
  567. border-color:{color:Entries border};
  568. border-style:solid;
  569. border-width:1px;
  570. }
  571.  
  572.  
  573. #quotetext {
  574. font-family:'rochester';
  575. font-size:25px;
  576. color:{color:Borders};
  577. font-style:normal;
  578. text-align:justify;
  579. margin-top:5px;
  580. padding:2px;
  581. }
  582.  
  583.  
  584. #asks {
  585. text-align:left;
  586. font-size:10px;
  587. font-family:'georgia';
  588. margin:5px;
  589. padding:10px;
  590. min-height:47px;
  591. background-color:transparent;
  592. border-top:1px solid {color:Entry titles};
  593. border-left:1px solid {color:Entry titles};
  594. border-bottom:2px solid {color:Entry titles};
  595. border-right:2px solid {color:Entry titles};
  596. box-shadow:3px 3px 3px #000;
  597. border-radius:40px 40px 40px 40px;
  598. }
  599.  
  600. .asker {
  601. font-family:'georgia';
  602. color:{color:Entry titles};
  603. text-transform:uppercase;
  604. margin-top:2px;
  605. margin-bottom:-8px;
  606. font-size:17px;
  607. text-shadow:1px 1px 1px #000;
  608. font-style:normal;
  609.  
  610. }
  611.  
  612. #askimage {
  613. height:60px;
  614. width:60px;
  615. float:left;
  616. margin-top:10px;
  617. margin-left:10px;
  618. padding-right:5px;
  619. opacity:0.5;
  620. -webkit-transition:all 0.4s ease-in-out;
  621. -moz-transition:all 0.4s ease-in-out;
  622. -o-transition:all 0.4s ease-in-out;
  623. -ms-transition: all 0.4s ease-in-out;
  624. transition:all 0.5s ease-in-out;
  625. }
  626.  
  627. #answers {
  628. padding-left:20px;
  629. padding-right:20px;
  630. margin-left:5px;
  631. margin-top:8px;
  632. margin-bottom:10px;
  633. text-align:justify;
  634. }
  635.  
  636. #audio {
  637. border-radius:100%;
  638. width:100%;
  639. height:100px;
  640. margin-bottom:5px
  641. }
  642.  
  643. .albumart {
  644. border-radius:50px;
  645. margin-top:15px;
  646. margin-left:15px;
  647. float:left;
  648. width:71px;
  649. height:71px
  650. }
  651.  
  652. .player {
  653. border-radius:50px;
  654. margin-left:10px;
  655. margin-top:10px;
  656. display:block;
  657. height:59px;
  658. width:59px;
  659. padding:11px;
  660. overflow:hidden;
  661. position:absolute;
  662. opacity:0.5;
  663. background:#fff;
  664. -webkit-transition:all 0.4s ease-in-out;
  665. -moz-transition:all 0.4s ease-in-out;
  666. -o-transition:all 0.4s ease-in-out;
  667. -ms-transition: all 0.4s ease-in-out;
  668. transition:all 0.5s ease-in-out
  669. }
  670.  
  671. .player:hover {
  672. opacity:0.9;
  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. .audioplayer {
  680. width:30px;
  681. height:30px;
  682. margin-top:17px;
  683. margin-left:17px;
  684. overflow:hidden
  685.  
  686. }
  687.  
  688. .audioinfo {
  689. font-size:9px;
  690. font-family:georgia;
  691. text-transform:uppercase;
  692. color:{color:text};
  693. text-align:left;
  694. padding-top:22px;
  695. margin-left:90px;
  696. }
  697.  
  698. .audiotitle {
  699. color:{color:Entry titles};
  700. margin-top:-3px;
  701. margin-bottom:-6px;
  702. margin-left:5px;
  703. text-transform: uppercase;
  704. font-size: 20px;
  705. font-family:'georgia';
  706. font-weight:bold;
  707. text-shadow: 1px 1px 1px #000;
  708. }
  709.  
  710. #info {
  711. font-family:'georgia';
  712. font-size:8px;
  713. text-align: center;
  714. margin-bottom: 0px;
  715. margin-top: 5px;
  716. padding: 0px;
  717. padding-top: 2px;
  718. color:{color:Entries border};
  719. text-transform:uppercase;
  720. background-color:transparent;
  721. border-top:1px solid #000;
  722. }
  723.  
  724. #info2 {
  725. font-family:'georgia';
  726. font-size:8px;
  727. text-align: center;
  728. margin-bottom: -2px;
  729. padding: 0px;
  730. padding-top: 0px;
  731. padding-bottom:0px;
  732. color:{color:Body};
  733. text-transform:lowercase;
  734. font-style:italic;
  735. background-color:transparent;
  736. }
  737.  
  738. #credit a{
  739. position:fixed;
  740. right:3px;
  741. bottom:3px;
  742. padding:4px;
  743. background:white;
  744. font-size:11px;
  745. color:black;
  746. -moz-transition-duration:1s;
  747. -webkit-transition-duration:1s;
  748. -o-transition-duration:1s;
  749. }
  750.  
  751. #credit a:hover {
  752. opacity:1;
  753. color:white;
  754. background:black;
  755. -moz-transition-duration:1s;
  756. -webkit-transition-duration:1s;
  757. -o-transition-duration:1s;
  758. }
  759.  
  760.  
  761. </style>
  762. <style type="text/css">{CustomCSS}</style>
  763. </head>
  764.  
  765. <body>
  766.  
  767.  
  768. <div id="borderbar1"></div>
  769.  
  770. <div id="borderbar2"></div>
  771.  
  772. <div id="image"><div style="font-family:calibri; font-size:9px; padding:1px;">HOVER</div></div>
  773.  
  774. <div id="titlebar"><div style="font-family:'lobster'; font-size:30px; text-transform:normal; text-shadow: 1px 2px 1px #000; text-align:center; padding-top:0px; margin-right:95px; color:{color:Title Color};">{text:main}</div>
  775.  
  776. <div id="topsub2"><div style="margin-top:-5px; margin-bottom:-5px; text-transform:uppercase;">{text:sub}</div></div></div>
  777.  
  778. <div id="image2">
  779.  
  780. </div>
  781.  
  782. </div>
  783.  
  784. <div id="image3"><div style="font-family:calibri; font-size:9px; padding-left:1px;">HOVER</div>
  785. <div id="sidebar">
  786.  
  787. <div id="description">
  788. {block:Description}
  789. {Description}{/block:Description}
  790. <center>
  791. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} <b><i>out of </i></b>{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div> </center>
  792. </div></div></div></div>
  793.  
  794.  
  795. <div id="sidebar2">
  796. <div id="links">
  797. <a href="/">home</a>
  798. <a href="/ask">ask</a>
  799. <a href="{text:Link3 URL}">{text:Link3}</a>
  800. <a href="{text:Link4 URL}">{text:Link4}</a>
  801. </div>
  802.  
  803. </div>
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810. </div>
  811.  
  812. </div>
  813.  
  814.  
  815.  
  816.  
  817. <div id="entries">
  818.  
  819. {block:Posts}
  820.  
  821. <div id="postbg">
  822. <div id="post">
  823.  
  824.  
  825. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  826.  
  827. {block:Quote}<div id="quotetext">“{Quote}” </div>
  828. <div style="font-family:georgia; font-size:12px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  829.  
  830. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  831. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  832.  
  833. {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}
  834. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  835.  
  836. {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}
  837.  
  838. <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>
  839.  
  840. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  841.  
  842.  
  843.  
  844.  
  845. {block:Audio}
  846. <div id="audio">
  847. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  848. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 50px">{/block:AlbumArt}</div>
  849. <div class="audioinfo">
  850. <div class="audiotitle">{block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  851. <div style="padding-left:20px;">{block:Artist}⋆ <b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  852. ⋆ <b>Album:</b> {Album}{/block:Album}<br>
  853. ⋆ <b>Played:</b> {FormattedPlayCount} times</div></div>
  854. {block:Caption}{Caption}{/block:Caption}</div>
  855. {/block:Audio}
  856.  
  857. {block:Answer}
  858. <div id="askimage"><img src="{AskerPortraitURL-64}" style="border-radius:40px;"></div>
  859. <div id="asks"><div style="font-family:'georgia'; text-transform:uppercase; font-size:17px; text-shadow:1px 1px 1px #000; text-align:left; padding-bottom:0px;"><b>{Asker} wondered »</b></div><p></p>
  860. <div style="margin-left:10px; text-align:justify; text-transform:uppercase; font-size:8px;">{Question}</div></div>
  861. <div id="answers">{Answer}</div>{/block:Answer}
  862.  
  863. <div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  864. {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}
  865. {block:ContentSource} <a href="{SourceURL}">✶</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  866. <div id="info2"><b>tagged:</b> {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  867. </div></div>
  868.  
  869. </div></div>
  870. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  871. {/block:Posts}
  872.  
  873.  
  874. </div></div>
  875.  
  876. </div>
  877.  
  878.  
  879.  
  880. <div id="credit"><a href="http://watchingsamrps.tumblr.com">WSR</a></div>
  881. </body>
  882. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement