Caylo

Theme 01

Jun 19th, 2013
874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 8.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. THEME 01 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11. <html xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Post" content="#ffffff"/>
  20. <meta name="color:Text" content="#9a9a9a"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Hover" content="#444444"/>
  23. <meta name="color:Linkbg" content="ffffff"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Line" content="#e4e4e4"/>
  26. <meta name="color:Border" content="#d3d3d3"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 Text" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 5 Text" content="" />
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar {
  43.     width: 5px;
  44.     height: 5px;
  45. }
  46.  
  47. ::-webkit-scrollbar-button:start:decrement,
  48. ::-webkit-scrollbar-button:end:increment {
  49.     height: 6px;
  50.     display: block;
  51.     background-color: {color:white};
  52. }
  53.  
  54. ::-webkit-scrollbar-track-piece {
  55.     background-color: white;
  56. }
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {
  59.     height: 9px;
  60.     background-color: gray;
  61. }
  62.  
  63.  
  64. body {
  65.     background: {color:background};
  66.     margin: 0px;
  67.     color: {color:text};
  68.     font-family:'Calibri', sans-serif;
  69.     font-size: 10px;
  70. }
  71.  
  72. pre, p{
  73.     white-space: -moz-pre-wrap;
  74.     white-space: -pre-wrap;
  75.     white-space: -o-pre-wrap;
  76.     white-space: pre-wrap;
  77.     word-wrap: break-word;
  78. }
  79.  
  80. a {
  81.     text-decoration:none;
  82.     outline:none;
  83.     color:{color:link};
  84.     -webkit-transition: all 0.7s ease;
  85.     -moz-transition: all 0.7s ease;
  86.     -o-transition: all 0.7s ease;
  87. }
  88.  
  89. a:hover {
  90.     color:{color:hover};
  91.     -webkit-transition: all 0.7s ease;
  92.     -moz-transition: all 0.7s ease;
  93.     -o-transition: all 0.7s ease;
  94. }
  95.  
  96. img {
  97.     border:none;
  98. }
  99.  
  100. blockquote {
  101.     padding-left:5px;
  102.     border-left:1px solid;
  103. }
  104.    
  105. blockquote blockquote {
  106.     padding-left:5px;
  107.     border-left:1px solid;
  108. }
  109.  
  110. h1 {
  111.     font-size:12px;
  112.     text-transform:uppercase;
  113. }
  114.  
  115. #entries {
  116.     position: absolute;
  117.     padding:10px;
  118.     width:500px;
  119.     margin-left:470px;
  120.     margin-top:10px;
  121.     font-size:11px;
  122. }
  123.  
  124.  
  125. #post {
  126.     width:500px;
  127.     padding:10px;
  128.     margin-top:40px;
  129.     background-color:{color:Post};
  130. }
  131.  
  132. #sidebar {
  133.     width:130px;
  134.     height:auto;
  135.     position:fixed;
  136.     margin-left:280px;
  137.     margin-top:220px;
  138. }
  139.  
  140. #sidebarimage {
  141.     width 130px;
  142. }
  143.  
  144. #sidebarimage img {
  145.     width:130px;
  146. }
  147.  
  148. #sidebar:hover .links{
  149.     opacity:1;
  150.     margin-top:-30px;
  151.     -webkit-transition: all 0.7s ease;
  152.     -moz-transition: all 0.7s ease;
  153.     -o-transition: all 0.7s ease;
  154. }
  155.  
  156. .links {
  157.     z-index:50;
  158.     position:absolute;
  159.     opacity:0;
  160.     width:130px;
  161.     height:7px;
  162.     padding:4px 0px 7px 0px;;
  163.     font-size:8px;
  164.     font-family:'calibri', sans-serif;
  165.     text-align:center;
  166.     margin-top:-10px;
  167.     text-align:center;
  168.     text-transform:uppercase;
  169.     word-spacing:2px;
  170.     background-color:{color:linkbg};
  171.     -webkit-transition: all 0.7s ease;
  172.     -moz-transition: all 0.7s ease;
  173.     -o-transition: all 0.7s ease;
  174. }
  175.  
  176. .links a {
  177.     font-size: 8px;
  178. }
  179.  
  180. .links a:hover {
  181.    color:{color:Hover}
  182. }  
  183.  
  184.  
  185. #description {
  186.     font-family: 'Calibri', sans-serif;
  187.     font-size:10px;
  188.     font-style:italic;
  189.     width:110px;
  190.     margin-top:8px;
  191.     padding:10px;
  192.     text-align:center;
  193.     border-top: 1px solid {color:border};
  194.     border-bottom: 1px solid {color:border};
  195.     color:{color:text};
  196.     line-height: 107%;
  197.     }
  198.  
  199. #pagination {
  200.     width:125px;
  201.     font-size:8px;
  202.     text-align:center;
  203.     margin-top:10px;
  204.     position:fixed;
  205.     font-family:'Consolas', monospace;
  206.     letter-spacing:0px;
  207. }
  208.  
  209.  
  210.  
  211. #info {
  212.     text-align: left;
  213.     margin-top: 15px;
  214.     text-transform: uppercase;
  215.     font-size: 8px;
  216.     font-style: none;
  217.     border-top: 1px solid {color:Line};
  218.     padding: 8px 0;
  219. }
  220.  
  221. #tags {
  222.     letter-spacing:0px;
  223.     padding-right:3px;
  224.     text-transform:lowercase;
  225.     font-size:10px;
  226.     margin-top:4px;
  227.     text-align:left;
  228. }
  229.    
  230. #tags a {
  231.     display:inline;
  232.     color:{color:Tags};
  233.     padding:-1px;
  234.     text-align:left;
  235. }
  236.  
  237. #tags a:hover{
  238.     color:{color:Hover};
  239. }
  240.  
  241.  
  242. #asker {
  243.     padding: 5px;
  244.     padding-top: 7px;
  245.     text-align:left;
  246.     font-size: 12px;
  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 solid {color:border};
  259.     float: left;
  260.     margin: 10px 7px 0 0;
  261. }
  262.  
  263. .url{
  264.     text-decoration: underline;
  265.     font-size:12px;
  266.     text-transform:uppercase;
  267.     font-weight: bold;
  268. }
  269.  
  270. {CustomCSS}
  271. </style></head><body>
  272.  
  273. <div id="sidebar">
  274. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  275.  
  276.  
  277. <div class="links">
  278. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  279. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  280. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  281. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  282. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  283. </div>
  284.  
  285. <div id="description">
  286. {Description}
  287. </div>
  288.  
  289. {block:Pagination}<div id="pagination">
  290. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  291. {block:JumpPagination length="5"}
  292. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  293. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  294. {/block:JumpPagination}
  295. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  296. </div>{/block:Pagination}
  297.  
  298. </div>
  299.  
  300. <div id="entries">{block:Posts}
  301.  
  302. <div id="post">
  303.  
  304. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  305.  
  306. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  307.  
  308. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  309.  
  310. {block:Quote}<center><h1>"{Quote}"</h1><br/>{Source}</center>{/block:Quote}
  311.  
  312. {block:Link}<div class="url"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  313.  
  314. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  315.  
  316. {block:AudioEmbed}
  317. {AudioEmbed}
  318. {/block:AudioEmbed}
  319.  
  320. {block:Audio}
  321.    {AudioPlayerWhite}
  322.    {block:Caption}{Caption}{/block:Caption}
  323. {/block:Audio}
  324.  
  325.  
  326. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  327.  
  328. {block:Answer}
  329. <div id="ask">
  330. <div id="askimg"><img src="{AskerPortraitURL-40}"></div>
  331. <div id="asker"><b>{Asker} asked:</b> </div>
  332. <em>{Question}</em>
  333. </div>
  334.  
  335. <p>{Answer}</p>{/block:Answer}
  336.  
  337. {block:Date}
  338. <div id="info">
  339. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  340. {block:ContentSource} - <a href="{SourceURL}">©{SourceTitle}</a>{/block:ContentSource} - {NoteCountWithLabel}
  341. {block:HasTags}<div id="tags">TAGGED:{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  342. {/block:Date}
  343. {/block:Posts}
  344.  
  345. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  346. </div>
  347.  
  348. <!-- CREDIT, PLEASE DON'T TOUCH -->
  349.  
  350. <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>
  351.  
  352.    
  353. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment