Advertisement
letsrp

Psychic City - Theme #12

Oct 15th, 2013
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. .---. .-''-.,---------. .-'''-..-------. .-------.
  5. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  6. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  7. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  8. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  9. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  10. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  11. | \ / (_I_) \ /| | \ // )
  12. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  13.  
  14.  
  15. this theme was made by letsrp @ tumblr.com
  16. - don't use as base to make your own themes
  17. - don't edit and redistribute it
  18. - keep credit
  19. - don't steal, please
  20. -->
  21.  
  22. <html>
  23. <head>
  24.  
  25. <script type="text/javascript">
  26.  
  27. /***********************************************
  28. * Pop-it menu- © Dynamic Drive (www.dynamicdrive.com)
  29. * This notice MUST stay intact for legal use
  30. * Visit http://www.dynamicdrive.com/ for full source code
  31. ***********************************************/
  32.  
  33. var defaultMenuWidth="135px" //set default menu width.
  34.  
  35. var linkset=new Array()
  36. //SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT
  37.  
  38. linkset[0]='<a href="{text:link1}">{text:link1 title}</a>'
  39. linkset[0]+='<a href="{text:link2}">{text:link2 title}</a>'
  40. linkset[0]+='<a href="{text:link3}">{text:link3 title}</a>'
  41. linkset[0]+='<a href="http://letsrp.tumblr.com/">theme</a>'
  42.  
  43. ////No need to edit beyond here
  44.  
  45. var ie5=document.all && !window.opera
  46. var ns6=document.getElementById
  47.  
  48. if (ie5||ns6)
  49. document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')
  50.  
  51. function iecompattest(){
  52. return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
  53. }
  54.  
  55. function showmenu(e, which, optWidth){
  56. if (!document.all&&!document.getElementById)
  57. return
  58. clearhidemenu()
  59. menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
  60. menuobj.innerHTML=which
  61. menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
  62. menuobj.contentwidth=menuobj.offsetWidth
  63. menuobj.contentheight=menuobj.offsetHeight
  64. eventX=ie5? event.clientX : e.clientX
  65. eventY=ie5? event.clientY : e.clientY
  66. //Find out how close the mouse is to the corner of the window
  67. var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
  68. var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
  69. //if the horizontal distance isn't enough to accomodate the width of the context menu
  70. if (rightedge<menuobj.contentwidth)
  71. //move the horizontal position of the menu to the left by it's width
  72. menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
  73. else
  74. //position the horizontal position of the menu where the mouse was clicked
  75. menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
  76. //same concept with the vertical position
  77. if (bottomedge<menuobj.contentheight)
  78. menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
  79. else
  80. menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
  81. menuobj.style.visibility="visible"
  82. return false
  83. }
  84.  
  85. function contains_ns6(a, b) {
  86. //Determines if 1 element in contained in another- by Brainjar.com
  87. while (b.parentNode)
  88. if ((b = b.parentNode) == a)
  89. return true;
  90. return false;
  91. }
  92.  
  93. function hidemenu(){
  94. if (window.menuobj)
  95. menuobj.style.visibility="hidden"
  96. }
  97.  
  98. function dynamichide(e){
  99. if (ie5&&!menuobj.contains(e.toElement))
  100. hidemenu()
  101. else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
  102. hidemenu()
  103. }
  104.  
  105. function delayhidemenu(){
  106. delayhide=setTimeout("hidemenu()",500)
  107. }
  108.  
  109. function clearhidemenu(){
  110. if (window.delayhide)
  111. clearTimeout(delayhide)
  112. }
  113.  
  114. if (ie5||ns6)
  115. document.onclick=hidemenu
  116. </script>
  117.  
  118.  
  119. <title>{Title}</title>
  120. <link rel="shortcut icon" href="{Favicon}" />
  121. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  122. <meta name="description" content="{MetaDescription}" />
  123.  
  124. <!-- DEFAULT VARIABLES -->
  125. <meta name="color:background" content="#ffffff" />
  126. <meta name="color:text" content="#494949" />
  127. <meta name="color:link" content="#1d1d1d" />
  128. <meta name="color:hover" content="#037fa1" />
  129. <meta name="color:cont" content="#f0eeee" />
  130. <meta name="color:post" content="#dfdfdf" />
  131. <meta name="color:accent" content="#037fa1" />
  132. <meta name="color:bold" content="#302f30" />
  133.  
  134. <meta name="image:header" content="http://static.tumblr.com/46bdaec2f941144df00ff98cfc6a6d5e/yy7o4zk/A3jmuotgt/tumblr_static_h.jpg"/>
  135. <meta name="image:side" content="http://static.tumblr.com/18615239426008d22b81aca477ad6e62/yy7o4zk/0mlmuouos/tumblr_static_tumblr_mnf3blpzr21rflte8o4_250.gif"/>
  136. <meta name="image:background" content="http://static.tumblr.com/505512430941e2ce01404e76282df3e4/yy7o4zk/t50muou38/tumblr_static_6.png"/>
  137.  
  138. <meta name="text:link1" content="/" />
  139. <meta name="text:link1 title" content="refresh" />
  140. <meta name="text:link2" content="/ask" />
  141. <meta name="text:link2 title" content="message" />
  142. <meta name="text:link3" content="/n" />
  143. <meta name="text:link3 title" content="around" />
  144.  
  145. <meta name="if:show tags" content="0"/>
  146. <meta name="if:tiny cursor" content="1"/>
  147.  
  148. <style type="text/css">
  149.  
  150.  
  151. /* ------------ BODY & LINKS -------------- */
  152.  
  153. body{
  154. background-color:{color:background};
  155. background-image: url('{image:Background}');
  156. background-attachment:fixed;
  157. color:{color:text};
  158. font-family:georgia;
  159. font-size:10px;
  160. line-height:11px;
  161. text-align:justify;
  162. }
  163.  
  164. a:link, a:active, a:visited{
  165. color: {color:link};
  166. text-decoration:none;
  167.  
  168. }
  169.  
  170. a:hover{
  171. color:{color:hover};
  172. }
  173.  
  174. {block:iftinycursor}
  175. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  176.  
  177. ::-webkit-scrollbar-thumb:vertical {
  178. background-color:{color:accent};
  179. height:50px;
  180. border:5px solid {color:background};
  181. }
  182.  
  183. ::-webkit-scrollbar-button:vertical {
  184. height:8px;
  185. display: block;
  186. background-color:{color:accent};
  187. }
  188.  
  189. ::-webkit-scrollbar {
  190. height:0px;
  191. width:12px;
  192. background-color:{color:background};
  193. }
  194.  
  195. b, strong {
  196. color: {color:bold};
  197. }
  198.  
  199. /* ------------ SIDE & DESC -------------- */
  200.  
  201. #header{
  202. width:800px;
  203. height:300px;
  204. position:absolute;
  205. }
  206.  
  207. #s{
  208. width:230px;
  209. height:auto;
  210. padding:5px;
  211. margin-top:308px;
  212. position:absolute;
  213. }
  214.  
  215. .desc{
  216. width:231px;
  217. height:auto;
  218. background-color:{color:post};
  219. padding:7px;
  220. margin-top:2px;
  221. font-family:georgia;
  222. font-size:10px;
  223. }
  224.  
  225. .desc:first-letter{
  226. width: 17px;
  227. height: 17px;
  228. padding: 4px;
  229. margin-right: 5px;
  230. border: 3px double {color:bold};
  231. float: left;
  232. color: {color:bold};
  233. font-size: 23px;
  234. line-height: 19px;
  235. text-transform: uppercase;
  236. text-align:center;
  237. font-family:bebas neue;
  238. }
  239.  
  240. #simg img {
  241. width:245px;
  242. height:245px;
  243. }
  244.  
  245. /* ------------ POSTS -------------- */
  246.  
  247. #bac{
  248. width: 800px;
  249. margin-left:235px;
  250. padding:30px;
  251. position:absolute;
  252. margin-top:20px;
  253. background-color:{color:cont};
  254. border:5px solid {color:accent};
  255. }
  256.  
  257. #post{
  258. padding:10px;
  259. float:left;
  260. margin-top:308px;
  261. width: 523px;
  262. margin-left:257px;
  263. }
  264.  
  265. .post{
  266. padding:15px;
  267. float:left;
  268. width: 500px;
  269. margin:4px;
  270. background-color:{color:post};
  271. }
  272.  
  273. /* ------------ TITLES -------------- */
  274.  
  275. #tit{
  276. font-size: 18px;
  277. color:{color:text};
  278. text-align: left;
  279. letter-spacing:1px;
  280. line-height:16px;
  281. font-family:bebas neue;
  282. padding:3px;
  283. border-right:10px solid {color:accent};
  284. }
  285.  
  286. #quo{
  287. font-size:14px;
  288. color:{color:text};
  289. text-align:center;
  290. padding:3px;
  291. line-height:13px;
  292. }
  293.  
  294. #source{
  295. margin-top:3px;
  296. text-align:right;
  297. margin-bottom:5px;
  298. font-size:9px;
  299. }
  300.  
  301. /* ------------ QUESTIONS -------------- */
  302.  
  303. #q{
  304. color:{color:text};
  305. }
  306.  
  307. #asker{
  308. height:16px;
  309. padding-left:5px;
  310. font-size: 14px;
  311. color:{color:text};
  312. width:400px;
  313. font-family:bebas neue;
  314. letter-spacing:1px;
  315. line-height:20px;
  316. margin-left:30px;
  317. border-bottom:1px dashed {color:accent};
  318. }
  319.  
  320. .questions{
  321. color:{color:text};
  322. line-height:11px;
  323. text-transform: lowercase;
  324. width:397px;
  325. margin-left:30px;
  326. padding-top:2px;
  327. }
  328.  
  329. .answer{
  330. color:{color:text};
  331. margin-top:12px;
  332. }
  333.  
  334. /* ------------ NAVI -------------- */
  335.  
  336. #popitmenu{
  337. position: absolute;
  338. background-color: {color:post};
  339. font: normal 22px bebas neue;
  340. z-index: 100;
  341. text-align:center;
  342. border-top:3px solid {color:accent};
  343. }
  344.  
  345. #popitmenu a{
  346. text-decoration: none;
  347. color: {color:link};
  348. display: block;
  349. text-transform:lowercase;
  350. padding-top:5px;
  351. line-height: 15px;
  352. }
  353.  
  354. #popitmenu a:hover{
  355. background-color: {color:cont};
  356. color:{color:hover};
  357. }
  358.  
  359. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  360.  
  361. /* ------------ PERMA & TAGS -------------- */
  362.  
  363. #info{
  364. display:block;
  365. color:{color:text};
  366. padding:1px;
  367. height:16px;
  368. line-height:17px;
  369. margin-top:15px;
  370. font-size:8px;
  371. border-top:1px solid {color:accent};
  372. text-transform:uppercase;
  373. text-align:left;
  374. font-family:calibri;
  375. }
  376.  
  377.  
  378. #info a{
  379. color:{color:link};
  380. }
  381.  
  382. #info a:hover{
  383. color:{color:hover};
  384. }
  385.  
  386. #tags{
  387. margin-right:7px;
  388. text-align:left;
  389. text-transform:lowercase;
  390. font-size:9px;
  391. font-family:calibri;
  392. font-style:italic;
  393. margin-top:-5px;
  394. outline: none;
  395. }
  396.  
  397. /* ------------ BLOCKQUOTE & P -------------- */
  398.  
  399. blockquote{
  400. padding-left:3px;
  401. padding-right:5px;
  402. margin-left:10px;
  403. margin-right:10px;
  404. margin-top:4px;
  405. margin-bottom:4px;
  406. border-left:2px solid {color:text};
  407. }
  408.  
  409. p{
  410. margin-top:4px;
  411. margin-bottom:4px;}
  412.  
  413. pre{
  414. color:{color:text};
  415. font-size:12px;
  416. padding:10px;
  417. background-color:{color:background};
  418. }
  419.  
  420. /* ------------ AUDIO -------------- */
  421.  
  422. .audio{
  423. opacity: 1.0;
  424. position:relative;
  425. overflow:hidden;
  426. min-height:130px;
  427. font-size: 10px;
  428. font-family:{font:body};}
  429.  
  430. .player{
  431. position:absolute;
  432. z-index:3;
  433. background:#000000;
  434. margin-top:45px;
  435. margin-left:73px;
  436. opacity:0.75;
  437. filter:alpha(opacity=75);
  438. border:0px #000000 solid;
  439. border-radius: 100px;}
  440.  
  441. .audioplayer{
  442. border: 0px solid {color:perma};
  443. width:363px;
  444. height:15px;
  445. overflow:hidden;
  446. padding:5px;
  447. padding-bottom:13px;
  448. margin-right:5px;
  449. margin-top: 5px;}
  450.  
  451. .audioinfo{
  452. margin-top: 15px;
  453. margin-left:120px;
  454. line-height:10px;
  455. font-family: {font:body};
  456. font-size:10px!important;
  457. font-style: normal;}
  458.  
  459. .audiocaption{
  460. margin-left:20px;}
  461.  
  462. .audiocaption img{
  463. max-width:330px!important;}
  464.  
  465. .audiocaption blockquote img{
  466. max-width:320px!important;}
  467.  
  468. .audiocaption blockquote blockquote img{
  469. max-width:310px!important;}
  470.  
  471. /* ------------ CHAT -------------- */
  472.  
  473. .user_1 .label {color:{color:text}; font-weight:bold;}
  474. .user_2 .label {color:{color: text}; font-weight:bold;}
  475. .user_3 .label {color:{color:text}; font-weight:bold;}
  476. .user_4 .label {color:{color:text}; font-weight:bold;}
  477. .user_5 .label {color:{color: text}; font-weight:bold;}
  478. .user_6 .label {color:{color:text}; font-weight:bold;}
  479. .user_7 .label {color:{color:text}; font-weight:bold;}
  480. .user_8 .label {color:{color: text}; font-weight:bold;}
  481. .user_9 .label {color:{color:text}; font-weight:bold;}
  482. .user_10 .label {color:{color:text}; font-weight:bold;}
  483.  
  484. .ul.chat {}
  485. .chat ol {}
  486. .chat li {
  487. list-style:none;
  488. margin-left:-30px;
  489. padding:-5px;
  490. margin-bottom:3px;
  491. }
  492.  
  493. /* ------------ NOTES -------------- */
  494.  
  495. .notes{
  496. margin-left:-15px;
  497. margin-top:30px;
  498. width: 500px;
  499. font-size:10px;
  500. }
  501.  
  502. .notes a:hover{
  503. color:{color:link};
  504. }
  505.  
  506. ol.notes{
  507. list-style-type:none;
  508. }
  509.  
  510. ol.notes li.note{
  511. padding-bottom:2px;
  512. margin-bottom:5px;
  513. }
  514.  
  515. ol.notes li.note img.avatar{
  516. vertical-align:-6px;
  517. }
  518.  
  519. ol.notes li.note img{
  520. padding:2px;
  521. }
  522.  
  523. ol.notes li.note blockquote{
  524. padding-left:5px;
  525. margin-left:30px;
  526. }
  527.  
  528. /* ------------ PAG -------------- */
  529.  
  530. .paginacaoab {
  531. padding: 6px;
  532. position:fixed;
  533. bottom: 6px;
  534. left: 20px;
  535. width: auto;
  536. float: right;
  537. text-decoration: none;
  538. }
  539.  
  540. .paginacaoab a{
  541. font-size: 60px;
  542. font-family: arial;
  543. border-radius: 5px;
  544. padding: 6px;
  545. text-decoration: none;
  546. }
  547.  
  548. .paginacaoab2 {
  549. padding: 6px;
  550. position:fixed;
  551. bottom: 6px;
  552. right: 20px;
  553. width: auto;
  554. float: right;
  555. text-decoration: none;
  556. }
  557.  
  558. .paginacaoab2 a{
  559. font-size: 60px;
  560. font-family:arial;
  561. border-radius: 5px;
  562. padding: 6px;
  563. text-decoration: none;
  564. }
  565.  
  566. </style>
  567. </head>
  568. <body>
  569.  
  570. {block:Pagination}
  571. <div class="paginacaoab">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div></div>{/block:Pagination}
  572. {block:Pagination}
  573. <div class="paginacaoab2">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div>{/block:Pagination}
  574.  
  575. <div id="bac">
  576. <div id="header">
  577. <a href="/" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"><img src="{image:header}"></a></div>
  578. <div id="s">
  579. <div id="simg"><img src="{image:side}">
  580. <div class="desc">{Description}
  581. </div></div></div>
  582.  
  583. <div id="post">
  584. {block:Posts}
  585. <div class="post">
  586.  
  587. {block:Title}<div id="tit">{Title}</div>{/block:Title}
  588. {block:Text}{Body}{/block:Text}
  589.  
  590. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">
  591. <br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  592.  
  593. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  594.  
  595. {block:Quote}<div id="quo">"{Quote}"</div>
  596. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  597.  
  598. {block:Link}<div id="tit"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  599. {/block:Link}
  600.  
  601. {block:Chat}{block:Title}<div id="tit">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul><br>{/block:Chat}
  602.  
  603. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  604. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  605. </div><br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  606.  
  607. {block:Video}{Video-500}}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  608.  
  609. {block:Answer}<div id="q"><img src="{AskerPortraitURL-30}" style="-moz-border-radius: 5px;margin-left:430px;border:1px solid {color:accent};position:absolute;"/><div id="asker"> asked by {Asker}</div><div class="questions">{Question}</div><div class="answer">{Answer}</div></div>{/block:answer}
  610.  
  611. {block:Date}
  612. <div id="info">
  613. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}{block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} and <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  614. {block:NoteCount} and {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  615.  
  616. {block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}✘<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  617.  
  618. </div>
  619. </div>
  620. </div>
  621. </body>
  622. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement