Advertisement
babesthetique

theme for chaejin /not for release/

Jul 4th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.70 KB | None | 0 0
  1. <!DOCTYPE>
  2.  
  3. <!-------------------------------------------
  4. For chaejin.
  5.  
  6. Theme by - babesthetique.
  7. Please do not steal any of our codes we work
  8. hard on these themes. Tweak as much as you'd
  9. like but DO NOT! remove any credits.
  10.  
  11. base theme by - louerry
  12. -------------------------------------------->
  13. <html>
  14. <head>
  15.  
  16.  
  17. <meta name="color:background" content="#FFFFFF">
  18. <meta name="color:post background" content="FCFCFC">
  19. <meta name="color:title" content="000000">
  20. <meta name="color:link" content="#972424">
  21. <meta name="color:hover" content="#000000">
  22. <meta name="color:infobg" content="#FCFCFC">
  23. <meta name="color:text" content="#000000">
  24. <meta name="color:tags" content="#EDEDED">
  25. <meta name="color:scrollbar" content="#D6D5D5">
  26. <meta name="color:border" content="#FAFAFA">
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38. <meta name="text:link5" content="">
  39. <meta name="text:link5 url" content="/">
  40.  
  41. <meta name="text:hover 1" content="">
  42. <meta name="text:hover 2" content="">
  43. <meta name="text:hover 3" content="">
  44. <meta name="text:hover 4" content="">
  45. <meta name="text:hover 5" content="">
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51.  
  52. <style type="text/css">
  53.  
  54. @font-face {font-family: "atomico"; src: url('https://dl.dropboxusercontent.com//s/immw8bxv4cwh3yt/atomico.ttf?dl=1'); format("truetype");}
  55.  
  56.  
  57. #s-m-t-tooltip{
  58. max-width:250px;
  59. margin:15px;
  60. padding:2px 8px;
  61. border:1px solid #DDD;
  62. background-color: #ffffff;
  63. opacity:0.9;
  64. z-index:9999999999999999999;
  65. font-size:10px;
  66. color:#838282;
  67. text-transform:uppercase;
  68. font-family:"atomico";
  69. }
  70.  
  71.  
  72. a {
  73. color:{color:link};
  74. text-decoration:none;
  75. -moz-transition-duration:0.6s;
  76. -webkit-transition-duration:0.6s;
  77. -o-transition-duration:0.6s;
  78. }
  79.  
  80. a:hover {
  81. color:{color:hover};
  82. text-decoration:none;
  83. -moz-transition-duration:0.6s;
  84. -webkit-transition-duration:0.6s;
  85. -o-transition-duration:0.6s;
  86. }
  87.  
  88. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  89. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  90. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  91.  
  92.  
  93. body {
  94. background-color:{color:background};
  95. font-family:Calibri;
  96. font-weight:normal;
  97. }
  98.  
  99. h1 {
  100. font-weight:normal;
  101. font-size:10px;
  102. text-align:center;
  103. font-style:normal;
  104. line-height:80%;
  105. letter-spacing:1px;
  106. text-transform:lowercase;
  107. color:{color:text};
  108. }
  109.  
  110. h2 {
  111. font-size:15px;
  112. text-align:center;
  113. line-height:100%;
  114. letter-spacing:-0.5px;
  115. color:{color:text};
  116. font-weight:normal;
  117. padding:5px;
  118. padding-bottom:2px;
  119. letter-spacing:1px;
  120. font-family:"atomico";
  121. }
  122.  
  123. blockquote {
  124. border-left:2px solid {color:text};
  125. padding-left:5px;
  126. margin:5px;
  127. }
  128.  
  129. #theme {
  130. background-color:{color:background};
  131. width:700px;
  132. margin: 0 auto -12px auto;
  133. text-align: center;
  134. }
  135.  
  136. #sidebar {
  137. color:{color:text};
  138. position:fixed;
  139. width:340px;
  140. height:auto;
  141. margin-top:330px;
  142. margin-left:350px;
  143. text-align:left;
  144. }
  145.  
  146. #title {
  147. position:fixed;
  148. color:{color:title};
  149. margin-top:60px;
  150. margin-left:190px;
  151. font-size:38px;
  152. font-family:"atomico";
  153. }
  154.  
  155. .hovers {
  156. position:fixed;
  157. color:{color:text};
  158. margin-top:105px;
  159. margin-left:243px;
  160. font-size:11px;
  161. font-family:"atomico";
  162. }
  163.  
  164. .hovers a{
  165. padding:3px;
  166. color:{color:link};
  167. letter-spacing:0px;
  168. text-decoration:none;
  169. -moz-transition-duration:1s;
  170. -webkit-transition-duration:1s;
  171. -o-transition-duration:1s;
  172. }
  173.  
  174. .hovers a:hover{
  175. color:{color:hover};
  176. -moz-transition-duration:1s;
  177. -webkit-transition-duration:1s;
  178. -o-transition-duration:1s;
  179. }
  180.  
  181. #sidebar img {
  182. width:345px;
  183. height:240px;
  184. margin-bottom:10px;
  185. }
  186.  
  187.  
  188. .links {
  189. margin-bottom:0px;
  190. margin-left:-4px;
  191. font-size:11px;
  192. text-align:left;
  193. letter-spacing:2px;
  194. line-height:170%;
  195. font-family:"atomico";
  196. }
  197.  
  198. .links a{
  199. padding:3px;
  200. color:{color:link};
  201. letter-spacing:0px;
  202. text-decoration:none;
  203. -moz-transition-duration:1s;
  204. -webkit-transition-duration:1s;
  205. -o-transition-duration:1s;
  206. }
  207.  
  208. .links a:hover{
  209. color:{color:hover};
  210. -moz-transition-duration:1s;
  211. -webkit-transition-duration:1s;
  212. -o-transition-duration:1s;
  213. }
  214.  
  215. .desc {
  216. margin-bottom:10px;
  217. text-align:left;
  218. font-size:9px;
  219. color:{color:text};
  220. letter-spacing:1px;
  221. line-height:150%;
  222. max-width:220px;
  223. }
  224.  
  225. .desc a {
  226. color:{color:link};
  227. }
  228.  
  229. .pagi {
  230. margin-top:-22px;
  231. margin-left:300px;
  232. font-size:10px;
  233. text-transform:uppercase;
  234. letter-spacing:3px;
  235. font-style:normal;
  236. text-align:center;
  237. }
  238.  
  239. .pagi a {
  240. color:{color:link};
  241. }
  242.  
  243. #stuffcontainer {
  244. float:left;
  245. margin-left:-100px;
  246. margin-top:10px;
  247. margin-bottom:30px;
  248. text-align:justify;
  249. background-color:{color:background};
  250. color:{color:text};
  251. margin-bottom: 35px;
  252. }
  253.  
  254. #stuff {
  255. padding:9px;
  256. background-color:{color:post background};
  257. width:250px;
  258. margin-top:75px;
  259. text-align:justify;
  260. font-size:11px;
  261. line-height:90%;
  262. letter-spacing:0x;
  263. color:{color:text};
  264. -webkit-filter:grayscale(100%);
  265. -webkit-transition: all 0.6s ease-in-out;
  266. opacity:0.8;
  267. -webkit-transition: all 0.8s ease-in-out;
  268. -moz-transition: all 0.8s ease-in-out;
  269. -o-transition: all 0.8s ease-in-out;
  270. -ms-transition: all 0.8s ease-in-out;
  271. transition: all 0.8s ease-in-out;
  272. outline:2px dashed {color:border};
  273. outline-offset: -5px;
  274. -moz-transition:all ease-in-out 0.7s;
  275. -webkit-transition:all ease-in-out 0.7s;
  276. -o-transition:all ease-in-out 0.7s;
  277. transition:all ease-in-out 0.7s;
  278. }
  279.  
  280.  
  281. #stuff:hover{
  282. -webkit-filter:none;
  283. -webkit-transition: all 0.6s ease-in-out;
  284. opacity:1;
  285. -webkit-transition: all 0.8s ease-in-out;
  286. -moz-transition: all 0.8s ease-in-out;
  287. -o-transition: all 0.8s ease-in-out;
  288. -ms-transition: all 0.8s ease-in-out;
  289. transition: all 0.8s ease-in-out;
  290. outline-offset: 10px;
  291. -moz-transition:all ease-in-out 0.7s;
  292. -webkit-transition:all ease-in-out 0.7s;
  293. -o-transition:all ease-in-out 0.7s;
  294. transition:all ease-in-out 0.7s;
  295. }
  296.  
  297. .caption {
  298. width:250px;
  299. text-align:justify;
  300. line-height:120%;
  301. }
  302.  
  303. /**Ask Posts**/
  304.  
  305. .ask {
  306. padding:10px;
  307. text-align:center;
  308. color:{color:asktext};
  309. background-color:{color:border};
  310. }
  311.  
  312. .ans {
  313. text-align:left;
  314. padding:5px;
  315. color:{color:text};
  316. }
  317.  
  318. /**Audio Posts**/
  319.  
  320. .audio {
  321. height:30px;
  322. padding:5px;
  323. margin-bottom:55px;
  324. }
  325.  
  326. .audio-album {
  327. position:absolute;
  328. width:80px;
  329. -webkit-transition: opacity 0.6s linear;
  330. opacity: 1;
  331. }
  332.  
  333. .audio-player {
  334. opacity:1;
  335. filter:alpha(opacity=90);
  336. width:27px;
  337. height:26px;
  338. overflow:hidden;
  339. position:absolute;
  340. border:30px;
  341. z-index:2;
  342. margin-left:27px;
  343. margin-top:27px;
  344. opacity:0;
  345. -webkit-transition: all 0.6s ease-out;
  346. -o-transition: all 0.6s ease-out;
  347. -webkit-transition: all 0.6s ease-out;
  348. -moz-transition: all 0.6s ease-out;
  349. }
  350.  
  351. .audio-info {
  352. margin-top:7px;
  353. position:relative;
  354. margin-left:85px;
  355. line-height:180%;
  356. padding:2px;
  357. }
  358.  
  359. .audio:hover .audio-player {
  360. opacity:.6;
  361. -webkit-transition: all 0.6s ease-out;
  362. -o-transition: all 0.6s ease-out;
  363. -webkit-transition: all 0.6s ease-out;
  364. -moz-transition: all 0.6s ease-out;
  365. }
  366.  
  367. /**Chat Posts**/
  368.  
  369. ul.chat, .chat ol, .chat li {
  370. list-style:none;
  371. margin:0px;
  372. padding:2px;
  373. }
  374.  
  375. .label {
  376. text-decoration:bold;
  377. font-weight:700;
  378. margin-right:5px;
  379. }
  380.  
  381. /**Post Info, Notes**/
  382.  
  383. #postinfo {
  384. margin-top:5px;
  385. margin-bottom:-6px;
  386. margin-left:-9px;
  387. width:262px;
  388. padding:3px;
  389. font-size:9px;
  390. color:{color:link};
  391. text-transform:lowercase;
  392. font-style:normal;
  393. letter-spacing:2px;
  394. text-align:center;
  395. border-top:5px solid {color:background};
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399. }
  400.  
  401. #postinfo a {
  402. color:{color:link};
  403. text-align:center;
  404. letter-spacing:1px;
  405. font-style:normal;
  406. }
  407.  
  408. #postinfo a:hover {
  409. color:{color:hover};
  410. }
  411.  
  412. #tags {
  413. margin-top:5px;
  414. text-align:center;
  415. font-size:10px;
  416. font:calibri;
  417. }
  418.  
  419. .note {
  420. text-transform:lowercase;
  421. font-style:normal;
  422. letter-spacing:0px;
  423. font-size: 9px;
  424. text-align:left;
  425. line-height:90%;
  426. margin-left:-20px;
  427. padding-bottom:-10px;
  428. }
  429.  
  430. .note li {
  431. list-style-type:none;
  432. padding:10px 25px 10px 25px;
  433. text-align:left;
  434. margin:20px;
  435. -moz-transition-duration:0.5s;
  436. -webkit-transition-duration:0.5s;
  437. -o-transition-duration:0.5s;
  438. }
  439.  
  440. #credit {
  441. position:fixed;
  442. font-size:10px;
  443. font-weight:normal;
  444. line-height:150%;
  445. letter-spacing:2px;
  446. right:10px;
  447. bottom:10px;
  448. text-transform:uppercase;
  449. text-align:center;
  450. }
  451.  
  452. #credit a {
  453. padding:3px;
  454. color:{color:link};
  455. background-color:{color:background};
  456. -moz-transition-duration:0.5s;
  457. -webkit-transition-duration:0.5s;
  458. -o-transition-duration:0.5s;
  459. }
  460.  
  461.  
  462. -webkit-filter:grayscale(100%);
  463. -webkit-transition: all 0.6s ease-in-out;
  464. }
  465.  
  466. {CustomCSS}
  467.  
  468. </style></head>
  469.  
  470. <body>
  471. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  472. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  473.  
  474. <script>
  475.  
  476. (function($){
  477. $(document).ready(function(){
  478. $("a[title]").style_my_tooltips({
  479. tip_follows_cursor:true,
  480. tip_delay_time:90,
  481. tip_fade_speed:600,
  482. attribute:"title"
  483.  
  484. });
  485.  
  486. });
  487.  
  488. })(jQuery);
  489.  
  490. </script>
  491.  
  492.  
  493.  
  494. <div id="theme">
  495. <div id="sidebar">
  496. <div id="title">{Title}</div>
  497. <div class="hovers">
  498. <a title="{text:hover 1}">x</a>
  499. <a title="{text:hover 2}">x</a>
  500. <a title="{text:hover 3}">x</a>
  501. <a title="{text:hover 4}">x</a>
  502. <a title="{text:hover 5}">x</a>
  503. </div>
  504. <img src="{image:sidebar}">
  505. <div class="links">
  506. <a href="{text:link1 url}" title="{text:link1}">x</a>
  507. <a href="{text:link2 url}" title="{text:link2}">x</a>
  508. <a href="{text:link3 url}" title="{text:link3}">x</a>
  509. <a href="{text:link4 url}" title="{text:link4}">x</a>
  510. <a href="{text:link5 url}" title="{text:link5}">x</a>
  511. </div>
  512. <div class="desc">
  513. {Description}
  514. </div>
  515. {block:Pagination}
  516. <div class="pagi">
  517. {block:PreviousPage}
  518. <a href="{PreviousPage}">←</a>
  519. {/block:PreviousPage}
  520. {block:NextPage}
  521. <a href="{NextPage}">→</a>
  522. {/block:NextPage}
  523. </div>
  524. {/block:Pagination}
  525. </div>
  526.  
  527. <div id="stuffcontainer">
  528.  
  529. {block:Posts}
  530.  
  531. <div id="stuff">
  532.  
  533. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  534.  
  535. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  536.  
  537. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  538. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  539.  
  540. {block:Photo}<center><img src="{PhotoURL-250}"/></center>{/block:Photo}
  541.  
  542. {block:Photoset}<center>{Photoset-250}</center>
  543. {/block:Photoset}
  544.  
  545. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  546.  
  547. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  548.  
  549. {block:Answer}<div class="ask"><i>{Asker} whispered:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  550.  
  551. {block:Audio}
  552. <div class="audio">
  553. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  554. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  555.  
  556. <div class="audio-info">
  557. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  558. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  559. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  560. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  561. </div></div>
  562. {/block:Audio}
  563.  
  564. <div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount} + <a href="{ReblogParentURL}"title="{ReblogParentName}">
  565. <a href="{ReblogURL}" target="_blank">reblog</a>
  566. </div>
  567.  
  568. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  569. </div>
  570. {/block:Posts}
  571.  
  572. {block:PostNotes}
  573. {PostNotes}
  574. {/block:PostNotes}
  575.  
  576. </div>
  577.  
  578. <div id="credit"><a href="http://babesthetique.tumblr.com/" title="Theme by babesthetique">babes</a></div>
  579.  
  580. </div>
  581. </div>
  582. </div>
  583. </body>
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement