Advertisement
lizarps

Theme #010: Cheap Thrills

Apr 19th, 2016
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.45 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.  
  3. <!--
  4. T H E M E • B Y • L I Z
  5. ✿ THEME BY LIZ @ MORRISONSRPH ✿
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18.  
  19.  
  20. <head>
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Poiret+One|Amatic+SC|Megrim|Raleway+Dots' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic+Slab|Andika' rel='stylesheet' type='text/css'>
  26.  
  27. <!-- VARIABLES -->
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="color:Title color"content="#809729" />
  31.  
  32. <meta name="color:Background" content="#fdf3ee" />
  33. <meta name="color:Text" content="#beb3a4" />
  34. <meta name="font:title" content="megrim" />
  35. <meta name="font:fonte" content="tahoma" />
  36. <meta name="color:Bold" content="#809729" />
  37. <meta name="color:Italic" content="#809729" />
  38. <meta name="color:Link" content="#a09280" />
  39. <meta name="color:Content BG" content="#ffffff" />
  40. <meta name="color:Content Border" content="#ef95a5" />
  41. <meta name="color:Box Shadow" content="#999" />
  42. <meta name="color:Info BG" content="#f8f1e8" />
  43. <meta name="color:Info Border" content="#ebddcb" />
  44. <meta name="color:links" content="#eeeeee"/>
  45.  
  46. <meta name="text:Text Size" content="10px" />
  47. <meta name="text:link 1" content="Link 1"/>
  48. <meta name="text:link 1 url" content="/"/>
  49. <meta name="text:link 2" content="Link 2"/>
  50. <meta name="text:link 2 url" content="/"/>
  51. <meta name="text:link 3" content="Link 3"/>
  52. <meta name="text:link 3 url" content="/"/>
  53. <meta name="text:link 4" content="Link 4"/>
  54. <meta name="text:link 4 url" content="/"/>
  55.  
  56.  
  57. <meta name="if:styledpre" content="1" />
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb {
  62. height:auto;
  63. background-color:{color:Scrollbar};
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. height:9px;
  68. width:4px;
  69. background-color:{color:ScrollbarBg};
  70. }
  71.  
  72. /* MAIN */
  73.  
  74. body {
  75. background-color:{color:Background};
  76. background-image: url('{image:Background}');
  77. color:{color:Text};
  78. font-family: {font:fonte};
  79. text-transform: uppercase;
  80. font-size: 9px;
  81. margin: 0px;
  82. padding: 0px;
  83. }
  84.  
  85. a:link, a:active {
  86. text-decoration:none;
  87. color: {color:Link}; }
  88.  
  89. a:visited {
  90. text-decoration:none;
  91. color: {color:Link}; }
  92.  
  93. a:hover {
  94. text-decoration:none;
  95. color: {color:Bold};
  96. font-style:normal;}
  97.  
  98. b, strong {
  99. font-size:9px;
  100. text-shadow:3px 3px 5px {color:#ef95a5};
  101. }
  102.  
  103. blockquote {
  104. border-left:2px solid {color:Text};
  105. padding-left:6px; }
  106.  
  107. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  108.  
  109. i, em, .em {color:{color:Italic};}
  110.  
  111. u, ul {
  112. font-size:10px;
  113. color:#00bcc8;
  114. }
  115.  
  116. big {
  117. font-size:12px;
  118. color:#debeb6;
  119. }
  120.  
  121.  
  122. {block:ifstyledpre}
  123. pre {
  124. text-align:center;
  125. padding:6px;
  126. border:1px solid {color:Text};
  127. box-shadow:2px 2px #ccc;
  128. background:transparent;
  129. color:{color:Text};
  130. font-size:10px;
  131. word-wrap:break-word;
  132. font-family:helvetica;
  133. text-transform:uppercase;
  134. margin:10px;
  135. }
  136. {/block:ifstyledpre}
  137.  
  138. small{font-size:9px;}
  139.  
  140. h1 {
  141. font-size:15px;
  142. color:{color:text};
  143. text-transform:uppercase;
  144. font-family: 'Roboto', sans-serif;
  145. background-color:{color:post background};
  146. padding:10px;
  147. font-style:bold, italic;
  148. text-align:center;
  149. }
  150.  
  151. h2 {
  152. font-size:10px;
  153. text-align:center;
  154. line-height:100%;
  155. letter-spacing:-0.5px;
  156. color:{color:text};
  157. background-color:#fcfddf;
  158. font-weight:bold;
  159. text-transform:uppercase;
  160. padding:5px;
  161. padding-bottom:2px;
  162. }
  163.  
  164. /* CONTENT */
  165.  
  166. .container {
  167. max-height: 500px;
  168. height: 500px;
  169. overflow: auto;
  170. background-color: #000000;
  171. }
  172.  
  173. #entries {
  174. position: fixed;
  175. height:500px;
  176. background-color: {color:Content Border};
  177. overflow:auto;
  178. padding:5px;
  179. overflow-x:hidden;
  180. width:565px;
  181. margin-left:560px;
  182. margin-top:80px;
  183. border-bottom: 1px solid #ef95a5;
  184. box-shadow: 3px 3px 5px {color:box shadow};
  185. }
  186.  
  187. #post {
  188. width: 500px;
  189. margin-left:10px;
  190. margin-top:10px;
  191. height: auto;
  192. background-color:#fff;
  193. padding: 20px;
  194. margin-bottom:30px;
  195. color: {color:text};
  196. text-align:justify;
  197. box-shadow: 3px 3px 5px {color:box shadow};
  198. }
  199.  
  200. /*POST INFO*/
  201.  
  202. #info {
  203. width:500px;
  204. text-align:center;
  205. font-family:'arial';
  206. margin-top:0px;
  207. margin-left:-5px;
  208. letter-spacing:1px;
  209. font-size:10px;
  210. font-style:none;
  211. padding:5px;
  212. line-height:10px;
  213. text-transform:uppercase;
  214. background:{color:info};
  215. border-bottom:{color:post bg};
  216. border-top: double {color:post bg};;
  217. }
  218.  
  219. #info a {
  220. text-align:center;
  221. color:{color:Post Links};
  222. }
  223.  
  224. #info a:hover {
  225. -moz-transition-duration:0.3s;
  226. -webkit-transition-duration:0.3s;
  227. -o-transition-duration:0.3s;
  228. color:{color:Hover}
  229. }
  230.  
  231. #tags {
  232. float:left;
  233. background-color:#c4d6e8;
  234. width:530px;
  235. margin-top:6px;
  236. margin-left:-20px;
  237. text-align:center;
  238. font-size:7px;
  239. padding:5px;
  240. font-size:8px;
  241. opacity:1;
  242. transition-duration: 0.5s;
  243. -moz-transition-duration: 0.5s;
  244. -webkit-transition-duration: 0.5s;
  245. -o-transition-duration: 0.5s
  246. color:{color:Post Links};
  247. }
  248.  
  249. #tags a {
  250. letter-spacing:0px;
  251. font-size:8px;
  252. text-align:center;
  253. font-family:'CALIBRI';
  254. text-decoration:uppercase;
  255. display:inline-block;
  256. color:#dc85b0;
  257. }
  258.  
  259. #tags a:hover {
  260. -moz-transition-duration:0.3s;
  261. -webkit-transition-duration:0.3s;
  262. -o-transition-duration:0.3s;
  263. color:{color:Hover};
  264. }
  265.  
  266. /*QUESTION*/
  267.  
  268. .question {
  269. padding:9px;
  270. text-align:left;
  271. text-transform:italic;
  272. color:{color:text};
  273. background-color: #f5f5f5;
  274. border-left:3px solid #e5e5e5;
  275. line-height:120%;
  276. }
  277.  
  278. .answer {
  279. text-align:left;
  280. padding-top:5px;
  281. color:{color:text};
  282. }
  283.  
  284.  
  285. /*CHAT*/
  286. .answer span,.convo li{
  287. margin:0 0 5px;
  288. border-radius:1em;
  289. padding:.5em 10px;
  290. max-width:75%;
  291. clear:both;
  292. position:relative
  293. }
  294. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{
  295. float:left;
  296. background-color:#c4d6e8;
  297. color:#000;
  298. left:3px
  299. }
  300. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{
  301. content:"";
  302. position:absolute;
  303. left:-.5em;
  304. bottom:0;
  305. width:.5em;
  306. height:1em;
  307. border-right:.5em solid #c4d6e8;
  308. border-bottom-right-radius:1em .5em
  309. }
  310. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{
  311. right:3px;
  312. float:right;
  313. background-color:#ef95a5;
  314. color:#000
  315. }
  316. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{
  317. content:"";
  318. position:absolute;
  319. right:-.5em;
  320. bottom:0;
  321. width:.5em;
  322. height:1em;
  323. border-left:.5em solid #ef95a5;
  324. border-bottom-left-radius:1em .5em
  325. }
  326. .me p,.answer,.asked span{
  327. padding:0;margin:0
  328. }
  329. .answer{
  330. overflow:hidden
  331. }
  332.  
  333. .asked p {
  334. text-align: left;
  335. margin: 0 0px 10px 0px;
  336. padding: 0;
  337. color: #666666;
  338. font-family: 'Inconsolata', Inconsolata;
  339. font-size: 12px;
  340. line-height: 0px;
  341. }
  342.  
  343. .footerright .viasrc {
  344. float: left;
  345. }
  346. .asked a {
  347. margin:0;padding:0;
  348. }
  349. .user_4{background-color:;color:#000000}.user_4::after{border-color:}.user_6{background-color:;color:#000000}.user_6::after{border-color:}.user_5{background-color:;color:#000}.user_5::after{border-color:}.user_3{background-color:;color:#000000}.user_3::after{border-color:}.user_7{background-color:;color:#000000}.user_7::after{border-color:}.user_8{background-color:;color:#000000}.user_8::after{border-color:}.user_9{background-color:;color:#000000}.user_9::after{border-color:}
  350.  
  351. .convo {
  352. overflow: hidden;
  353. list-style-type: none;
  354. padding: 0;
  355. margin: 0;
  356. }
  357.  
  358.  
  359. #pagination {
  360. position: fixed;
  361. background-color:#fff;
  362. font-family:arial;
  363. width:210px;
  364. height:45px;
  365. font-size:10px;
  366. padding:5px;
  367. margin-top:490px;
  368. margin-left:325px;
  369. letter-spacing:3px;
  370. text-align:center;
  371. text-transform:uppercase;
  372. color:#ef95a5;
  373. box-shadow: 3px 3px 5px {color:box shadow};
  374. }
  375.  
  376. #pagination a {
  377. color:{color:Content Border};
  378. }
  379.  
  380. .menuHeart a {
  381. background-color: #c4d6e8;
  382. color: {color:Title};
  383. font-family: verdana;
  384. width:10px;
  385. height:5px;
  386. font-size:13px;
  387. padding:5px;
  388. border-top:0px solid;
  389. border-bottom:0px solid;
  390. display: inline-block;
  391. cursor:pointer;
  392. text-align: center;
  393. text-shadow: 0 1px 1px #999;
  394. -webkit-transition: all ease-out 0.2s 0.9s;
  395. -moz-transition: all ease-out 0.2s 0.19s;
  396. -o-transition: all ease-out 0.2s 0.9s;
  397. -ms-transition: all ease-out 0.2s 0.9s;
  398. transition: all ease-out 0.2s 0.9s;
  399. text-transform:uppercase;}
  400.  
  401. @font-face {font-family: "PF Tempesta Seven Condensed";
  402. src: url('http://static.tumblr.com/8yo5xxv/b5cm22t2y/pf_tempesta_seven_condensed.ttf'); format("truetype");}
  403.  
  404. #title {
  405. font-family: {font:title};
  406. color:{color:Title color};
  407. font-size:26px;
  408. padding:-20px;
  409. text-align:center;
  410. }
  411.  
  412.  
  413. #sidebar {
  414. font-family: silkscreen;
  415. text-transform: uppercase;
  416. font-size: 8px;
  417. width:220px;
  418. position:fixed;
  419. top:80px;
  420. text-align:center;
  421. background-color: {color:Content BG};
  422. padding: 0px 0px 0px 0px;
  423. left:325px;
  424. height:auto;
  425. box-shadow: 3px 3px 5px {color:box shadow};
  426. }
  427.  
  428. ::-moz-selection {
  429. color: {color:Title color};
  430. background: transparent;}
  431.  
  432. ::selection
  433. color: {color:Title color};
  434. background: transparent;}
  435.  
  436. #sidebarimg {
  437. background-image:url('{image:Sidebar Image}');
  438. background-repeat:no-repeat;
  439. width:200px;
  440. height:200px;
  441. margin-bottom:10px;
  442. opacity:1.0;
  443. overflow:auto;
  444. border:4px solid{color:Content Border};
  445. -moz-transition:All 1s ease;
  446. -o-transition:All 1s ease;
  447. -webkit-transition:All 1s ease;
  448. }
  449.  
  450. #sidebarimg:hover {
  451. background-image:url('{image:Sidebar Image Hover}');
  452. background-repeat:no-repeat;
  453. width:200px;
  454. height:200px;
  455. margin-bottom:10px;
  456. opacity:1.0;
  457. overflow:auto;
  458. border:4px solid {color:Content Border};
  459. -moz-transition:All 1s ease;
  460. -o-transition:All 1s ease;
  461. -webkit-transition:All 1s ease;
  462. }
  463.  
  464. #links {
  465. width:230px;
  466. border-bottom:20px solid {color:navigation links};
  467. padding:5px 0px 5px 0px;
  468. font-size:20px;
  469. margin-bottom:10px;
  470. }
  471.  
  472. #links a {
  473. display:inline-block;
  474. padding:5px 4px 5px 8px;
  475. color:{color:text};
  476. }
  477.  
  478. #links a:hover {
  479. color:{color:links};
  480. }
  481. }
  482.  
  483. @font-face {src: url('http://static.tumblr.com/b1gnlwd/ax3meqswr/pf_arma_five.ttf'); font-family: 'PF Arma Five';}
  484.  
  485. .menu {
  486. background-color:#ffffff;
  487. font-family:silkscreen;
  488. font-size:8px;
  489. text-transform:uppercase;
  490. color: #ffffff;
  491. text-align: center;
  492. -webkit-transition: all 0.4s ease-out;
  493. -moz-transition: all 0.4s ease-out;
  494. padding:2px 0px 2px 10px;
  495. opacity: 1;
  496. margin-bottom:4px;
  497. border-left:3px double {color:#ffffff};}
  498.  
  499. .menu:hover {
  500. border-left:12px double {color:Bold};
  501. }
  502.  
  503. .menu a {
  504. color: #262626;
  505. }
  506.  
  507. /*CREDIT*/
  508.  
  509. #cred {
  510. position:fixed;
  511. font-family:'Calibri';
  512. text-transform:uppercase;
  513. font-size:8px;
  514. right:9px;
  515. bottom:9px;
  516. padding:4px;
  517. letter-spacing:1px;
  518. background-color:{color:content bg};
  519. border:1px solid color: #ef95a5;
  520. }
  521.  
  522. {CustomCSS}
  523. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  524. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  525. <script>
  526.  
  527. (function($){
  528.  
  529. $(document).ready(function(){
  530.  
  531. $("a[title]").style_my_tooltips({
  532.  
  533. tip_follows_cursor:true,
  534.  
  535. tip_delay_time:50,
  536.  
  537. tip_fade_speed:600,
  538.  
  539. attribute:"title"
  540.  
  541. });
  542.  
  543. });
  544.  
  545. })(jQuery);
  546. </style>
  547.  
  548. <div id="sidebar">
  549. <div align="left">
  550. <br><div id="title">{Title}</div>
  551. </div>
  552. <div class="portrait"><img src="http://33.media.tumblr.com/avatar_78d6a32241af_96.png" style="float:center;margin:10px; border-radius:50%; box-shadow: 3px 3px #d4d4d4;" width="80px" height="80px"/><img src="http://i68.tinypic.com/etxzj9.png" style="float:center;margin:10px; border-radius:50%; box-shadow: 3px 3px #d4d4d4;" width="80px" height="80px"/></div><div style="padding:20px"><div style="text-align:justify; background-color:#c4d6e8; padding:20px; color:#fff; overflow:scroll; box-shadow: 3px 3px #d4d4d4; height:122px">{Description}</div><center></div><br>
  553. <div class=menu><a href="/">{text:link 1}</a></div>
  554. <div class=menu><a href="/">{text:link 2}</a></div>
  555. <div class=menu><a href="/">{text:link 3}</a></div>
  556. <div class=menu><a href="/">{text:link 4}</a></div><br>
  557. <p>
  558. <div class="imgbg"id="sidebarimg2"></div>
  559. </div>
  560. </div>
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567. <div id="entries">
  568. {block:Posts}
  569. <div id="post">
  570.  
  571. {block:Text}
  572. <h1>{block:Title}{Title}{/block:Title}</h1>
  573. {Body}{/block:Text}
  574.  
  575. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  576. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  577.  
  578. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  579. {/block:Caption}{/block:Photoset}
  580.  
  581. {block:Quote}<h1>"{Quote}"</h1>
  582. {block:Source}<div class="qsource"> —{Source}</div>
  583. {/block:Source}{/block:Quote}
  584.  
  585. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  586.  
  587. <!--CHAT POST-->
  588. {block:Chat}
  589. {block:Title}
  590. <h1>{Title}</h1>{/block:Title}<br>
  591. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  592. {Line}</li>{/block:Lines}</ul>
  593. {/block:Chat}
  594.  
  595. {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>
  596. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  597. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  598. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  599. {/block:Audio}<br>
  600.  
  601. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  602.  
  603. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  604.  
  605. <div id="info"><a href="{Permalink}" title="{TimeAgo}"><b>{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} {12HourWithZero}:{Minutes}{CapitalAmPm}</b></a>{/block:Date} —{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  606. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  607. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  608. with {NoteCountWithLabel}</a>{block:HasTags}<div id="tags">
  609. {block:Tags} <a href="/tagged/{Tag}">+ {Tag}</a>{/block:Tags}
  610. </div>{block:HasTags}
  611. </div>
  612. </div>
  613. {/block:Posts}
  614. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div></div>
  615. {/block:Posts}</div></div></div>
  616. <br><br><br><br>
  617. {/block:Posts}
  618. </div>
  619.  
  620. <div id="pagination">
  621. <center> <br>{block:Pagination}
  622. {block:PreviousPage}
  623. <br><br><a href="{PreviousPage}">←</a>
  624. {/block:PreviousPage}
  625. {block:JumpPagination length="7"}
  626. {block:CurrentPage}
  627. <span class="current_page">{PageNumber}</span>
  628. {/block:CurrentPage}
  629. {block:JumpPage}
  630. <a class="jump_page" href="{URL}">{PageNumber}</a>
  631. {/block:JumpPage}
  632. {/block:JumpPagination}
  633. {block:NextPage}
  634. <a href="{NextPage}">→</a>
  635. {/block:NextPage}
  636. </div>
  637. {/block:Pagination}</center>
  638. </div>
  639. </div>
  640.  
  641. <div id="cred">
  642. <a href="http://morrisonsrph.tumblr.com/">CREDIT</a>
  643. </div>
  644. </div>
  645.  
  646.  
  647.  
  648. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement