Advertisement
noziam

THEME 08: CHILLS

Oct 16th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME 08 CHILLS  BY JAE @ NOZIAM
  6.  
  7. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  8.  
  9. THANK YOU.
  10. ENJOY!
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Sidebar" content="#ffffff"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Hover" content="#f2f2f2"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Post" content="#ffffff"/>
  32. <meta name="color:Answer" content="#f8f8f8"/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:bg" content=""/>
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 1 hover" content="" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 2 Text" content="" />
  40. <meta name="text:Link 2 hover" content="" />
  41. <meta name="if:Show Link 1" content="1" />
  42. <meta name="if:Show Link 2" content="1" />
  43. <meta name="color:scrollbarbg" content="ffffff"/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. /* --- SCROLLBAR ---*/
  49.  
  50.  ::-webkit-scrollbar {
  51. width: 5px;height: 5px;}
  52. ::-webkit-scrollbar-button:start:decrement,
  53. ::-webkit-scrollbar-button:end:increment {
  54. height: 6px;display: block;background-color: {color:white};}
  55. ::-webkit-scrollbar-track-piece {
  56. background-color: {color:scrollbarbg};}
  57. ::-webkit-scrollbar-thumb:vertical {
  58. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63. body {
  64.     background:{color:background};
  65.     margin:0px;
  66.     color:{color:text};
  67.     font-family:times;
  68.     font-size:9px;
  69.     line-height:100%;
  70. }
  71.  
  72. a {
  73.     text-decoration:none;
  74.     outline:none;
  75.     -moz-outline-style:none;
  76.     color:{color:link};
  77. }
  78.  
  79. img {
  80.     border:none;
  81. }
  82.  
  83. blockquote {
  84.     padding-left:5px;
  85.     border-left:2px solid;
  86. }
  87.    
  88. blockquote blockquote {
  89.     padding-left:5px;
  90.     border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94.     font-size:9px;
  95.     text-transform:uppercase;
  96. }
  97.  
  98. a:hover {
  99.     opacity:10;
  100.     color:{color:hover};
  101.      -webkit-transition: all 1s ease;
  102.     -moz-transition: all 1s ease;
  103.     -o-transition: all 1s ease
  104. }
  105.  
  106. /* --- POST ENTRIES ---*/
  107.  
  108.  
  109. #entries {
  110.     padding:10px;
  111.     width:500px;
  112.     margin-left:450px;
  113.     margin-top:40px;
  114.     font-size:10px;
  115. }
  116.  
  117. /* --- BODY: POSTS ---*/
  118.  
  119.  
  120. #post {
  121.     width:500px;
  122.     padding-bottom:20px;
  123.     padding:10px;
  124.     margin-top:15px;
  125.     background-color:{color:Post};
  126. }
  127.  
  128. /* --- SIDEBAR IMAGE ---*/
  129.  
  130.  
  131. #sidebar {
  132.     width:150px;
  133.     position:fixed;
  134.     margin-left:160px;
  135.     margin-top:160px;
  136.     opacity:.99;
  137.     background-color:{color:Sidebar};
  138. }
  139.  
  140. #sidebarimage {
  141.     width 160px;
  142.     border-width:1px;
  143. }
  144.  
  145. #sidebarimage img {
  146.     width:160px;
  147.     padding:6px;
  148.     border-color: {color:border};
  149.     background-color:{color:Sidebar};
  150. }
  151.  
  152.  
  153. /* --- SIDEBAR LINKS ---*/
  154.  
  155. .links {
  156.     width:145px;
  157.     height:5px;
  158.     padding: 8px;
  159.     font-size:13px;
  160.     font-family:georgia;
  161.     text-align:center;
  162.     margin-top:5px;
  163.     margin-left:5px;
  164.     text-align:center;
  165.     letter-spacing:0.5px;
  166.     text-transform:lowercase;
  167.     word-spacing:-2px;
  168.     position:fixed;
  169.     padding-bottom:7px;
  170.     border-top:1px solid {color:Line}
  171. }
  172.  
  173. .links a {
  174.     font-size: 9px;
  175. }
  176.  
  177. .links a:hover {
  178.    font-style:italic;
  179.    color:{color:Hover}
  180.    
  181. }
  182.  
  183.  
  184. .pagination {
  185.     position:fixed;
  186.     font-size:8px;
  187.     width:150px;
  188.     opacity:.99;
  189.     text-align:center;
  190.     margin-left:240px;
  191.     margin-top:149px;
  192.     position:fixed;
  193.     font-family:consolas;
  194.     letter-spacing:0px;
  195. }
  196.  
  197. #s-m-t-tooltip {
  198.  
  199. max-width:300px;
  200.  
  201. padding:3px 4px 5px 4px;
  202.  
  203. margin:20px 0px 0px 20px;
  204.  
  205. background-color:#fff; /* change the background color */
  206.  
  207. border:1px solid #000; /* change the border color */
  208.  
  209. font-family:times; /* change the font */
  210.  
  211. font-size:9px; /* change the font size */
  212.  
  213. letter-spacing:1px; /* change the letter spacing */
  214.  
  215. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  216.  
  217. color:{color:text}; /* change the text color */
  218.  
  219. z-index:999999999999999999999999999999999999;
  220.  
  221. }
  222.  
  223.    
  224. /* --- DESCRIPTION ---*/
  225.  
  226. #description {
  227.     position:fixed;
  228.     font-family:times;
  229.     line-height:90%;
  230.     font-size:9px;
  231.     font-style:italic;
  232.     width:155px;
  233.     margin-top:23px;
  234.     margin-left:2px;
  235.     padding:8px;
  236.     margin-left:0px;
  237.     text-align:justify;
  238.     color:{color:text};
  239.     }
  240.    
  241. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  242. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  243.  
  244. /* --- PAGINATION---*/
  245.  
  246.  
  247.  
  248. /* --- POST INFO ---*/
  249.  
  250.  
  251. #info {
  252.     text-align:left;
  253.     margin-top:10px;
  254.     text-transform:uppercase;
  255.     font-size:8px;
  256.     font-style:none;
  257.     border-top:1px solid {color:Line}
  258. }
  259.  
  260. /* --- POST TAGS---*/
  261.  
  262.  
  263. #tags {
  264.     font-family:times;
  265.     letter-spacing:0px;
  266.     text-transform:uppercase;
  267.     font-size:8px;
  268.     font-style:none;
  269.     margin-top:4px;
  270.     text-align:left;
  271. }
  272.    
  273. #tags
  274. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  275.     -webkit-transition: all 0.6s ease-in-out;
  276.     -moz-transition: all 0.6s ease-in-out;
  277.     -o-transition: all 0.6s ease-in-out;
  278.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  279.    
  280. #tags a:hover {
  281.     font-style:italic;
  282.     -webkit-transition: all 0.6s ease-in-out;
  283.     -moz-transition: all 0.6s ease-in-out;
  284.     -o-transition: all 0.6s ease-in-out;
  285.     -ms-transition: all 0.6s ease-in-out;
  286.     transition: all 0.6s ease-in-out;
  287. }
  288.  
  289.  
  290. /* --- QUESTIONS ---*/
  291.  
  292. #asker {
  293.     padding:5px;
  294.     font-family:cambria;
  295.     letter-spacing:1px;
  296.     text-align:left;
  297.     font-style:italic;
  298.     margin-left:10px;
  299.     border-left:3px #eee solid;
  300.     background-color:{color:background}
  301. }
  302.  
  303. {CustomCSS}</style><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  304.  
  305. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  306.  
  307. <script>
  308.  
  309. (function($){
  310.  
  311. $(document).ready(function(){
  312.  
  313. $("a[title]").style_my_tooltips({
  314.  
  315. tip_follows_cursor:true,
  316.  
  317. tip_delay_time:90,
  318.  
  319. tip_fade_speed:600,
  320.  
  321. attribute:"title"
  322.  
  323. });
  324.  
  325. });
  326.  
  327. })(jQuery);
  328.  
  329. </script></head><body>
  330.  
  331. <div id="sidebar">
  332. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  333.  
  334.  
  335. <div id="description">
  336. {Description}
  337. </div>
  338.  
  339.  
  340. <div class="links">
  341. <a href="/" title="refresh">home</a>
  342. <a href="/ask" title="inbox">mssg</a></b>
  343. {block:IfShowLink1}<a href="{text:Link 1}" title="{text:Link 1 hover}" >{text:Link 1 Text}</a>{/block:IfShowLink1}
  344. {block:IfShowLink2}<a href="{text:Link 2}" title="{text:Link 2 hover}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  345. </div></div>
  346. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="back"><big><big>◄</big></big></a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next"><big><big>►</big></big></a>{/block:NextPage}
  347. </div>{/block:Pagination}</div>
  348.  
  349.  
  350.  
  351.  
  352.  
  353. </div>
  354.  
  355. <div id="entries">{block:Posts}<div id="post">
  356.  
  357. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  358.  
  359. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  360.  
  361. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  362.  
  363. {block:Quote}{Quote}{/block:Quote}
  364.  
  365. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  366.  
  367. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  368.  
  369. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  370. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  371. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  372. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  373. {/block:Audio}
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  378.  
  379. <div id="info">
  380. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  381. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  382. {/block:Posts}
  383. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  384. {/block:Posts}</div></div></div>
  385.  
  386.  
  387.  
  388. <!--
  389. THEME MAKER CREDIT
  390. -->
  391.  
  392. <div style="position:fixed;bottom:5px; right:5px; font-size:10px; letter-spacing:1px; font-family:cambria; background:#fff; padding:3px; letter-spacing:-1px;"><a href="http://ofjae.co.vu/" title="theme by jae">ℐ▲ℯ</a></center></div>
  393.  
  394.    
  395. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement