Advertisement
Guest User

gemuhime/nanami theme

a guest
Aug 27th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.54 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 32 by Hollywhood
  9. please don't remove the credit
  10. thank yo
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:border" content="#F2F2F2"/>
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:sidebartitle" content="">
  23. <meta name="text:homelink title" content="">
  24.  
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 url" content="/">
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip {
  38. padding: 3px;
  39. display: none;
  40. text-align: center;
  41. position: absolute;
  42. font-style:normal;
  43. margin-top:3px;
  44. margin-left:15px;
  45. font-size:8px;
  46. line-height:9px;
  47. font-family:arial;
  48. z-index: 1000;
  49. background-color:#888;
  50. border: 3px solid #fff;
  51. color: #fff;
  52. text-transform:uppercase;
  53. letter-spacing: 1px;
  54. }
  55. </style>
  56.  
  57.  
  58. <!----------------------------------------
  59. Update Tab #1 (HTML) by Incedo
  60. http://incedothemes.tumblr.com
  61. Please do not remove the credit.
  62. Instructions @ http://incedothenes.tumblr.com/tab
  63. Updated 9/21/13
  64. ------------------------------------------>
  65.  
  66. <div id="updatetab">
  67.  
  68. <div id="tabtitle">
  69. <!---this is where you put title of your updates tab--->
  70. game updates ►
  71. </div>
  72.  
  73. <div id="dropdown">
  74. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  75. <p>written by <i>lina</i></p>
  76. <p>read ALL the rules please!</p>
  77. <p>semi-active ; selective & private</p>
  78. <p>drafts: x</p>
  79. <p>msgs: x</p>
  80. <p>last online: online !</p>
  81. <p>players online: <script language="JavaScript">
  82. var ref = (''+document.referrer+'');
  83. var w_h = window.screen.width + " x " + window.screen.height;
  84. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4816936&e1=player online&e2=players online&r=' + ref + '&wh=' + w_h + '"><\/script>');
  85. </script></p>
  86. <p>♫: <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k001.kiwi6.com/hotlink/h4ilqqmvfc/Hello-How_are_you_-_8_Bit.mp3&t0=ハロ/ハワユ&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></p>
  87. </div>
  88.  
  89. </div>
  90.  
  91. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  92.  
  93. <script language=JavaScript>
  94. <!--
  95.  
  96. //Disable right mouse click Script
  97. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  98. //For full source code, visit http://www.dynamicdrive.com
  99.  
  100. var message="if you're trying to access a new link, hold control and click on the link! other than that, please don't take any of my hardwork! thank you and enjoy your day xoxo !!";
  101.  
  102. ///////////////////////////////////
  103. function clickIE4(){
  104. if (event.button==2){
  105. alert(message);
  106. return false;
  107. }
  108. }
  109.  
  110. function clickNS4(e){
  111. if (document.layers||document.getElementById&&!document.all){
  112. if (e.which==2||e.which==3){
  113. alert(message);
  114. return false;
  115. }
  116. }
  117. }
  118.  
  119. if (document.layers){
  120. document.captureEvents(Event.MOUSEDOWN);
  121. document.onmousedown=clickNS4;
  122. }
  123. else if (document.all&&!document.getElementById){
  124. document.onmousedown=clickIE4;
  125. }
  126.  
  127. document.oncontextmenu=new Function("alert(message);return false")
  128.  
  129. // -->
  130. </script>
  131.  
  132. <style type="text/css">
  133.  
  134. /*----------------------------------------
  135. Update Tab #1 (CSS Left) by Incedo
  136. http://incedothemes.tumblr.com
  137. Please do not remove the credit.
  138. Instructions @ http://incedothenes.tumblr.com/tab
  139. Updated 8/7/14
  140. ------------------------------------------*/
  141.  
  142. #updatetab {
  143. font-family: arial; /*this is the font*/
  144. color: #000;} /*this is the font color*/
  145. #tabtitle, #dropdown, #dropdown p {
  146. background-color:#fceceb; /*this is the background color*/
  147. border-color: #ff9999;} /*this is the border color*/
  148.  
  149. #updatetab {
  150. width:100px;
  151. position:fixed;
  152. top:14px;
  153. left:14px;}
  154.  
  155. #tabtitle {
  156. text-align:center;
  157. padding:1px 3px;
  158. letter-spacing:2px;
  159. font-size:9px;
  160. text-transform:lowercase;
  161. border-width:1px;
  162. border-style:solid;
  163. border-radius: 2px;
  164. -moz-border-radius: 2px;
  165. -webkit-border-radius: 2px;}
  166.  
  167. #dropdown {
  168. border-style:solid;
  169. border-width:0px 1px 1px 1px;
  170. padding:2px 5px 0px 5px;
  171. border-bottom-right-radius: 2px;
  172. -moz-border-bottom-right-radius: 2px;
  173. -webkit-border-bottom-right-radius: 2px;
  174. border-bottom-left-radius: 2px;
  175. -moz-border-bottom-left-radius: 2px;
  176. -webkit-border-bottom-left-radius: 2px;
  177. opacity:0;
  178. -webkit-transition: all 0.5s ease-in-out;
  179. -moz-transition: all 0.5s ease-in-out;
  180. -o-transition: all 0.5s ease-in-out;
  181. -ms-transition: all 0.5s ease-in-out;
  182. transition: all 0.5s ease-in-out;}
  183.  
  184. #updatetab:hover #dropdown {
  185. opacity:1;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;
  189. -ms-transition: all 0.5s ease-in-out;
  190. transition: all 0.5s ease-in-out;}
  191.  
  192. #dropdown p {
  193. padding-top:3px;
  194. padding-bottom:3px;
  195. border-width:0px 0px 1px 0px;
  196. border-style:solid;
  197. font-size:10px;}
  198.  
  199. #dropdown p:last-of-type {
  200. border-bottom:0px solid transparent;}
  201.  
  202. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  203. margin: 0px 0px 0px 0px;}
  204.  
  205. #c {
  206. position:fixed;
  207. bottom:4px;
  208. right:4px;
  209. font-size:13px;
  210. font-family:helvetica;}
  211.  
  212. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  213.  
  214.  
  215. ::-webkit-scrollbar-thumb{
  216. background-color: #333;
  217. border: 2px solid {color:background};
  218. height:auto;
  219. }
  220.  
  221. ::-webkit-scrollbar {
  222. height:auto;
  223. width:9px;
  224. background-color: #333;
  225. border: 4px solid {color:background};
  226. }
  227.  
  228.  
  229. iframe#tumblr_controls {
  230. white-space:nowrap;
  231. -webkit-filter: invert(100%);
  232. -moz-filter: invert(100%);
  233. -o-filter: invert(100%);
  234. -ms-filter: invert(100%);
  235. filter: invert(100%);
  236. opacity:.2;transition: .8s ease-in-out;
  237. -webkit-transition: .8s ease-in-out;
  238. -moz-transition: .8s ease-in-out;
  239. -o-transition: .8s ease-in-out;
  240. }
  241.  
  242. h1 {
  243. font-weight:normal;
  244. font-size:13px;
  245. text-align:center;
  246. font-style:normal;
  247. line-height:100%;
  248. letter-spacing:1px;
  249. text-transform:normal;
  250. color:{color:text};
  251. }
  252.  
  253. h2 {
  254. font-size:10px;
  255. text-align:center;
  256. line-height:100%;
  257. letter-spacing:-0.5px;
  258. color:{color:text};
  259. font-weight:bold;
  260. text-transform:uppercase;
  261. padding:5px;
  262. padding-bottom:2px;
  263. }
  264.  
  265. sub,small,sup {
  266. color: {color:Text};
  267. font-family:times;
  268. font-size:10px;
  269. }
  270.  
  271. big {
  272. color: #ccc;
  273. font-family:times;
  274. font-size:13px;
  275. }
  276.  
  277.  
  278. blockquote {
  279. border-left:2px solid
  280. color: #ccc;
  281. padding-left:5px;
  282. margin:5px;
  283. }
  284.  
  285.  
  286. body {
  287. background:{color:background};
  288. background-image:url('http://i.imgur.com/GdtVGes.jpg');
  289. background-position:bottom left;
  290. background-repeat: no-repeat;
  291. background-attachment:fixed;
  292. margin:0px;
  293. color:{color:text};
  294. font-family:arial;
  295. font-size:10px;
  296. line-height:120%;
  297. }
  298.  
  299. b,bold,strong {
  300. font-family:arial;
  301. font-size:12px;
  302. }
  303.  
  304. i,italics {
  305. font-family:arial;
  306. color:#ff9999;
  307. }
  308.  
  309. big {
  310. font-family:arial;
  311. font-size:12px;
  312. color:#ff9999;
  313. }
  314.  
  315. small{
  316. font-family:arial;
  317. font-size:10px;
  318. color:{color:text};
  319. }
  320.  
  321.  
  322. a {
  323. text-decoration:none;
  324. outline:none;
  325. -moz-outline-style:none;
  326. color:{color:link};
  327. -moz-transition-duration:0.5s;
  328. -webkit-transition-duration:0.5s;
  329. -o-transition-duration:0.5s;
  330. }
  331.  
  332. a:hover {
  333. text-decoration:none;
  334. outline:none;
  335. -moz-outline-style:none;
  336. color:{color:link hover};
  337. }
  338.  
  339. img {
  340. border:none;
  341. }
  342.  
  343. blockquote {
  344. padding-left:5px;
  345. border-left:1px dashed;
  346. }
  347.  
  348. blockquote blockquote {
  349. padding-left:5px;
  350. border-left:1px dashed;
  351. }
  352.  
  353. #post {
  354. width:464px;
  355. padding-bottom:30px;
  356. margin-top:20px;
  357. }
  358.  
  359.  
  360. #entries {
  361. padding:10px;
  362. left:410px;
  363. top:50px;
  364. position:fixed;
  365. background-color:transparent;
  366. width:450px;
  367. height:150px;
  368. top:302px;
  369. padding: 20px;
  370. overflow-x:scroll;
  371. scroll:left;
  372. overflow-x:hidden;
  373. border: 2px dashed;
  374. border-color:#ff9999;
  375.  
  376. }
  377.  
  378.  
  379.  
  380. #sidebar {
  381. color:{color:text};
  382. position:fixed;
  383. width:91px;
  384. height:100%;
  385. margin-top:-80px;
  386. margin-left:320px;
  387. text-align:left;
  388. padding-right:120px;
  389. }
  390.  
  391. #sidebar img {
  392. position:fixed;
  393. width:60px;
  394. margin-top:220px;
  395. margin-bottom:5px;
  396.  
  397. }
  398.  
  399. #links {
  400. position:fixed;
  401. font-family:times;
  402. width:120px;
  403. margin-top:280px;
  404. margin-left:600px;
  405. font-size:59px;
  406. text-transform:lowercase;
  407. text-align:left;
  408. line-height:170%;
  409. }
  410.  
  411. #links a{
  412. line-height:170%;
  413. padding:1px;
  414. text-shadow:2px 2px 0px #d9d9d9;
  415. margin-top:1px;
  416. margin-left:2px;
  417. letter-spacing:1px;
  418. color:#333;
  419. -moz-transition-duration:.7s;
  420. -webkit-transition-duration:.7s;
  421. -o-transition-duration:.7s;
  422. }
  423.  
  424. #links a:hover {
  425. color: #fff;
  426. -moz-transition-duration:.4s;
  427. -webkit-transition-duration:.4s;
  428. -o-transition-duration:.4s;
  429.  
  430. }
  431.  
  432. #description {
  433. width:100px;
  434. font-family:times;
  435. margin-bottom:0px;
  436. margin-top:240px;
  437. margin-left:69px;
  438. text-align:justify;
  439. font-size:10px;
  440. color: #000;
  441. letter-spacing:1px;
  442. line-height:115%;
  443. }
  444.  
  445. #description a {
  446. color:#ff9999;
  447. }
  448.  
  449. #description a:hover {
  450. color:#000;
  451. }
  452.  
  453. .sidebartitle {
  454. width:100px;
  455. text-align:center;
  456. position:fixed;
  457. font-style:italic;
  458. font-family:French Script MT;
  459. line-height:120%;
  460. margin-left:69px;
  461. font-size:20px;
  462. margin-top:217px;
  463. color:#999;
  464. }
  465.  
  466. #pagination {
  467. font-size:8px;
  468. text-transform:uppercase;
  469. margin-top:-10px;
  470. margin-left:60px;
  471. letter-spacing:3px;
  472. font-style:italic;
  473. text-align:center;
  474. }
  475.  
  476. #pagination a {
  477. color:{color:link};
  478. }
  479.  
  480. #info {
  481. font-family:arial;
  482. width:391px;
  483. margin-top:3px;
  484. padding:5px;
  485. font-size:7px;
  486. color:#ff9999;
  487. text-transform:uppercase;
  488. font-style:normal;
  489. text-align:left;
  490. background-color:transparent;
  491. -moz-transition-duration:0.5s;
  492. -webkit-transition-duration:0.5s;
  493. -o-transition-duration:0.5s;
  494. }
  495.  
  496. #info a {
  497. color:#ff9999;
  498. text-align:left;
  499. font-style:normal;
  500. }
  501.  
  502. #info a:hover {
  503. color:{color:link hover};
  504. }
  505.  
  506. .tags {
  507. font-family:arial;
  508. font-style:normal;
  509. width:391px;
  510. text-transform:normal;
  511. font-style:italic;
  512. color:#ff9999;
  513. line-height:120%;
  514. font-size:8px;
  515. opacity:0;
  516. text-align:center;
  517. padding-top:3px;
  518. -moz-transition-duration:.5s;
  519. -webkit-transition-duration:.5s;
  520. -o-transition-duration:.5s;
  521. }
  522.  
  523. .tags a:hover {
  524. color:{color:link hover};
  525. }
  526.  
  527. #post:hover .tags {
  528. opacity:1;
  529. -moz-transition-duration:.5s;
  530. -webkit-transition-duration:.5s;
  531. -o-transition-duration:.5s;
  532.  
  533. }
  534.  
  535. .audio{
  536. background-color:#e5e5e5;
  537. height:65px;
  538. overflow:hidden;
  539. }
  540.  
  541. #ask {
  542. float:left;
  543. margin-left:10px;}
  544.  
  545.  
  546. #credit {
  547. font-size:9px;
  548. font-family:cambria;
  549. font-style:italic;
  550. letter-spacing:1px;
  551. -moz-transition-duration:0.5s;
  552. -webkit-transition-duration:0.5s;
  553. -o-transition-duration:0.5s;
  554. }
  555.  
  556. #credit a {
  557. background-color:#fff;
  558. padding:5px;
  559. border:1px solid #e9e9e9;
  560. position:fixed;
  561. right:15px;
  562. bottom:10px
  563. }
  564.  
  565. #credit a:hover {
  566. color:#fff;
  567. background-color:#191919;
  568. }
  569.  
  570.  
  571. {CustomCSS}</style></head><body>
  572.  
  573. <div id="sidebar">
  574.  
  575. <div id="sidebarimage">
  576. <a href="/"><img src="{image:sidebar}"> </a></div>
  577.  
  578. <div class="sidebartitle"><a title="{text:homelink title}" href="/">{text:sidebartitle}</a></div>
  579.  
  580. <div id="links">
  581. <a href="{text:link2 url}" title="{text:link2}">❀</a>
  582. <a href="{text:link3 url}" title="{text:link3}">❀</a>
  583. <a href="{text:link4 url}" title="{text:link4}">❀</a>
  584. <a href="{text:link5 url}" title="{text:link5}">❀</a>
  585.  
  586. </div>
  587.  
  588. <div id="description">
  589. {Description}
  590. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  591. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div></div>
  592.  
  593. <div id="entries">{block:Posts}<div id="post">
  594.  
  595. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  596.  
  597. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  598.  
  599. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  600.  
  601. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  602.  
  603. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  604.  
  605. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  606.  
  607. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  608. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  609.  
  610. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  611.  
  612. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  613.  
  614. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#ff9999;padding:3px;color:#000;font-style:italic;">{TimeAgo}</a> {block:NoteCount} with <font color=#ff9999><big>❤</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  615. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  616. {block:HasTags}
  617. <div class="tags">
  618. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  619. {/block:HasTags}
  620. <div class="postnote">
  621. {block:PostNotes}{PostNotes}{/block:PostNotes}
  622. </div>
  623. </div>
  624. {/block:Posts}
  625.  
  626. </div>
  627. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  628.  
  629. </body>
  630.  
  631. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement