Caylo

Theme 12

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