Advertisement
tasty2punch

rovkim theme 0826

Aug 26th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.11 KB | None | 0 0
  1. <!--
  2.  
  3.    THEME: EPHEMERAL
  4.    By str-wrs
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8.  
  9. - see http://str-wrs.tumblr.com for more themes
  10.  
  11. -->
  12.  
  13. <html lang="en">
  14. <head>
  15.  
  16. {block:ifnotPaginate}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifnotPaginate}
  17.  
  18. <meta name="image:Sidebar" content=""/>
  19.  
  20. <meta name="if:Title" content="1"/>
  21. <meta name="if:Tags" content="1"/>
  22. <meta name="if:Caption" content="1"/>
  23. <meta name="if:Paginate" content="1"/>
  24. <meta name="if:Image" content="1"/>
  25.  
  26. <meta name="color:Background" content="#fff"/>
  27. <meta name="color:Border" content="#eee"/>
  28. <meta name="color:Title" content="#222"/>
  29. <meta name="color:Link" content="#999999"/>
  30. <meta name="color:Text" content="#555555"/>
  31.  
  32. <meta name="text:Link 1" content="/"/>
  33. <meta name="text:Link 1 Title" content="about"/>
  34. <meta name="text:Link 2" content="/" />
  35. <meta name="text:Link 2 Title" content="tags"/>
  36. <meta name="text:Link 3" content="/" />
  37. <meta name="text:Link 3 Title" content="blogroll"/>
  38. <meta name="text:Link 4" content="/" />
  39. <meta name="text:Link 4 Title" content="history"/>
  40. <meta name="text:Link 5" content="/" />
  41. <meta name="text:Link 5 Title" content="more"/>
  42. <meta name="text:secondary title" content=""/>
  43.  
  44. <title>{text:secondary title}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48. <link rel="shortcut icon" href="http://i1207.photobucket.com/albums/bb478/xxlight/pixels/th_168.gif">
  49.  
  50. <script>
  51. $(document).ready(function(){
  52.    
  53.         $(".lh").show();$('.lh').toggle(function(){
  54.             $(".lb").slideDown(function(){});
  55.                 },function(){
  56.             $(".lb").slideUp(function(){});
  57.         });
  58.     });
  59. </script>
  60.  
  61. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  62. <script>
  63.    (function($){
  64.        $(document).ready(function(){
  65.            $("[title]").style_my_tooltips({
  66.                tip_follows_cursor:true,
  67.                tip_delay_time:200,
  68.                tip_fade_speed:300
  69.            }
  70.                );
  71.        });
  72.    })(jQuery);
  73. </script>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. ::-webkit-scrollbar {width:5px;height:5px;background:{color:Background};}
  79. ::-webkit-scrollbar-thumb {background:{color:Border};}
  80.  
  81. /* General */
  82.  
  83. .close {padding:10px;margin:-50px 170px 50px;position:absolute;}
  84.  
  85. body {
  86.     margin:0px;
  87.     background:{color:Background};
  88.     font-family: Helvetica, sans-serif;
  89.     font-size:9px;
  90.     color:{color:Text};
  91. }
  92.  
  93. a:hover {color:{color:Title};}
  94. a:link, a:active, a:visited {
  95.     text-decoration:none;
  96.     transition:0.5s ease;
  97.     -o-transition:0.5s ease;
  98.     -moz-transition:0.5s ease;
  99.     -webkit-transition:0.5s ease;
  100.     color:{color:Link};
  101. }
  102.  
  103. /* Containers */
  104.  
  105. #c {position:fixed;bottom:30px;right:30px;text-transform:uppercase;}
  106. #center {position:relative;margin:0px auto;width:400px;}
  107. #entry img {max-width:100%;}
  108. #entry {width:400px;margin:100px 0px;}
  109.  
  110. /* Sidebar */
  111.  
  112. #sidebar {
  113.     position:fixed;
  114.     width:120px;
  115.     margin:90px -200px;
  116.     text-align:center;
  117. }
  118.  
  119. .image img{width:100%;}
  120. .image {border:1px solid {color:Border};}
  121. .desc{text-align:justify;padding:10px 0px;line-height:150%;}
  122.  
  123. .head {cursor:help;}
  124. .lb a {margin:0px 2.5px;}
  125. .lb {
  126.     display: none;
  127.     line-height:150%;
  128.     border-top:1px solid {color:Border};
  129.     padding:5px;
  130. }
  131.    
  132. .links a{float:left;width:40px;}
  133. .links {
  134.     padding:5px 0px;
  135.     height:9px;
  136.     border-top:1px solid {color:Border};
  137.     text-transform:uppercase;
  138.     font-size:7px;
  139.     letter-spacing:1px;
  140. }
  141.  
  142. #pag a{
  143.     color:{color:Title};
  144.     margin:0px 10px;
  145.     display:inline-block;
  146.     padding:5px 10px;
  147. }
  148.  
  149. #pag {
  150.     position:relative;
  151.     margin:50px auto 100px;
  152.     width:400px;
  153.     text-align:center;
  154.     text-transform:uppercase;
  155. }
  156.  
  157. /* Titles */
  158.  
  159. h2 a{color:{color:Title};}
  160. h2 {
  161.     margin:0px 0px 10px;
  162.     font-size:11px;
  163.     text-transform:uppercase;
  164.     color:{color:Title};
  165. }
  166.  
  167. .qut {
  168.     margin:15px;
  169.     font-size:11px;
  170.     font-style:italic;
  171. }
  172.  
  173. .src {
  174.     font-size:7px;
  175.     text-align:right;
  176.     letter-spacing:0.5px;
  177.     text-transform:uppercase;
  178. }
  179.  
  180. /* Permalinks */
  181.  
  182. .pp {
  183.     border-top:1px solid {color:Border};
  184.     margin:10px 0px 0px;
  185.     padding:10px;
  186.     font-size:7px;
  187.     letter-spacing:0.5px;
  188.     line-height:10px;
  189.     text-transform:uppercase;
  190. }
  191.  
  192. /* Audio & Chat */
  193.  
  194. .chat {padding:10px;line-height:200%;}
  195. .lines b{color:{color:Title};}
  196.  
  197. #audio {
  198.     float:left;
  199.     width:70px;
  200.     height:70px;
  201.     position:relative;
  202.     overflow:hidden;
  203. }
  204.  
  205. .cover img {
  206.     width:70px;
  207.     position:absolute;
  208.     transition:0.5s ease;
  209.     -o-transition:0.5s ease;
  210.     -moz-transition:0.5s ease;
  211.     -webkit-transition:0.5s ease;
  212. }
  213.  
  214. .cover {width:70px;overflow:hidden;}
  215.  
  216. .play {
  217.     overflow:hidden;
  218.     width:0px;
  219.     height:30px;
  220.     background:#fff;
  221.     position:absolute;
  222.     padding:20px 0px;
  223.     transition:0.5s ease;
  224.     -o-transition:0.5s ease;
  225.     -moz-transition:0.5s ease;
  226.     -webkit-transition:0.5s ease;
  227. }
  228.  
  229. #audio:hover .play {opacity:1;width:30px;}
  230. #audio:hover img {margin-left:30px;}
  231.  
  232. .au b{color:{color:Title};text-transform:uppercase;}
  233. .au {
  234.     height:45px;
  235.     padding:12.5px 10px;
  236.     line-height:15px;
  237.     margin-left:70px;
  238.     text-align:left;
  239. }
  240.  
  241. /* Asks */
  242.  
  243. #ask {
  244.     color:#777;
  245.     padding:15px;
  246.     text-align:justify;
  247.     background:#fafafa;
  248.     border-bottom:1px solid {color:Border};
  249.     margin:0px 0px 10px;
  250. }
  251.  
  252. .asker a{color:{color:Title};}
  253. .asker {
  254.     margin:0px 0px 5px 0px;
  255.     color:{color:Title};
  256.     text-transform:uppercase;
  257. }
  258.  
  259. /* Text */
  260.  
  261. pre, small, sub, sup, big {font-size:9px;}
  262. p {margin:10px;text-align:justify;line-height:150%;}
  263. ul {list-style-type:square;line-height:150%;}
  264. blockquote {
  265.     margin:5px;
  266.     padding:5px;
  267.     border-left:1px solid {color:Border};
  268. }
  269.  
  270. pre {
  271.     white-space:pre-wrap;
  272.     white-space:-moz-pre-wrap;
  273.     white-space:-pre-wrap;
  274.     white-space:-o-pre-wrap;
  275.     word-wrap:break-word;
  276. }
  277.  
  278. /* Etc */
  279.  
  280.  
  281. #pnotes {
  282.     background:{color:Background};
  283.     font-size:8px;
  284.     font-style:italic;
  285.     letter-spacing:0.3px;
  286.     text-transform:lowercase;
  287.     margin:10px -11px -11px;
  288.     padding-top:10px;
  289.     line-height:8px;
  290. }
  291.  
  292. #pnotes img {display:none;}
  293. #pnotes ol {margin:0;padding:10px 25px;line-height:200%;}
  294. #pnotes li {list-style-type:none;}
  295.  
  296. #s-m-t-tooltip{
  297.     max-width:300px;
  298.     margin:0px 20px;
  299.     z-index:99999999;
  300.     background:#fafafa;
  301.     padding:5px;
  302. }
  303.  
  304. .notes img {width:0px;}
  305. img {margin-bottom:-2px;}
  306. @font-face {
  307.     font-family: 'Sophisticated Slims';
  308.     src: url(http://static.tumblr.com/yyudbqy/OXWnak1z5/sophisticated_slims_regular.otf);
  309. }
  310.  
  311. .lnk-etudis {
  312.     font-family: 'Sophisticated Slims', sans-serif;
  313.     font-size: 12px;
  314. }
  315. </style>
  316. {CustomCSS}
  317. </style>
  318. </head>
  319. <body>
  320.  
  321. <div id="center">
  322.  
  323. <div id="sidebar">
  324. {block:ifTitle}<h2>{Title}</h2>{/block:ifTitle}
  325. {block:ifImage}<div class="image"><a href="/"><img src="{image:Sidebar}"></a></div>{/block:ifImage}
  326. <div class="desc">{Description}</div>
  327. <div class="links">
  328.     <a href="/">index</a>
  329.     <a href="/ask">ask</a>
  330.     <a href="#" class="lh">navi</a>
  331. </div>
  332.  
  333. <div class="lb">
  334.     {block:ifLink1}
  335.     <a href="{text:Link 1}">{text:Link 1 Title}</a>
  336.     {/block:ifLink1}{block:ifLink2}
  337.     <a href="{text:Link 2}">{text:Link 2 Title}</a>
  338.     {/block:ifLink2}{block:ifLink3}
  339.     <a href="{text:Link 3}">{text:Link 3 Title}</a>
  340.     {/block:ifLink3}{block:ifLink4}
  341.     <a href="{text:Link 4}">{text:Link 4 Title}</a>
  342.     {/block:ifLink4}{block:ifLink5}
  343.     <a href="{text:Link 5}">{text:Link 5 Title}</a>
  344.     {/block:ifLink5}
  345.     <a class="lnk-etudis" href="http://etudis.cf">ETUDIS</a>
  346. </div>
  347.  
  348. </div>
  349.  
  350.  
  351. <div id="content">
  352. {block:Posts}
  353.  
  354. <div id="entry">
  355.  
  356. {block:Text}
  357. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}
  358. {/block:Text}
  359.  
  360. {block:Link}
  361. <a title="{URL}" href="{URL}"><h2> {Name} &rarr;</h2></a>
  362. {block:Description}{Description}{/block:Description}
  363. {/block:Link}
  364.  
  365. {block:Photo}
  366. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  367. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  368. {/block:Photo}
  369.  
  370. {block:Photoset}
  371. {Photoset-400}
  372. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  373. {/block:Photoset}
  374.  
  375. {block:Quote}
  376. <div class="qut">❝ {Quote}</div>
  377. <div class="src">{Source}</div>
  378. {/block:Quote}
  379.  
  380. {block:Chat}
  381. <div class="chat">
  382. {block:Title}<h2>{Title}</h2>{/block:Title}
  383. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">
  384. {block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  385. </div>
  386. {/block:Chat}
  387.  
  388. {block:Audio}
  389. <div id="audio">
  390. {block:AlbumArt}<div class="cover">
  391. <img src="{AlbumArtURL}"/>
  392. </div>{/block:AlbumArt}
  393. <div class="play">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  394. </div>
  395.  
  396. <div class="au">
  397. <b>Track:</b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span> {block:TrackName}{TrackName}{/block:TrackName}<br>
  398. <b>Artist:</b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  399. <b>Plays:</b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}
  400. </div>
  401. {/block:Audio}
  402.  
  403. {block:Video}
  404. {Video-400}
  405. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  406. {/block:Video}
  407.  
  408. {block:Answer}
  409. <div id="ask">
  410. <div class="asker">{Asker}:</div>
  411. <div class="ques">{Question}</div>
  412. </div>
  413. {Answer}
  414. {/block:Answer}
  415.  
  416. {block:Date}
  417. <div class="pp">
  418. {DayofMonthWithZero} {Month} with
  419. <a href="{Permalink}">{NoteCountWithLabel}</a>
  420.  
  421. {block:RebloggedFrom}<span style="float:right;">
  422. <a title="reblogged from {ReblogParentName}" style="margin-right:5px;" href="{ReblogParentURL}">via</a>
  423. <a title="originally from {ReblogRootName}" href="{ReblogRootURL}">source</a>
  424. </span>{/block:RebloggedFrom}
  425.  
  426. {block:ifTags}{block:HasTags}<br>
  427. {block:Tags}<a style="margin-right:5px;" href="{TagURL}">#{Tag}</a> {/block:Tags}
  428. {/block:HasTags}{/block:ifTags}
  429.  
  430. </div>
  431. {/block:Date}
  432.  
  433. {block:PostNotes}
  434. <div id="pnotes">{PostNotes}</div>
  435. {/block:PostNotes}
  436.  
  437. {block:ContentSource}
  438. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  439. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  440. {/block:SourceLogo}
  441. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  442. {/block:ContentSource}
  443.  
  444. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  445.  
  446. </div>
  447. {/block:Posts}
  448.  
  449. {block:ifPaginate}{block:Pagination}<div id="pag">
  450. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  451. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  452. </div>{/block:Pagination}{/block:ifPaginate}
  453.  
  454. </div>
  455. </div>
  456.  
  457. <div id="c">&copy; <a href="http://str-wrs.tumblr.com">str-wrs</a></div>
  458.  
  459. </body>
  460. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement