Advertisement
juliechan

Monochrome Theme

Sep 9th, 2012
1,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 KB | None | 0 0
  1. <!--Monochrome theme by utekii.tumblr.com // hoshikusu.tumblr.com--
  2. ------------------------------RULES-----------------------------
  3.  
  4. * Please do not remove the credits.
  5. * No third-hand redistribution
  6. * Do not claim as yours
  7. * Don't break the rules or you WILL be reported w/o hesitation
  8. * You can edit this but leave the credits in tact
  9. * Do not use this code as a base code
  10.  
  11. -------------------------------FAQ------------------------------
  12.  
  13. 1. I do not help with customization of themes
  14. 2. Check ALL appearance options before asking a question
  15. 3. I don't give codes to anyone unless on special occasion
  16. 4. I will NEVER take theme requests
  17. 5. Pagination is available once you UNCHECK infinite scrolling
  18. 6. I don't help with adding extra links
  19. 7. Infinite scrolling works fine whether you have scm or not
  20. 8. For the codes, go to the first post of the live preview
  21.  
  22. ◆◇For any other questions message me on my THEME blog◆◇
  23.  
  24. -->
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  27. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  28.  
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30.  
  31. <head>
  32. <title>{title}</title>
  33. <link rel="shortcut icon" href="{favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  36.  
  37. <!--stuff-->
  38.  
  39. <meta name="if:infinite scrolling" content="1"/>
  40. <meta name="if:cute cursor" content="1"/>
  41. <meta name="if:500px posts" content="1"/>
  42. <meta name="if:400px posts" content="0"/>
  43. <meta name="if:250px posts" content="0"/>
  44. <meta name="if:link 1" content="1"/>
  45. <meta name="if:link 2" content="1"/>
  46. <meta name="if:link 3" content="1"/>
  47. <meta name="if:link 4" content="1"/>
  48.  
  49. <meta name="color:background" content="#000"/>
  50. <meta name="color:text" content="#fff"/>
  51. <meta name="color:links" content="#aaa"/>
  52. <meta name="color:links hover" content="#fff"/>
  53. <meta name="color:post titles" content="#777"/>
  54. <meta name="color:description" content="#000"/>
  55. <meta name="color:navigation bar" content="#333"/>
  56. <meta name="color:buttons" content="#000"/>
  57. <meta name="color:button text" content="#fff"/>
  58. <meta name="color:post bg" content="#333"/>
  59.  
  60. <meta name="image:background" content="http://25.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png"/>
  61. <meta name="image:sidebar picture" content="http://25.media.tumblr.com/tumblr_lznnlxECOw1r1pu6go1_500.png"/>
  62. <meta name="image:description" content="http://28.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo1_250.png"/>
  63.  
  64. <meta name="text:link 1" content="link"/>
  65. <meta name="text:link 1 url" content=""/>
  66. <meta name="text:link 2" content="link"/>
  67. <meta name="text:link 2 url" content=""/>
  68. <meta name="text:link 3" content="link"/>
  69. <meta name="text:link 3 url" content=""/>
  70. <meta name="text:link 4" content="link"/>
  71. <meta name="text:link 4 url" content=""/>
  72.  
  73. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  74.  
  75. <style type="text/css">
  76. {CustomCSS}
  77. ::-webkit-scrollbar-thumb:vertical {background-color:#aaa;height:75px;}
  78. ::-webkit-scrollbar {height:0px;width:5px;background-color:white;}
  79.  
  80. iframe#tumblr_controls {
  81. right:3px !important;
  82. position: fixed !important;
  83. -webkit-transition: opacity 0.7s linear;
  84. opacity: 0.9;
  85. -webkit-transition: all 0.8s ease-out;
  86. -moz-transition: all 0.8s ease-out;
  87. transition: all 0.8s ease-out;
  88. }
  89.  
  90. iframe#tumblr_controls:hover {
  91. -webkit-transition: opacity 0.7s linear;
  92. opacity: 1;
  93. -webkit-transition: all 0.4s ease-out;
  94. -moz-transition: all 0.4s ease-out;
  95. transition: all 0.4s ease-out;
  96. }
  97.  
  98. body{
  99. background-color:{color:background};
  100. background-image:url('{image:background}');
  101. background-attachment:fixed;
  102. font-family:georgia;
  103. font-size:10px;
  104. color:{color:text};
  105. {block:ifcutecursor}cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;{/block:ifcutecursor}
  106. }
  107.  
  108. #a, a:link, a:visited, a:active{
  109. color:{color:links};
  110. text-decoration:none;
  111. -webkit-transition:all 0.5s ease-out;
  112. -moz-transition:all 0.5s ease-out;
  113. -o-transition:all 0.5s ease-out;
  114. transition:all 0.5s ease-out;
  115. }
  116.  
  117. a:hover{
  118. color:{color:links hover};
  119. {block:ifcutecursor}cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;{/block:ifcutecursor}
  120. -webkit-transition:all 0.5s ease-out;
  121. -moz-transition:all 0.5s ease-out;
  122. -o-transition:all 0.5s ease-out;
  123. transition:all 0.5s ease-out;
  124. }
  125.  
  126. img, a img{
  127. opacity:.7;
  128. -webkit-transition:all 0.7s ease-out;
  129. -moz-transition:all 0.7s ease-out;
  130. -o-transition:all 0.7s ease-out;
  131. transition:all 0.7s ease-out;
  132. }
  133.  
  134. #posts{
  135. overflow:hidden;}
  136.  
  137. .posteu{
  138. background-color:{color:post bg};
  139. margin-top:5px;
  140. margin-left:250px;
  141. {block:if500pxposts}width:500px;{/block:if500pxposts}
  142. {block:if400pxposts}width:400px;{/block:if400pxposts}
  143. {block:if250pxposts}width:250px;{/block:if250pxposts}
  144. overflow:hidden;
  145. height:auto;
  146. -webkit-transition:all 0.9s ease-out;
  147. -moz-transition:all 0.9s ease-out;
  148. -o-transition:all 0.9s ease-out;
  149. transition:all 0.9s ease-out;
  150. }
  151.  
  152. .posteu img:hover{
  153. opacity:.9;
  154. -webkit-transition:all 0.9s ease-out;
  155. -moz-transition:all 0.9s ease-out;
  156. -o-transition:all 0.9s ease-out;
  157. transition:all 0.9s ease-out;
  158. }
  159.  
  160. .titles{
  161. text-align:left;
  162. padding:5px;
  163. font-family:consolas;
  164. font-size:13px;
  165. color:{color:post titles};
  166. }
  167.  
  168. .titles a{
  169. color:{color:post titles};
  170. }
  171.  
  172. .texts, .quotes, .chat, .audio, .links{
  173. line-height:13px;
  174. color:{color:text};
  175. margin:5px;
  176. padding:3px;
  177. }
  178.  
  179. .ask{
  180. border-bottom:1px solid #eee;
  181. padding-bottom:10px;
  182. }
  183.  
  184. blockquote {
  185. color:#fff;
  186. border-left:4px solid #000;
  187. padding:3px;
  188. }
  189.  
  190. #permalink {
  191. display:block;
  192. {block:PermalinkPage}{block:if500pxposts}width:493px;{/block:if500pxposts}
  193. {block:if400pxposts}width:393px;{/block:if400pxposts}
  194. {/block:PermalinkPage}
  195. padding:3px;
  196. height:auto;
  197. background-color:transparent;
  198. color:{color:text};
  199. margin-left:250px;
  200. margin-top:0px;
  201. }
  202.  
  203. #box{
  204. width:500px;
  205. -webkit-transition:all 0.9s ease-out;
  206. -moz-transition:all 0.7s ease-out;
  207. -o-transition:all 0.7s ease-out;
  208. transition:all 0.7s ease-out;
  209. }
  210.  
  211. #perma{
  212. position:absolute;
  213. height:9px;
  214. text-align:right;
  215. {block:if500pxposts}left:760px;{/block:if500pxposts}
  216. {block:if400pxposts}left:660px;{/block:if400pxposts}
  217. {block:if250pxposts}left:510px;{/block:if250pxposts}
  218. z-index:998;
  219. font-size:8px;
  220. padding:5px;
  221. overflow:hidden;
  222. font-family:silkscreen;
  223. letter-spacing:1px;
  224. opacity:0;
  225. padding:5px;
  226. color:#aaa;
  227. width:auto;
  228. margin-top:0px;
  229. -webkit-transition: all 0.8s ease-out;
  230. -moz-transition: all 0.8s ease-out;
  231. -o-transition:all 0.8s ease-out;
  232. transition:all 0.8s ease-out;
  233. }
  234.  
  235. #box:hover #perma{
  236. opacity:1;
  237. -webkit-transition: all 0.8s ease-out;
  238. -moz-transition: all 0.8s ease-out;
  239. -o-transition:all 0.8s ease-out;
  240. transition:all 0.8s ease-out;
  241. }
  242.  
  243. #mono{
  244. height:auto;
  245. width:200px;
  246. padding:5px;
  247. position:fixed;
  248. top:150px;
  249. left:40px;
  250. }
  251.  
  252. #kawaii{
  253. -webkit-border-top-left-radius:95px;
  254. }
  255.  
  256. #side{
  257. width:183px;
  258. height:auto;
  259. margin-top:5px;
  260. height:auto;
  261. font-family:silkscreen;
  262. font-size:8px;
  263. padding:9px;
  264. text-align:right;
  265. overflow:hidden;
  266. background-color:{color:description};
  267. background-image:url('{image:description}');
  268. -webkit-border-bottom-left-radius:95px;
  269. }
  270.  
  271. #line{
  272. width:10px;
  273. height:230px;
  274. position:fixed;
  275. background-color:{color:navigation bar};
  276. bottom:30px;
  277. left:830px;
  278. }
  279.  
  280. .navi{
  281. position:absolute;
  282. border-left:10px solid {color:buttons};
  283. width:auto;
  284. font-family:silkscreen;
  285. color:#fff;
  286. top:15px;
  287. left:10px;
  288. font-size:8px;
  289. padding:2px;
  290. opacity:1;
  291. -webkit-transition:all 0.5s ease-out;
  292. -moz-transition:all 0.5s ease-out;
  293. -o-transition:all 0.5s ease-out;
  294. transition:all 0.5s ease-out;
  295. }
  296.  
  297. #home{
  298. height:9px;
  299. color:{color:button text};
  300. }
  301.  
  302. #ask{
  303. height:9px;
  304. color:{color:button text};
  305. top:40px;
  306. }
  307.  
  308. #archive{
  309. height:9px;
  310. color:{color:button text};
  311. top:65px;
  312. }
  313.  
  314. #b1{
  315. height:9px;
  316. color:{color:button text};
  317. top:90px;
  318. }
  319.  
  320. #b2{
  321. height:9px;
  322. color:{color:button text};
  323. top:115px;
  324. }
  325.  
  326. #b3{
  327. height:9px;
  328. color:{color:button text};
  329. top:140px;
  330. }
  331.  
  332. #b4{
  333. height:9px;
  334. color:{color:button text};
  335. top:165px;
  336. }
  337.  
  338. #home:hover, #ask:hover, #archive:hover, #b1:hover, #b2:hover, #b3:hover, #b4:hover{
  339. border-left:50px solid {color:buttons};
  340. }
  341.  
  342. #top {top:-10px; position:fixed;}
  343. #toplinku {position:fixed; bottom:10px; left:210px;}
  344. #toplinku a{color:white; background-color:transparent; font-family:skinny; font-size:8px;}
  345.  
  346. #pag{
  347. font-family:skinny;
  348. font-size:8px;
  349. position:fixed;
  350. bottom:10px;
  351. letter-spacing:1px;
  352. left:200px;
  353. }
  354.  
  355. #pag a{
  356. color:#fff;
  357. }
  358.  
  359. #juliechan{
  360. position:fixed;
  361. font-size:9px;
  362. top:5px;
  363. left:5px;
  364. color:#fff;
  365. }
  366.  
  367. #juliechan a{
  368. color:#fff;
  369. }
  370.  
  371. @font-face {font-family: "skinny";src: url('http://static.tumblr.com/iuggpng/dzLlzvdcs/skinny.ttf');}
  372.  
  373. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  374.  
  375. </style>
  376. </head>
  377. <body>
  378. {block:ifinfinitescrolling}<div id="toplinku"><a href="#top">let's fly ↑</a></div>{/block:ifinfinitescrolling}
  379.  
  380. <div id="juliechan"><a href="http://utekii.tumblr.com">☂</a></div>
  381.  
  382. <div id="mono">
  383. <img src="{image:sidebar picture}" id="kawaii" width="200px">
  384. <div id="side"><p>{description}</p></div>
  385. </div>
  386.  
  387. <div id="line">
  388. <a href="/" id="home" class="navi">index</a>
  389. <a href="/ask" id="ask" class="navi">message</a>
  390. <a href="/archive" id="archive" class="navi">history</a>
  391.  
  392. {block:iflink1}<a href="{text:link 1 url}" id="b1" class="navi">{text:link 1}</a>{/block:iflink1}
  393. {block:iflink2}<a href="{text:link 2 url}" id="b2" class="navi">{text:link 2}</a>{/block:iflink2}
  394. {block:iflink3}<a href="{text:link 3 url}" id="b3" class="navi">{text:link 3}</a>{/block:iflink3}
  395. {block:iflink4}<a href="{text:link 4 url}" id="b4" class="navi">{text:link 4}</a>{/block:iflink4}
  396. </div>
  397.  
  398. {block:ifnotinfinitescrolling}
  399. <p><center><div id="pag">{block:Pagination}
  400. {block:PreviousPage}<a href="{PreviousPage}">back</a>&#160| {CurrentPage}/{TotalPages} |&#160 {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  401. {/block:Pagination}</div></center>{/block:ifnotinfinitescrolling}
  402.  
  403. <div id="posts">
  404. <div class="autopagerize_page_element">
  405. {block:Posts}
  406. <div id="box">
  407. {block:IndexPage}
  408. <a href="{Permalink}" id="perma">{NoteCount}</a>
  409. <p><a href="{ReblogURL}" id="perma" style="margin-top:11px;">Reblog</a></p>
  410. {/block:IndexPage}
  411. {block:Text}
  412. <div class="posteu">
  413. <div class="texts">
  414. {block:Title}
  415. <div class="titles"><a href="{Permalink}">{Title}</a></div>
  416. {/block:Title}
  417.  
  418. {Body}
  419. </div></div>
  420. {/block:Text}
  421.  
  422. {block:Photo}<div class="posteu">
  423.  
  424. <div class="photo">
  425. {block:if500pxposts} <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:if500pxposts}
  426. {block:if400pxposts} <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:if400pxposts}
  427. {block:if250pxposts} <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:if250pxposts}
  428. </div>
  429. {block:PermalinkPage}{block:Caption}
  430. {Caption}
  431. {/block:Caption}{/block:PermalinkPage}
  432. </div>
  433. {/block:Photo}
  434.  
  435. {block:Photoset}<div class="posteu">
  436. <div class="photoset">
  437.  
  438. {block:if500pxposts}<a href="{Permalink}">{Photoset-500}</a>{/block:if500pxposts}
  439. {block:if400pxposts}<a href="{Permalink}">{Photoset-400}</a>{/block:if400pxposts}
  440. {block:if250pxposts}<a href="{Permalink}">{Photoset-250}</a>{/block:if250pxposts}
  441.  
  442. {block:PermalinkPage}{block:Caption}
  443. {Caption}
  444. {/block:Caption}{/block:PermalinkPage}
  445. </div>
  446. </div>
  447. {/block:Photoset}
  448.  
  449. {block:Quote}<div class="posteu">
  450. <div class="quotes">
  451. "{Quote}"
  452.  
  453. {block:Source}
  454. <div style="text-align:right">-{Source}</div>
  455. {/block:Source}
  456. </div></div>
  457. {/block:Quote}
  458.  
  459. {block:Link}
  460. <div class="posteu">
  461. <div class="titles"><a href="{URL}" {Target}><big> </big>→ {Name}</a></div>
  462.  
  463. {block:Description}
  464. <div class="texts">{Description}</div>
  465. {/block:Description}</div>
  466. {/block:Link}
  467.  
  468. {block:Chat}<div class="posteu">
  469. <div class="post chat">
  470. {block:Title}
  471. <h3><div class="titles"><a href="{Permalink}">{Title}</a></div></h3>
  472. {/block:Title}
  473.  
  474. <div class="chat">
  475. {block:Lines}
  476. <div class="{Alt} user_{UserNumber}">
  477. {block:Label}
  478. <span class="label">{Label}</span>
  479. {/block:Label}
  480.  
  481. {Line}
  482. </div>
  483. {/block:Lines}
  484. </div>
  485. </div>
  486. </div>
  487. {/block:Chat}
  488.  
  489. {block:Video}<div class="posteu">
  490. <div class="video">
  491.  
  492. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  493. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  494. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  495.  
  496. {block:PermalinkPage}{block:Caption}
  497. <div class="caption">{Caption}</div>
  498. {/block:Caption}{/block:PermalinkPage}
  499. </div></div>
  500. {/block:Video}
  501.  
  502. {block:Audio}<div class="posteu">
  503. <div class="audio">
  504. {block:AlbumArt}
  505. <img style="width:100px; height:100px;"src="{AlbumArtURL}"/>
  506. {/block:AlbumArt}
  507. <center><div style="margin-top:-50px;">{AudioPlayerBlack}
  508.  
  509.  
  510. {block:Caption}
  511. <div class="caption">{Caption}</div>
  512. {/block:Caption}</div></center>
  513. </div></div>
  514. {/block:Audio}
  515.  
  516. {block:Answer}
  517. <div class="posteu">
  518. <div class="texts">
  519. <div class="ask">
  520. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:5px; opacity:1;">
  521. <b>{Asker} whispered</b>:
  522. "{Question}"</div>
  523. {Answer}</div></div>
  524. {/block:Answer}
  525.  
  526. {block:PermalinkPage}
  527. <div id="permalink">
  528. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}
  529. <div>{block:HasTags}{block:IfTags}<div id="tags">tagged :{block:Tags}
  530. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div> {/block:IfTags}{block:IfNotTags} <div id="tags">tagged :{block:Tags}
  531. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div>{/block:IfNotTags}{/block:HasTags}
  532. {block:PostNotes}<div style="height:auto;{block:if500pxposts}width:485px;{/block:if500pxposts}{block:if400pxposts}width:385px;{/block:if400pxposts}text-align:left;
  533. overflow:hidden;border:none;">
  534. {PostNotes}</div>{block:PostNotes}</div></div> {/block:PermalinkPage}
  535. </div>
  536. {/block:Posts}
  537. </div>{block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  538. </body>
  539. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement