Advertisement
kawaiibuu

small theme

Aug 20th, 2013
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. <head>
  2. <!--
  3. jubilee themes @ jubileethemes.tumblr.com
  4. by meancutie
  5. don't remove // don't remove credit, the one in the links is okay to change
  6.  
  7.  
  8. -->
  9.  
  10.  
  11.  
  12.  
  13. <meta name="image:Background" content=""/>
  14. <meta name="image:sidebar" content=""/>
  15. <meta name="image:Hover Box Img" content=""/>
  16.  
  17. <meta name="color:Gradient Top" content="#dabbbb"/>
  18. <meta name="color:Gradient Bottom" content="#836783"/>
  19. <meta name="color:border" content="#000"/>
  20. <meta name="color:links hover" content=""/>
  21. <meta name="color:links" content="#000"/>
  22. <meta name="color:scroll" content=""/>
  23. <meta name="color:text" content="#000"/>
  24.  
  25. <meta name="font:Body" content="Courier New"/>
  26.  
  27. <meta name="if:Gradient Background" content="1"/>
  28. <meta name="if:Scrolling Title Bar" content="1"/>
  29. <meta name="if:Bottom Box" content="0"/>
  30. <meta name="if:Fullsized Background Image" content="1"/>
  31. <meta name="if:Grayscale Images" content="0"/>
  32. <meta name="if:Fade Images" content="0"/>
  33. <meta name="if:Title Background" content="1"/>
  34.  
  35. <meta name="text:Title Opacity" content="0.5" />
  36. <meta name="text:Post Gaps" content="75" />
  37. <meta name="text:Hover Box Title" content="more info" />
  38. <meta name="text:Hover Box Text" content="...<br>" />
  39.  
  40. <meta name="text:link 1 url" content="" />
  41. <meta name="text:link 2 url" content="" />
  42. <meta name="text:link 3 url" content="" />
  43. <meta name="text:link 4 url" content="" />
  44. <meta name="text:link 1" content="link 1" />
  45. <meta name="text:link 2" content="link 2" />
  46. <meta name="text:link 3" content="link 3" />
  47. <meta name="text:link 4" content="link 4" />
  48.  
  49.  
  50. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  51. <link rel='shortcut icon' href='{Favicon}'>
  52. <title>{title}</title>
  53. <style type="text/css">
  54.  
  55. @font-face { font-family: "Dot"; src: url('http://static.tumblr.com/mqkrxog/Kjamrgrrm/enhanced_dot_digital-7.ttf'); }
  56. @font-face{ font-family: 'Cube'; src: url('http://static.tumblr.com/mqkrxog/Kk4mrgrla/plexifont-webfont.ttf'); }
  57. @font-face{ font-family: 'Sq'; src: url('http://static.tumblr.com/mqkrxog/w4mmrhq6p/squared_display.ttf'); }
  58.  
  59.  
  60.  
  61. {block:IfGrayscaleImages}
  62. img{
  63. -webkit-transition: opacity 0.8s linear;
  64. opacity: 0.60;
  65. -webkit-filter:grayscale(100%);
  66. }
  67. img:hover{
  68. -webkit-transition: opacity 0.8s linear;
  69. opacity: 1;
  70. -webkit-filter:none;
  71. }
  72. {/block:IfGrayscaleImages}
  73. {block:IfFadeImages}
  74. img{
  75. -webkit-transition: opacity 0.8s linear;
  76. opacity: 0.60;
  77. }
  78. img:hover{
  79. -webkit-transition: opacity 0.8s linear;
  80. opacity: 1;
  81. }
  82. {/block:IfFadeImages}
  83.  
  84. iframe#tumblr_controls{position:fixed !important;}
  85.  
  86. {block:IfNotGradientBackground}
  87. body{
  88. height:100%;
  89. text-align:justify;
  90. font-family:{font:Body};
  91. font-size: 12px;
  92. color:{color:text};
  93. {block:IfNotFullsizedBackgroundImage}
  94. background:fixed;
  95. background: url('{image:Background}') top left fixed repeat;{/block:IfNotFullsizedBackgroundImage}
  96. {block:ifFullsizedBackgroundImage}background:fixed;
  97. background: {color:Background} url('{image:Background}') top left fixed no-repeat;
  98. background-size: cover;{/block:ifFullsizedBackgroundImage}
  99. }
  100.  
  101. {block:IfNotGradientBackground}
  102. {block:IfGradientBackground}
  103. body{
  104. height:100%;
  105. text-align:justify;
  106. font-family:{font:Body};
  107. font-size: 12px;
  108. color:{color:text};
  109. background:fixed;
  110. background-image: -o-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  111. background-image: -moz-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  112. background-image: -webkit-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  113. background-image: -ms-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  114. background-image: linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  115. }
  116. {block:IfGradientBackground}
  117.  
  118.  
  119. a:link, a:active, a:visited{
  120. color:{color:links};
  121. text-decoration:none;}
  122. a:hover
  123. {
  124. letter-spacing: 1px;
  125. color: {color:links hover};
  126. }
  127.  
  128.  
  129. .title{
  130. font-family:{font:Body};
  131. font-size:17px;
  132. line-height:15px;
  133. }
  134.  
  135.  
  136. #entry{
  137. margin-bottom:{text:post gaps}px;
  138. width:200px;
  139. -moz-transition:all 0.3s ease-out;
  140. -o-transition:all 0.3s ease-out;
  141. -webkit-transition all 0.3s ease-out;
  142. transition:all 0.3s ease-out;
  143. {block:PermalinkPage}
  144. width:200px;
  145. height:auto;
  146. {/block:PermalinkPage}
  147. }
  148.  
  149. #entry:hover{
  150.  
  151. }
  152.  
  153.  
  154.  
  155. #posts {
  156. width:200px;
  157. margin-top: 40px;
  158. padding: 50px;
  159. -moz-transition:all 0.5s ease-out;
  160. -o-transition:all 0.5s ease-out;
  161. -webkit-transition all 0.5s ease-out;
  162. transition:all 0.5s ease-out;
  163. }
  164.  
  165.  
  166. #high {
  167. position:absolute;
  168. width: 0px;
  169. margin-top: 60px;
  170. margin-left: 265px;
  171. text-align:center;
  172. opacity: 1;
  173. border-left: 1px solid {color:border};
  174. }
  175.  
  176. #description {
  177.  
  178. width:150px;
  179. letter-spacing: 1px;
  180. font-family: consolas;
  181. text-align:center;
  182. color:{color:text};
  183. opacity: 0;
  184. -moz-transition:all 0.5s ease-out;
  185. -o-transition:all 0.5s ease-out;
  186. -webkit-transition all 0.5s ease-out;
  187. transition:all 0.5s ease-out;
  188. }
  189. #description:hover{
  190. opacity: 1;
  191. -moz-transition:all 0.5s ease-out;
  192. -o-transition:all 0.5s ease-out;
  193. -webkit-transition all 0.5s ease-out;
  194. transition:all 0.5s ease-out;
  195. }
  196.  
  197. #high:hover{
  198. opacity: 1;
  199. }
  200.  
  201.  
  202. .permalink{
  203. font-family:{font:Body};
  204. font-size: 11px;
  205. line-height:11px;
  206. text-transform: lowercase;
  207. text-align: center;
  208. background-color:transparent;
  209. }
  210.  
  211.  
  212. #lower{
  213. {block:ifnotscrollingtitlebar}
  214. position:absolute !important; {/block:ifnotscrollingtitlebar}
  215. {block:ifscrollingtitlebar}position:fixed !important; {/block:ifscrollingtitlebar}
  216. width: 150px;
  217. margin-left: 70px;
  218. top: 10px;
  219. padding: 5px;
  220. font-family: {font:Body};
  221. {block:IfTitleBackground}background: rgba(255, 255, 255, {text:title opacity});{/block:IfTitleBackground}
  222. text-align:center;
  223. -moz-transition:all 0.3s ease-out;
  224. -o-transition:all 0.3s ease-out;
  225. -webkit-transition all 0.3s ease-out;
  226. transition:all 0.3s ease-out;
  227. z-index: 999;
  228. margin-bottom: -5px;
  229. }
  230.  
  231.  
  232. #lower:hover{
  233.  
  234. }
  235.  
  236.  
  237. .navigate{
  238. background-color: transparent;
  239. width: auto;
  240. font-size:10px;
  241. padding:1px;
  242. font-family: consolas;
  243. margin-top:30px;
  244. margin-left:2px;
  245. line-height:10px;
  246. letter-spacing:2px;
  247. text-transform:lowercase;
  248. }
  249.  
  250. #sb {
  251. opacity: 1;
  252. -moz-transition:all 0.3s ease-out;
  253. -o-transition:all 0.3s ease-out;
  254. -webkit-transition all 0.3s ease-out;
  255. transition:all 0.3s ease-out;
  256. }
  257. #sb:hover {
  258. -moz-transition:all 0.3s ease-out;
  259. -o-transition:all 0.3s ease-out;
  260. -webkit-transition all 0.3s ease-out;
  261. transition:all 0.3s ease-out;
  262. }
  263.  
  264.  
  265. #ee {
  266. width: 200px;
  267. padding-top: 2px;
  268. -moz-transition:all 0.5s ease-out;
  269. -o-transition:all 0.5s ease-out;
  270. -webkit-transition all 0.5s ease-out;
  271. transition:all 0.5s ease-out;
  272. opacity: 0;
  273. }
  274.  
  275. #ee:hover {
  276. opacity: 1;
  277. -moz-transition:all 0.5s ease-out;
  278. -o-transition:all 0.5s ease-out;
  279. -webkit-transition all 0.5s ease-out;
  280. transition:all 0.5s ease-out;
  281. }
  282.  
  283.  
  284. #t {
  285. font-family: 'Sq';
  286. font-size: 24px;
  287. margin-bottom: -10px;
  288. opacity: 1;
  289. text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  290. }
  291. #t:hover {
  292. opacity: 1;
  293. -moz-transition:all 0.5s ease-out;
  294. -o-transition:all 0.5s ease-out;
  295. -webkit-transition all 0.5s ease-out;
  296. transition:all 0.5s ease-out;
  297. z-index: 999;
  298. }
  299.  
  300.  
  301. #pp {
  302. width: 250px;
  303. text-align: center;
  304. position:absolute;
  305. background: rgba(255, 255, 255, 0.1);
  306. opacity:0;
  307. -moz-transition:all 1s ease-out;
  308. -o-transition:all 1s ease-out;
  309. -webkit-transition all 1s ease-out;
  310. transition:all 1s ease-out;
  311. }
  312. #pp:hover {
  313. opacity: 1;
  314. -moz-transition:all 0.5s ease-out;
  315. -o-transition:all 0.5s ease-out;
  316. -webkit-transition all 0.5s ease-out;
  317. transition:all 0.5s ease-out;
  318. background: rgba(255, 255, 255, 0.5);
  319. }
  320.  
  321.  
  322. img{
  323. max-width:100%;
  324. border: 1px solid {color:border};
  325. }
  326.  
  327. .assk{
  328. position:relative;
  329. padding:2px;
  330. background: rgba(255, 255, 255, 0.1);
  331. -moz-border-radius:5px;
  332. -webkit-border-radius:5px;
  333. border-radius:5px;}
  334. .assk p{margin:1px 0px;}
  335. .assk span{
  336. position:absolute;
  337. display:block;
  338. top:10px;
  339. left:-10px;
  340. width:1px;
  341. height:1px;
  342. font-size:0;
  343. line-height:1px;
  344. }
  345. .askborder{float:left; margin:1px 4px 0 0; padding:2px; }
  346.  
  347. blockquote{margin-left:10px; padding:1px; padding-left:5px; border-left:1px solid {color:border};}
  348. ul, ol, li{
  349. list-style:katakana;
  350. margin-left:10px;
  351. padding:5px;
  352. color:{color:text};}
  353. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  354. .user_7 .label, .user_8 .label, .user_9 .label {
  355. color:{color:text};
  356. font-style:oblique;
  357. }
  358.  
  359. #morein{
  360. position:fixed;
  361. padding-top:10px;
  362. padding-bottom:10px;
  363. border: 1px solid {color:Gradient bottom};
  364. color: {color:text};
  365. height:7px;
  366. left:288px;
  367. bottom: -3px;
  368. width:156px;
  369. overflow:hidden;
  370. -webkit-transition: opacity 0.7s linear;
  371. -webkit-transition: all 0.7s ease-in-out;
  372. -moz-transition: all 0.7s ease-in-out;
  373. -o-transition: all 0.7s ease-in-out;
  374. background: rgba(255, 255, 255, 0.1);
  375. z-index:9;
  376. }
  377.  
  378. #morein:hover{
  379. text-align:center;
  380. height:250px;
  381. -webkit-transition: opacity 0.7s linear;
  382. -webkit-transition: all 0.7s ease-in-out;
  383. -moz-transition: all 0.7s ease-in-out;
  384. -o-transition: all 0.7s ease-in-out;
  385. }
  386.  
  387. ::-webkit-scrollbar{
  388. width:5px;
  389. height:5px;
  390. background: {color:background};
  391. }
  392. ::-webkit-scrollbar-thumb{
  393. background-color: {color:scroll};
  394. }
  395.  
  396. #apd {
  397. width: 196px;
  398. overflow: hidden;
  399. }
  400.  
  401. #phh {
  402. width: 200px;
  403. overflow: hidden;
  404. border:1px solid {color:border};
  405. }
  406.  
  407.  
  408.  
  409. {CustomCSS}
  410. </style>
  411.  
  412. </head>
  413. <body>
  414.  
  415.  
  416. {block:ifBottomBox}<div id="morein"><center>
  417. {text:Hover Box Title}<br>
  418. {text:Hover Box Text}<br>
  419. <!-- put other text images etc for hover box here -->
  420. <img src="{image:Hover Box Img}" style="border: transparent;">
  421. </div>{/block:ifBottomBox}
  422.  
  423. <div id="high">
  424. <div id="description">
  425. {Description}
  426. <br>
  427. <div id="sb"><img style="width:100px; border: transparent;" src="{image:Sidebar}" title="{title}" /></a></div>
  428. </div>
  429. </div>
  430. <div id="lower">
  431. <div id="t">{title}</div>
  432. <span class="navigate"><div style="border-bottom: 1px solid {color:border}; margin-bottom: -14px;"><a href="/">home</a> <a href="/ask">ask</a>
  433. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  434. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  435. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  436. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}</div>
  437. </span></div></div>
  438.  
  439.  
  440. <div id="posts">
  441. <div class="autopagerize_page_element">
  442.  
  443.  
  444.  
  445. {block:Posts}
  446.  
  447. <div id="entry">
  448.  
  449. {block:Answer}
  450. <div style="padding: 5px;">
  451. <img src="{AskerPortraitURL-48}" align="left" class="askborder">
  452. <div class="assk"><span></span>{Asker} said: {Question}</div>{Answer}</img>
  453. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  454. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div></div>
  455. {/block:Answer}
  456.  
  457. {block:Text}
  458. <div style="padding: 5px;">
  459. {block:Title}<center><i><span class="title">{Title}</span></center></i>{/block:Title}
  460. {Body}
  461. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  462. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div></div>
  463. {/block:Text}
  464.  
  465.  
  466. {block:Link}
  467. <div style="padding: 5px;">
  468. <div style="border-bottom: 1px solid {color:border}; padding:2px;"><a href="{URL}" class="title"><center><i>{Name}</i></center></a></div>
  469. {block:Description}{Description}{/block:Description}
  470. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  471. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div></div>
  472. {block:Link}
  473.  
  474. {block:Photo}
  475. {block:IndexPage}
  476. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></div>
  477. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  478. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div>{/block:IndexPage}
  479. {block:PermalinkPage}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  480. {/block:Photo}
  481.  
  482. {block:Photoset}
  483. <div style="padding-bottom: 5px;">
  484. {block:IndexPage}<div id="phh"><center>{Photoset-250}</center></div>{/block:IndexPage}
  485. {block:PermalinkPage}<div id="phh"><center>{Photoset-250}</center></div>{/block:PermalinkPage}
  486. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  487. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div></div>
  488. {/block:Photoset}
  489.  
  490. {block:Quote}
  491. <div style="padding: 5px;">
  492. "{Quote}"
  493. {block:Source}<div style="letter-spacing: 2px;"><div align="right"><i>-{Source}</i></div></div>{/block:Source}
  494. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  495. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div></div>
  496. {/block:Quote}
  497.  
  498. {block:Chat}
  499. <div style="padding:0px;">
  500. {block:Title}<span class="title">{Title}</span>{/block:Title}
  501. <ul class="chat">
  502. {block:Lines}
  503. <li class="user_{UserNumber}">
  504. {block:Label}<span class="label">{Label}</span>{/block:Label}
  505. {Line}</li>{/block:Lines}</ul>
  506. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  507. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div></div>
  508. {/block:Chat}
  509.  
  510. {block:Audio}
  511. <center>{block:AlbumArt}
  512. <img src="{AlbumArtURL}" width="194px"></img>
  513. {/block:AlbumArt}
  514. <div id="apd">{AudioPlayerBlack}</div>
  515. {block:Caption}{Caption}{/block:Caption}</center>
  516. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  517. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div>
  518. {/block:Audio}
  519.  
  520. {block:Video}
  521. <div id="phh"><center>{Video-250}</center></div>
  522. <div class="permalink"><div id="ee"><a href="{Permalink}">{NoteCount}</a> notes •
  523. <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div></div>
  524. {/block:Video}
  525.  
  526. {block:PermalinkPage}
  527. {block:Caption}{Caption}{/block:Caption}<br>
  528. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  529. {block:HasTags}
  530. {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}<br>
  531. {/block:hasTags}
  532. {/block:PermalinkPage}
  533. {block:PostNotes}{PostNotes}{/block:PostNotes}
  534. </div>{/block:Posts}
  535.  
  536.  
  537. </div>
  538.  
  539.  
  540.  
  541.  
  542. <div style="position:fixed; bottom: 0px; right: 0px;"><a href="http://jubileethemes.tumblr.com">&copy;</a></div>
  543. </body>
  544. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement