jcegers

I'M NO ANGEL

Nov 2nd, 2014
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.02 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8.          
  9.     jcegers' THEME #02: I'M NO ANGEL // Please don't remove the credit!
  10.    (basecode by http://britishrobert.tumblr.com)
  11.  
  12. --------------------------------------------->
  13.  
  14.     <title>{Title}</title>
  15.     <link rel="shortcut icon" href="{Favicon}">
  16.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  17.     <meta name="description" content="" />
  18.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  19.    
  20.  
  21.     <meta name="color:Background" content="#FFFFFF">
  22.     <meta name="color:Link" content="#5D5C5C">
  23.     <meta name="color:Link Hover" content="#9D9D9D">
  24.     <meta name="color:Link Hover Shadow" content="#C1C1C1">
  25.     <meta name="color:Text" content="#4F4E4E">
  26.     <meta name="color:Title" content="#5D5C5C">
  27.     <meta name="color:Scrollbar" content="#000000">
  28.     <meta name="color:Blockquote" content="#EAEAEA">
  29.     <meta name="color:Border" content="#F3F3F3">
  30.     <meta name="color:Box Shadow" content="#EEEEEE">
  31.  
  32.    
  33.     <meta name="image:Sidebar" content=""/>
  34.    
  35.     <meta name="if:Show 400px posts" content="0"/>
  36.     <meta name="if:Show Link1" content="0" />
  37.     <meta name="if:Show Link2" content="0" />
  38.     <meta name="if:Show Link3" content="0" />
  39.    
  40.     <meta name="text:Title" content="">
  41.     <meta name="text:link1" content="">
  42.     <meta name="text:link1 url" content="/">
  43.     <meta name="text:link2" content="">
  44.     <meta name="text:link2 url" content="/">
  45.     <meta name="text:link3" content="">
  46.     <meta name="text:link3 url" content="/">
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.     ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  52.     ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  53.     ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  54.  
  55.  
  56.     h1 {
  57.     font-weight:normal;
  58.     font-size:10px;
  59.     text-align:center;
  60.     font-style:italic;
  61.     line-height:50%;
  62.     letter-spacing:0px;
  63.     font-family:calibri;
  64.     text-transform:none;
  65.     color:{color:Text};
  66.     }
  67.    
  68.         h2 {
  69.     font-size:10px;
  70.     font-family:calibri;
  71.     letter-spacing:0px;
  72.     margin-bottom:12px;
  73.     padding-bottom:10px;
  74.     font-weight:normal;
  75.     line-height:90%;
  76.     text-transform:lowercase;
  77.     color:{color:Text};
  78.     margin: 0px;
  79.         }
  80.  
  81.     pre {
  82.     {block:ifNotShow400pxposts}
  83.     width:500px;
  84.     {/block:ifNotShow400pxposts}
  85.     {block:ifShow400pxposts}
  86.     width:400px;
  87.     {/block:ifShow400pxposts}
  88.     text-align: left;
  89.     word-wrap: break-word;
  90.     color:{color:Text};
  91.     }
  92.    
  93.     blockquote {
  94.     border-left:1px solid {color:Blockquote};
  95.     padding-left:6px;
  96.     margin:8px;
  97.     }
  98.    
  99.     body {
  100.         color: {color:Text};
  101.         background-color:{color:Background};
  102.     }
  103.        
  104.         a {
  105.         color: {color:Link};
  106.     text-decoration: none;
  107.         -moz-transition-duration: 0.5s;
  108.         -o-transition-duration: 0.5s;
  109.         -webkit-transition-duration: 0.5s;
  110.         transition-duration: 0.5s;
  111.         }
  112.  
  113.     a:hover {
  114.     color: {color:Link Hover};
  115.     text-decoration:underline;
  116.         -moz-transition-duration: 0.5s;
  117.         -o-transition-duration: 0.5s;
  118.         -webkit-transition-duration: 0.5s;
  119.         transition-duration: 0.5s;
  120.     }
  121.    
  122.     #title {
  123.     font-family:arial;
  124.     letter-spacing:3px;
  125.     font-size:11px;
  126.     line-height:10px;
  127.     font-weight:bold;
  128.     margin-bottom:10px;
  129.     text-shadow: 2px 3px 4px #eeeeee;
  130.     text-transform:uppercase;
  131.     text-align:center;
  132.     color:{color:Title}
  133.     }
  134.        
  135.     .sidebar {
  136.     width:200px;
  137.     position: fixed;
  138.     margin-top:70px;
  139.     margin-left:20px;
  140.     }
  141.    
  142.     .sidebarimage {
  143.     width:80px;
  144.     border-radius:0%;
  145.     border: 1px solid {color:Border};
  146.     padding:7px;
  147.     box-shadow: 2px 3px 4px {color:Box Shadow};
  148.     margin-bottom:14px;
  149.     margin-left:-5px;
  150.    
  151.     }
  152.     .description {
  153.     width:180px;
  154.     line-height:120%;
  155.     text-align:center;
  156.     border: 1px solid {color:Border};
  157.     box-shadow: 2px 3px 4px {color:Box Shadow};
  158.     padding:10px;
  159.     font-size:10px;
  160.     font-family:'calibri';
  161.     color:{color:Text};
  162.     }
  163.    
  164.     .description a {
  165.     color:{color:Link};
  166.     }
  167.    
  168.     .description a:hover {
  169.     color:{color:Link Hover};
  170.     }
  171.    
  172.     .sidebarlinks {
  173.     width:200px;
  174.     padding-bottom:3px;
  175.     margin-bottom:7px;
  176.     font-size:10px;
  177.     font-family:arial;
  178.     text-transform:lowercase;
  179.     text-align:center;
  180.  
  181.     }
  182.    
  183.     .sidebarlinks a {
  184.     color:{color:Link};
  185.     padding:2px;
  186.         -moz-transition-duration: 0.5s;
  187.         -o-transition-duration: 0.5s;
  188.         -webkit-transition-duration: 0.5s;
  189.         transition-duration: 0.5s;
  190.     }
  191.  
  192.     .sidebarlinks a:hover {
  193.         color:{color:Link Hover};
  194.     text-decoration:none;
  195.     text-shadow:2px 1px 4px {color:Link Hover Shadow};
  196.         -moz-transition-duration: 0.5s;
  197.         -o-transition-duration: 0.5s;
  198.         -webkit-transition-duration: 0.5s;
  199.         transition-duration: 0.5s;
  200.     }
  201.    
  202.  
  203.     .pagination {
  204.     font-family:arial;
  205.     text-align:center;
  206.     font-size:13px;
  207.     text-align:center;
  208.     padding-top:10px;
  209.     }
  210.    
  211.     .pagination a {
  212.     color:{color:Link};
  213.     padding:3px;
  214.         -moz-transition-duration: 0.5s;
  215.         -o-transition-duration: 0.5s;
  216.         -webkit-transition-duration: 0.5s;
  217.         transition-duration: 0.5s;
  218.     }
  219.    
  220.     .pagination a:hover {
  221.         color:{color:Link Hover};
  222.     text-decoration:none;
  223.         -moz-transition-duration: 0.5s;
  224.         -o-transition-duration: 0.5s;
  225.         -webkit-transition-duration: 0.5s;
  226.         transition-duration: 0.5s;
  227.     }
  228.    
  229.     .container {
  230.     width:900px;
  231.     margin: auto;
  232.     margin-top:-8px;
  233.     }
  234.  
  235.     .postscontainer {
  236.     {block:ifNotShow400pxposts}
  237.     max-width:500px;
  238.     {/block:ifNotShow400pxposts}
  239.     {block:ifShow400pxposts}
  240.     max-width:400px;
  241.     {/block:ifShow400pxposts}
  242.     margin: auto;
  243.     margin-top:-60px;
  244.     margin-left:350px;
  245.     }
  246.  
  247.     .posts {
  248.     {block:ifNotShow400pxposts}
  249.     width:500px;
  250.     {/block:ifNotShow400pxposts}
  251.     {block:ifShow400pxposts}
  252.     width:400px;
  253.     {/block:ifShow400pxposts}
  254.     line-height:100%;
  255.         font-size:10px;
  256.         font-family:calibri;
  257.     margin-top:120px;
  258.     text-align:justify;
  259.     }
  260.    
  261.     .posts img {
  262.     {block:ifNotShow400pxposts}
  263.     max-width:500px;
  264.     {/block:ifNotShow400pxposts}
  265.     {block:ifShow400pxposts}
  266.     max-width:400px;
  267.     {/block:ifShow400pxposts}
  268.     }
  269.  
  270.     .info {
  271.     margin-top:5px;
  272.     padding-top:3px;
  273.     margin-bottom:1px;
  274.     border: 1px solid {color:Border};
  275.     padding:5px;
  276.     box-shadow: 2px 3px 4px {color:Box Shadow};
  277.     text-align:left;
  278.         font-size:10px;
  279.         font-family:'calibri';
  280.     color:{color:Text};
  281.     }
  282.  
  283.     .info a {
  284.     color:{color:Link};
  285.     }
  286.    
  287.     .info a:hover {
  288.     text-decoration:underline;
  289.     color:{color:Link Hover};
  290.     }
  291.  
  292.     .tags {
  293.     {block:ifNotShow400pxposts}
  294.     width:500px;
  295.     {/block:ifNotShow400pxposts}
  296.     {block:ifShow400pxposts}
  297.     width:400px;
  298.     {/block:ifShow400pxposts}
  299.     position:absolute;
  300.     margin-top:3px;
  301.     line-height:100%;
  302.     font-family:'calibri';
  303.     font-size:10px;
  304.     text-align:center;
  305.     }
  306.    
  307.     .tags a {
  308.     color:{color:Link};
  309.     }
  310.    
  311.     .tags a:hover {
  312.     text-decoration:none;
  313.     color:{color:Link Hover};
  314.     }
  315.    
  316.     .postnote {
  317.     {block:ifNotShow400pxposts}
  318.     width:500px;
  319.     {/block:ifNotShow400pxposts}
  320.     {block:ifShow400pxposts}
  321.     width:400px;
  322.     {/block:ifShow400pxposts}
  323.     font-family:calibri;
  324.     text-transform:lowercase;
  325.     font-size:10px;
  326.     text-align:left;
  327.     line-height:90%;
  328.     margin-top:40px;
  329.     }
  330.    
  331.     .postnote li {
  332.     list-style-type:none;
  333.     border-bottom:1px solid {color:Border};
  334.     padding:37px 0px 3px 0px;
  335.     text-align:left;
  336.     margin:0px;
  337.     -moz-transition-duration:0.5s;
  338.     -webkit-transition-duration:0.5s;
  339.     -o-transition-duration:0.5s;
  340.     }
  341.    
  342.     .postnote img {
  343.     width:20px;
  344.     padding: 3px;
  345.     margin:2px 7px -3px 6px;
  346.     text-align:left;
  347.     }
  348.    
  349.     .music {
  350.     width:500px;
  351.     {block:ifShow400pxposts}
  352.     width:400px;
  353.     {/block:ifShow400pxposts}
  354.     padding-bottom:10px;
  355.     }
  356.    
  357.     .albumart {
  358.     float:left;
  359.     }
  360.    
  361.     .albumart img {
  362.     width:30px;
  363.     border: 1px solid {color:Border};
  364.     padding:4px;
  365.     box-shadow: 2px 3px 4px #eeeeee;    
  366.     margin:2px 7px -3px 6px;
  367.     }
  368.    
  369.     .playercontainer {
  370.     text-align:left;
  371.     padding:5px 5px -5px;
  372.     width:480px;
  373.     }
  374.    
  375.     .musicinfo {
  376.     padding:10px;
  377.     margin-top:9px;
  378.     color:{color:Text};
  379.     }
  380.    
  381.     .quote {
  382.     font-size:10px;
  383.     font-family:calibri;
  384.     letter-spacing:0px;
  385.     line-height:90%;
  386.     font-weight:normal;
  387.     text-align:center;
  388.     }
  389.    
  390.     .source {
  391.     font-family:'calibri';
  392.     font-size:10px;
  393.     font-style:normal;
  394.     text-align:center;
  395.     line-height:17px;
  396.     }
  397.    
  398.     .chat ol {
  399.     font-size:10px;
  400.     font-family:calibri;
  401.     line-height:100%;
  402.     padding:0px;
  403.     list-style:none;
  404.     }
  405.    
  406.     .label {
  407.     font-size:10px;
  408.     font-family:calibri;
  409.     font-weight:bold;
  410.     color:{color:Text};
  411.     }
  412.    
  413.     .line.odd {
  414.     padding:4px;
  415.     margin-bottom:2px;
  416.     }
  417.    
  418.     .line.even {
  419.     padding:4px;
  420.     margin-bottom:2px;
  421.     }
  422.        
  423.         .ask {
  424.     font-size:10px;
  425.     font-family:calibri;
  426.     text-align:left;
  427.     padding-top:4px;
  428.     text-transform:lowercase;
  429.         }
  430.        
  431.         .question {
  432.     {block:ifNotShow400pxposts}
  433.     width:500px;
  434.     {/block:ifNotShow400pxposts}
  435.     {block:ifShow400pxposts}
  436.     width:390px;
  437.     {/block:ifShow400pxposts}
  438.     letter-spacing:0px;
  439.     margin-top:3px;
  440.     text-align:justify;
  441.     color:{color:Text};
  442.     font-size:10px;
  443.     background:#fafafa;
  444.     padding:5px;
  445.     font-family:calibri;
  446.     }
  447.    
  448.     .answer {
  449.     {block:ifNotShow400pxposts}
  450.     width:500px;
  451.     {/block:ifNotShow400pxposts}
  452.     {block:ifShow400pxposts}
  453.     width:400px;
  454.     {/block:ifShow400pxposts}
  455.     letter-spacing:0px;
  456.     text-align:justify;
  457.     padding-top:5px;
  458.     margin-bottom:1px;
  459.     font-size:10px;
  460.     font-family:calibri;
  461.     color:{color:Text};
  462.     }
  463.    
  464.     .askimg {
  465.     border: 1px solid {color:Border};
  466.     padding:4px;
  467.     box-shadow: 2px 3px 4px #eeeeee;
  468.     margin:3px 7px 7px 1px;
  469.     background:#ffffff;
  470.     padding:3px;
  471.     }
  472.    
  473.    .credit {
  474.     position:fixed;
  475.     font-family:'calibri';
  476.     font-size:10px;
  477.     font-weight:normal;
  478.     line-height:150%;
  479.     letter-spacing:0px;
  480.     right:5px;
  481.     bottom:20px;
  482.     text-align:center;
  483.     }
  484.    
  485.     .credit a {
  486.     font-style:normal;
  487.     padding:3px;
  488.     border: solid 1px {color:Border};
  489.     color:{color:Link};
  490.     padding:2px 3px 2px 3px;
  491.     -moz-transition-duration:0.5s;
  492.     -webkit-transition-duration:0.5s;
  493.     -o-transition-duration:0.5s;
  494.     }
  495.    
  496.     .credit a:hover{
  497.         border:1px solid {color:Border};
  498.         padding:2px 3px 2px 3px;
  499.         text-decoration:none;
  500.         box-shadow:2px 1px 4px {color:Box Shadow};
  501.     }
  502.        
  503.  
  504. </style>  
  505. </head>
  506.  
  507. <body>
  508. <div class="container">
  509. <div class="sidebar">
  510. <center><a href="/">
  511. <img src="{image:sidebar}" class="sidebarimage">
  512. </a></center>
  513. <div id="title">{text:title}</div>
  514. <div class="sidebarlinks">
  515. <a href="/">home</a>
  516. <a href="/ask">ask</a>
  517. {block:ifShowLink1}
  518. <a href="{text:link1 url}">{text:link1}</a>
  519. {/block:IfShowLink1}
  520. {block:ifShowLink2}
  521. <a href="{text:link2 url}">{text:link2}</a>
  522. {/block:IfShowLink2}
  523. {block:ifShowLink3}
  524. <a href="{text:link3 url}">{text:link3}</a>
  525. {/block:IfShowLink3}
  526. </div>
  527. <div class="description">
  528. {Description}
  529. </div>
  530. {block:Pagination}
  531. <div class="pagination">
  532. {block:PreviousPage}
  533. <a href="{PreviousPage}"> « </a>
  534. {/block:PreviousPage}
  535. {block:NextPage}
  536. <a href="{NextPage}"> » </a>
  537. {/block:NextPage}
  538. </div>
  539. {/block:Pagination}
  540. </div>
  541.  
  542.  
  543.  
  544.  
  545. <div class="postscontainer">
  546. {block:Posts}
  547.  
  548. <div class="posts">
  549.  
  550. {block:Text}
  551. {block:Title}<h2>{Title}</h2>{/block:Title}
  552. {Body}
  553. {/block:Text}
  554.  
  555. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  556.  
  557. {/block:Quote}
  558.  
  559. {block:Link}
  560. <h2><a href="{URL}">{Name}</a></h2>
  561. {block:Description}{Description}{/block:Description}    
  562. {/block:Link}
  563.  
  564. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  565. </ol></div>{/block:Chat}
  566.  
  567. {block:Answer}<img src="{AskerPortraitURL-48}" width="30px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;"><b>{Asker}</b> said:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  568.  
  569. {block:Photo}
  570. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  571. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  572. {/block:Photo}
  573.  
  574. {block:Photoset}
  575. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  576. {block:Caption}{Caption}{/block:Caption}
  577. {/block:Photoset}
  578.  
  579. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  580. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  581. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  582. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  583. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  584.  
  585. {block:Video}
  586. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  587. {block:Caption}{Caption}{/block:Caption}
  588. {/block:Video}
  589.  
  590. {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}  <a href="{ReblogParentURL}">via</a> /
  591. {block:ContentSource} <a href="{SourceURL}"></a> <a href="{ReblogRootURL}">©</a>{/block:ContentSource} / <a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</div>{/block:Date}
  592.  
  593. {block:HasTags}
  594. <div class="tags">
  595. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  596. </div>
  597. {/block:HasTags}
  598.  
  599. <div class="postnote">
  600. {block:PostNotes}{PostNotes}{/block:PostNotes}
  601. </div>
  602. {/block:Posts}
  603.  
  604.  
  605. <div class="credit"><a href="http://jcegers.tumblr.com/">JCE</a></div>
  606.  
  607. </div>
  608. </div>
  609. </div>
  610. </body>
Advertisement
Add Comment
Please, Sign In to add comment