Caylo

Theme 11

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