Advertisement
emmelinethemes

theme 04: polaroids (b)

Jul 23rd, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 12.68 KB | None | 0 0
  1.     <!DOCTYPE html>
  2.     <head>
  3.  
  4. <!---THEME 04 (B) BY MYROARY AT EMMELINETHEMES PLEASE DON'T STEAL, REMOVE THE CREDIT, USE AS A BASE CODE, OR REDISTRIBUTE. LOOK IF YOU WANT A BASECODE USE IRMA'S IT'S LINKED UNDER THIS. IF YOU HAVE ANY QUESTIONS FEEL FREE TO ASK! THANK YOU AND HAVE A NICE DAY! -->
  5.     <!--
  6.    base code by irma at primrosetylers.tumblr.com
  7.    do not steal, or redistribute-->
  8.        
  9.         <title>{Title}</title>
  10.         {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  11.         <link rel="shortcut icon" href="{Favicon}">
  12.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14.         <!-- meta stuffs go here -->
  15.        
  16.         <meta name="color:background" content="#fff">
  17.         <meta name="color:link" content="#aaa">
  18.         <meta name="color:link hover" content="#000"/>
  19.         <meta name="color:border"content=""/>
  20.         <meta name="color:sidebar links" content=""/>
  21.     <meta name="color:text" contenct=""/>
  22.        
  23.         <meta name="image:sidebar" content="">
  24.        
  25.         <meta name="text:link 1" content="">
  26.         <meta name="text:link 1 url" content="">
  27.         <meta name="text:link 2" content="">
  28.         <meta name="text:link 2 url" content="">
  29.         <meta name="text:link 3" content="">
  30.         <meta name="text:link 3 url" content="">
  31.         <meta name="text:link 4" content="">
  32.         <meta name="text:link 4 url" content="">
  33.         <meta name="text:link 5" content="">
  34.         <meta name="text:link 5 url" content="">
  35.  
  36.         <!-- metas end-->
  37.        
  38.         <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery            .style-my-tooltips.js"></script>
  39.         <script>
  40.         (function($){
  41.         $(document).ready(function(){
  42.            $("[title]").style_my_tooltips({
  43.                tip_follows_cursor:true,
  44.                tip_delay_time:200,
  45.                tip_fade_speed:300
  46.            }
  47.                );
  48.         });
  49.         })(jQuery);
  50.         </script>
  51.        
  52.                    
  53.         <style>
  54.        
  55.         #s-m-t-tooltip{
  56.         max-width:300px;
  57.         margin:15px;
  58.         padding:2px 8px;
  59.         border:1px solid #ddd;
  60.         border-radius:4px;
  61.         background:#fff;
  62.         color:#aaa;
  63.         z-index:999999;
  64.         font-size:8px;
  65.         font-style:italic;
  66.         text-transform:uppercase;
  67.         box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  68.        
  69.        
  70.        
  71.         body {
  72.         background-color:{color:background};
  73.         font-family:times;
  74.         font-size:12px;
  75.     color:{color:text};
  76.         }
  77.        
  78.         big {
  79.         font-size:14px;
  80.         }
  81.        
  82.         small {
  83.         font-size:10px;
  84.         }
  85.        
  86.         a {
  87.         text-decoration:none;
  88.         color:{color:link};
  89.         -webkit-transition:0.5s;
  90.         -moz-transition:0.5s;
  91.         -ms-transition:0.5s;
  92.         -o-transition:0.5s;
  93.         }
  94.        
  95.         a:hover {
  96.         color:{color:link hover};
  97.         }
  98.  
  99.        
  100.         blockquote {
  101.         border-left:1px solid #000;
  102.         padding-left:10px;
  103.         }
  104.        
  105.         h2 {
  106.         text-align:center;
  107.         }
  108.        
  109.         /*sidebar*/
  110.         #sidebar {
  111.         width:180px;
  112.         text-align:center;
  113.         position:fixed;
  114.         top:200px;
  115.         left:200px;
  116.         border-left:3px;
  117.         border-right:3px
  118.         border-color:{color:border};
  119.         background:{color:border};
  120.         }
  121.        
  122.         #sidebar img {
  123.         width:150px;
  124.         height:150px;
  125.         background-color:{color:border};
  126.         padding-top:12px;
  127.         }
  128.        
  129.        
  130.        
  131.         #description{
  132.         margin:5px;
  133.         font-size:11px;
  134.         }
  135.  
  136.          /*pag*/
  137.          
  138.         #pag {
  139.         font-size:14px;
  140.         margin:5px;
  141.         }
  142.        
  143.        
  144.         #links {
  145.         position:fixed;
  146.         width:10px;
  147.         text-align:left;
  148.     color:{color:sidebar links};
  149.         padding: 10px;
  150.         word-spacing:8px;
  151.         text-transform:uppercase;
  152.         margin-top:-150px;
  153.         opacity:0;
  154.         padding-right:30px;
  155.         -webkit-transition:all .8s ease-in-out;
  156.         -moz-transition:all .8s ease-in-out;
  157.         -o-transition:all .8s ease-in-out;
  158.         transition:all .8s ease-in-out;
  159.         }
  160.        
  161.         #links a {
  162.         transition:all 0.6s ease-in-out;
  163.         border:1.5px solid #d1d0ce;
  164.         line-height:220%;
  165.         padding:2px;
  166.         color:#d1d0ce;
  167.        
  168.         }
  169.        
  170.         #sidebar:hover #links{
  171.         opacity:1;
  172.         margin-left:-40px;
  173.         padding-left:-30px;
  174.         -webkit-transition:all .8s ease-in-out;
  175.         -moz-transition:all .8s ease-in-out;
  176.         -o-transition:all .8s ease-in-out;
  177.         transition:all .8s ease-in-out;
  178.        
  179.        
  180.         }
  181.        
  182.        
  183.         /*all posts*/
  184.         #postage {
  185.         width:500px;
  186.         margin-left:500px;
  187.         margin-top:30px;
  188.         margin-bottom:30px;
  189.         font-family:arial;
  190.         }
  191.        
  192.         /*text posts*/
  193.         #text {
  194.         text-align:left;
  195.         }
  196.        
  197.         /*photo posts*/
  198.         #photo {
  199.         text-align:left;
  200.         }
  201.        
  202.         /*photoset posts*/
  203.         #photoset {
  204.         text-align:left;
  205.         }
  206.        
  207.         /*quote posts*/
  208.         #words {
  209.         font-style:bold;
  210.         text-align:center;
  211.         font-size:15px;
  212.         }
  213.        
  214.         .source {
  215.         padding:3px;
  216.         text-align:center;
  217.         font-size:10px;
  218.         padding-right:5px;
  219.         }
  220.        
  221.         /*link posts*/
  222.         #linkpost {
  223.         text-align:center;
  224.         font-size:11px;
  225.         }
  226.        
  227.         .linkety {
  228.         font-size:15px;
  229.         }
  230.        
  231.         /*chat posts*/
  232.         #chat ul {
  233.         list-style:none;
  234.         font-family:courier;
  235.         }
  236.        
  237.         .label {
  238.         text-transform:uppercase;
  239.         }
  240.        
  241.         /*video posts*/
  242.         #video {
  243.         text-align:left;
  244.         }
  245.        
  246.         /*audio posts*/
  247.         #audioplayer {
  248.         width:30px;
  249.         height:30px;
  250.         overflow:hidden;
  251.         position:absolute;
  252.         margin-top:35px;
  253.         margin-left:35px;
  254.         opacity:0.7;
  255.         }
  256.        
  257.         #albumart {
  258.         width:100px;
  259.         height:100px;
  260.         background-color:#e3e3e3;
  261.         }
  262.        
  263.         /*ask posts*/
  264.         #question {
  265.     padding:10px;
  266.     text-align:justify;
  267.     line-height:10px;
  268.     min-height:50px;
  269.     padding-bottom:10px
  270.     }
  271.    
  272. .question {
  273.     margin-left:55px;
  274.     }
  275.    
  276. .asker {
  277.     margin:5px 0px 4px 60px;
  278.     font-size:7px
  279.     font-family:arial;
  280.     text-transform:uppercase;
  281.     letter-spacing:1px;
  282.     }    
  283.    
  284. .asker a {
  285.     margin-left:-5px;
  286.     }
  287.    
  288. .portrait {
  289.     position:absolute;
  290.     height:48px;
  291.     width:48px;
  292.     margin-left:10px;
  293.     }    
  294.  
  295. .portrait img {
  296.     border-radius:100px;
  297.     }
  298.        
  299.         /*info*/
  300.         #postage:hover .info {
  301.         }
  302.  
  303.         .info {
  304.         text-align:center;
  305.         text-transform:lowercase;
  306.         width:500px;
  307.         font-size:10px;
  308.         }
  309.        
  310.         .info a {
  311.         color:{color:link hover};
  312.         }
  313.        
  314.         .info a:hover {
  315.         color:{color:link};
  316.         }
  317.        
  318.         .tags {
  319.         font-size:8px;
  320.         text-transform:lowercase;
  321.         margin-bottom:50px;
  322.         opacity:0;
  323.         }
  324.        
  325.         #postage:hover .tags {
  326.         opacity:1;
  327.         -moz-transition-duration:1s;
  328.         -webkit-transition-duration:1s;
  329.         -o-transition-duration:1s;
  330.         }
  331.  
  332.        
  333.         #credit {
  334.         right:10px;
  335.         bottom:10px;
  336.         font-size:12px;
  337.         font-weight:bold;
  338.         text-transform:lowercase;
  339.         text-align:right;
  340.         position:fixed;
  341.         }
  342.        
  343.        
  344.         {CustomCSS}
  345.         </style>
  346.     </head>
  347.     <body>
  348.    
  349.     <div id="sidebar">
  350.    
  351.     <img src="{image:sidebar}" alt=""/>
  352.     <div id="links">
  353.     {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}"> 01 </a>{/block:iflink1}<p></p>
  354.     {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}"> 02</a>{/block:iflink2}<p></p>
  355.     {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">03</a>{/block:iflink3}<p></p>
  356.     {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">04</a>{/block:iflink4}<p></p>
  357.     {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">05</a>{/block:iflink5}
  358.     </div> <!--links-->
  359.    
  360.    
  361.  
  362.     <div id="description">{Description}</div>
  363.    
  364.  
  365.    
  366.    
  367.     {block:Pagination}
  368.     <div id="pag">
  369.     {block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}
  370.     {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}
  371.     </div>
  372.     {/block:Pagination}
  373.    
  374.     </div> <!--sidebar-->
  375.    
  376.     {block:Posts}
  377.     <div id="postage">
  378.    
  379.     {block:Text}
  380.     <div id="text">
  381.     <h2><a href="{Permalink}">{Title}</a></h2>  
  382.     {Body}
  383.     </div> <!--text post-->
  384.     {/block:Text}
  385.    
  386.     {block:Photo}
  387.     <div id="photo">
  388.     <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  389.     {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  390.     </div> <!--photo post-->
  391.     {/block:Photo}
  392.    
  393.     {block:Panorama}
  394.     <div id="panorama">
  395.     {LinkOpenTag}
  396.     <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  397.     {LinkCloseTag}
  398.     {block:Caption}
  399.     <div class="caption">{Caption}</div>
  400.     {/block:Caption}
  401.     </div> <!--panorama post-->
  402.     {/block:Panorama}
  403.    
  404.     {block:Photoset}
  405.     <div id="photoset">
  406.     {Photoset-500}
  407.     {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  408.     </div> <!--photoset-->
  409.     {/block:Photoset}
  410.    
  411.     {block:Quote}
  412.     <div id="quote">
  413.     <div id="words">{Quote}</div>
  414.     {block:Source}<div class="source">- {Source}</div>{/block:Source}
  415.     </div> <!--quote-->
  416.     {/block:Quote}
  417.    
  418.     {block:Link}
  419.     <div id="linkpost">
  420.     {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}  
  421.     <a href="{URL}" class="linkety" {Target}>{Name}</a>
  422.     {block:Description}
  423.     <div class="linkdesc">{Description}</div>
  424.     {/block:Description}
  425.     </div> <!--link-->
  426.     {/block:Link}
  427.    
  428.     {block:Chat}
  429.     <div id="chat">
  430.     <h2><a href="{Permalink}">{Title}</a></h2>
  431.     <ul>
  432.     {block:Lines}
  433.     <li class="{Alt} user_{UserNumber}">
  434.     {block:Label}
  435.     <span class="label">{Label}</span>
  436.     {/block:Label}{Line}
  437.     </li>
  438.     {/block:Lines}
  439.     </ul>
  440.     </div> <!--chat-->
  441.     {/block:Chat}
  442.    
  443.     {block:Video}
  444.     <div id="video">
  445.     {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}  
  446.     {Video-500}
  447.     {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  448.     </div> <!--video-->
  449.     {/block:Video}
  450.    
  451.     {block:Audio}
  452.     <div id="audio">
  453.     <table style="padding:5px; background-color:#fff;margin-bottom:5px;">
  454.     <tr>
  455.     <td style="vertical-align:top;padding-right:10px;"><divid="audioplayer">{AudioPlayerWhite}</div>
  456.     <divid="albumart">
  457.     {block:AlbumArt}
  458.     <img src="{AlbumArtURL}" style="width:100px;">
  459.     {/block:AlbumArt}</div></td>
  460.     <td style="vertical-align:top; font-size:11px; line-height:12px">        {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
  461.     {block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
  462.     {block:Album}<i>album:</i> {Album} <br />{/block:Album}
  463.     {block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
  464.     </td>
  465.     </tr>
  466.     </table>
  467.     {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  468.     </div> <!--audio-->
  469.     {/block:Audio}
  470.  
  471. {block:Answer}<div id="question" style="border-bottom:1px solid {color:border}; border-top:1px solid {color:border};"><div class="portrait"><img src="{AskerPortraitURL-40}"></div><div class="asker">{Asker}</div><div class="question">{Question}</div></div>{Answer}{/block:Answer}
  472.  
  473.     <div class="info">
  474.     <a href="{Permalink}" title="{TimeAgo}"></a> - <a href="{Permalink}" title="{NoteCountWithLabel}"></a> - <a href="{ReblogURL}" target="_blank" title="reblog"></a> -
  475.     {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via"></a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}" title="source"></a>{/block:ContentSource}
  476.     {block:HasTags}
  477.     <div class="tags">
  478.     tagged {block:Tags} - <a href="{TagURL}">{Tag}</a>{/block:Tags}
  479.     </div>
  480.     {/block:HasTags}
  481.     </div> <!--info-->
  482.  
  483.    
  484.     </div> <!--postage-->
  485.     {/block:Posts}
  486.    
  487.     <div id="credit"><a href="http://myrory.tumblr.com">em</a></div>
  488.     </body>
  489.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement