Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title> My Neocities Site </title>
- <link href="/style.css" rel="stylesheet" type="text/css" media="all">
- <link rel="icon" type="image/x-icon" href="newfav.ico">
- </head>
- <!-- BASIC TRI-BOX NEOCITIES THEME BY HAL @FRIENDNETWORK! -->
- <!-- Make changes where needed, but do not remove credit! -->
- <!-- Have any concerns? Email me at [email protected]. All images displayed on this preview are hosted via my website, but I recommend hosting them on your own site if you intend to swap mine out. -->
- <!-- This puts space between your container and the top of the page. -->
- <br><br>
- <div id="container">
- <div id="header">
- <!-- A marquee inidcates that whatever text it's assigned to will move in a pre-determined direction along the screen. To change the direction in which a marquee moves, append 'direction="_"' to the end of the first marquee phrase. -->
- <p align="center"><marquee> SITE TITLE SITE TITLE SITE TITLE SITE TITLE SITE TITLE </marquee></p>
- <nav id="navbar">
- <ul>
- <li><a href="/"><em>Link One</em></a></li>
- <li><a href="/"><em>Link Two</em></a></li>
- <li><a href="/"><em>Link Three</em></a></li>
- <li><a href="/"><em>Link Four</em></a></li>
- </ul>
- </nav>
- </div>
- <div id="flex">
- <aside id="sidebar" style="margin-right: 3px">
- <img src="https://drtheme.neocities.org/host/anenome.png" width="100%"/>
- <p align="center"> Content box 1! </p>
- </aside>
- <main>
- <p align="center"> Let's go <em> tidepooling!</em></p>
- <img src="https://drtheme.neocities.org/host/bluewave.gif" width="100%"/>
- <img src="https://drtheme.neocities.org/host/image.png" width="100%"/>
- </main>
- </div>
- <div id="flex">
- <div style="width:800px;height:200px;overflow:auto;background-color:blue;border-right:5px dashed #5dd9ff;border-bottom:16px double cyan;border-left:10px solid #216eff;">
- <div id="bottombox">
- <h2 align="center"><em> Bottom Box Zone </em></h2>
- <p align="center"> It is here where important things can be placed; whatever you can imagine, you can create! For instance, you could use the above boxes for a myriad of purposes, and use this as an area for graphics. This site is infinitely scrolling, and so you can put anything of any length or size in this area! I wonder what you'll choose to include...
- <br><br>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- <br>
- Vitae turpis massa sed elementum. Cursus euismod quis viverra nibh cras pulvinar mattis nunc. Euismod lacinia at quis risus sed vulputate. Duis ut diam quam nulla. In arcu cursus euismod quis viverra. Felis bibendum ut tristique et egestas quis ipsum. Porttitor rhoncus dolor purus non. Nulla malesuada pellentesque elit eget. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Urna molestie at elementum eu facilisis sed odio morbi quis. Viverra vitae congue eu consequat ac felis. Malesuada nunc vel risus commodo viverra maecenas accumsan lacus. Pellentesque eu tincidunt tortor aliquam nulla facilisi.
- <br>
- Volutpat blandit aliquam etiam erat velit scelerisque in dictum non. Proin libero nunc consequat interdum varius. Proin libero nunc consequat interdum varius sit amet. Massa massa ultricies mi quis hendrerit dolor magna. In vitae turpis massa sed elementum tempus egestas sed sed. Donec ultrices tincidunt arcu non sodales neque sodales. Pellentesque id nibh tortor id aliquet. Congue eu consequat ac felis donec. Lacus luctus accumsan tortor posuere ac. Ac turpis egestas maecenas pharetra convallis. Pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Nulla facilisi morbi tempus iaculis urna id volutpat. Risus ultricies tristique nulla aliquet enim tortor at. Volutpat sed cras ornare arcu dui vivamus arcu. Viverra vitae congue eu consequat ac felis donec et. Pharetra magna ac placerat vestibulum lectus mauris ultrices.
- </p>
- </div>
- <style>
- :root {
- /* This is the beginning of your style section, the portion of your website which defines how it appears! Any element defined in <style> will reflect in the body portion of your site, so long as you input the accompanying 'child' element to the 'parent' code. */
- --body-bg-image: url('https://drtheme.neocities.org/host/starfisg.png');
- }
- #flex {
- display: flex;
- }
- #container {
- max-width: 800px;
- margin: 0 auto;
- /* This centers your page. */
- }
- /* Body refers to the text and background portions of your site. The custom cursor only requires you input a URL to your desired cursor image; ensure the photo you use is 32x32px, as most browsers won't accept a cursor that exceeds this sizing. Retain the auto in the cursor element, as this will act as a failsafe in the event your browser cannot load the selected image. */
- body {
- font-family: 'Times New Roman', serif;
- color: #0081de;
- margin: 0;
- /* Affects the size and color of your background. For a larger background (less tiles), input a higher figure.*/
- background-color: #000000 ;
- background-size: 500px;
- background-image: var(--body-bg-image);
- cursor: url('cursor.gif'), auto;
- }
- * {
- box-sizing: border-box;
- }
- main {
- background-image:url('https://drtheme.neocities.org/host/waves.gif');
- flex: 1;
- padding: 2px;
- order: 2;
- border: 2px dashed #005cf4;
- }
- /* The container beneath your main box & sidebar. */
- #bottombox {
- background-image:url('https://drtheme.neocities.org/host/computer.png');
- width: 100%;
- padding: 0px;
- font-size: 16px;
- border: 3px solid blue;
- }
- /* The container next to your main block. */
- #sidebar {
- background-image:url('https://drtheme.neocities.org/host/peacebg.gif');
- width: 200px;
- padding: 0px;
- font-size: 16px;
- border: 3px dashed blue;
- }
- #header {
- width: 100%;
- height: 90px;
- background-color: #72ebfe;
- background-size: 20%;
- }
- #navbar {
- height: 40px;
- background-color: #4dadf2;
- width: 100%
- }
- /* The display for links in your navbar. */
- #navbar ul {
- display: flex;
- padding: 0;
- margin: 0;
- list-style-type: none;
- justify-content: space-evenly;
- }
- /* The padding for elements in your navbar list. */
- #navbar li {
- padding-top: 10px;
- }
- #navbar li a {
- color: #0056ff;
- font-weight: 800;
- text-decoration: none;
- }
- /* link hover */
- #navbar li a:hover {
- color: cyan;
- text-decoration: underline;
- }
- /* Makes your page adaptable to mobile formats. */
- #navbar ul {
- flex-wrap: wrap;
- }
- .box {
- background-image:url('https://drtheme.neocities.org/host/peacebg.gif);
- border: 1px solid cyan;
- padding: 0px;
- }
- h1, h2, h3 {
- color: #1862f3;
- font-family: sans-serif;
- }
- h1 {
- font-size: 20px;
- }
- p {
- font-size: 15px;
- }
- strong {
- color: #ff8b00;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement