Advertisement
noziam

THEME 07: AWKWARD.

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