Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Page 09
- {. Over the Garden Wall + Charcter Page .}
- Page #09. (Over the Garden Wall)
- http://noiretblanc-themes.tumblr.com/
- Please don't use this theme as a base or claim it as your own.
- You are free to edit this page as much as you want, please just don't erase the credits.
- CREDITS TO:
- All images and info were collected from Over the Garden Wall wiki
- http://over-the-garden-wall.wikia.com/wiki/Over_the_Garden_Wall_Wiki
- Anchor code: http://codepedia.info/anchor-hover-effect-jquery-plugin/
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="shortcut icon" href="{Favicon}">
- <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/g703xso/dW2ovrvkl/anchor.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative|Josefin+Sans" rel="stylesheet">
- <title>{Title}</title>
- <style>
- /* YOU MAY EDIT THE COLORS TO MATCH YOUR THEME. BUT PLEASE DO NOT REMOVE THE CREDITS */
- #credit{
- position: fixed;
- bottom: 0;
- right: 0;
- }
- #credit a{
- text-decoration: none;
- display: block;
- background: #000000;
- text-align: center;
- color: white;
- padding: 5px 15px 3px 20px;
- -moz-transition:all .4s ease-in-out;
- -webkit-transition:all .4s ease-in-out;
- -o-transition:all .4s ease-in-out;
- transition:all .4s ease-in-out;
- }
- #credit a:hover{
- letter-spacing: 3px;
- }
- /*MAIN SCROLL BAR*/
- Body::-webkit-scrollbar-track
- {
- background: #7b7360;
- }
- Body::-webkit-scrollbar
- {
- width: 10px;
- }
- Body::-webkit-scrollbar-thumb
- {
- background-color: #0b0b0b;
- }
- /*BOX SCROLLBAR*/
- ::-webkit-scrollbar-track
- {
- background: rgba(0, 0, 0, 0.28);
- }
- ::-webkit-scrollbar
- {
- width: 3px;
- }
- ::-webkit-scrollbar-thumb
- {
- background-color: #b49870;
- }
- body{
- background: url("https://i.imgur.com/ArZmQaB.jpg") no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- /*If you want a bakcground that repeats. Erase the previous code and leave this one:
- background: url("");
- */
- margin:0;
- padding:0;
- font-family: 'Josefin Sans', sans-serif;
- font-size:12px;
- }
- .header{
- position: fixed;
- background: #0b0b0b; /*Header background color*/
- width: 100%;
- height: 120px;
- z-index: 100;
- text-align: center;
- }
- .header h1{
- color: #dbd0ad; /*Header Title color*/
- font-family: 'Cinzel Decorative', cursive;
- padding-top: 25px;
- margin: 0;
- -moz-transition:all .5s ease-in-out;
- -webkit-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .header h1:hover{
- letter-spacing: 2px;
- }
- .links{
- padding: 0;
- margin: 0;
- margin-top:20px;
- }
- .header a{ text-decoration:none;}
- .header ul a{
- display: inline-block;
- letter-spacing: 1px;
- text-decoration: none;
- }
- .header li {
- display: inline-block;
- list-style: none;
- padding: 10px;
- }
- .brackets a {
- color: #ffffff; /*Links colors*/
- }
- .brackets a::before,
- .brackets a::after {
- display: inline-block;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
- -moz-transition: -moz-transform 0.3s, opacity 0.2s;
- transition: transform 0.3s, opacity 0.2s;
- }
- .brackets a::before {
- margin-right: 10px;
- content: '[';
- -webkit-transform: translateX(20px);
- -moz-transform: translateX(20px);
- transform: translateX(20px);
- }
- .brackets a::after {
- margin-left: 10px;
- content: ']';
- -webkit-transform: translateX(-20px);
- -moz-transform: translateX(-20px);
- transform: translateX(-20px);
- }
- .brackets a:hover::before,
- .brackets a:hover::after,
- .brackets a:focus::before,
- .brackets a:focus::after {
- opacity: 1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- color: #dbd0ad; /*Brackets color on hover*/
- }
- .main{
- position: absolute;
- width:100%;
- top: 150px;
- text-align: center;
- }
- .boxme{
- display: inline-block;
- position: relative;
- width: 320px;
- height: 320px;
- overflow: hidden;
- margin: 5px;
- margin-bottom: 10px;
- }
- .portrait{
- position: absolute;
- top:15px;
- left:15px;
- z-index: 1;
- height: 100px;
- width: 100px;
- overflow: hidden;
- border: 10px solid #80725e; /*Border color in the character picture*/
- -webkit-box-shadow: 10px 10px 13px -7px rgba(0,0,0,0.29);
- -moz-box-shadow: 10px 10px 13px -7px rgba(0,0,0,0.29);
- box-shadow: 10px 10px 13px -7px rgba(0,0,0,0.29);
- -ms-transform: rotate(-15deg); /* IE 9 */
- -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
- transform: rotate(-15deg);
- }
- .portrait img{
- max-height: 100px;
- }
- .info{
- position: absolute;
- width: 260px;
- height: 260px;
- background: rgba(106, 96, 85, 0.65); /*Background color in the info box*/
- bottom: 0;
- right: 0;
- overflow: auto;
- color: #decdac; /*Font color in the info boxr*/
- }
- .basics{
- display: block;
- margin-left: 75px;
- height: 70px;
- box-sizing: border-box;
- padding: 10px;
- }
- .basics b{
- display: block;
- font-size: 22px;
- }
- .basics i{
- display: block;
- padding-top: 5px;
- font-size: 14px;
- }
- .extra{
- padding: 15px 10px;
- text-align: justify;
- }
- .extra p{
- padding: 0;
- margin: 0;
- margin-top: 10px;
- }
- .extra li{
- font-size: 12px;
- list-style: none;
- display: block;
- margin: 5px 0;
- padding-left: 5px;
- border-left: 10px solid #dbb97a; /*First trait color*/
- }
- .extra li:nth-child(2) {
- border-left: 10px solid #a58131; /*Second trait color*/
- }
- .extra li:nth-child(3) {
- border-left: 10px solid #6a461d; /*Third trait color*/
- }
- /* If you make a larger list of traits in the character, you'll need to copy this code and change the number for every new line.
- .extra li:nth-child(4) {
- border-left: 10px solid #000000;
- }
- */
- </style>
- </head>
- <body>
- <div class="header">
- <!-- TITLE -->
- <h1>Over the Garden Wall</h1>
- <!-- LINKS. You my add/remove as you wish. -->
- <ul class="links">
- <li><a href="/">Back</a></li>
- <li><a href="/">Link 1</a></li>
- <li><a href="/">Link 2</a></li>
- <li><a href="/">Link 3</a></li>
- <li><a href="/">Link 4</a></li>
- </ul>
- </div>
- <div class="main">
- <!-- COPY TO CREATE A NEW CHARACTER -->
- <div class="boxme">
- <!-- Character Image-->
- <div class="portrait"><img src="https://i.imgur.com/iHPPfeO.png"></div>
- <!-- Character Info-->
- <div class="info">
- <div class="basics">
- <b>The Beast</b> <!-- NAME -->
- <i>"Are you ready to see true darkness?"</i><!-- FREE TEXT OF YOUR CHOICE-->
- </div>
- <div class="extra">
- <!-- TRAITS. EDIT AS YOU WILL.
- YOU CAN ADD MORE AND CHANGE THE COLORS IN THE LAST LINES OF THE CSS.-->
- <li>Antagonist</li>
- <li>???</li>
- <li>Mysterious info</li>
- <!-- FREE TEXT -->
- <p>The main antagonist of Over the Garden Wall. He is the monster of the The Unknown, and is feared throughout it. His goal is to catch the brothers, Wirt and Gregory, and turn them into Edelwood trees in order to fuel his lantern.</p>
- </div>
- </div>
- </div>
- <!-- END OF NEW CHARACTER -->
- </div>
- <div id="credit"><a href="http://noiretblanc-themes.tumblr.com/">Theme</a></div>
- <script>
- $(".links a").anchorHoverEffect({type: 'brackets'});
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement