Advertisement
noziam

Theme 01 Summertime Sadness

Aug 21st, 2013
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.61 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 01 SUMMERTIME SADNESS 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:sidebar" content=""/>
  33. <meta name="image:bg" content=""/>
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. /* --- SCROLLBAR ---*/
  46.  
  47.  ::-webkit-scrollbar {
  48. width: 5px;height: 5px;}
  49. ::-webkit-scrollbar-button:start:decrement,
  50. ::-webkit-scrollbar-button:end:increment {
  51. height: 6px;display: block;background-color: {color:white};}
  52. ::-webkit-scrollbar-track-piece {
  53. background-color: {color:scrollbarbg};}
  54. ::-webkit-scrollbar-thumb:vertical {
  55. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  56.  
  57.  
  58. /* --- BODY ---*/
  59.  
  60. body {
  61.     background:{color:background};
  62.     margin:0px;
  63.     color:{color:text};
  64.     font-family:Calibri;
  65.     font-size:9px;
  66.     line-height:100%;
  67. }
  68.  
  69. a {
  70.     text-decoration:none;
  71.     outline:none;
  72.     -moz-outline-style:none;
  73.     color:{color:link};
  74. }
  75.  
  76. img {
  77.     border:none;
  78. }
  79.  
  80. blockquote {
  81.     padding-left:5px;
  82.     border-left:2px solid;
  83. }
  84.    
  85. blockquote blockquote {
  86.     padding-left:5px;
  87.     border-left:2px solid;
  88. }
  89.  
  90. h1 {
  91.     font-size:9px;
  92.     text-transform:uppercase;
  93. }
  94.  
  95. a:hover {
  96.     opacity:10;
  97.     color:{color:hover};
  98.      -webkit-transition: all 0.7s ease;
  99.     -moz-transition: all 0.7s ease;
  100.     -o-transition: all 0.7s ease
  101. }
  102.  
  103. /* --- POST ENTRIES ---*/
  104.  
  105.  
  106. #entries {
  107.     padding:10px;
  108.     width:500px;
  109.     margin-left:450px;
  110.     margin-top:40px;
  111.     font-size:10px;
  112.     font-family:consolas;
  113. }
  114.  
  115. /* --- BODY: POSTS ---*/
  116.  
  117.  
  118. #post {
  119.     width:500px;
  120.     padding-bottom:20px;
  121.     padding:10px;
  122.     margin-top:15px;
  123.     background-color:{color:Post};
  124. }
  125.  
  126. /* --- SIDEBAR IMAGE ---*/
  127.  
  128.  
  129. #sidebar {
  130.     width:100px;
  131.     position:fixed;
  132.     margin-left:260px;
  133.     margin-top:150px;
  134.     opacity:.80;
  135.     background-color:{color:Sidebar};
  136. }
  137.  
  138. #sidebarimage {
  139.     width 100px;
  140.     height:250px;
  141. }
  142.  
  143. #sidebarimage img {
  144.     width:100px;
  145.     height:250px;
  146.     border:solid 1px;
  147.     padding:-10px;
  148.     border-color: {color:border};
  149.     background-color:{color:Sidebar};
  150. }
  151.  
  152.  
  153. /* --- SIDEBAR LINKS ---*/
  154.  
  155. .links {
  156.     width:100px;
  157.     height:5px;
  158.     padding: 9px;
  159.     font-size:9px;
  160.     font-family:'calibri';
  161.     text-align:center;
  162.     margin-top:-2px;
  163.     margin-left:;
  164.     text-align:center;
  165.     text-transform:uppercase;
  166.     word-spacing:3px;
  167.     position:fixed;
  168.     padding-bottom:7px;
  169. }
  170.  
  171. .links a {
  172.     font-size: 8px;
  173. }
  174.  
  175. .links a:hover {
  176.    color:{color:Hover}
  177. }  
  178.  
  179.  
  180. /* --- DESCRIPTION ---*/
  181.  
  182. #description {
  183.     position:fixed;
  184.     font-family:consolas;
  185.     line-height:90%;
  186.     font-size:11px;
  187.     letter-spacing:1px;
  188.     font-style:italic;
  189.     width:95px;
  190.     margin-top:20px;
  191.     padding:8px;
  192.     margin-left:0px;
  193.     text-align:right;
  194.     color:{color:text};
  195.     }
  196.    
  197. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  198. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  199.  
  200. /* --- PAGINATION---*/
  201.  
  202.  
  203. #pagination {
  204.     width:100px;
  205.     font-size:8px;
  206.     text-align:center;
  207.     margin-left:0px;
  208.     margin-top:60px;
  209.     position:fixed;
  210.     font-family:consolas;
  211.     letter-spacing:0px;
  212. }
  213.  
  214. /* --- POST INFO ---*/
  215.  
  216.  
  217. #info {
  218.     text-align:right;
  219.     margin-top:10px;
  220.     margin-left:-10px;
  221.     text-transform:uppercase;
  222.     font-size:8px;
  223.     font-style:none;
  224. }
  225.  
  226. /* --- POST TAGS---*/
  227.  
  228.  
  229. #tags {
  230.     font-family:cambria;
  231.     letter-spacing:0px;
  232.     text-transform:lowercase;
  233.     font-size:10px;
  234.     font-style:italic;
  235.     margin-top:4px;
  236.     margin-left:-10px;
  237.     text-align:right;
  238. }
  239.    
  240. #tags
  241. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  242.     -webkit-transition: all 0.6s ease-in-out;
  243.     -moz-transition: all 0.6s ease-in-out;
  244.     -o-transition: all 0.6s ease-in-out;
  245.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  246.  
  247.  
  248. /* --- QUESTIONS ---*/
  249.  
  250. #asker {
  251.     padding:5px;
  252.     font-family:cambria;
  253.     letter-spacing:1px;
  254.     text-align:left;
  255.     font-style:italic;
  256.     margin-left:10px;
  257.     border-left:3px #eee solid;
  258.     background-color:{color:background}
  259. }
  260.  
  261. {CustomCSS}</style></head><body>
  262.  
  263. <div id="sidebar">
  264. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  265.  
  266.  
  267. <div id="description">
  268. {Description}
  269. </div>
  270.  
  271.  
  272. <div class="links">
  273. <a href="/">home</a>
  274. <a href="/ask">mssg</a>
  275. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  276. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  277. </div>
  278.  
  279.  
  280. {block:Pagination}<div id="pagination">
  281. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  282. {block:JumpPagination length="5"}
  283. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  284. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  285. {/block:JumpPagination}
  286. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  287. </div>{/block:Pagination}
  288.  
  289. </div>
  290.  
  291. <div id="entries">{block:Posts}<div id="post">
  292.  
  293. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  294.  
  295. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  296.  
  297. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  298.  
  299. {block:Quote}{Quote}{/block:Quote}
  300.  
  301. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  302.  
  303. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  304.  
  305. {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>
  306. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  307. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  308. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  309. {/block:Audio}
  310.  
  311. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  312.  
  313. {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}
  314.  
  315. <div id="info">
  316. <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>
  317. {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>
  318. {/block:Posts}
  319. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  320. {/block:Posts}</div></div></div>
  321.  
  322.  
  323.  
  324. <!--
  325. DON'T YOU DARE TOUCH THIS
  326. -->
  327.  
  328. <div style="position:fixed;bottom:7px; right:7px; font-size:13px; letter-spacing:1px; font-family:consolas;"><a href="http://noziam.tumblr.com/">JAE</a></center></div>
  329.  
  330.    
  331. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement