Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----------------------
- HOME PAGE #2 by JAKEHELPS
- Rules ad Regulations:
- #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on in so I'd appreciate if you didn't.
- #2: DO NOT redistribute this theme/page, I will not care if it's an "Edited Theme". There is no difference with "redistributing but giving full credit to the owner." It's still violating the general rules of theme-making.
- #3: I will find out if you've copied the complete code and redisribute it because I know my codes, and I know how they're formatted.
- #4: You can customize to your liking, just make sure that your theme/page is readable and credible for your viewers.
- ---------------------------->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Orienta' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript">
- $("#slideshow > div:gt(0)").hide();
- setInterval(function() {
- $('#slideshow > div:first')
- .fadeOut(1000)
- .next()
- .fadeIn(1000)
- .end()
- .appendTo('#slideshow');
- }, 3000);
- </script>
- </head>
- <style type="text/css">
- body {
- padding: 0;
- margin: auto;
- list-style: none;
- background-color: #FEFEFE;
- background-attachment: fixed;
- }
- a {
- text-decoration: none;
- color: black;
- }
- b,i,strong,em {
- color: #299999;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height:10px;
- background-color: #299999;
- border-radius: 10px;
- opacity: 0.5;}
- ::-webkit-scrollbar-thumb:horizontal {
- height:10px: transparent;
- border-radius: 10px;
- opacity: 0.5; }
- ::-webkit-scrollbar {
- height: 10px;
- width: 6px;
- background-color: transparent;
- opacity: 0.5;
- }
- #slideshow {
- margin: 0px auto;
- position: relative;
- width: 1361px;
- height: 400px;
- background-color: #202020;
- }
- #slideshow img {
- width: 1361px;
- height: 400px;
- }
- #slideshow > div {
- position: absolute;
- }
- #navigation {
- width: 1000px;
- height: auto;
- padding: 18px;
- margin: auto;
- text-align: center;
- }
- .links {
- margin: auto;
- text-align: center;
- }
- .links a {
- font-family: century gothic;
- font-size: 12px;
- color: #299999;
- text-transform: uppercase;
- padding: 5px 15px;
- }
- .links a:hover {
- background-color: #202020;
- color: #299999;
- }
- .links {
- margin: auto;
- text-align: center;
- }
- #information {
- width: 100%;
- height: 400px;
- }
- #information .title {
- margin: auto;
- width: 800px;
- font-family: berkshire swash;
- font-size: 30px;
- text-align: center;
- padding: 20px;
- color: #299999;
- letter-spacing: 3px;
- border-bottom: 3px solid #299999;
- margin-bottom: 5px;
- }
- #description {
- width: 100%;
- display: block;
- margin: auto;
- text-align: center;
- }
- #description .info {
- margin: auto;
- width: 500px;
- height: 250px;
- padding: 20px;
- margin-top: 10px;
- overflow: auto;
- font-family: cambria;
- font-size: 12px;
- color: #202020;
- line-height: 120%;
- letter-spacing: 1px;
- text-align: justify;
- }
- .info:first-letter {
- float: left;
- display: inline-block;
- font-family: berkshire swash;
- font-size: 30px;
- text-transform:uppercase;
- color: #FFFFFF;
- background-color: #299999;
- padding: 22px;
- margin-right: 5px;
- border: 3px double #FFFFFF;
- }
- #characters {
- width: 1361px;
- padding: 20px 0px;
- margin: auto;
- text-align: center;
- height: auto;
- }
- .charinfo1 {
- width: 307px;
- height: 400px;
- display: inline-block;
- margin-left: 10px;
- margin-bottom: 10px;
- padding: 10px;
- float: left;
- }
- .picture {
- display: block;
- text-align: center;
- }
- .picture img {
- width: 128px;
- height: 128px;
- border-radius: 128px;
- border: 3px double #202020;
- padding: 5px;
- }
- .charname {
- display: block;
- font-family: cambria;
- font-size: 16px;
- color: #202020;
- text-align: center;
- text-transform: uppercase;
- margin-top: 5px;
- padding-bottom: 5px;
- border-bottom: 3px double #CCCCCC;
- }
- .charinfo {
- display: block;
- padding: 20px;
- height: 180px;
- font-family: cambria;
- font-size: 12px;
- color: #202020;
- overflow: auto;
- text-align: justify;
- }
- .charinfo:first-letter {
- float: left;
- display: inline-block;
- font-family: berkshire swash;
- font-size: 16px;
- text-transform:uppercase;
- color: #FFFFFF;
- background-color: #299999;
- padding: 10px 16px;
- margin-right: 5px;
- border: 3px double #FFFFFF;
- }
- #more {
- display: block;
- width: 100%;
- margin-top: 30px;
- margin: auto;
- text-align: center;
- margin-bottom: 30px;
- }
- #more a {
- padding: 10px 18px;
- background-color: #299999;
- font-family: cambria;
- font-size: 14px;
- color: #FFFFFF;
- text-transform: uppercase;
- display: inline-block;
- width: 300px;
- text-align: left;
- }
- #bottomnav {
- margin: auto;
- width: 1361px;
- height: 400px;
- display: block;
- margin-top: 50px;
- }
- .columns {
- width: 900px;
- columns:180px 3;
- -webkit-columns:100px 3;
- -moz-columns:100px 3;
- margin: auto;
- height: 300px;
- }
- .heading {
- display: block;
- padding: 20px;
- font-family: cambria;
- font-size: 14px;
- color: #FFFFFF;
- background-color: #299999;
- }
- .navlinks {
- margin-bottom: 20px;
- }
- #bottomnav a {
- display: block;
- padding: 5px;
- font-family: cambria;
- font-size: 10px;
- color: #299999;
- text-transform: uppercase;
- text-align: left;
- }
- #bottomnav a:hover {
- background-color: #CCCCCC;
- color: #FFFFFF;
- }
- </style>
- <body>
- <div id="navigation">
- <div class="links">
- <a href="#">Main</a>
- <a href="#">About</a>
- <a href="#">Characters</a>
- <a href="#">Archive</a>
- <a href="#">Plotline</a>
- <a href="#">Link 1</a>
- <a href="#">Link 2</a>
- <a href="#">Link 3</a>
- <a href="#">Link 4</a>
- <a href="http://jakehelps.tumblr.com">©</a>
- </div>
- </div>
- <div id="slideshow">
- <div>
- <!----- SLIDESHOW IMAGE (1361x400) ---->
- <img src="http://static.tumblr.com/kamm2qy/Oiymp5x7g/percy-jackson-trailer.png">
- </div>
- <div>
- <!----- SLIDESHOW IMAGE (1361x400) ---->
- <img src="http://static.tumblr.com/kamm2qy/s1gmp5xij/percy-jackson-and-olympians-lightning-thief-2029.png">
- </div>
- </div>
- <div id="information">
- <div class="title">TITLE</div>
- <div id="description">
- <div class="info">
- SUMMARY/DESCRIPTION
- </div>
- </div>
- </div>
- <div id="characters">
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- CHARACTER BOX TYPE 1 -->
- <div class="charinfo1">
- <div class="picture"><img src="http://static.tumblr.com/kamm2qy/xMCmp5umm/fdsf.png" /></div>
- <div class="charname">CHARACTER NAME</div>
- <div class="charinfo">
- DESCRIPTION
- </div>
- </div>
- <!-- INSERT NEW CHARACTER SECTION UNDER THIS LINE -->
- <div id="more"><a href="#">More Characters <div style="float: right;">></div></a></div>
- </div>
- <div id="bottomnav">
- <div class="columns">
- <div class="heading">General</div>
- <div class="navlinks">
- <a href="#">Home</a>
- <a href="#">Contact</a>
- <a href="#">Archives</a>
- <a href="#">Likes</a>
- <a href="#">Updates</a>
- </div>
- <div class="heading">About</div>
- <div class="navlinks">
- <a href="#">Plotline</a>
- <a href="#">Map</a>
- <a href="#">Characters</a>
- <a href="#">Creatures</a>
- <a href="#">Gods</a>
- <a href="#">Prophecies</a>
- </div>
- <div class="heading">Applications</div>
- <div class="navlinks">
- <a href="#">Rules & Regulations</a>
- <a href="#">Application Page</a>
- <a href="#">FAQ</a>
- <a href="#">Important Notices</a>
- </div>
- <div class="heading">Campers</div>
- <div class="navlinks">
- <a href="#">Activities</a>
- <a href="#">Writing Prompts</a>
- <a href="#">The Forges</a>
- <a href="#">Ampitheatre</a>
- <a href="#">Arena</a>
- <a href="#">Lava Wall</a>
- <a href="#">Camp Schedule</a>
- <a href="#">Report Cards</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment