Caylo

Theme 14

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