Caylo

Theme 02

Jun 25th, 2013
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 7.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. THEME 02 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11.  
  12. <html xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:Title" content="#444444"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:Description" content="#fdfdfd"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 url" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 url" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 3 url" content="" />
  33. <meta name="text:Link 4" content="" />
  34. <meta name="text:Link 4 url" content="" />
  35. <meta name="text:Link 5" content="" />
  36. <meta name="text:Link 5 url" content="" />
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Bad+Script|Julius+Sans+One' rel='stylesheet' type='text/css'>
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44. ::-webkit-scrollbar {
  45.     width: 5px;height: 5px;
  46. }
  47.  
  48. ::-webkit-scrollbar-track-piece {
  49.     background-color: #fff;
  50. }
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {
  53.     height: 20px;background-color: #aaa;
  54.     border-top:1px solid #aaa;
  55.     border-bottom:1px solid #aaa;
  56. }
  57.  
  58.  
  59. body {
  60.     background:{color:background};
  61.     margin:0px;
  62.     color:{color:text};
  63.     font-family: 'Calibri', sans-serif;
  64.     font-size: 10px;
  65. }
  66.  
  67. a {
  68.     text-decoration:none;
  69.     outline:none;
  70.     -moz-outline-style:none;
  71.     color:{color:link};
  72.     -webkit-transition: all 0.7s ease;
  73.     -moz-transition: all 0.7s ease;
  74.     -o-transition: all 0.7s ease;
  75. }
  76.  
  77. a:hover {
  78.     opacity:10;
  79.     color:{color:hover};
  80.     -webkit-transition: all 0.7s ease;
  81.     -moz-transition: all 0.7s ease;
  82.     -o-transition: all 0.7s ease;
  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: 12px;
  101.     text-transform:uppercase;
  102. }
  103.  
  104. #entries {
  105.     padding: 10px;
  106.     width: 500px;
  107.     margin-left: 450px;
  108.     font-size: 10px;
  109. }
  110.  
  111. #post {
  112.     width:500px;
  113.     padding-bottom:20px;
  114.     padding:10px;
  115.     margin-top:15px;
  116.     background-color:{color:Post};
  117. }
  118.  
  119. #sidebarbig {
  120.     width:250px;
  121.     height:101%;
  122.     background-image: url('{image:sidebar}');
  123.     margin-top: -5px;
  124.     font-style: none;
  125.     position: fixed;
  126.     background-position:bottom center;
  127.     color: {color:text};
  128.     margin-left: 105px;
  129. }
  130.  
  131.  
  132. #sidebar {
  133.     margin-top:100px;
  134.     position: fixed;
  135.     color: {color:text};
  136.     margin-left:35px;
  137.     line-height: 12px;
  138.     width:180px;
  139.     min-height:80px;
  140.     text-align: center;
  141. }
  142.  
  143.  
  144. #title{
  145.     color:{color:title};
  146.     font-family:'Bad Script';
  147.     font-size: 16px;
  148.     text-align: center;
  149.     padding: 10px;
  150.     -webkit-transition: all 0.9s ease;
  151.     -moz-transition: all 0.9s ease;
  152.     -o-transition: all 0.9s ease;
  153. }
  154.  
  155. #sidebarbig:hover .links{
  156.     opacity:1;
  157. }
  158.  
  159. #sidebarbig:hover #title{
  160.     opacity:0;
  161. }
  162.  
  163.  
  164. .links {
  165.     width: 220px;
  166.     font-family:'Cambria', serif;
  167.     font-size: 10px;
  168.     margin-top: -20px;
  169.     margin-left: -20px;
  170.     text-transform: uppercase;
  171.     text-align: center;
  172.     opacity: 0;
  173.     -webkit-transition: all 0.9s ease;
  174.     -moz-transition: all 0.9s ease;
  175.     -o-transition: all 0.9s ease
  176. }
  177.  
  178. .links a {
  179.     font-size: 10px;
  180.     padding: 0px 2px 0px 2px;
  181. }
  182.  
  183. .links a:hover {
  184.    color: {color:Hover}
  185. }    
  186.  
  187. #description{
  188.     color:{color:text};  
  189.     font-size: 9px;
  190.     font-family: 'Cambria', serif;
  191.     margin-top: 5px;
  192.     text-align:center;
  193.     padding: 10px;
  194.     width: 160px;
  195.     border: 1px solid #ededed;
  196.     opacity: 0.8;
  197.     background-color: {color:description};
  198. }
  199.  
  200.  
  201. #pagination {
  202.     color: {color:text};  
  203.     font-size: 9px;
  204.     font-family:'Julian Sans One';
  205.     margin-top:0px;
  206.     text-align:center;
  207.     width: 180px;
  208. }
  209.  
  210. #info {
  211.     text-align:left;
  212.     margin-top:20px;
  213.     text-transform:uppercase;
  214.     font-size:8px;
  215.     font-style:none;
  216.     padding-bottom:10px;
  217. }
  218.  
  219. #tags {
  220.     font-family:'consolas', monospace;
  221.     text-transform:uppercase;
  222.     font-size:10px;
  223.     margin-top:4px;
  224.     text-align:right;
  225. }
  226.  
  227. #dates{
  228.     padding-bottom:5px;
  229.     width: 500px;
  230.     border-bottom: 1px dotted {color:Line};
  231. }
  232.    
  233. #tags a {
  234.     display:inline;
  235.     color:{color:Tags};
  236.     padding:-3px;
  237. }  
  238.  
  239. #tags a:hover{
  240.     color: {color:hover};
  241. }
  242.  
  243. #asker {
  244.     padding: 5px;
  245.     padding-top: 10px;
  246.     text-align:left;
  247. }
  248.  
  249. #ask{
  250.     width:500px;
  251.     font-family:'Calibri';
  252.     text-align:left;
  253.     min-height: 60px;
  254. }
  255.  
  256. #askimg img {
  257.     padding: 4px;
  258.     border: 1px dotted {color:Line};
  259.     float: left;
  260.     margin: 10px 7px 0 0;
  261.  }
  262.  
  263. .tumblr_audio_player{
  264.     height: 100px;
  265. }
  266.  
  267. {CustomCSS}</style></head><body>
  268. <div id="sidebarbig">
  269.  
  270. <div id="sidebar">
  271. <div id="title">{Title}</div>
  272.  
  273. <div class="links">
  274.         <a href="{text:link 1 url}">{text:link 1}</a>
  275.         <a href="{text:link 2 url}">{text:link 2}</a>
  276.         <a href="{text:link 3 url}">{text:link 3}</a>
  277.         <a href="{text:link 4 url}">{text:link 4}</a>
  278.         <a href="{text:link 5 url}">{text:link 5}</a>
  279. </div>
  280.  
  281. <div id="description">{block:Description}{Description}{/block:Description}</div>
  282.  
  283. {block:Pagination}<div id="pagination">
  284. {block:PreviousPage} <a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  285. &nbsp;&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}">&rarr;</a> {/block:NextPage}
  286. </div>{/block:Pagination}
  287. </div>
  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}<h1>"{Quote}"</h1>{Source}{/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:AudioEmbed}
  306. {AudioEmbed}
  307. {/block:AudioEmbed}
  308.  
  309. {block:Audio}
  310.    {AudioPlayerWhite}
  311.    {block:Caption}{Caption}{/block:Caption}
  312. {/block:Audio}
  313.  
  314. {block:Answer}
  315. <div id="ask">
  316. <div id="askimg"><img src="{AskerPortraitURL-30}"></div>
  317. <div id="asker"><b>{Asker} asked:</b> </div>
  318. {Question}
  319. </div>
  320. {Answer}
  321. {/block:Answer}
  322.  
  323. {block:Date}
  324. <div id="info">
  325. <div id="dates"><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource} - {NoteCountWithLabel}</div>
  326. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  327. {/block:Date}
  328. {/block:Posts}
  329. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  330. </div>
  331.  
  332.  
  333. <!-- CREDIT, PLEASE DON'T TOUCH -->
  334.  
  335. <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/">♥ CAYLO</a></div>
  336.  
  337.    
  338. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment