Advertisement
tsuruui

JEUDI theme

Feb 18th, 2013
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--
  5. theme by juunko uvu
  6. please do not claim as yours, but feel free to edit and tweak!
  7.  
  8. notes!!
  9. 1. "line" means the 30px line on the left border, you can customize this!
  10.  
  11. 2. "borderline" is the border between the sidebar and posts.
  12.  
  13. 3. the "white" option makes the sidebar bg and the bg white! changing sidebar/bg colors will not work if this option is enabled!
  14.  
  15. 4. please try to have a large sidebar image that's fairly rectangular, it will be resized!!
  16.  
  17. 5. thank you!! if you need anything done just let me know and i'll try to fix it/tell you how to tweak it!
  18.  
  19. -->
  20.  
  21. <head>
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <meta name="color:background" content="#ffffff">
  26. <meta name="color:post background" content="#ffffff">
  27. <meta name="color:container bg" content="#ffffff">
  28. <meta name="color:line" content="">
  29. <meta name="color:borders" content="#cecaca">
  30. <meta name="color:nav" content="#cccccc">
  31.  
  32.  
  33. <meta name="image:sidebar" content="">
  34. <meta name="color:bold" content="#000000">
  35. <meta name="color:sidebar background" content="#fafafa">
  36. <meta name="color:sidebar text" content="#494949">
  37. <meta name="color:notes bg" content="#eeeeee">
  38. <meta name="color:link color" content="#000000">
  39. <meta name="color:blockquotebg" content="#eeeeee">
  40. <meta name="text:ask" content="dreamt">
  41. <meta name="if:white" content="0">
  42. <meta name="if:line" content="1">
  43. <meta name="if:250px" content="1">
  44. <meta name="if:500px" content="0">
  45. <meta name="if:postborders" content="1">
  46. <meta name="if:borderline" content="0">
  47. <meta name="if:grayscale" content="0">
  48. <meta name="if:photofade" content="1">
  49. <meta name="if:morelinks" content="0">
  50. <meta name="if:showcaptions" content="0">
  51. <meta name="if:infinitescroll" content="1">
  52. <meta name="text:link1"content""/>
  53. <meta name="text:link1 url" content""/>
  54. <meta name="text:link2"content""/>
  55. <meta name="text:link2 url" content""/>
  56. <meta name="text:link3"content""/>
  57. <meta name="text:link3 url" content""/>
  58. <meta name="text:previous" content="previous">
  59. <meta name="text:next" content="next">
  60.  
  61. <style type="text/css">
  62.  
  63. ::-webkit-scrollbar { width: 3px; background-color: #ccc; }
  64.  
  65. ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); border-radius: 0px; background-color: #fff; }
  66.  
  67. ::-webkit-scrollbar-thumb { border-radius: 0px; -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); background-color: #ccc; }
  68.  
  69. ::-webkit-scrollbar-corner { background: #transparent ; }
  70. {CustomCSS}
  71. iframe#tumblr_controls{
  72. right:0px !important;
  73. position:fixed !important;
  74. -webkit-filter:invert(100%);
  75. opacity:.5;
  76. z-index:999999;
  77. }
  78.  
  79. a {
  80. color:#666;
  81. cursor:help;
  82. text-decoration:none;
  83.  
  84. }
  85.  
  86. a:hover {
  87. text-decoration:line-through;
  88. }
  89.  
  90. b, strong {
  91. color:{color:bold};
  92. font-family:courier new;
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. i, em {
  98. color:{color:text};
  99. font-family:georgia;
  100. font-size:10px;
  101. font-weight:lighter;
  102. }
  103.  
  104. h1 {
  105. color:#333;
  106. font-style: none;
  107. font-size:10px;
  108. text-transform:lowercase;
  109. font-weight:lighter;
  110. letter-spacing:.5px;
  111. border-bottom:1px solid {color:borders};
  112. margin:1px;
  113. margin-top:5px;
  114. margin-bottom:0px;
  115. }
  116.  
  117. h2 {
  118. font-size:0px;
  119. color:{Color:bold};
  120. margin-bottom:0px;
  121. border-bottom: 1px solid {color:borders};
  122. padding-bottom:2px;
  123. letter-spacing:1px;
  124. line-height:12px;
  125. text-transform: lowercase;
  126. font-weight:lighter;
  127. }
  128. #title {
  129. font-family:meiryo;
  130. width:150px;
  131. position:relative;
  132. border-bottom:1px solid {color:borders};
  133. letter-spacing:1px;
  134. margin-top:2px;
  135. font-size:15px;
  136. font-weight:lighter;
  137. opacity:0.8;
  138. text-align:center;
  139. margin-left:25px;
  140. }
  141. #sidebar {
  142. position:fixed;
  143. left:30px;
  144. height:100%;
  145. margin-top:-10px;
  146. {block:ifwhite}
  147. background-color:#fff;
  148. width:190px;
  149. {/block:ifwhite}
  150. {block:ifnotwhite}
  151. width:200px;
  152. background-color:{color:sidebar background};
  153. {block:ifnotwhite}
  154. color:{color:sidebar text};
  155. }
  156.  
  157. #sideimg {
  158. position:relative;
  159. margin-top:20px;
  160. width:130px;
  161. margin-left:24px;
  162. padding:10px;
  163. border:1px solid {color:borders};
  164. opacity:0.7;
  165. -webkit-transition:opacity 0.5s linear;
  166. -moz-transition:all 0.5s ease-out;
  167. transition:all 0.5s ease-out;
  168. }
  169.  
  170. #sideimg:hover{
  171. opacity:1;
  172. }
  173. #description {
  174. color:{color:sidebar text};
  175. position:relative;
  176. opacity:1;
  177. max-width:150px;
  178. margin-left:25px;
  179. margin-top:5px;
  180. font-family:consolas;
  181. padding:0px;
  182. text-align:center;
  183. text-transform:uppercase;
  184. font-size:8px;
  185. line-height:1;
  186. }
  187.  
  188. #nav {
  189. position:relative;
  190. color:{color:nav};
  191. font-family:georgia;
  192. font-size:9px;
  193. text-transform:lowercase;
  194. text-align:center;
  195. margin-top:5px;
  196. }
  197.  
  198. #nav a {
  199. color:{color:nav};
  200. }
  201. {block:ifline}
  202. #line {
  203. position:fixed;
  204. opacity:1;
  205. background-color:{color:line};
  206. height:100%;
  207. width:30px;
  208. left:0px;
  209. top:0px;
  210. z-index:5;
  211. }
  212. {/block:ifline}
  213. body {
  214. {block:ifwhite}
  215. background-color:#fff;
  216. {/block:ifwhite}
  217. {block:ifnotwhite}
  218. background-color:{color:background};
  219. {/block:ifnotwhite}
  220. }
  221. #content {
  222. padding-top:0px;
  223. {block:ifwhite}
  224. background-color:#fff;
  225. {/block:ifwhite}
  226. {block:ifnotwhite}
  227. background-color:{color:container bg};
  228. {/block:ifnotwhite}
  229. {block:if250px}
  230. width:330px;
  231. {/block:if250px}
  232. {block:if500px}
  233. width:550px;
  234. {/block:if500px}
  235. overflow:hidden;
  236. margin-left:243px;
  237. {block:ifborderline}
  238. border-left:1px solid {color:borders};
  239. {/block:ifborderline}
  240. {block:ifwhite}
  241. margin-left:220px;
  242. {/block:ifwhite}
  243. font-family:calibri;
  244. font-size:9px;
  245. {block:permalinkpage}
  246. width:550px;
  247. {/block:permalinkpage}
  248. }
  249.  
  250. .post {
  251. margin:25px;
  252. padding:10px;
  253. {block:ifpostborders}
  254. border:1px solid {color:borders};
  255. {/block:ifpostborders}
  256. {block:ifwhite}
  257. background:#fff;
  258. {/block:ifwhite}
  259. {block:ifnotwhite}
  260. background:{color:post background};
  261. {/block:ifnotwhite}
  262. {block:indexpage}
  263. {block:if250px}
  264. width:250px;
  265. {/block:if250px}
  266. {block:if500px}
  267. width:500px;
  268. {/block:if500px}
  269. {/block:indexpage}
  270. {block:permalinkpage}
  271. width:500px;
  272. {/block:permalinkpage}
  273. }
  274. {block:indexpage}
  275.  
  276. .post img{
  277. {block:ifgrayscale}
  278. filter: url(filters.svg#grayscale);
  279. filter: gray;
  280. -webkit-filter: grayscale(1);
  281. -webkit-transition:all 0.5s ease-in-out;
  282. -moz-transition:all 0.5s ease-in-out;
  283. -o-transition:all 0.5s ease-in-out;
  284. transition:all 0.5s ease-in-out;
  285. {/block:ifgrayscale}
  286. {block:ifphotofade}
  287. opacity:0.8;
  288. {/block:ifphotofade}
  289. {block:if250px}
  290. width:250px;
  291. {/block:if250px}
  292. {block:if500px}
  293. width:500px;
  294. {/block:if500px}
  295. margin-bottom:-2px;
  296. background:{color:Background}
  297. {block:ifphotofade}
  298. -webkit-transition:opacity 0.5s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out;
  299. transition:all 0.5s ease-out;
  300.  
  301. {/block:ifphotofade}
  302. {/block:indexpage}
  303. {block:permalinkpage}
  304. width:500px;
  305. {/block:permalinkpage}
  306. }
  307. .post img:hover {
  308. {block:ifgrayscale}
  309. filter:none;
  310. -webkit-filter:grayscale(0); {/block:ifgrayscale}
  311. opacity:1;
  312. }
  313.  
  314. .post:hover .notes{
  315. opacity:1;
  316.  
  317. }
  318. .notes {
  319. -webkit-transition:opacity 0.5s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out;
  320. transition:all 0.5s ease-out;
  321. position:absolute;
  322. {block:PermalinkPage}
  323. opacity:1;
  324. {/block:PermalinkPage}
  325. {block:IndexPage}
  326. opacity:0;
  327. font-family:consolas;
  328. height:10px;
  329. padding:5px;
  330. {block:if250px}
  331. width:240px;
  332. {/block:if250px}
  333. {block:if500px}
  334. width:490px;
  335. {/block:if500px}
  336. text-transform:uppercase;
  337. font-size:8px;
  338. background-color:{color:notes bg};
  339. {/block:IndexPage}
  340. }
  341.  
  342. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  343. #infscr-loading {display:none;}
  344. .navigation {display:none!important;}
  345.  
  346. #over{
  347. height:2000px!important;
  348. position:absolute;
  349. top:0px;
  350. left:0px;
  351. width: 100%;}
  352.  
  353. #quote {
  354. padding: 5px;
  355. font: 12px "Courier New";
  356. letter-spacing: -1px;}
  357.  
  358.  
  359. blockquote {
  360. padding: 2px;
  361. overflow:hidden;
  362. padding-left: 5px;
  363. border-left: 1px solid {color:borders};
  364. margin-left:25px;
  365. margin-right: 30px;
  366. background-color:{color:blockquotebg};
  367. opacity:1;
  368. color: {color:blockquote text};
  369. }
  370.  
  371. .link {
  372. font:8px calibri;
  373. text-align:center;
  374. position:relative;
  375. line-height:12px;
  376. text-transform:uppercase;
  377. width:150px;
  378. max-width:150px;
  379. margin-left:25px;
  380. padding-bottom:1px;
  381. border-bottom:1px solid {color:borders};
  382. }
  383.  
  384. .link a {
  385. color:{color:link color};
  386. padding:2px;
  387. background-color:{color:sidebar bg};
  388. }
  389.  
  390. #bq {
  391. margin-left:14px;
  392. margin-bottom:-5px;
  393. border-left:1px solid {color:borders};
  394. opacity:1;
  395. padding-left:5px;
  396. background-color:{color:blockquotebg}
  397. }
  398. #text {
  399. {block:indexpage}
  400. {block:if250px}
  401. width:250px;
  402. {/block:if250px}
  403. {block:if500px}
  404. width:500px;
  405. {/block:if500px}
  406. overflow:hidden;
  407. margin-bottom:0px;
  408. {/block:indexpage}
  409. {block:permalinkpage}
  410. padding-top:10px;
  411. {/block:permalinkpage}
  412. }
  413.  
  414. </style>
  415. {block:ifinfinitescroll}
  416. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  417. {/block:ifinfinitescroll}
  418. </head>
  419. </div>
  420. <body>
  421.  
  422. <div class="navigation">
  423. {block:Pagination}
  424. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  425. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  426. {/block:Pagination}</div>
  427. <div id="line"></div>
  428. <div id="sidebar">
  429. <div id="sideimg"> <img src="{image:sidebar}" style="display:block;
  430. max-width:130px;
  431. max-height:250px;"></img></div>
  432. <div id="title"><a href="/">{Title}</a></div>
  433. <div class="link"><a href="/">home</a>
  434. <a href="/ask">message</a>
  435. <a href="/archive">archive</a>
  436. <a href="http://juunko.tumblr.com/">Theme</a><br>
  437. {block:ifmorelinks}
  438. <a href="{text:link1 url}">{text:link1}</a>
  439. <a href="{text:link2 url}">{text:link2}</a>
  440. <a href="{text:link3 url}">{text:link3}</a>
  441. {/block:ifmorelinks}
  442. </div>
  443. <div id="description">{Description}</div>
  444. {block:ifnotinfinitescroll}{block:pagination}<div id="nav">{block:previouspage}<a href="{previouspage}">{text:previous}</a>{/block:previouspage}{block:nextpage} <a href="{nextpage}">{text:next}</a>{/block:nextpage}</div>{/block:pagination}{/block:ifnotinfinitescroll}
  445.  
  446. </div>
  447.  
  448. </div></div>
  449.  
  450. </div>
  451. <div id="content">
  452.  
  453. {block:ifinfinitescroll} <div class="autopagerize_page_element">{/block:ifinfinitescroll}{block:Posts}
  454. <div class="post">
  455. {block:IndexPage}<div class="permalink"><a href="{Permalink}"></a></div>{/block:IndexPage}
  456.  
  457. {block:Text}
  458. <div id="text">{block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  459. {Body}</div>
  460. {/block:Text}
  461.  
  462. {block:Photo}
  463. {block:IndexPage}{LinkOpenTag}<a href="{Permalink}">{block:if250px}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:if250px}{block:if500px}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:if500px}</a>{LinkCloseTag}{/block:IndexPage}
  464. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkOpenTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  465. {/block:Photo}
  466.  
  467. {block:Photoset}
  468. {block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{block:if250px}{Photoset-250}{/block:if250px}{block:if500px}{Photoset-500}{/block:if500px}{/block:IndexPage}
  469. {block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  470. {/block:Photoset}
  471.  
  472. {block:Quote}
  473. <div id="text">{block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}"{Quote}"
  474. {block:Source}<br></br>—<b>{Source}</b>{/block:Source}{block:permalinkpage}{/block:Permalinkpage}</div>
  475. {/block:Quote}
  476.  
  477. {block:Link}
  478. <div id="text">{block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}<a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}{block:permalinkpage}{/block:Permalinkpage}</div>
  479. {/block:Link}
  480.  
  481. {block:Chat}
  482. <div id="text">{block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}{block:Title}<b>{Title}</b>{/block:Title}
  483. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:permalinkpage}{/block:Permalinkpage}</div>
  484. {/block:Chat}
  485.  
  486. {block:Audio}
  487. {block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}<div class="player">{AudioPlayerWhite}</div>
  488. {block:Caption}{Caption}{/block:Caption}{block:permalinkpage}{/block:Permalinkpage}
  489. {/block:Audio}
  490.  
  491. {block:Answer}
  492. {block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}<b>{Asker}</b> {Text:Ask}: {Question}
  493. <div id="bq">{Answer}</div>{block:permalinkpage}{/block:Permalinkpage}
  494. {/block:answer}
  495.  
  496. {block:Video}
  497. {block:IndexPage}<div class="notes"><a href="{Permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}">Reblog</a></div>{block:if250px}{Video-250}{/block:if250px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  498. {/block:Video}
  499.  
  500. {block:PermalinkPage}
  501. {block:HasTags}Tagged; {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
  502. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  503. {block:PostNotes}{PostNotes}{/block:PostNotes}
  504. {/block:PermalinkPage}
  505.  
  506. </div>
  507. {/block:Posts}</div>
  508. </div>
  509. </div>
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement