Caylo

Theme 15

Jun 5th, 2014
1,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 9.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. THEME 15 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11.  
  12.  
  13. <html xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20.  
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="color:text" content="#5a5a5a" />
  23. <meta name="color:link" content="#a3a3a3" />
  24. <meta name="color:hover" content="#427ea3" />
  25. <meta name="color:title" content="#5a5a5a" />
  26. <meta name="color:headerlinks" content="#ffffff" />
  27. <meta name="color:background links" content="#444444" />
  28. <meta name="color:description" content="#5a5a5a" />
  29. <meta name="color:info" content="#414141" />
  30. <meta name="color:tags" content="#a3a3a3" />
  31. <meta name="image:image" content=""/>
  32. <meta name="if:circle image" content="1" />
  33. <meta name="text:link 1" content="" />
  34. <meta name="text:link 1 url" content="" />
  35. <meta name="text:link 2" content="" />
  36. <meta name="text:link 2 url" content="" />
  37. <meta name="text:link 3" content="" />
  38. <meta name="text:link 3 url" content="" />
  39. <meta name="text:link 4" content="" />
  40. <meta name="text:link 4 url" content="" />
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  43.  
  44. <style type="text/css">
  45.  
  46. pre, p{
  47.     white-space: -moz-pre-wrap;
  48.     white-space: -pre-wrap;
  49.     white-space: -o-pre-wrap;
  50.     white-space: pre-wrap;
  51.     word-wrap: break-word;
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55.         height: 5px;
  56.         width: 5px;
  57.         -webkit-border-radius: 0px;
  58.         background-color:white;
  59. }
  60. ::-webkit-scrollbar-thumb{background-color: {color:background links};}
  61. ::-webkit-scrollbar-track{background-color: {color:background};}
  62.  
  63.  
  64. body {
  65.     margin: 0px;
  66.     color: {color:text};
  67.     font-family: 'helvetica', sans-serif;
  68.     font-size: 11px;
  69.     background-color:{color:background};
  70. }
  71.  
  72. a {
  73.     text-decoration: none;
  74.     outline :none;
  75.     -moz-outline-style: none;
  76.     color: {color:link};
  77.     -webkit-transition: all 0.5s ease;
  78.     -moz-transition: all 0.5s ease;
  79.     -o-transition: all 0.5s ease;
  80. }
  81.  
  82. a:hover {
  83.     opacity: 10;
  84.     color: {color:hover};
  85.     -webkit-transition: all 0.5s ease;
  86.     -moz-transition: all 0.5s ease;
  87.     -o-transition: all 0.5s ease;
  88. }
  89.  
  90.  
  91. img {
  92.     border: none;
  93. }
  94.  
  95. blockquote {
  96.     margin-left: 10px;
  97.     border-left: 1px solid #ccc;
  98.     padding-left: 7px;
  99. }
  100.    
  101. blockquote blockquote {
  102.     margin-left: 10px;
  103.     border-left: 1px solid #ccc;
  104.     padding-left: 7px;
  105. }
  106.  
  107. h1 {
  108.     font-size: 12px;
  109.     font-weight: normal;
  110.     letter-spacing: 1px;
  111.     text-transform: uppercase;
  112.     font-family: 'raleway', 'helvetica', sans-serif;
  113.     line-height: 100%;
  114. }
  115.  
  116.  
  117. #entries {
  118.     width: 400px;
  119.     margin: auto;
  120.     margin-top: 110px;
  121. }
  122.  
  123.  
  124. #post {
  125.     width: 400px;
  126.     padding-bottom: 25px;
  127.     margin-bottom: 75px;
  128. }
  129.  
  130. #header{
  131.     width: 320px;
  132.     margin:auto;
  133.     margin-top: 90px;
  134.     text-align: center;
  135. }
  136.  
  137. #title{
  138.     font-size: 14px;
  139.     font-family: 'raleway', sans-serif;
  140.     letter-spacing: 4px;
  141.     text-transform: uppercase;
  142.     margin-top: 15px;
  143.     color: {color:title};
  144. }
  145.  
  146.  
  147. #image img{
  148.     width: 120px;
  149.     {block:ifCircleImage}
  150.     width: 90px;
  151.     height: 90px;
  152.     border-radius: 45px;
  153.     -webkit-border-radius: 45px;
  154.     -moz-border-radius: 45px;
  155.     {/block:ifCircleImage}
  156. }
  157.  
  158.  
  159. #links{
  160.     font-family: 'helvetica', sans-serif;
  161.     font-weight: bold;
  162.     font-size: 9px;
  163.     margin-top: 7px;
  164.     padding: 5px;
  165.     background-color: {color:background links};
  166. }
  167.  
  168. #links a{
  169.     padding: 0 5px;
  170.     color: {color:headerlinks};
  171. }
  172.  
  173. #links a:hover{
  174.     opacity: 0.7;
  175. }
  176.    
  177. #description{
  178.     font-family: 'times', serif;
  179.     line-height: 180%;
  180.     margin-top: 10px;
  181.     padding: 0 5px;
  182.     color: {color:description};
  183. }
  184.  
  185. #pagination{
  186.     font-family: 'helvetica', sans-serif;
  187.     font-weight: bold;
  188.     font-size: 9px;
  189.     padding: 7px;
  190.     margin: 50px 0;
  191.     text-align: center;
  192.     color: {color:headerlinks};
  193.     background-color: {color:background links};
  194. }
  195.  
  196. #pagination a{
  197.     color: {color:headerlinks};
  198.     opacity: 0.9;
  199. }
  200.  
  201. #info{
  202.     font-size: 10px;
  203.     margin-top: 20px;
  204.     text-align: center;
  205.     padding-top: 2px;
  206.     font-family: 'times', serif;
  207. }
  208.  
  209. #info a{
  210.     color: {color:info};
  211. }
  212.  
  213. #info a:hover{
  214.     color: {color:hover};
  215. }
  216.  
  217. #tags{
  218.     opacity: 0;
  219.     -webkit-transition: all 0.6s ease;
  220.     -moz-transition: all 0.6s ease;
  221.     -o-transition: all 0.6s ease;
  222. }
  223.  
  224. #post:hover #tags{
  225.     opacity: 1;
  226.     -webkit-transition: all 0.6s ease;
  227.     -moz-transition: all 0.6s ease;
  228.     -o-transition: all 0.6s ease;
  229. }
  230.  
  231. .tag{
  232.     display: inline;
  233.     padding: 5px;
  234. }
  235.  
  236. .tag a:hover{
  237.     color:{color:hover};
  238. }
  239.    
  240. #tags a{
  241.     color: {color:tags};
  242. }    
  243.  
  244. #postnotes{
  245.     padding: 3px;
  246. }
  247.  
  248. #postnotes ol{
  249.     list-style-type:none;
  250. }
  251.  
  252. #postnotes img{
  253.     padding-right: 4px;
  254. }
  255.  
  256. #quote{
  257.     text-align: center;
  258. }
  259.  
  260. #asker{
  261.     background-color: {color:background links};
  262.     padding: 3px;
  263.     font-weight: bold;
  264.     color: {color:headerlinks};
  265. }
  266.  
  267. #asker a{
  268.     color: {color:headerlinks};
  269. }
  270.  
  271. #ask {
  272.     text-align: center;
  273. }
  274.  
  275. #qq{
  276.     padding: 5px;
  277.     font-style: italic;
  278. }
  279.  
  280. #trackname{
  281.     color:{color:headerlinks};
  282.     background-color:{color:background links};
  283.     text-transform: uppercase;
  284.     font-weight: bold;
  285.     padding: 3px;
  286. }
  287.  
  288. .albumcover {
  289.     position: relative;
  290.     z-index: 1;
  291.     height: 60px;
  292.     width: 60px;
  293.     float:left;
  294.     padding: 5px;
  295. }
  296.  
  297. .playbutton {
  298.     overflow: hidden;
  299.     position: relative;
  300.     z-index: 99;
  301.     width: 30px;
  302.     height: 30px;
  303.     margin:15px;
  304. }    
  305.  
  306. .musicbin {
  307.     background-color: #fff;
  308.     position: absolute;
  309.     z-index: 99;
  310.     opacity: 0.2;
  311.     margin:5px;
  312.     -webkit-transition: opacity 0.5s linear;
  313.     -webkit-transition: all 0.5s linear;
  314.     -moz-transition: all 0.5s linear;
  315.     -o-transition: all 0.5s linear;
  316. }
  317.  
  318. .musicbin:hover {
  319.         opacity:0.5;
  320. }
  321.  
  322. .musicinfo {
  323.     height: 60px;
  324.     padding: 5px;
  325. }
  326.  
  327.  
  328.  
  329. {CustomCSS}</style></head>
  330.  
  331. <body>
  332.  
  333. <div id="header">
  334. <div id="image"><img src="{image:image}"></div>
  335. <div id="title">{Title}</div>
  336. <div id="links">
  337.     <a href="{text:Link 1 URL}">{text:Link 1}</a>
  338.     <a href="{text:Link 2 URL}">{text:Link 2}</a>
  339.     <a href="{text:Link 3 URL}">{text:Link 3}</a>
  340.     <a href="{text:Link 4 URL}">{text:Link 4}</a>
  341. </div>
  342. <div id="description">{Description}</div></div>
  343.  
  344. <div id="entries">{block:Posts}<div id="post">
  345.  
  346. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  347.  
  348. {block:Photo}
  349. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  350. {block:Caption}{Caption}{/block:Caption}
  351. {/block:Photo}
  352.  
  353. {block:Photoset}
  354. {Photoset-400}{block:Caption}{Caption}{/block:Caption}
  355. {/block:Photoset}
  356.  
  357. {block:Quote}
  358. <div id="quote"><h1>"{Quote}"</h1>
  359. - {Source}</div>{/block:Quote}
  360.  
  361. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  362.  
  363. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  364. {block:Lines}{block:Label}<div><div class="label">{Label}</div>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  365.  
  366. {block:Audio}
  367. <div class="musicbin"><div class="playbutton">
  368. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  369. {block:AlbumArt}
  370. <img src="{AlbumArtURL}" class="albumcover">
  371. {/block:AlbumArt}
  372.  
  373. <div class="musicinfo">
  374. {block:TrackName}<div id="trackname">{TrackName}</div>{/block:Trackname}
  375. {block:Artist}<div style="padding: 2px">Artist: {Artist}</div>{/block:Artist}
  376. {block:Album}<div style="padding: 2px">Album: {Album}</div>{/block:Album}
  377. {block:PlayCount}<div style="font-style:normal; font-size:10px; text-align: left;">Played: {PlayCount} cambria</div> {/block:PlayCount}
  378. </div>
  379. <div style="margin-top:15px;">{block:caption}{Caption}{/block:caption}</div>
  380. {/block:Audio}
  381.  
  382. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  383.  
  384. {block:Answer}<div id="ask">
  385. <div id="asker">{Asker}</div>
  386. <div id="qq">{Question}</div></div>
  387. {Answer}{/block:Answer}
  388.  
  389. {block:Date}
  390. <div id="info">
  391. <a href="{Permalink}">{TimeAgo}</a>
  392. {block:NoteCount}&nbsp; &nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  393. {block:RebloggedFrom}
  394. {block:ContentSource}&nbsp; &nbsp;<a href="{SourceURL}">source</a>{/block:ContentSource}&nbsp; &nbsp;<a href="{ReblogParentURL}">via</a>
  395. {/block:RebloggedFrom}
  396.  
  397. {block:HasTags}
  398. <div id="tags">
  399. {block:Tags}<div class="tag"><a href="{TagURL}"><small>#</small> {Tag}</a></div>{/block:Tags}
  400. </div>
  401. {/block:HasTags}
  402. </div></div>
  403. {/block:Date}
  404. {/block:Posts}
  405.  
  406. {block:PostNotes}<div id="postnotes">{PostNotes-16}</div>{/block:PostNotes}
  407.  
  408. {block:Pagination}<div id="pagination">
  409. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage}
  410. {block:JumpPagination length="5"}
  411. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;&nbsp;&nbsp;{/block:CurrentPage}
  412. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:JumpPage}
  413. {/block:JumpPagination}
  414. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  415. </div>{/block:Pagination}
  416.  
  417. </div>
  418.  
  419. <!-- CREDIT, PLEASE DON'T TOUCH -->
  420.  
  421. <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></center></div>
  422.  
  423.    
  424. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment