Home Layouts Coding Guide Color Schemes Sitely

Storm .

Premade CSS Layouts and Coding Guide

Welcome

Welcome to Storm, a premade css and coding guide site. This site offers a variety of simple, modern css layouts, and a complete HTML and CSS coding guide. Feel free to edit the coding however you like, and please don't hesitate to send me a message if you have and questions, comments, or need any coding help. =)

Updates

May / 6 / 2012

Revamped all the layouts.

Multiple Blog Layouts

Introduction To HTML

HTML stands for Hyper Text Markup Language. It is used to insert content onto a page, such as links, images, or tables. All HTML goes between two triangular brackets called Tags. To add something to a page, you use an opening tag, which begins the coding, and a closing tag, which tells the coding where to stop. The closing tag looks exactly like the opening tag, only with a backslash / after the first triangular bracket.

Text Basics

bold
italicize
strike
Line Break
Line Break

New Paragraph

New Paragraph

Centers everything in between the opening and closing tag

Altering Font

Change font style
Change font size
Change font color
Change font style, size, and color at once
Font size 1
Font size 2
Font size 3
Font size 4
Font size 5

Font size 6

Font size 7

Images & Links

Add an image
Resize an image (If you change only the height or only the width, the image will adjust automatically)
Make a link
Link an image (i.e., link back button codes)

Page Anchors

Page anchors are used to make site navigation. A page anchor essentially marks a spot on the page, then you can make a link that takes you to that spot.

Tables

A table is a box where you can arrange your content into parallel columns. A table is arranged into rows of cells. Below is an example of a simple table code.
This is Row 1, Cell 1 This is Row 1, Cell 2
This is Row 2, Cell 1 This is Row 2, Cell 2

Introduction To CSS

CSS stands for Cascading Style Sheets. It is used to change the appearance of certain features of the page, such as the page's background, the color of all the links, or the attributes of a specific div.

Inline Coding

The format of Inline CSS is a bit simpler than a style sheet. It is added into the HTML code, and affects only that code.
This code would change the color of one link, even if the rest of the links on the page are a different color.

Stylesheets

All css codes, except for inline coding, go between two style tags, an opening tag and a closing tag.

Basic CSS Codes

Change the color of any bold font
Change the color of any italicized font
Change the color of the links
Change the color of the links when you hover over them
Change the size, style, and color of the text. This can also be written: body{font:9px arial;}
Change the page's background color
Add a background image to the page
Change the page's cursor. Other options are: default, crosshair, not-allowed, re-size, help, wait

Headers

Default headers are very plain, so most people choose to alter them. The code h1{} will change all the h1 headers. To alter the h2 or h3 headers, you must change the code to h2{}.

Header

Textareas



Navigation Links

Navigation link codes are fairly long. The first line of code, display:block;, is what makes the links arrange into an orderly stack. All the rest of the lines change the appearance of the links, such as adding a background and border, otherwise they would just look like a column of ordinary text links.

Divs

A div is a box where you can place content. You can give it a width, a background, and position it at a specific point on the page. Unless you are using inline coding, a div requires css to work.

Bypassing The Filters

Due to Neopet's coding filters, 'position' is no longer allowed inside the style sheets. So, in order to position anything on the page, you must use inline coding. All the properties outside of 'position:absolute;' can still be placed inside the style sheet.

Multiple Blog Codes

Also know as anchored layouts. If you want to change the size, make sure the height and width are the same for both #container and #box.

Userlookup Codes

Remove the header and footer
Change the font of the whole page
Get rid of the border around the main section
Change the width of the main section
Alter all the stat boxes
Change all the stats headers
Hide neohome box
Hide shop and gallery box
Resize neopet's images
Change user info box
Change collections box
Change neopets box
Change neohome box
Change trophies box

Color Schemes

#c6ac50
#e8d286
#ff587f
#ffae8e
#ffb5b5
#dfc5e8
#68608f
#b47abf
#ffc68e
#ceedb2
#8bc1bf
#c18d5a
#253e8e
#5aa9ae
#86ab44
#c6dc35
#cf2a64
#ef84bb
#5e268e
#3857bc
#eaa725
#f3e94f
#b8db4d
#85d2ae
#c3b8fd
#e1b7f6
#f9aeda
#f1d19f
#c633cb
#8933cb
#625ce5
#16aaff
#f85198
#ff9275
#c8ea77
#fffc9e
#8cc1aa
#ffb5cc
#beffb5
#ffc19c
#f6955a
#e84747
#efc431
#793000
#f44e79
#ff97b2
#d1fb80
#a5d44b
#a793a7
#cbbacb
#ed8cb5
#f3d5f3
#5c8f81
#7fbfae
#f8f182
#6ba6c8
#92ac65
#8792ab
#bcc5d9
#e5cbec
#8f2381
#c68da1
#f48d8d
#f65c5c
#ff9147
#ffb842
#ffb89a
#ffb8d4
#b284bf
#84a0bf
#84bf95
#b6cb8c

Link Back Buttons













Affiliates

Listers

Credit

All content and coding © argenteus_draco.

Inspiration from Deux Css



NEOPETS, characters, logos, names and all related indicia
are trademarks of Neopets, Inc., © 1999-2012.
® denotes Reg. US Pat. & TM Office. All rights reserved.

PRIVACY POLICY | Safety Tips | Contact Us | About Us | Press Kit
Use of this site signifies your acceptance of the Terms and Conditions