Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>Diablerie</title>
- <!-- THEME STYLE / CSS START-->
- <style>
- body {
- background-color: black;
- margin: 8px;
- color: #eeeeee;
- font-family: arial, helvetica;
- font-size: 11pt;
- }
- .small {font-size: 9pt;}
- h3 {color: #d9d9ff}
- h2 {
- font-size: 13.5pt;
- font-weight: bold;
- color: #9999FF;
- margin-top: 20px
- }
- h1 {
- font-family: "arial narrow", arial, helvetica;
- font-size: 24pt;
- font-weight: bold;
- color: #9999FF;
- text-align: center;
- letter-spacing: 6px;
- }
- em {
- color: #d9d9ff;
- }
- a:link {color: #9999FF;}
- a:visited {color: #999999;}
- a:active {color: #999999;}
- a:hover {color: #cccccc; cursor: crosshair;}
- ul {list-style-type: circle;}
- blockquote {
- margin-left: 2px;
- padding-left: 15px;
- border-left: 2px solid #9999FF;
- }
- .container {
- width: 750px;
- margin: 30px auto 30px auto;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- border: 2px solid #9999FF;
- }
- /* Header */
- .head {
- width: 100%;
- height: 43px;
- color: #9999FF;
- background-image: url(images/top.gif);
- border-bottom: solid 0.5px #9999FF;
- text-align: left;
- font-family: "UnifrakturCook", cursive;
- font-weight: 700;
- font-style: normal;
- }
- .headarea {
- display: flex;
- height: 100%;
- }
- .headarea a {
- text-decoration: none;
- font-size: 20px;
- line-height: 40px;
- letter-spacing: 3px;
- }
- .headarea a:hover {text-shadow: 0 0 3px #eee}
- /* Navigation */
- .navi {
- width: 100%;
- height: 30px;
- border-bottom: solid 0.5px #9999FF;
- }
- .navi ul {
- display: flex;
- height: 100%;
- justify-content: space-between;
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- .navi li {
- padding: 5px;
- display: block;
- align-content: center;
- width: 100px;
- overflow-x:hidden;
- }
- .navi li.dropdown {
- display: inline-block;
- background: transparent;
- }
- .navi li:hover, .navigation li.dropdown:hover {
- background-color: #2b2b2b;
- color: var(--bright);
- text-shadow: 0 0 3px #eee;
- }
- .navi a {
- display: inline-block;
- text-decoration: none;
- background: transparent;
- text-align: center;
- margin-bottom: 4px;
- padding-bottom: 2px;
- padding-top: 2px;
- line-height: 10px;
- text-transform: uppercase;
- letter-spacing: 1px;
- color: #9999FF;
- width: inherit;
- }
- .navi a:hover {color: white; text-decoration: underline}
- .dropdown-content {
- display: none;
- position: absolute;
- width: 90px;
- padding: 4px;
- border: 1px solid #9999FF;
- background-color: black;
- z-index: 1;
- }
- .dropdown-content a {
- padding: 4px;
- text-decoration: none;
- display: block;
- text-align: center;
- width: auto;
- }
- .dropdown-content a:hover {
- background-color: #9999FF;
- width: auto;
- }
- .dropdown:hover .dropdown-content {
- display: block;
- }
- /* Body */
- .body {
- padding: 10px;
- }
- .body img {
- max-width: 100%;
- }
- /* Footer */
- .foot {
- width: 100%;
- text-align: center;
- border-top: solid 0.5px #9999FF;
- font-size: 9pt;
- }
- /* Fonts */
- .unifrakturcook-bold {
- font-family: "UnifrakturCook", cursive;
- font-weight: 700;
- font-style: normal;
- }
- </style>
- <!-- THEME STYLE / CSS END -->
- <!-- Google Fonts -->
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap" rel="stylesheet">
- </head>
- <!-- HTML BODY -->
- <body>
- <div class="container">
- <!-- Header -->
- <div class="head">
- <div class="headarea"><img src="images/330px-Malkavian_symbol.png" height="33px" style="padding: 5px"><a href="index.html">A Fun and Funky Site Title</a></div>
- </div>
- <!-- Navigation Bar -->
- <div class="navi">
- <nav>
- <ul>
- <li><a href="#">king</a></li>
- <li class="dropdown"><a href="javascript:void(0)" class="dropbtn">queen ▾</a>
- <!-- Dropdown Menu -->
- <div class="dropdown-content">
- <a href="#">ace</a>
- <a href="#">king</a>
- <a href="#">queen</a>
- <a href="#">jack</a>
- </div>
- </li>
- <li><a href="#">rook</a></li>
- <li><a href="#">bishop</a></li>
- <li><a href="#">knight</a></li>
- <li><a href="#">pawn</a></li>
- </ul>
- </nav>
- </div>
- <!-- Main Content -->
- <div class="body">
- <h1>𓋹 Page Title 𓋹</h1>
- <h2>A Section Header</h2>
- <img src="images/placeholder1.png" style="float: right; width: 30%">
- <p>This layout template is heavily inspired by the site for a long-defunct IRC based VtM roleplay, which I found while exploring the Wayback Machine. I changed it a lot it to be compatible with current HTML, and it's flex-based rather than table-based now. However, it's <em>not</em> responsive/mobile-friendly.</p>
- <p>It's designed to be quite basic, easy to add your own flair and customisation to. The header background image is 750x43 if you want to replace it with your own.</p>
- <p>I would appreciate you leaving credit and a <a href="https://werewiire.neocities.org/">link to me</a> somewhere on your site if you use this theme. Also, let me know by signing my <a href="https://werewiire.atabook.org/">guestbook</a>! Thank you ^_^</p>
- <p>>> You can get the code <a href="/" target="_blank">here</a>! <<</p>
- <h2>Down the Rabbit-Hole</h2>
- <p>Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, “and what is the use of a book,” thought Alice “without pictures or conversations?”</p>
- <ul>
- <li>So she was considering in her own mind...</li>
- <li>(as well as she could, for the hot day made her feel very sleepy and stupid)</li>
- <li>...whether the pleasure of making a daisy-chain would be worth the trouble of getting up and picking the daisies...</li>
- <li>When suddenly a White Rabbit with pink eyes ran close by her.</li>
- </ul>
- <p><a href="https://www.gutenberg.org/files/11/11-h/11-h.htm">This is a link.</a></p>
- <p><strong>This is bold text.</strong></p>
- <p><em>This is italic text.</em></p>
- <blockquote>And this is a block quote!</blockquote>
- <h2>Another Lovely Header</h2>
- <p>There was nothing so very remarkable in that; nor did Alice think it so very much out of the way to hear the Rabbit say to itself, “Oh dear! Oh dear! I shall be late!” (when she thought it over afterwards, it occurred to her that she ought to have wondered at this, but at the time it all seemed quite natural); but when the Rabbit actually <em>took a watch out of its waistcoat-pocket</em>, and looked at it, and then hurried on, Alice started to her feet, for it flashed across her mind that she had never before seen a rabbit with either a waistcoat-pocket, or a watch to take out of it, and burning with curiosity, she ran across the field after it, and fortunately was just in time to see it pop down a large rabbit-hole under the hedge. </p>
- </div>
- <!-- Footer -->
- <div class="foot">
- <p>𓋹 Layout by <a href="https://werewiire.neocities.org/">werewiire</a> | CC BY 𓋹</p>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment