Advertisement
Jessicakim

Monokuromu - theme #005

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