Advertisement
noziam

THEME 05: HALLOWEEN

Oct 3rd, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.68 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 05 HALLOWEEN  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>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. <script src='http://use.edgefonts.net/eater.js'></script>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25.  
  26. <meta name="color:Text" content="#bbbbbb"/>
  27. <meta name="color:Link" content="#aaaaaa"/>
  28. <meta name="color:Tags" content="#cccccc"/>
  29. <meta name="color:Hover" content="#f1f1f1"/>
  30. <meta name="color:Line" content="#f2f2f2"/>
  31. <meta name="color:Border" content="#eeeeee"/>
  32. <meta name="color:scrollbarbg" content="ffffff"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:bg" content=""/>
  36. <meta name="image:linkpic1" content=""/>
  37. <meta name="image:linkpic2" content=""/>
  38. <meta name="image:linkpic3" content=""/>
  39. <meta name="image:linkpic4" content=""/>
  40. <meta name="image:linkpic5" content=""/>
  41.  
  42. <meta name="text:linkA" content="">
  43. <meta name="text:linkA url" content="/">    
  44. <meta name="text:linkB" content="">
  45. <meta name="text:linkB url" content="/">
  46. <meta name="text:linkC" content="">
  47. <meta name="text:linkC url" content="/">
  48. <meta name="text:linkD" content="">
  49. <meta name="text:linkD url" content="/">
  50. <meta name="text:linkE" content="">
  51. <meta name="text:linkR url" content="/">
  52. <meta name="text:sidebartitle" content="">
  53.  
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  ::-webkit-scrollbar {
  60. width: 5px;height: 5px;}
  61. ::-webkit-scrollbar-button:start:decrement,
  62. ::-webkit-scrollbar-button:end:increment {
  63. height: 6px;display: block;background-color: {color:white};}
  64. ::-webkit-scrollbar-track-piece {
  65. background-color: {color:scrollbarbg};}
  66. ::-webkit-scrollbar-thumb:vertical {
  67. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  68.  
  69.  
  70. @font-face {font-family: "halloween"; src: url('http://static.tumblr.com/05a5g7u/p0umamsmm/green_fuz_0.ttf');}
  71.  
  72.  
  73.  
  74. body {
  75.     background:{color:background};
  76.     margin:0px;
  77.     color:{color:text};
  78.     font-family:Arial, Helvetica;
  79.     font-size:9px;
  80.     line-height:100%;
  81. }
  82.  
  83. a {
  84.     text-decoration:none;
  85.     -moz-outline-style:none;
  86.     color:{color:link};
  87. }
  88.  
  89. img {
  90.     border:none;
  91. }
  92.  
  93.  
  94. h1 {
  95.     font-size:12px;
  96.     text-transform:uppercase;
  97. }
  98.  
  99. blockquote {
  100.     padding-left:5px;
  101.     border-left:2px solid;
  102. }
  103.    
  104. blockquote blockquote {
  105.     padding-left:5px;
  106.     border-left:2px solid;
  107. }
  108.  
  109.  
  110. a:hover {
  111.     opacity:1;
  112.     color:{color:hover};
  113.      -webkit-transition: all 0.5s ease;
  114.     -moz-transition: all 0.5s ease;
  115.     -o-transition: all 0.5s ease
  116. }
  117.  
  118.  
  119. #sidebar {
  120.     position:fixed;
  121.     width:120px;
  122.     margin-left:150px;
  123.     margin-top:200px;
  124.     opacity:1;
  125. }
  126.  
  127. #sidebarimage {
  128.     width 250px;
  129.     height: 140px;
  130. }
  131.  
  132. #sidebarimage img {
  133.     width:250px;
  134.     height: 140px;
  135.     padding:6px;
  136. }
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. .desc {
  145.     position:fixed;
  146.     margin-top:-155px;
  147.     margin-left:6px;
  148.     width:234px;
  149.     padding: 8px;
  150.     word-spacing:2px;
  151.     font-family:arial;
  152.     color:#fff;
  153.     text-align:center;
  154.     font-style:italic;
  155.     font-weight:bold;
  156.     text-transform:uppercase;
  157.     background:#000000;
  158.     -o-transition-transition: all 0.6s ease-out;
  159.     -webkit-transition: all 0.6s ease-out;
  160.     -moz-transition: all 0.6s ease-out;
  161.     }
  162.    
  163.  
  164.  
  165.  
  166. .sbtitle {
  167.     position:fixed;
  168.     margin-top:-190px;
  169.     margin-left:6px;
  170.     width:234px;
  171.     font-size:28px;
  172.     color:#ff7300;
  173.     padding: 8px;
  174.     word-spacing:2px;
  175.      font-family:eater;
  176.     text-align:center;
  177.     font-style:italic;
  178.     font-weight:normal;
  179.     text-transform:uppercase;
  180.     background:#fff;
  181. }
  182.  
  183. .sbtitle  a:hover {
  184.   text-shadow:-4px 3px #00F2FF, 4px 3px red;
  185.     -moz-transition-duration:0.5s;
  186. -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;
  187. }  
  188.  
  189.  
  190.    
  191.  
  192. .links {
  193.     position:fixed;
  194.     margin-top:5px;
  195.     margin-left:6px;
  196.     width:234px;
  197.     padding: 8px;
  198.     word-spacing:2px;
  199.     font-family:arial;
  200.     text-align:center;
  201.     font-style:italic;
  202.     font-weight:bold;
  203.     text-transform:uppercase;
  204.     background:#000000;
  205. }
  206.  
  207. .links img {
  208.     width:auto;
  209.     height:auto;
  210.     border:solid 1px;
  211.     margin-left:0px;
  212.     padding:2px;
  213.     padding:-10px;
  214.     border-color:transparent;
  215.     background-color:{color:Sidebar};
  216. }
  217.  
  218. .links a {
  219.     font-size: 10px;
  220.     padding:3px;
  221.     color:#fff;
  222. }
  223.  
  224. .links
  225.     a:hover {
  226.   text-shadow:-4px 3px #00F2FF, 4px 3px red;
  227.     -moz-transition-duration:0.5s;
  228. -webkit-transition-duration:0.5s; -o-transition-duration:0.5s;
  229. }  
  230. }  
  231.  
  232.  
  233.  
  234. #pagi{
  235.     width:100px;
  236.     font-size:8px;
  237.     text-align:center;
  238.     margin-left:57px;
  239.     margin-top:100px;
  240.     position:fixed;
  241.     font-family:arial;
  242.     letter-spacing:0px;
  243.     font-weight:bold;
  244.     color:#000;
  245. }
  246.  
  247.  
  248. #all {
  249.     padding:10px;
  250.     width:500px;
  251.     margin-left:450px;
  252.     margin-top:50px;
  253.     font-size:10px;
  254. }
  255.  
  256.  
  257.  
  258. #posts {
  259.     width:500px;
  260.     padding-bottom:20px;
  261.     padding:10px;
  262.     margin-top:30px;
  263.     background-color:{color:Post};
  264. }
  265.  
  266.  
  267. #details {
  268.     text-align:right;
  269.     margin-top:8px;
  270.     text-transform:uppercase;
  271.     font-size:8px;
  272.     font-style:none;
  273.     border-top:1px solid {color:Line};
  274. }
  275.  
  276.  
  277. #tags {
  278.     font-family:arial;
  279.     letter-spacing:1px;
  280.     text-transform:lowercase;
  281.     font-size:10px;
  282.     background:#000;
  283.     font-style:none;
  284.     margin-top:2px;
  285.     text-align:left;
  286.     margin-left:0px;
  287. }
  288.    
  289. #tags a {
  290.     display:inline-block;
  291.     padding:5px 5px 5px 3px;
  292.     text-align:left;
  293.     background:#000;
  294.     color:{color:Tags};
  295.     -webkit-transition: all 0.6s ease-in-out;
  296.     -moz-transition: all 0.6s ease-in-out;
  297.     -o-transition: all 0.6s ease-in-out;
  298.     -ms-transition: all 0.6s ease-in-out;
  299.     -transition: all 0.6s ease-in-out;
  300.     }  
  301.  
  302.  
  303. #question {
  304.     padding:8px;
  305.     font-family:airal;
  306.     letter-spacing:2px;
  307.     text-align:right;
  308.     font-style:italic;
  309.     border:3px {color:border} solid;
  310.     color:#fff;
  311.     background-color:#000
  312. }
  313.  
  314.  
  315.  
  316.  #s-m-t-tooltip {
  317.  
  318. max-width:250px;
  319.  
  320. padding:6px 4px 5px 5px;
  321.  
  322. margin:20px 0px 0px 20px;
  323.  
  324. background-color:#000; /* change the background color */
  325.  
  326. border:1px solid {color:text}; /* change the border color */
  327.  
  328. font-family:eater; /* change the font */
  329.  
  330. font-size:9px; /* change the font size */
  331.  
  332. font-style:strong;
  333.  
  334. letter-spacing:2px; /* change the letter spacing */
  335.  
  336. text-transform:none; /* can be uppercase, lowercase, none*/
  337.  
  338. color:#fff; /* change the text color */
  339.  
  340. z-index:999999999999999999999999999999999999;
  341.  
  342. }
  343.  
  344. {CustomCSS}</style>
  345.    
  346.     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  347.  
  348. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  349.  
  350. <script>
  351.  
  352. (function($){
  353.  
  354. $(document).ready(function(){
  355.  
  356. $("a[title]").style_my_tooltips({
  357.  
  358. tip_follows_cursor:true,
  359.  
  360. tip_delay_time:90,
  361.  
  362. tip_fade_speed:600,
  363.  
  364. attribute:"title"
  365.  
  366. });
  367.  
  368. });
  369.  
  370. })(jQuery);
  371.  
  372. </script>
  373. </head><body>
  374.  
  375.  
  376. <div id="sidebar">
  377. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  378. <div class="desc">
  379. {Description}
  380. </div>
  381. <div class="sbtitle">
  382. {text:sidebartitle}
  383. </div>
  384.  
  385. <div class="links">
  386. {block:IfLinkA}
  387. <a href="{text:linkA url}" title="{text:linkA}"><img src="{image:linkpic1}"></u></a>  
  388. {/block:IfLinkA}
  389. {block:IfLinkB}
  390. <a href="{text:linkB url}" title="{text:linkB}"><img src="{image:linkpic2}"></u></a>  
  391. {/block:IfLinkB}
  392. {block:IfLinkC}
  393. <a href="{text:linkC url}" title="{text:linkC}"><img src="{image:linkpic3}"></u></a>  
  394. {/block:IfLinkC}
  395. {block:IfLinkD}
  396. <a href="{text:linkD url}" title="{text:linkD}"><img src="{image:linkpic4}"></u></a>
  397. {/block:IfLinkD}
  398. {block:IfLinkE}
  399. <a href="{text:linkE url}" title="{text:linkE}"><img src="{image:linkpic5}"></u></a>
  400. {/block:IfLinkE}
  401. {block:PreviousPage}<a href="{PreviousPage}" title="last">&larr;</a>    
  402. {/block:PreviousPage}
  403. {block:NextPage}<a href="{NextPage}" title="next">&rarr;</a>{/block:NextPage}
  404. </div>{/block:Pagination}
  405. </div>
  406.  
  407.  
  408. </div>
  409.  
  410. <div id="all">{block:Posts}<div id="posts">
  411.  
  412. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  413.  
  414. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  415.  
  416. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  417.  
  418. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}{Quote}{/block:Quote}
  421.  
  422. {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>
  423. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  424. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  425. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  426. {/block:Audio}
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  431.  
  432.  
  433. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">{Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  434.  
  435. <div id="details">
  436. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <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>
  437. {block:HasTags}<div id="tags">&nbsp;tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  438. {/block:Posts}
  439. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  440. {/block:Posts}</div></div></div>
  441.  
  442. <div style="position:fixed;bottom:7px; right:7px; font-size:13px; letter-spacing:1px; font-family:eater;"><a href="http://ofjae.co.vu/" title="theme by jae">JAE</a></center></div>
  443.  
  444.  
  445.  
  446.  
  447.    
  448. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement