Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html lang="en"><head>
- <title>{Title}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 2px; height: 3px; border:1px solid #fff;background: #f1f1f1; }
- ::-webkit-scrollbar-thumb {background-color: #a4fff5;border-radius:5px;}
- body,html{
- width:100%;
- height:100%;
- padding:0;
- margin:0;
- }
- body{
- word-wrap: break-word;
- font:10px/12px trebuchet ms;
- color:TEXT COLOR GOES HERE;
- background:BACKGROUND COLOR GOES HERE url(BACKGROUND IMAGE URL GOES HERE) repeat right top fixed;
- }
- img{
- max-width:100%;
- }
- a:link, a:active, a:visited{
- text-decoration:none;
- color:LINK TEXT COLOR GOES HERE;
- }
- a:hover {color:LINK HOVER TEXT COLOR GOES HERE;}
- b,strong{color:BOLD TEXT COLOR GOES HERE;}
- i,em{color:ITALICS TEXT COLOR GOES HERE;}
- u{color:UNDERLINE TEXT COLOR GOES HERE;}
- #top{
- width:467px;
- height:160px;
- position:fixed;
- top:0;
- left:50%;
- margin:20px 0 0 -232px;
- }
- #desc{
- margin-left:20px;
- width:200px;
- height:120px;
- padding:10px;
- background:DESCRIPTION BACKGROUND COLOR GOES HERE;
- vertical-align: top;
- display:inline-block;
- overflow:auto;
- text-shadow:1px 1px 3px #ccc,-1px -1px 3px #ccc;
- font:italic 7px/12px trebuchet ms;
- letter-spacing:1px;
- text-transform:uppercase;
- border:1px solid DESCRIPTION BORDER COLOR;
- }
- #desc img{
- float:left;
- margin:3px 10px 3px 3px;
- }
- #nav{
- height:120px;
- overflow:auto;
- padding:10px;
- width:200px;
- background:NAVIGATION BACKGROUND COLOR GOES HERE;
- display:inline-block;
- border:1px solid NAVIGATION BORDER COLOR;
- }
- #nav a{
- color:NAVIGATION LINK TEXT COLOR GOES HERE;
- font:7px/7px trebuchet ms;
- letter-spacing:2px;
- text-transform:uppercase;
- display:block;
- background:NAVIGATION LINK BACKGROUND COLOR GOES HERE;
- border:1px solid NAVIGATION LINK BORDER COLOR;
- margin-bottom:1px;
- padding:5px 2px;
- }
- #nav a:hover{
- color:NAVIGATION LINK HOVER TEXT COLOR GOES HERE;
- background:NAVIGATION LINK HOVER BACKGROUND COLOR GOES HERE;
- border:1px solid NAVIGATION LINK HOVER BORDER COLOR;
- text-decoration:underline;
- }
- #center{
- background:TIMELINE BACKGROUND COLOR GOES HERE url(BACKGROUND IMAGE URL GOES HERE)repeat top left;
- height:405px;
- width:100%;
- top:50%;
- left:0;
- margin:-130px 0 0 0;
- position:absolute;
- overflow-x:auto;
- border-top:10px solid TIMELINE BORDER COLOR;
- border-bottom:10px solid TIMELINE BORDER COLOR;
- box-shadow:0px 1px 0 CENTER BORDER COLOR,0px -1px 0 CENTER BORDER COLOR,inset 0 1px 0 CENTER BORDER COLOR,inset 0 -1px 0 CENTER BORDER COLOR;
- }
- #wrap{
- display:block;
- height:400px;
- }
- #timeline{
- display:block;
- width:100%;
- height:1px;
- background:TIMELINE LINE COLOR;
- position:fixed;
- top:50%;
- margin-top:69px;
- z-index:1;
- }
- #timeline:before{
- width:11px;
- height:11px;
- background:TIMELINE COLOR;
- content:"";
- border-radius:10px;
- position:absolute;
- top:-5px;
- left:0;
- }
- #timeline:after{
- width:11px;
- height:11px;
- background:TIMELINE COLOR;
- content:"";
- border-radius:10px;
- position:absolute;
- top:-5px;
- right:0;
- }
- .entry{
- height:400px;
- color:TEXT COLOR GOES HERE;
- position:relative;
- float:left;
- top:0;
- margin:0 20px;
- }
- .entry plus{
- width:6px;
- height:6px;
- border-radius:10px;
- border:3px solid TIMELINE DOTS BORDER COLOR;
- background:TIMELINE DOTS BACKGROUND COLOR GOES HERE;
- position:absolute;
- margin:182px 0 0 50px;
- z-index:200;
- }
- .entry2{
- width:120px;
- height:400px;
- color:TEXT COLOR GOES HERE;
- position:relative;
- float:left;
- display:inline-block;
- top:0;
- margin:0 20px;
- }
- .entry2 plus{
- width:6px;
- height:6px;
- border-radius:10px;
- border:3px solid TIMELINE DOTS BORDER COLOR;
- background:TIMELINE DOTS BACKGROUND COLOR GOES HERE;
- position:absolute;
- margin:183px 0 0 50px;
- z-index:1;
- }
- .pic .date{
- background:DATE BACKGROUND COLOR GOES HERE;
- color:DATE TEXT COLOR GOES HERE;
- padding:0 2px;
- text-align:right;
- position:absolute;
- top:-12px;
- right:2px;
- font:9px/9px courier;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .pic{
- padding:10px;
- width:50px;
- top:100px;
- left:20px;
- background:PORTRAIT BACKGROUND COLOR GOES HERE;
- position:relative;
- border-radius:4px;
- z-index:1;
- border:1px solid PORTRAIT BORDER COLOR;
- }
- .pic img,.pic2 img{
- display:block;
- border-radius:3px;
- margin:-1px 0 0 -1px;
- border:1px solid PORTRAIT BORDER COLOR;
- }
- .pic:before{
- z-index:-1;
- width:10px;
- height:10px;
- background:PORTRAIT BACKGROUND COLOR GOES HERE;
- position:absolute;
- top:64px;
- left:30px;
- content:"";
- -ms-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- border-radius:3px;
- box-shadow:1px 1px 0 PORTRAIT BORDER COLOR;
- }
- #info{
- width:120px;
- background:INFO BACKGROUND COLOR GOES HERE;
- position:relative;
- top:157px;
- padding-bottom:5px;
- float:left;
- border-radius:4px;
- }
- #info span,#info2 span{
- width:110px;
- max-height:160px;
- display:block;
- background:INFO BACKGROUND COLOR GOES HERE;
- overflow:auto;
- position: relative;
- top: 4px;
- left:4px;
- padding:1px;
- font:7px/12px trebuchet ms;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #info:after{
- width:10px;
- height:10px;
- background:INFO BACKGROUND COLOR GOES HERE;
- position:absolute;
- top:-4px;
- left:50px;
- content:"";
- -ms-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- border-radius:3px;
- box-shadow:-1px -1px 0 INFO BORDER COLOR;
- }
- .pic2{
- padding:10px;
- width:50px;
- background:PORTRAIT BACKGROUND COLOR GOES HERE;
- border-radius:4px;
- position:relative;
- top:230px;
- margin:0px 0 0 20px;
- border:1px solid PORTRAIT BORDER COLOR;
- }
- .pic2:before{
- width:10px;
- height:10px;
- background:PORTRAIT BACKGROUND COLOR GOES HERE;
- position:absolute;
- top:-4px;
- left:30px;
- content:"";
- -ms-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- border-radius:3px;
- box-shadow:-1px -1px 0 PORTRAIT BORDER COLOR;
- }
- .pic2 .date{
- background:DATE BACKGROUND COLOR GOES HERE;
- color:DATE TEXT COLOR GOES HERE;
- padding:0 2px;
- text-align:right;
- position:absolute;
- bottom:-12px;
- left:2px;
- font:9px/9px courier;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #info2{
- width:120px;
- bottom:230px;
- padding-bottom:5px;
- background:INFO BACKGROUND COLOR GOES HERE;
- position:absolute;
- border-radius:4px;
- border:1px solid #f3f3f3;
- }
- #info2:after{
- width:10px;
- height:10px;
- background:INFO BACKGROUND COLOR GOES HERE;
- position:absolute;
- bottom:-4px;
- left:53px;
- content:"";
- -ms-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- border-radius:3px;
- box-shadow:-1px -1px 0 INFO BORDER COLOR;
- }
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
- <script src="http://www.designedbyaturtle.co.uk/demos/horizontal-scrolling/jquery.mousewheel.min.js"></script>
- <script>
- $(function(){
- $("#wrap").wrapInner("<table cellspacing='0'><tr>");
- $(".entry").wrap("<td></td>");
- $("body").mousewheel(function(event, delta) {
- this.scrollLeft -= (delta * 30);
- event.preventDefault();
- });
- });
- </script>
- </head>
- <body>
- <div id="top">
- <div id="nav">
- <a href="/">Go back</a>
- <a href="/ask">Message</a>
- <a href="/archive">Archives</a>
- <a href="http://ninpen.tumblr.com/">Credit</a>
- <a href="LINK URL GOES HERE">LINK NAME GOES HERE</a>
- <a href="LINK URL GOES HERE">LINK NAME GOES HERE</a>
- </div>
- <div id="desc">
- <img src="DESCRIPTION IMAGE URL GOES HERE"> DESCRIPTION WILL GO HERE
- </div>
- </div>
- <div id="center">
- <div id="timeline"></div>
- <div id="wrap">
- <td>
- <div class="entry">
- <plus></plus>
- <div class="pic"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry2">
- <plus></plus>
- <div class="pic2"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info2">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry">
- <plus></plus>
- <div class="pic"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry2">
- <plus></plus>
- <div class="pic2"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info2">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry">
- <plus></plus>
- <div class="pic"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info">
- <span>FILLER TEXT WILL GO HERE </span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry2">
- <plus></plus>
- <div class="pic2"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info2">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry">
- <plus></plus>
- <div class="pic"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry2">
- <plus></plus>
- <div class="pic2"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info2">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry">
- <plus></plus>
- <div class="pic"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry2">
- <plus></plus>
- <div class="pic2"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info2">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment