Advertisement
Jessicakim

Ochisuite - theme #002

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