Advertisement
Guest User

Kou

a guest
May 22nd, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.61 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 56 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="image:sidebar2" content=""/>
  22. <meta name="image:sidebar3" content=""/>
  23. <meta name="text:sidebartitle" content="">
  24.  
  25. <meta name="text:link 1" content="Link 1"/>
  26. <meta name="text:link 1 url" content="/"/>
  27. <meta name="text:link 2" content="Link 2"/>
  28. <meta name="text:link 2 url" content="/"/>
  29. <meta name="text:link 3" content="Link 3"/>
  30. <meta name="text:link 3 url" content="/"/>
  31. <meta name="text:link 4" content="Link 4"/>
  32. <meta name="text:link 4 url" content="/"/>
  33. <meta name="text:link 5" content="Link 5"/>
  34. <meta name="text:link 5 url" content="/"/>
  35. <meta name="text:link 6" content="Link 6"/>
  36. <meta name="text:link 6 url" content="/"/>
  37.  
  38. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  39.  
  40. <style>
  41. div#qTip {
  42. padding: 3px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-size:7px;
  47. margin-left:10px;
  48. margin-top:-2px;
  49. line-height:9px;
  50. font-family:arial;
  51. z-index: 1000;
  52. border: 1px solid #cacaca;
  53. background-color:#fff;
  54. color: #9b9b9b;
  55. text-transform:uppercase;
  56. letter-spacing: 2px;
  57. }
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar-thumb{
  63. background-color: {color:scrollbar};
  64. border: 2px solid {color:background};
  65. height:auto;
  66. }
  67.  
  68. ::-webkit-scrollbar {
  69. height:auto;
  70. width:0px;
  71. background-color: transparent;
  72. border:0px solid {color:background};
  73. }
  74.  
  75.  
  76. iframe#tumblr_controls {
  77. white-space:nowrap;
  78. -webkit-filter: invert(100%);
  79. -moz-filter: invert(100%);
  80. -o-filter: invert(100%);
  81. -ms-filter: invert(100%);
  82. filter: invert(100%);
  83. opacity:.2;transition: .8s ease-in-out;
  84. -webkit-transition: .8s ease-in-out;
  85. -moz-transition: .8s ease-in-out;
  86. -o-transition: .8s ease-in-out;
  87. }
  88.  
  89. h1 {
  90. font-weight:normal;
  91. font-size:13px;
  92. text-align:center;
  93. font-style:normal;
  94. line-height:100%;
  95. letter-spacing:1px;
  96. text-transform:normal;
  97. color:{color:text};
  98. }
  99.  
  100. h2 {
  101. font-size:10px;
  102. text-align:center;
  103. line-height:100%;
  104. letter-spacing:-0.5px;
  105. color:{color:text};
  106. font-weight:bold;
  107. text-transform:uppercase;
  108. padding:5px;
  109. padding-bottom:2px;
  110. }
  111.  
  112.  
  113. blockquote {
  114. border-left:1px solid {color:text};
  115. padding:5px;
  116. margin:5px;
  117. }
  118.  
  119.  
  120. body {
  121. background:#ffffff;
  122. margin:0px;
  123. color:#eeee;
  124. font-family:trebuchet ms;
  125. font-size:11px;
  126. line-height:100%;
  127. background-image:url(http://i.imgur.com/P3H2jjG.png);
  128. background-attachment: fixed;
  129. background-image:stretch;
  130. background-repeat: no-repeat;
  131. background-image:cover;
  132. background-position:center;
  133.  
  134. }
  135.  
  136. a {
  137. text-decoration:none;
  138. outline:none;
  139. -moz-outline-style:none;
  140. color:{color:link};
  141. -moz-transition-duration:0.5s;
  142. -webkit-transition-duration:0.5s;
  143. -o-transition-duration:0.5s;
  144. }
  145.  
  146. a:hover {
  147. text-decoration:none;
  148. outline:none;
  149. -moz-outline-style:none;
  150. color:{color:link hover};
  151. }
  152.  
  153. img {
  154. border:none;
  155. }
  156.  
  157. #theme {
  158. width:400px;
  159. margin:0 auto -12px auto;
  160. }
  161.  
  162. #post {
  163. width:400px;
  164. padding-bottom:30px;
  165. margin-top:30px;
  166. }
  167.  
  168. #entries {
  169. margin-left:-250px;
  170. margin-top:20px;
  171. position:fixed;
  172. background-color:transparent;
  173. width:400px;
  174. height:350px;
  175. top:135px;
  176. padding: 20px;
  177. overflow-x:scroll;
  178. scroll:left;
  179. overflow-x:hidden;
  180. border:0px dashed;
  181.  
  182. }
  183.  
  184.  
  185. #sidebar {
  186. color:{color:text};
  187. position:fixed;
  188. width:200px;
  189. height:auto;
  190. margin-top:50px;
  191. margin-left:0px;
  192. text-align:left;
  193. }
  194.  
  195. #sidebar img {
  196. width:70px;
  197. height:70px;
  198. margin-top:0px;
  199. padding:3px;
  200. margin-bottom:1px;
  201. margin-left:-0px;
  202. }
  203.  
  204. #links {
  205. position:fixed;
  206. font-family:arial;
  207. width:120px;
  208. margin-top:120px;
  209. margin-left:-400px;
  210. font-size:28px;
  211. text-transform:uppercase;
  212. text-align:right;
  213. line-height:200%;
  214. }
  215.  
  216. #links a{
  217. display:block;
  218. line-height:200%;
  219. padding:1px;
  220. margin-top:1px;
  221. margin-left:4px;
  222. margin-right:4px;
  223. color:{color:link};
  224. -moz-transition-duration:.7s;
  225. -webkit-transition-duration:.7s;
  226. -o-transition-duration:.7s;
  227. }
  228.  
  229. #links a:hover {
  230. color: #eeeeee;
  231.  
  232. -moz-transition-duration:0.2s;
  233. -webkit-transition-duration:0.2s;
  234. -o-transition-duration:0.2s;
  235.  
  236.  
  237. }
  238.  
  239. #description {
  240. width:150px;
  241. font-family:arial;
  242. font-size:10px;
  243. margin-bottom:0px;
  244. margin-top:10px;
  245. margin-left:-160px;
  246. text-align:right;
  247. color: {color:text};
  248. letter-spacing:0px;
  249. line-height:140%;
  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:110px;
  262. text-align:right;
  263. font-family:'Bodoni MT Condensed';
  264. line-height:120%;
  265. word-spacing:4px;
  266. margin-left:-120px;
  267. font-size:28px;
  268. text-transform:uppercase;
  269. margin-top:-228px;
  270. color:{color:title};
  271. }
  272.  
  273. #pagination {
  274. font-family:arial;
  275. width:400px;
  276. font-size:10px;
  277. margin-top:25px;
  278. margin-left:-8px;
  279. padding-left:5px;
  280. letter-spacing:3px;
  281. text-align:center;
  282. text-transform:uppercase;
  283. }
  284.  
  285. #pagination a {
  286. color:{color:link};
  287. }
  288.  
  289. #info {
  290. font-family:arial;
  291. width:400px;
  292. margin-top:5px;
  293. padding-top:7px;
  294. font-size:7px;
  295. color:{color:text};
  296. text-transform:uppercase;
  297. letter-spacing:1px;
  298. font-style:normal;
  299. text-align:center;
  300. -webkit-transition: all .7s linear;
  301. }
  302.  
  303. #info a {
  304. color:{color:link};
  305. background:#fff;
  306. padding:4px;
  307. font-style:normal;
  308. }
  309.  
  310. #info a:hover {
  311. color:{color:link hover};
  312. -webkit-transition: all .7s linear;
  313. }
  314.  
  315. .tags {
  316. font-family:arial;
  317. width:400px;
  318. font-style:normal;
  319. line-height:120%;
  320. opacity:0;
  321. margin-top:10px;
  322. font-size:8px;
  323. text-align:center;
  324. -webkit-transition: all .7s linear;
  325. }
  326. .tags a{
  327. color:{color:link};
  328. -webkit-transition: all .7s linear;
  329. }
  330. .tags a:hover{
  331. color:{color:link hover};
  332. -webkit-transition: all .7s linear;
  333. }
  334.  
  335. #post:hover .tags{
  336. opacity:1;
  337. }
  338.  
  339. #line {
  340. width:400px;
  341. height:1px;
  342. margin-top:-6px;
  343. background-color:#ddd;
  344. }
  345.  
  346. .audio{
  347. background-color:#e5e5e5;
  348. height:65px;
  349. overflow:hidden;
  350. }
  351.  
  352. #chat {
  353. line-height:150%;list-style:none;}
  354.  
  355. .line.even {
  356. background:#ffffff;
  357. margin-bottom:3px;
  358. padding:5px;
  359. list-style:none;
  360. font-size:10px;}
  361.  
  362. .line.odd {
  363. background:#f7f7f7;
  364. margin-bottom:3px;
  365. padding:5px;
  366. list-style:none;
  367. font-size:10px;}
  368.  
  369. .label {
  370. padding-right:1px;
  371. text-transform:normal;
  372. font-weight:bold;
  373. color:{color:link};
  374. }
  375.  
  376. .question {
  377. padding:9px;
  378. text-align:left;
  379. text-transform:italic;
  380. color:{color:text};
  381. background-color: #f5f5f5;
  382. border-left:3px solid #e5e5e5;
  383. line-height:120%;
  384. }
  385.  
  386. .answer {
  387. text-align:left;
  388. padding-top:5px;
  389. color:{color:text};
  390. }
  391.  
  392. #credit {
  393. font-size:9px;
  394. font-family:cambria;
  395. font-style:italic;
  396. letter-spacing:1px;
  397. -moz-transition-duration:0.5s;
  398. -webkit-transition-duration:0.5s;
  399. -o-transition-duration:0.5s;
  400. }
  401.  
  402. #credit a {
  403. background-color:#fff;
  404. padding:5px;
  405. border:1px solid #e9e9e9;
  406. position:fixed;
  407. right:15px;
  408. bottom:10px
  409. }
  410.  
  411. #credit a:hover {
  412. color:#fff;
  413. background-color:#191919;
  414. }
  415.  
  416. /* BOX 1 */
  417.  
  418. #box {
  419. position:fixed;
  420. top:30px; /* distance from top*/
  421. left:40px; /* distance from left*/
  422. border:1px solid #ececec; /* border colour*/
  423. width:4px; /* box width*/
  424. height:4px; /* box height*/
  425. padding:2px;
  426. z-index:9999999; /* every box you add take off a nine from here */
  427. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  428. }
  429.  
  430.  
  431. #box:hover {
  432. height:100px; /* content box height */
  433. width:85px; /* content box width */
  434. background:transparent;
  435.  
  436. }
  437.  
  438. #box:hover #cont {
  439. opacity:1;
  440. /* keep these same as above but take off 5 px from width */
  441. width:80px;
  442. height:100px;
  443. }
  444.  
  445. #cont {
  446. position:fixed;
  447. padding:2px;
  448. text-align:center;
  449. overflow:hidden;
  450. width:0;
  451. height:0;
  452. opacity:0;
  453. z-index:9;
  454. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  455. }
  456.  
  457. /* BOX 2 */
  458.  
  459. #box2 {
  460. position:fixed;
  461. top:30px;
  462. left:54px;
  463. border:1px solid #ececec;
  464. width:4px;
  465. height:4px;
  466. padding:2px;
  467. z-index:999999;
  468. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  469. }
  470.  
  471.  
  472. #box2:hover {
  473. height:100px;
  474. width:85px;
  475. background:transparent;
  476. }
  477.  
  478. #box2:hover #cont2 {
  479. opacity:1;
  480. width:80px;
  481. height:150px;
  482. }
  483.  
  484. #cont2 {
  485. position:fixed;
  486. font-size:10px;
  487. padding:2px;
  488. text-align:center;
  489. overflow:hidden;
  490. width:0;
  491. height:0;
  492. opacity:0;
  493. z-index:9;
  494. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  495. }
  496.  
  497. /* BOX 3 */
  498.  
  499. #box3 {
  500. position:fixed;
  501. top:30px;
  502. left:68px;
  503. border:1px solid #ececec;
  504. width:4px;
  505. height:4px;
  506. padding:2px;
  507. z-index:99999;
  508. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  509. }
  510.  
  511.  
  512. #box3:hover {
  513. height:100px;
  514. width:85px;
  515. background:transparent;
  516. }
  517.  
  518. #box3:hover #cont3 {
  519. opacity:1;
  520. width:80px;
  521. height:100px;
  522. }
  523.  
  524. #cont3 {
  525. position:fixed;
  526. font-size:10px;
  527. padding:2px;
  528. text-align:center;
  529. overflow:hidden;
  530. width:0;
  531. height:0;
  532. opacity:0;
  533. z-index:9;
  534. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  535.  
  536.  
  537. {CustomCSS}</style></head><body>
  538. <div id="box">
  539. <div id="cont">
  540. <br>
  541. <br>Independent OC blog affiliated with <a href=http://koinoyokanrp.tumblr.com><b><i>Koi no Yokan</i></b></a>
  542. </div>
  543. </div>
  544.  
  545.  
  546. <div id="box2">
  547. <div id="cont2">
  548.  
  549. <br>May contain triggers & NSFW</br>
  550. Please read the <a href=/guide><b><i>rules</i></b></a> beforehand</br>
  551. </div>
  552. </div>
  553.  
  554. <div id="box3">
  555. <div id="cont3">
  556. <br>
  557. <br>tracks #idolofdeceit
  558. <br>Theme edited by <a href=http://withoutjoy.tumblr.com>Ivy</a></br>
  559. </div>
  560. </div>
  561.  
  562. <div id="theme">
  563.  
  564. <div id="sidebar">
  565.  
  566. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  567. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  568. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  569.  
  570. <div class="sidebartitle">{text:sidebartitle}</div><div id="description">
  571. {Description}</div>
  572. <div id="links">
  573. <a href="{text:link 1 url}">╳</a>
  574. <a href="{text:link 2 url}">╳ </a>
  575. <a href="{text:link 3 url}">╳ </a>
  576. <a href="{text:link 4 url}">╳ </a>
  577. <a href="{text:link 5 url}">╳ </a>
  578. <a href="{text:link 5 url}">╳ </a>
  579. </div>
  580. <p></p><br><br><br>
  581. </div>
  582.  
  583. <div id="entries">{block:Posts}<div id="post">
  584.  
  585. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  586.  
  587. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  588.  
  589. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  590.  
  591. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  592.  
  593. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  594.  
  595. {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}
  596.  
  597. {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}
  598. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  599.  
  600. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  601.  
  602. {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}
  603.  
  604. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  605. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  606.  
  607. &nbsp;{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  608. </div>
  609.  
  610. <div id="line"></div>
  611.  
  612. {block:HasTags}
  613. <div class="tags">
  614. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  615. {/block:HasTags}
  616. <div class="postnote">
  617. {block:PostNotes}{PostNotes}{/block:PostNotes}
  618. </div>
  619.  
  620. </div>
  621.  
  622. {/block:Posts}
  623.  
  624. <div id="pagination">
  625. <center> {block:Pagination}
  626. <div id="pagination">
  627. {block:PreviousPage}
  628. <a href="{PreviousPage}">←</a>
  629. {/block:PreviousPage}
  630. {block:JumpPagination length="7"}
  631. {block:CurrentPage}
  632. <span class="current_page">{PageNumber}</span>
  633. {/block:CurrentPage}
  634. {block:JumpPage}
  635. <a class="jump_page" href="{URL}">{PageNumber}</a>
  636. {/block:JumpPage}
  637. {/block:JumpPagination}
  638. {block:NextPage}
  639. <a href="{NextPage}">→</a>
  640. {/block:NextPage}
  641. </div>
  642. {/block:Pagination}</center>
  643. </div>
  644.  
  645. </div>
  646. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  647.  
  648. </body>
  649.  
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement