Advertisement
GoddessOfConquest

takeda.

Jul 5th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>SHIRAI RYU.</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 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  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:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22. <meta name="image:background" content="">
  23.  
  24. <meta name="text:link 1" content="Link 1"/>
  25. <meta name="text:link 1 url" content="/"/>
  26. <meta name="text:link 2" content="Link 2"/>
  27. <meta name="text:link 2 url" content="/"/>
  28. <meta name="text:link 3" content="Link 3"/>
  29. <meta name="text:link 3 url" content="/"/>
  30. <meta name="text:link 4" content="Link 4"/>
  31. <meta name="text:link 4 url" content="/"/>
  32. <meta name="text:link 5" content="Link 5"/>
  33. <meta name="text:link 5 url" content="/"/>
  34.  
  35. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  36.  
  37. <style>
  38. div#qTip {
  39. padding: 3px;
  40. display: none;
  41. text-align: center;
  42. position: absolute;
  43. font-size:7px;
  44. margin-left:10px;
  45. margin-top:-2px;
  46. line-height:9px;
  47. font-family:arial;
  48. z-index: 1000;
  49. border: 1px solid #cacaca;
  50. background-color:#fff;
  51. color: #9b9b9b;
  52. text-transform:uppercase;
  53. letter-spacing: 2px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar-thumb{
  60. background-color: {color:scrollbar};
  61. border: 0px solid #000;
  62. height:auto;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:auto;
  67. width:11px;
  68. background-color: {color:scrollbar};
  69. border:5px solid {color:background};
  70. }
  71.  
  72.  
  73. iframe#tumblr_controls {
  74. white-space:nowrap;
  75. -webkit-filter: invert(100%);
  76. -moz-filter: invert(100%);
  77. -o-filter: invert(100%);
  78. -ms-filter: invert(100%);
  79. filter: invert(100%);
  80. opacity:.2;transition: .8s ease-in-out;
  81. -webkit-transition: .8s ease-in-out;
  82. -moz-transition: .8s ease-in-out;
  83. -o-transition: .8s ease-in-out;
  84. }
  85.  
  86. h1 {
  87. font-weight:normal;
  88. font-size:13px;
  89. text-align:center;
  90. font-style:normal;
  91. line-height:100%;
  92. letter-spacing:1px;
  93. text-transform:normal;
  94. color:{color:text};
  95. }
  96.  
  97. h2 {
  98. font-size:10px;
  99. text-align:center;
  100. line-height:100%;
  101. letter-spacing:-0.5px;
  102. color:{color:text};
  103. font-weight:bold;
  104. text-transform:uppercase;
  105. padding:5px;
  106. padding-bottom:2px;
  107. }
  108.  
  109.  
  110. blockquote {
  111. border-left:2px solid {color:text};
  112. padding-left:5px;
  113. margin:5px;
  114. }
  115.  
  116.  
  117. body {
  118. background:{color:background};
  119. margin:0px;
  120. color:{color:text};
  121. font-family:trebuchet ms;
  122. font-size:10px;
  123. line-height:100%;
  124. background-attachment:fixed;
  125. background-image: url('{image:Background}');
  126. background-repeat:no-repeat;
  127. }
  128.  
  129. a {
  130. text-decoration:none;
  131. outline:none;
  132. -moz-outline-style:none;
  133. color:{color:link};
  134. -moz-transition-duration:0.5s;
  135. -webkit-transition-duration:0.5s;
  136. -o-transition-duration:0.5s;
  137. }
  138.  
  139. a:hover {
  140. text-decoration:none;
  141. outline:none;
  142. -moz-outline-style:none;
  143. color:{color:link hover};
  144. }
  145.  
  146. img {
  147. border:none;
  148. }
  149.  
  150. blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. blockquote blockquote {
  156. padding-left:5px;
  157. border-left:2px solid;
  158. }
  159.  
  160. #post {
  161. width:500px;
  162. padding-bottom:30px;
  163. margin-top:30px;
  164. }
  165.  
  166. #entries {
  167. padding:10px;
  168. width:500px;
  169. margin-left:440px;
  170. margin-top:315px;
  171. margin-bottom:40px;
  172. position:fixed;
  173.  
  174. overflow:scroll;
  175.  
  176. overflow-x:hidden;
  177.  
  178. height:50%;
  179.  
  180. border:1px solid #dba046;
  181.  
  182. background-color: #040303;
  183. }
  184.  
  185.  
  186. #sidebar {
  187. color:{color:text};
  188. position:fixed;
  189. width:100px;
  190. height:auto;
  191. margin-top:39px;
  192. margin-left:250px;
  193. text-align:left;
  194. }
  195.  
  196. #sidebarimage img {
  197. width:200px;
  198. margin-top:-10px;
  199. margin-bottom:0px;
  200. margin-left:-9px;
  201. }
  202.  
  203. #links {
  204. position:absolute;
  205. position:fixed;
  206. font-family:century gothic;
  207. width:220px;
  208. margin-top:35px;
  209. margin-left:500px;
  210. font-size:27px;
  211. text-transform:uppercase;
  212. text-align:center;
  213. line-height:280%;
  214. }
  215.  
  216. #links a{
  217. line-height:280%;
  218. border-bottom:0px solid #fff;
  219. margin-top:4px;
  220. margin-left:13px;
  221. color:#dba046;
  222. text-decoration:none;
  223. -moz-transition-duration:.2s;
  224. -webkit-transition-duration:.2s;
  225. -o-transition-duration:.2s;
  226. }
  227.  
  228. #links a:hover {
  229. color: {color:link hover};
  230. width:60px;
  231. -moz-transition-duration:0.2s;
  232. -webkit-transition-duration:0.2s;
  233. -o-transition-duration:0.2s;
  234. }
  235.  
  236. #description {
  237. position:fixed;
  238. width:200px;
  239. font-family:trebuchet ms;
  240. margin-top:55px;
  241. margin-left:-9px;
  242. text-align:justify;
  243. font-size:9px;
  244. color: {color:text};
  245. letter-spacing:0px;
  246. line-height:130%;
  247. -moz-transition-duration:1s;
  248. -webkit-transition-duration:1s;
  249. -o-transition-duration:1s;
  250. }
  251.  
  252. #description a {
  253. color:{color:link};
  254. }
  255.  
  256. #description a:hover {
  257. color:{color:link hover};
  258. }
  259.  
  260. .sidebartitle {
  261. width:210px;
  262. text-align:center;
  263. position:fixed;
  264. font-family:arial;
  265. line-height:120%;
  266. margin-left:-13px;
  267. font-size:13px;
  268. margin-top:10px;
  269. color:{color:title};
  270. }
  271.  
  272. #pagination {
  273. font-family:century gothic;
  274. width:210px;
  275. font-size:15px;
  276. margin-top:50px;
  277. margin-left:655px;
  278. padding-left:5px;
  279. letter-spacing:1px;
  280. font-style:italic;
  281. text-align:center;
  282. }
  283.  
  284. #pagination a {
  285. color:#607242;
  286. }
  287.  
  288. #info {
  289. font-family:arial;
  290. width:493px;
  291. margin-top:5px;
  292. padding-top:1px;
  293. font-size:7px;
  294. background:#f7f7f7;
  295. padding:4px;
  296. color:{color:text};
  297. text-transform:uppercase;
  298. font-style:normal;
  299. text-align:left;
  300. -moz-transition-duration:0.5s;
  301. -webkit-transition-duration:0.5s;
  302. -o-transition-duration:0.5s;
  303. }
  304.  
  305. #info a {
  306. color:{color:link};
  307. font-style:normal;
  308. }
  309.  
  310. #info a:hover {
  311. color:{color:link hover};
  312. }
  313.  
  314. .tags {
  315. font-family:calibri;
  316. font-style:normal;
  317. width:495px;
  318. text-transform:normal;
  319. font-style:normal;
  320. line-height:120%;
  321. padding-left:5px;
  322. font-size:10px;
  323. text-align:left;
  324. padding-top:5px;
  325. padding-bottom:15px;
  326. -moz-transition-duration:0.2s;
  327. -webkit-transition-duration:0.2s;
  328. -o-transition-duration:0.2s;
  329. }
  330. .tags a{
  331. color:{color:link};
  332. -moz-transition-duration:0.2s;
  333. -webkit-transition-duration:0.2s;
  334. -o-transition-duration:0.2s;
  335. }
  336. .tags a:hover{
  337. color:{color:link hover};
  338. -moz-transition-duration:0.2s;
  339. -webkit-transition-duration:0.2s;
  340. -o-transition-duration:0.2s;
  341. }
  342.  
  343. .audio{
  344. background-color:#e5e5e5;
  345. height:65px;
  346. overflow:hidden;
  347. }
  348.  
  349. #ask {
  350. float:left;
  351. color:{color:text};
  352. }
  353.  
  354. #credit {
  355. font-size:9px;
  356. font-family:cambria;
  357. font-style:italic;
  358. letter-spacing:1px;
  359. -moz-transition-duration:0.5s;
  360. -webkit-transition-duration:0.5s;
  361. -o-transition-duration:0.5s;
  362. }
  363.  
  364. #credit a {
  365. background-color:#fff;
  366. padding:5px;
  367. border:1px solid #e9e9e9;
  368. position:fixed;
  369. right:15px;
  370. bottom:10px
  371. }
  372.  
  373. #credit a:hover {
  374. color:#fff;
  375. background-color:#191919;
  376. }
  377.  
  378. #musicplayer {
  379. position: fixed;
  380. top: 750px;
  381. left: 750px;}
  382.  
  383.  
  384. .shut {
  385. border: 1px solid #dba046; /** change the border colour here **/
  386. background-color:#000;
  387. padding-top:2px;
  388. padding-right:1px;
  389. position: fixed;
  390. width: 20px;
  391. height:20px;
  392. margin: 4px 5px 0px 0px;
  393. overflow: hidden;
  394. z-index: 9999;}
  395.  
  396. .up {
  397. position: fixed;
  398. background-color:#000;
  399. top: 20px;
  400. left: 42px;
  401. font: 11px consolas;
  402. text-align:center;
  403. border: 1px solid #000; /** change the border colour here **/
  404. padding-top:6px;
  405. padding-right:1px;
  406. position: fixed;
  407. width: 0px;
  408. height:16px;
  409. margin: 4px 5px 0px 0px;
  410. overflow: hidden;
  411. z-index: 9999;
  412. opacity:0;
  413. -webkit-transition:all 0.7s;
  414. -moz-transition:all 0.7s;
  415. -ms-transition:all 0.7s;
  416. -o-transition:all 0.7s;
  417. transition:all 0.7s;}
  418.  
  419.  
  420.  
  421. {CustomCSS}</style></head><body>
  422.  
  423. <div id="musicplayer">
  424.  
  425. <div class="up"></div>
  426.  
  427. <div class="shut"><div style="margin-left:-2.5px;margin-top:0px;"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  428. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  429. <param name="bgcolor" value="#000000" />
  430. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/kuz9u1nrjywa03r/ONE%20OK%20ROCK%20-Clock%20Strikes-.mp3?dl=0&amp;autoplay=1&amp;bgcolor=000000&amp;loadingcolor=000000&amp;buttoncolor=dba046" />
  431. </object></div></div></div>
  432.  
  433. <div id="sidebar">
  434.  
  435. <div id="sidebarimage">
  436. <a href="/"><img src="{image:sidebar}"></a></div>
  437.  
  438. <div class="sidebartitle">{text:sidebartitle}</div>
  439.  
  440. <div id="links">
  441. <a href="{text:link 1 url}">{text:link 1}</a><a href="{text:link 2 url}">{text:link 2}</a><a href="{text:link 3 url}">{text:link 3}</a><a href="{text:link 4 url}">{text:link 4}</a><a href="{text:link 5 url}">{text:link 5}</a>
  442. </div>
  443.  
  444. <div id="description">{description}
  445.  
  446. <div id="pagination">
  447. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} <br> {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  448. </div></div></div>
  449.  
  450. <div id="entries">{block:Posts}<div id="post">
  451.  
  452. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  453.  
  454. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  455.  
  456. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  457.  
  458. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  459.  
  460. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  461.  
  462. {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}
  463.  
  464. {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}
  465. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  470.  
  471. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  472. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  473.  
  474. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  475. </div>
  476.  
  477.  
  478. {block:HasTags}
  479. <div class="tags">
  480. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  481. {/block:HasTags}
  482. <div class="postnote">
  483. {block:PostNotes}{PostNotes}{/block:PostNotes}
  484. </div>
  485. </div>
  486. {/block:Posts}
  487.  
  488. </div>
  489. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  490.  
  491. </body>
  492.  
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement