Advertisement
Jessicakim

Kimi to Boku - theme #001

Jun 6th, 2012
6,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 KB | None | 0 0
  1. <!---- kimi to boku theme made by madarathemes
  2. don't take off the credits
  3. don't copy
  4. don't use this theme as a base ---->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11. <!-- DEFAULT COLORS -->
  12. <meta name="color:Background" content="#eee"/>
  13. <meta name="color:Scrollbar" content="#665544"/>
  14. <meta name="color:Text" content="#000"/>
  15. <meta name="color:Link" content="#bb8866"/>
  16. <meta name="color:Link Hover" content="#ddddaa"/>
  17. <meta name="color:Blockquote Border" content="#bb8866"/>
  18. <meta name="color:Blockquote Text" content="#696969"/>
  19. <meta name="color:Postbox" content="#fff"/>
  20. <meta name="color:Title" content="#665544"/>
  21. <meta name="color:Title Hover" content="#000"/>
  22. <meta name="color:Permalink Box" content="#eeeedd"/>
  23. <meta name="color:Permalink Text" content="#000"/>
  24. <meta name="color:Permalink Link" content="#886644"/>
  25. <meta name="color:Navigation" content="#665544"/>
  26. <meta name="color:Navigation Text" content="#fff"/>
  27. <meta name="color:Navi Box" content="#eeeedd"/>
  28. <meta name="color:Navi Text" content="#333333"/>
  29. <meta name="color:Navi Hover" content="#ffeedd"/>
  30. <meta name="color:Navi Text Hover" content="#000"/>
  31. <meta name="color:Menu" content="#eeeedd"/>
  32. <meta name="color:Menu Border" content="#665544"/>
  33. <meta name="color:Menu Text" content="#000"/>
  34.  
  35. <!-- DEFAULTS -->
  36. <meta name="if:Caption" content="0"/>
  37. <meta name="if:Tags" content="0"/>
  38. <meta name="if:EndlessScrolling" content="0"/>
  39.  
  40. <!-- DEFAULTS LINKS -->
  41. <meta name="text:Link1" content="/"/>
  42. <meta name="text:Link1 Title" content="Link 1"/>
  43. <meta name="text:Link2" content="/"/>
  44. <meta name="text:Link2 Title" content="Link 2"/>
  45. <meta name="text:Link3" content="/"/>
  46. <meta name="text:Link3 Title" content="Link 3"/>
  47. <meta name="text:Link4" content="/"/>
  48. <meta name="text:Link4 Title" content="Link 4"/>
  49. <meta name="text:Link5" content="/"/>
  50. <meta name="text:Link5 Title" content="Link 5"/>
  51. <meta name="text:Link6" content="/"/>
  52. <meta name="text:Link6 Title" content="Link 6"/>
  53. <meta name="text:Link7" content="/"/>
  54. <meta name="text:Link7 Title" content="Link 7"/>
  55.  
  56. <!-- DEFAULT IMAGE -->
  57. <meta name="image:Background" content="http://static.tumblr.com/uobboj6/Mr6m563uk/tumblr_lzju29vxir1r9g6hvo2_100.png"/>
  58. <meta name="image:Sidebar" content="http://static.tumblr.com/uobboj6/UYAm55zjm/870399.jpg"/>
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63.  
  64. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfEndlessScrolling}
  65.  
  66. <style type="text/css">
  67.  
  68. @font-face {
  69. font-family: "visitor";
  70. src: url('https://dl.dropboxusercontent.com/u/109376002/visitor2.ttf');
  71. }
  72.  
  73. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  74.  
  75. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color: {color:Scrollbar};
  79. height:100px;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:25px;
  84. width:7px;
  85. background-color: #fff;
  86. }
  87.  
  88. body {
  89. background-color:{color:Background};
  90. background-image:url('{image:Background}');
  91. background-position: fixed;
  92. background-attachment:fixed;
  93. background-repeat:repeat;
  94. font: 11px 'arial';
  95. color: {color:Text};
  96. }
  97.  
  98. a:link,a:active,a:visited {
  99. text-decoration: none;
  100. color: {color:Link};
  101. -webkit-transition: all 0.5s ease-out;
  102. -moz-transition: all 0.5s ease-out;
  103. -o-transition: all 0.5s ease-out;
  104. }
  105.  
  106. a:hover {
  107. color: {color:Link Hover};
  108. -webkit-transition: all 0.5s ease-out;
  109. -moz-transition: all 0.5s ease-out;
  110. -o-transition: all 0.5s ease-out;
  111. }
  112.  
  113. blockquote {
  114. padding: 0px;
  115. padding-left: 5px;
  116. font: 11px arial;
  117. letter-spacing: 1px;
  118. margin-right: 2px;
  119. margin-left: 3px;
  120. border-left: 2px solid {color:Blockquote Border};
  121. background-color: transparent;
  122. color: {color:Blockquote Text};
  123. }
  124.  
  125. blockquote img{
  126. max-width: 390px;
  127. }
  128.  
  129. img {
  130. opacity: 0.7;
  131. filter:alpha(opacity=70);
  132. -moz-opacity: 0.7;
  133. -webkit-transition: all 0.9s ease;
  134. -moz-transition: all 0.9s ease;
  135. -o-transition: all 0.9s ease;
  136. }
  137.  
  138. img:hover {
  139. opacity: 1;
  140. filter:alpha(opacity=100);
  141. -moz-opacity: 1;
  142. -webkit-transition: all 0.9s ease;
  143. -moz-transition: all 0.9s ease;
  144. -o-transition: all 0.9s ease;
  145. }
  146.  
  147. #sidebar {
  148. position: fixed;
  149. float: left;
  150. margin-top: 50px;
  151. margin-left: 70px
  152. }
  153.  
  154. #navigation{
  155. width: 100px;
  156. background: transparent;
  157. position: fixed;
  158. padding: 2px;
  159. margin-top: 250px;
  160. margin-left: 58px;
  161. }
  162.  
  163. #posts{
  164. width: 500px;
  165. padding: 5px;
  166. margin: 4px;
  167. margin-bottom:5px;
  168. font-family: 11px 'georgia';
  169. color: {color:Text};
  170. background: {color:Postbox};
  171. }
  172.  
  173. h1{
  174. font: 22px 'chaparral pro';
  175. text-align:left;
  176. margin-top:0px;
  177. margin-left:5px;
  178. margin-bottom:0px;
  179. }
  180.  
  181. h1 a{
  182. color:{color:Title};
  183. text-decoration:none;
  184. -webkit-transition: all 0.5s ease-in;
  185. -moz-transition: all 0.5s ease-in;
  186. -o-transition: all 0.5s ease-in;
  187. }
  188.  
  189. h1 a:hover{
  190. color:{color:Title Hover};
  191. -webkit-transition: all 0.5s ease-in;
  192. -moz-transition: all 0.5s ease-in;
  193. -o-transition: all 0.5s ease-in;
  194. }
  195.  
  196. .quote{
  197. font:18px 'Times New Roman';
  198. text-align: center;
  199. display:block;
  200. }
  201.  
  202. #audio{
  203. z-index:3;
  204. background: #000;
  205. display:block;
  206. margin-bottom:0px;
  207. }
  208.  
  209. .audiopic{
  210. opacity: 1;
  211. filter:alpha(opacity=100);
  212. -moz-opacity: 1;}
  213.  
  214. #audioborder{
  215. padding: 2px;
  216. border: 2px solid #000;
  217. background-color: #000;
  218. }
  219.  
  220. .borderask{
  221. padding: 2px;
  222. border: 2px solid #eee;
  223. background-color: #eee;
  224. }
  225.  
  226. #ask {
  227. text-align: left;
  228. background: #eee;
  229. margin-left: 55px;
  230. padding: 10px;
  231. position: relative;
  232. font: 12px 'trebuchet ms';
  233. color: #000;
  234. }
  235.  
  236. #ask p {margin:1px 1px;}
  237.  
  238. .perma {
  239. width:500px;
  240. height: auto;
  241. text-align: center;
  242. background: {color:Permalink Box};
  243. text-transform: uppercase;
  244. margin-top: 5px;
  245. margin-bottom: 2px;
  246. position: relative;
  247. font: 10px 'trebuchet ms';
  248. color: {color:Permalink Text};
  249. }
  250.  
  251. .perma a{
  252. color: {color:Permalink Link};
  253. text-decoration:none;
  254. }
  255.  
  256. .notes {width:500px; padding: 0px; color: #000; margin-top: 0px; margin-left: 15px; line-height: 15px; float:none; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  257.  
  258. li.notes {list-style:decimal; padding: 2px; margin: 2px; letter-spacing: 0px; text-transform:lowercase;}
  259.  
  260. #notes a{color: {color:Link}; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  261.  
  262. #container {
  263. width:261px;
  264. height:18px;
  265. overflow:hidden;
  266. -webkit-transition: all 1.5s ease;
  267. -moz-transition: all 1.5s ease;
  268. -o-transition: all 1.5s ease
  269. }
  270.  
  271. #container:hover{
  272. height: 200px;
  273. }
  274.  
  275. #visible_label a {
  276. font: 11px 'consolas';
  277. padding-top:1px;
  278. text-align: center;
  279. text-transform: uppercase;
  280. background-color: {color:Navigation};
  281. margin-bottom:4px;
  282. color: {color:Navigation Text};
  283. width: 261px;
  284. display: block;
  285. -webkit-transition: all 1.5s ease;
  286. -moz-transition: all 1.5s ease;
  287. -o-transition: all 1.5s ease
  288. }
  289.  
  290. #invisible_label a{
  291. font: 11px 'consolas';
  292. text-align: center;
  293. text-transform: uppercase;
  294. background-color: {color:Navi Box};
  295. color: {color:Navi Text};
  296. margin-bottom:4px;
  297. -webkit-transition: all 0.8s ease;
  298. -moz-transition: all 0.8s ease;
  299. -o-transition: all 0.8s ease;
  300. display:block;
  301. padding:3px;
  302. }
  303.  
  304. #invisible_label a:hover{
  305. background-color: {color:Navi Hover};
  306. color: {color:Navi Text Hover};
  307. }
  308.  
  309. .sidepic{
  310. width:250px;
  311. padding:5px;
  312. background: {color:Postbox};
  313. font: 11px 'consolas';
  314. display:block;
  315. }
  316.  
  317. .menu{
  318. width: 255px;
  319. margin-left:-8px;
  320. padding:5px;
  321. background: {color:Menu};
  322. border-left:5px solid {color:Menu Border};
  323. border-right: 5px solid {color:Menu Border};
  324. font: 12px 'visitor';
  325. text-align:center;
  326. display:block;
  327. }
  328.  
  329. .menu a{
  330. color: {color:Menu Text};
  331. text-decoration: none;
  332. }
  333.  
  334. #pagination {
  335. margin-top: 5px;
  336. font-family:georgia;
  337. text-align:center;
  338. font-size:14px;
  339. color: #000;
  340. }
  341.  
  342. {CustomCSS}
  343.  
  344. </style>
  345. {block:IfEndlessScrolling}<script type="text/javascript"
  346. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  347. </script>
  348. <script type="text/javascript" language="javascript">
  349. $(function () {
  350. $('#scrlBotm').click(function () {
  351. $('html, body').animate({
  352. scrollTop: $(document).height()
  353. },
  354. 1500);
  355. return false;
  356. });
  357.  
  358. $('#scrlTop').click(function () {
  359. $('html, body').animate({
  360. scrollTop: '0px'
  361. },
  362. 1500);
  363. return false;
  364. });
  365. });
  366. </script>{/block:IfEndlessScrolling}
  367. </head>
  368.  
  369. <body>
  370.  
  371. <div id="sidebar">
  372. <div class="sidepic">
  373. <a href="/"><img src="{image:Sidebar}" width="250"></a></div>
  374. <div class="menu">
  375. <a href="/">home</a> . <a href="/ask">message</a> . <a href="/archive">past</a> . <a href="http://madarathemes.tumblr.com/">theme</a>
  376. </div>
  377. <div class="sidepic">
  378. <div style="text-align:right; margin-bottom:3px; margin-top:2px;"><a href="/"><big><b>{title}</b></big></a></div>
  379. <center>{description}<br>
  380. {block:IfNotEndlessScrolling}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:IfNotEndlessScrolling}</center>
  381. </div>
  382.  
  383. <div id="container">
  384. <div id="visible_label" align="center"><a title="hover for more">Navigation</a></div>
  385. <div id="invisible_label">
  386. <a href="{text:Link1}">{text:Link1 Title}</a>
  387. <a href="{text:Link2}">{text:Link2 Title}</a>
  388. <a href="{text:Link3}">{text:Link3 Title}</a>
  389. <a href="{text:Link4}">{text:Link4 Title}</a>
  390. <a href="{text:Link5}">{text:Link5 Title}</a>
  391. <a href="{text:Link6}">{text:Link6 Title}</a>
  392. <a href="{text:Link7}">{text:Link7 Title}</a>
  393. </div>
  394. </div></div>
  395.  
  396. <table width="100%" border="0">
  397. <tr>
  398. <td align="center">
  399. {block:IfEndlessScrolling}<div class = "autopagerize_page_element" >{/block:IfEndlessScrolling}
  400. {block:Posts}
  401. <table width="500" border="0">
  402. <tr>
  403. <td>
  404. <div id="posts">
  405.  
  406. {block:Text}
  407. {block:Title}<h1><a href="{Permalink}">▶ {Title}</a></h1>{/block:Title}
  408. {Body}
  409. {/block:Text}
  410.  
  411. {block:Photo}
  412. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="500px"/></a>{/block:IndexPage}
  413. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  414. {block:IfCaption} {block:Caption}
  415. {Caption}
  416. {/block:Caption}{/block:IfCaption}
  417.  
  418. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  419. {Caption}
  420. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  421. {/block:Photo}
  422.  
  423. {block:Photoset}
  424. {Photoset-500}
  425. {block:IfCaption} {block:Caption}
  426. {Caption}
  427. {/block:Caption}{/block:IfCaption}
  428.  
  429. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  430. {Caption}
  431. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  432. {/block:Photoset}
  433.  
  434. {block:Quote}
  435. <div class="quote">"{Quote}"</div>
  436. {block:Source}
  437. <div align="right">- {Source}</div>
  438. {/block:Source}
  439. {/block:Quote}
  440.  
  441. {block:Link}
  442. <h1><a href="{URL}" class="link" {Target}>{Name} →</a></h1>
  443. {block:Description}
  444. {Description}
  445. {/block:Description}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  450. <div style="margin-left:16px;">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  451. {/block:Chat}
  452.  
  453. {block:Audio}
  454.  
  455. {block:IfCaption} <div style="float:right;display: block; margin-top:0px;z-index:4;">{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" id="audioborder" class="audiopic"/>{/block:AlbumArt}</div><div id="audio">{AudioPlayerBlack}</div>
  456. {block:Caption}
  457. {Caption}
  458. {/block:Caption}{/block:IfCaption}
  459.  
  460. {block:IfNotCaption}<div id="audio">{AudioPlayerBlack}</div>
  461. {block:PermalinkPage}{block:Caption}
  462. {Caption}
  463. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  464. {/block:Audio}
  465.  
  466. {block:Video}
  467. {Video-500}
  468. {block:IfCaption} {block:Caption}
  469. {Caption}
  470. {/block:Caption}{/block:IfCaption}
  471.  
  472. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  473. {Caption}
  474. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  475. {/block:Video}
  476.  
  477. {block:Answer}
  478. <p><img src="{AskerPortraitURL-48}" border-left: 1px solid #f0f0f0; align="left" class="borderask" /> </a><b><div id="ask" align="right">{Asker}:</b> {Question}</div><br /></p>
  479. {Answer}
  480. {/block:Answer}
  481.  
  482. {block:IndexPage}<div class="perma">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} · {NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a><br>{block:IfTags}{block:HasTags}<b>Tagged</b> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfTags}</div>{/block:IndexPage}
  483. </div>
  484.  
  485. {block:PermalinkPage}{block:Date}<div class="notes"><br><span style="font-family: 'times new roman'; text-transform:uppercase;"><b> {Month} {DayOfMonthWithZero}, {Year} </b><br>▶ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br> →{block:RebloggedFrom}via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> ↔ source <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>←{/block:RebloggedFrom}
  486. <br>
  487. {block:HasTags}<b>Tagged</b> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  488. {block:PostNotes}{PostNotes}{/block:PostNotes}</span></div>{/block:Date}{/block:PermalinkPage}
  489.  
  490. </td>
  491. </tr>
  492. </table>
  493. {block:Posts}{block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  494. </td>
  495. </tr>
  496. </table>
  497. {block:IfEndlessScrolling}<a id="scrlTop" title="Top" href="#" style="color:{color:Scrollbar}; font-size:16px; font-family: 'trebuchet ms'; position: fixed; bottom: 10px; right: 10px;">TOP ▲</a>{/block:IfEndlessScrolling}
  498. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement