Advertisement
noziam

THEME 03: TRY HARD

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