Caylo

Theme 13

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