Advertisement
NitrogenFixation

Untitled

Apr 9th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.13 KB | None | 0 0
  1.    
  2.  
  3.     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.      
  5.     <!---------------------------------------------------------------------
  6.                  
  7.                  
  8.              [About Page 2: Kanzen] created by Ally (marktuahns.tumblr.com)
  9.              Please keep the credits for this theme! (You may
  10.              redirect to another page if desired.
  11.              Feel free to contact me for any questions! <3
  12.    
  13.                  
  14.    ---------------------------------------------------------------------->
  15.      
  16.     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.      
  18.     <head>
  19.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20.     <title>{Title}</title>
  21.      <link rel="shortcut icon" href="{Favicon}" />
  22.     <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  23.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24.      
  25.     <style type="text/css">
  26.      
  27.     ::-webkit-scrollbar-thumb{
  28.         background-color: #fff;
  29.         border: 1px solid #000;
  30.         height:auto;
  31.         }
  32.      
  33.     ::-webkit-scrollbar {
  34.         height:9px;
  35.         width:9px;
  36.         background-color: #fff;
  37.         border: 4px solid #000;
  38.         }
  39.      
  40.     body {
  41.         background: #000 url('http://static.tumblr.com/cfafa90f693066d96309268b30a4ff16/y4wvbp5/7YTn25gb4/tumblr_static_gray.png') /*this is the color of the page's background; if you want to you a background image, insert the image url within the single quotation marks*/
  42.             center /*you can change this to 'left' or 'right' if you wish*/
  43.             fixed
  44.             repeat; /*if you don't want your background to repeat, replace 'repeat' with 'no-repeat'*/
  45.         margin: 0;
  46.         padding: 0;
  47.         }
  48.      
  49.     a{
  50.     text-decoration:none;
  51.     color:#fff; /*this is your link color*/
  52.     }  
  53.      
  54.         #credit {
  55.         position:fixed;
  56.         font-size:15px;
  57.         font-weight:normal;
  58.         line-height:150%;
  59.         letter-spacing:2px;
  60.         right:10px;
  61.         bottom:10px;
  62.         text-transform:uppercase;
  63.         text-align:center;
  64.         }
  65.        
  66.         #credit a {
  67.         padding:2px;
  68.         -moz-transition-duration:0.5s;
  69.         -webkit-transition-duration:0.5s;
  70.         -o-transition-duration:0.5s;
  71.         }
  72.        
  73.         .whole {
  74.             height:250px;
  75.             width:814px;
  76.             margin-left:auto;
  77.             margin-right:auto;
  78.             position:relative;
  79.             top:180px;
  80.         }
  81.        
  82.         #pic {
  83.         max-width:250px;
  84.         max-height:250px;
  85.         margin-left:20px;
  86.         margin:auto;
  87.         display:inline-block;
  88.         border:#fff 1px solid; /*you can change this to 'dashed' if you don't like the solid*/
  89.         padding:5px;
  90.         width:250px;
  91.         margin-bottom:5px;
  92.         float:center;
  93.         position:relative;
  94.         }
  95.        
  96.         #pic img {
  97.             -webkit-transition: opacity 1s ease-in-out;
  98.             -moz-transition: opacity 1s ease-in-out;
  99.             -o-transition: opacity 1s ease-in-out;
  100.             transition: opacity 1s ease-in-out;
  101.         }
  102.        
  103.         #pic img.bottom {
  104.             position:absolute;
  105.             float:center;
  106.             top:5px;
  107.             left:5px;
  108.             opacity:0;
  109.         }
  110.        
  111.         #pic img.bottom:hover {
  112.             opacity:1;
  113.         }
  114.        
  115.         #pic img.top:hover {
  116.             opacity:0;
  117.         }
  118.        
  119.         #pic2 {
  120.         opacity:1;
  121.         max-width:250px;
  122.         max-height:250px;
  123.         margin-left:320px;
  124.         margin:auto;
  125.         display:inline-block;
  126.         border:#fff 1px solid; /*you can change this to 'dashed' if you don't like the solid*/
  127.         padding:5px;
  128.         width:250px;
  129.         margin-bottom:5px;
  130.         position:relative;
  131.         }
  132.        
  133.         #pic2 img {
  134.             -webkit-transition: opacity 1s ease-in-out;
  135.             -moz-transition: opacity 1s ease-in-out;
  136.             -o-transition: opacity 1s ease-in-out;
  137.             transition: opacity 1s ease-in-out;
  138.         }
  139.        
  140.         #pic2 img.bottom {
  141.             position:absolute;
  142.             left:5px;
  143.             top:5px;
  144.             margin-left:auto;
  145.             margin-right:auto;
  146.             opacity:0;
  147.             float:center;
  148.         }
  149.        
  150.         #pic2 img.bottom:hover {
  151.             opacity:1;
  152.         }
  153.        
  154.         #pic2 img.top:hover {
  155.             opacity:0;
  156.         }
  157.        
  158.         #box {
  159.             position:relative;
  160.             display:inline-block;
  161.             width:250px;
  162.             height:255px;
  163.             margin-left:15px;
  164.             margin-right:15px;
  165.             float:center;
  166.         }
  167.        
  168.         /*PLEASE NOTE THAT THE ABOUT BOX WILL AUTOMATICALLY INCLUDE THE SCROLLBAR IF YOUR DESCRIPTION EXCEEDS 100PX*/
  169.         #about {
  170.         opacity:1;
  171.         color:#fff; /*this is the font color*/
  172.         font-family:cambria;
  173.         float: center;
  174.         text-align:center; /*you can change this to 'left' or 'right' if you wish*/
  175.         padding:5px;
  176.         width:250px;
  177.         overflow:auto;
  178.         font-size:10px;
  179.         top:4px;
  180.         margin-left:-5px;
  181.         border:#fff 1px solid; /*you can change this to 'dashed' if you don't like the solid*/
  182.         max-height:125px;
  183.         position: relative;
  184.     }
  185.      
  186.     #links  {
  187.         display:inline-block;
  188.         height:45px;
  189.         width:45px;
  190.         margin-top:5px;
  191.         left:-21px;
  192.         padding:4px;
  193.         padding-top:5px;
  194.         float: center;
  195.         text-align:center;
  196.         position: relative;
  197.         -webkit-transition: all 0.5s ease-in-out;
  198.         -moz-transition: all 0.5s ease-in-out;
  199.         -o-transition: all 0.5s ease-in-out;
  200.         transition: all 0.5s ease-in-out;
  201.     }
  202.    
  203.     #links a.link {
  204.         opacity:1;
  205.         font-family:calibri;
  206.         font-size:8px;
  207.         height:45px;
  208.         width:45px;
  209.         padding:4px;
  210.         padding-top:5px;
  211.         margin-left:5.5px;
  212.         margin-top:-5px;
  213.         float: center;
  214.         position:absolute;
  215.         border:#fff 1px solid; /*you can change this to 'dashed' if you don't like the solid*/
  216.         text-transform:uppercase;
  217.         color:#fff; /*this is the link's text color*/
  218.         background:#4d4d4d; /*this is the link's background color*/
  219.     }
  220.    
  221.     #links a:hover {
  222.         opacity:1;
  223.         background:#fff;
  224.         color:#000;
  225.         -webkit-transition: all 0.5s ease-in-out;
  226.         -moz-transition: all 0.5s ease-in-out;
  227.         -o-transition: all 0.5s ease-in-out;
  228.         transition: all 0.5s ease-in-out;
  229.     }
  230.      
  231.        
  232.  
  233.      
  234.     </style>
  235.     <body>
  236.     <div class="whole">
  237.     <div id="pic">
  238.     <img class="top" src="http://i.imgur.com/GMv1lRA.jpg?1">    
  239.     <img class="bottom" src="http://i.imgur.com/jSiki9r.jpg?1">
  240.     </div>
  241.    
  242.     <div id="box">
  243.     <div id="about">
  244.     <object width="250" height="125" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="gsPlaylist9692460860" name="gsPlaylist9692460860"><param name="movie" value="http://grooveshark.com/widget.swf" /><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=grooveshark.com&playlistID=96924608&p=0&bbg=000000&bth=000000&pfg=000000&lfg=000000&bt=FFFFFF&pbg=FFFFFF&pfgh=FFFFFF&si=FFFFFF&lbg=FFFFFF&lfgh=FFFFFF&sb=FFFFFF&bfg=666666&pbgh=666666&lbgh=666666&sbh=666666" /><object type="application/x-shockwave-flash" data="http://grooveshark.com/widget.swf" width="250" height="125"><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=grooveshark.com&playlistID=96924608&p=0&bbg=000000&bth=000000&pfg=000000&lfg=000000&bt=FFFFFF&pbg=FFFFFF&pfgh=FFFFFF&si=FFFFFF&lbg=FFFFFF&lfgh=FFFFFF&sb=FFFFFF&bfg=666666&pbgh=666666&lbgh=666666&sbh=666666" /><span><a href="http://grooveshark.com/search/playlist?q=Partners%20In%20Crime%3B%20A%20Max%20Playlist%20Jaspers" title="Partners In Crime; A Max Playlist by Jaspers on Grooveshark">Partners In Crime; A Max Playlist by Jaspers on Grooveshark</a></span></object></object>
  245.     </div>
  246.     <div id="linkbar">
  247.     <div id="links"><a class="link" href="/">HOME</a></div>
  248.     <div id="links"><a class="link" href="/ask">ASK</a></div>
  249.     <div id="links"><a class="link" href="/application">APP</a></div>
  250.     <div id="links"><a class="link" href="http://arguablyterrible.tumblr.com/">OOC</a></div>
  251.     <div id="links"><a class="link" href="/cadetails">DEETS</a></div>
  252.     <div id="links"><a class="link" href="/threads">THREADS</a></div>
  253.     <div id="links"><a class="link" href="/archive">ARCHIVE</a></div>
  254.     <div id="links"><a class="link" href="http://citta-alveare.com/">CITTA ALVEARE</a></div>
  255.     </div>
  256.     </div>
  257.     <div id="pic2">
  258.     <img class="top" src="http://i.imgur.com/DPXRzhU.jpg?1">    
  259.     <img class="bottom" src="http://i.imgur.com/QgIGXj6.jpg?1">
  260.     </div>
  261.     </div>
  262.     </div>
  263.     <div id="credit"><a href="http://marktuahns.tumblr.com"></a></div>
  264.     </body>
  265.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement