Advertisement
noziam

THEME 04: LOST IN MY BEDROOM

Sep 20th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.01 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 04 LOST IN MY BEDROOM  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. <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:sidebarright" content=""/>
  33. <meta name="image:sidebarleft" 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 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39. <meta name="text:Link 3" content="" />
  40. <meta name="text:Link 3 Text" content="" />
  41. <meta name="text:Link 4" content="" />
  42. <meta name="text:Link 4 Text" content="" />
  43. <meta name="if:Show Link 1" content="1" />
  44. <meta name="if:Show Link 2" content="1" />
  45. <meta name="if:Show Link 3" content="1" />
  46. <meta name="if:Show Link 4" content="1" />
  47. <meta name="color:scrollbarbg" content="ffffff"/>
  48.  
  49. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  50. </a></div>
  51.  
  52. <style type="text/css">
  53.  
  54. /* --- SCROLLBAR ---*/
  55.  
  56.  ::-webkit-scrollbar {
  57. width: 5px;height: 5px;}
  58. ::-webkit-scrollbar-button:start:decrement,
  59. ::-webkit-scrollbar-button:end:increment {
  60. height: 6px;display: block;background-color: {color:white};}
  61. ::-webkit-scrollbar-track-piece {
  62. background-color: {color:scrollbarbg};}
  63. ::-webkit-scrollbar-thumb:vertical {
  64. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  65.  
  66.  
  67. /* --- BODY ---*/
  68.  
  69. body {
  70.     background:{color:background};
  71.     margin:0px;
  72.     color:{color:text};
  73.     font-family:Cambria;
  74.     font-size:11px
  75.     line-height:80%;
  76. }
  77.  
  78. a {
  79.     text-decoration:none;
  80.     outline:none;
  81.     -moz-outline-style:none;
  82.     color:{color:link};
  83. }
  84.  
  85. img {
  86.     border:none;
  87. }
  88.  
  89. blockquote {
  90.     padding-left:5px;
  91.     border-left:2px solid;
  92. }
  93.    
  94. blockquote blockquote {
  95.     padding-left:5px;
  96.     border-left:2px solid;
  97. }
  98.  
  99. h1 {
  100.     font-size:9px;
  101.     text-transform:uppercase;
  102. }
  103.  
  104. a:hover {
  105.     opacity:10;
  106.     color:{color:hover};
  107.      -webkit-transition: all 0.7s ease;
  108.     -moz-transition: all 0.7s ease;
  109.     -o-transition: all 0.7s ease
  110. }
  111.  
  112. /* --- POST ENTRIES ---*/
  113.  
  114.  
  115. #entries {
  116.     padding:10px;
  117.     width:500px;
  118.     margin-left:490px;
  119.     margin-top:40px;
  120.     font-size:10px;
  121. }
  122.  
  123. /* --- BODY: POSTS ---*/
  124.  
  125.  
  126. #post {
  127.     width:500px;
  128.     padding-bottom:20px;
  129.     padding:10px;
  130.     margin-top:15px;
  131. }
  132.  
  133. /* --- SIDEBAR IMAGE ---*/
  134.  
  135.  
  136. #sidebar {
  137.     width:90px;
  138.     position:fixed;
  139.     margin-left:320px;
  140.     margin-top:150px;
  141.     opacity:.80;
  142.     background-color:{color:Sidebar};
  143. }
  144.  
  145. #sidebarimageright {
  146.     width 90px;
  147. }
  148.  
  149. #sidebarimageright img {
  150.     width:100px;
  151.     height:100px;
  152.     margin-top:87px;
  153.     margin-left:-40px;
  154. }
  155.  
  156. #sidebarimageleft {
  157.     width 90px;
  158.     margin-top:-105px;
  159. }
  160.  
  161. #sidebarimageleft img {
  162.     width:100px;
  163.     height:100px;
  164.     margin-left:-175px;
  165. }
  166.  
  167. /* --- SIDEBAR LINKS ---*/
  168. .links {
  169.     width:10px;
  170.     height:-7px;
  171.     padding: 3px;
  172.     font-size:7px;
  173.     font-family:'cambria italic';
  174.     text-align:center;
  175.     margin-top:-110px;
  176.     opacity:.9;
  177.     margin-left:-71px;
  178.     text-align:center;
  179.     text-transform:lowercase;
  180.     word-spacing:2px;
  181.     position:fixed;
  182.     padding-bottom:7px;
  183.     color:#fff;
  184. }
  185.  
  186. .links a {
  187.     font-size: 13px;
  188.     display: block;
  189.     line-height:90%;
  190.     background-color: #fff;
  191.     width: 10px;
  192.     color:#fff;
  193.     }
  194.  
  195. .links a:hover {
  196.     background-color: #eee;
  197.     color:#fff;
  198.     text-transform:uppercase;
  199.     font-size:10px;  
  200. }  
  201.  
  202. /* --- DESCRIPTION ---*/
  203.  
  204. #description {
  205.     position:fixed;
  206.     font-family:cambria;
  207.     line-height:95%;
  208.     font-size:10px;
  209.     font-style:none;
  210.     width:190px;
  211.     height:auto;
  212.     margin-top:-125px;
  213.     padding:10px;
  214.     opacity:1;
  215.     margin-left:-160px;
  216.     text-align:center;
  217.     color:{color:text};
  218.     padding:6px;
  219.     }
  220.    
  221. #description a {color:#888; -moz-transition-duration:0.4s;
  222. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  223.  
  224. /* --- TITLE ---*/
  225.  
  226. #title {
  227.     width:200px;
  228.     height:auto;
  229.     text-align:center;
  230.     font-family:cambia;
  231.     margin-left:-160px;
  232.     margin-top:-142px;
  233.     font-size: 20px;
  234.     font-style:italic;
  235.     }
  236.  
  237. /* --- PAGINATION---*/
  238.  
  239.  
  240. #pagination {
  241.     width:200px;
  242.     height:auto;
  243.     text-align:center;
  244.     margin-left:-157px;
  245.     margin-top:120px;
  246.     position:auto;
  247.     font-family:cambria italic;
  248.     letter-spacing:0px;
  249. }
  250.  
  251. /* --- POST INFO ---*/
  252.  
  253.  
  254. #info {
  255.     text-align:left;
  256.     font-family:cambria;
  257.     margin-top:10px;
  258.     text-transform:uppercase;
  259.     font-size:10px;
  260.     font-style:italic;
  261.     border-top:1px solid {color:Line}
  262. }
  263.  
  264. /* --- POST TAGS---*/
  265.  
  266.  
  267. #tags {
  268.     text-align:center;
  269.     font-size:12px;
  270.     margin-top:5px;
  271.     Color:#fff'
  272.     font:calibri;
  273. }
  274.    
  275.    
  276. #tags
  277. a {display:inline;background-color:#fff;padding:-3px;text-align:left;
  278.     -webkit-transition: all 0.6s ease-in-out;
  279.     -moz-transition: all 0.6s ease-in-out;
  280.     -o-transition: all 0.6s ease-in-out;
  281.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  282.  
  283.  
  284. /* --- QUESTIONS ---*/
  285.  
  286. #asker {
  287.     padding:5px;
  288.     font-family:cambria;
  289.     letter-spacing:1px;
  290.     text-align:left;
  291.     font-style:italic;
  292.     margin-left:10px;
  293.     border-left:3px #eee solid;
  294.     background-color:{color:background}
  295. }
  296.  
  297.  
  298.  #s-m-t-tooltip {
  299.  
  300. max-width:300px;
  301.  
  302. padding:3px 4px 5px 4px;
  303.  
  304. margin:20px 0px 0px 20px;
  305.  
  306. background-color:#fff; /* change the background color */
  307.  
  308. border:1px solid {color:text}; /* change the border color */
  309.  
  310. font-family:calibri; /* change the font */
  311.  
  312. font-size:9px; /* change the font size */
  313.  
  314. letter-spacing:2px; /* change the letter spacing */
  315.  
  316. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  317.  
  318. color:{color:text}; /* change the text color */
  319.  
  320. z-index:999999999999999999999999999999999999;
  321.  
  322. }
  323. {CustomCSS}</style>
  324.    
  325.     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  326.  
  327. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  328.  
  329. <script>
  330.  
  331. (function($){
  332.  
  333. $(document).ready(function(){
  334.  
  335. $("a[title]").style_my_tooltips({
  336.  
  337. tip_follows_cursor:true,
  338.  
  339. tip_delay_time:90,
  340.  
  341. tip_fade_speed:600,
  342.  
  343. attribute:"title"
  344.  
  345. });
  346.  
  347. });
  348.  
  349. })(jQuery);
  350.  
  351. </script>
  352. </head><body>
  353.  
  354.  
  355.  
  356. <div id="sidebar">
  357. <div id="sidebarimageright"><img src="{image:sidebarright}"></div>
  358. <div id="sidebarimageleft"><img src="{image:sidebarleft}"></div>
  359.  
  360.  
  361. <div class="links">
  362. <br><a href="/ask" title="ask"><img src="http://media.tumblr.com/tumblr_m2zzg3K8d21qev35h.bmp"></a>
  363. <br>{block:IfShowLink1}<a href="{text:Link 1}" title="{text:Link 1 Text}"><img src="http://media.tumblr.com/tumblr_m2zzg3K8d21qev35h.bmp"></a>{/block:IfShowLink1}
  364. <br>{block:IfShowLink2}<a href="{text:Link 2}" title="{text:Link 2 Text}"><img src="http://media.tumblr.com/tumblr_m2zzg3K8d21qev35h.bmp"></a>{/block:IfShowLink2}
  365. <br>{block:IfShowLink2}<a href="{text:Link 3}" title="{text:Link 3 Text}"><img src="http://media.tumblr.com/tumblr_m2zzg3K8d21qev35h.bmp"></a>{/block:IfShowLink3}
  366. <br>{block:IfShowLink4}<a href="{text:Link 4}" title="{text:Link 4 Text}"><img src="http://media.tumblr.com/tumblr_m2zzg3K8d21qev35h.bmp"></a>{/block:IfShowLink4}
  367. </div>
  368.  <div id="description">
  369. {Description}
  370. </div>
  371.  
  372. <div id="title"><a href="/" title="home">
  373. {Title}</a>
  374. </div>
  375.  
  376. {block:Pagination}<div id="pagination">
  377. {block:PreviousPage}<a href="{PreviousPage}" title="back"><img src="http://media.tumblr.com/tumblr_m2zzpcrOFn1qev35h.bmp"></a>{/block:PreviousPage}
  378. {/block:JumpPagination}<span>
  379. {block:NextPage}<a href="{NextPage}" title="next"><img src="http://media.tumblr.com/tumblr_m2zzpcrOFn1qev35h.bmp"></a>{/block:NextPage}
  380. </div>{/block:Pagination}
  381.  
  382. </div>
  383.  
  384. <div id="entries">{block:Posts}<div id="post">
  385.  
  386. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  387.  
  388. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  389.  
  390. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  391.  
  392. {block:Quote}{Quote}{/block:Quote}
  393.  
  394. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  395.  
  396. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  397.  
  398. {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>
  399. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  400. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  401. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  402. {/block:Audio}
  403.  
  404. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  405.  
  406. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} was all like: </span>{Question}</div><left><font face="cambria">So i was like:{Answer}</font>{/block:Answer}
  407.  
  408. <div id="info">
  409. <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>
  410. {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>
  411. {/block:Posts}
  412. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  413. {/block:Posts}</div></div></div>
  414.  
  415.  
  416.  
  417. <!--
  418. THEME MAKER CREDIT
  419. -->
  420.  
  421.  
  422. <div style="position:fixed;bottom:7px; right:7px; font-size:13px; letter-spacing:1px; font-family:consolas;"><a href="http://noziam.tumblr.com/" title="theme by noziam">JAE</a></center></div>
  423.  
  424.  
  425.    
  426. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement