|
|
|
|
How to code your AW Neighborhood Residence
Associated to Place:
The Domus Depot Urban Builder's Guild >
articles
-- by
CSS classes, what they change and how to use them.
IT IS OK if you have no CSS experience. This is how I learned. You have to play with the code and seeing it in action like this will help. Copy the code below, I'll explain what does what next. Paste this code in a new html friendly text document such as Notepad (NOT MS WORD or any formal word editing program).
.gram {border: 2px solid #; } .gram hr { border: none 0; border-top: 1px solid #; height: 2px;} .gram .gram { border: 1px solid #; color:#;} .pageStyleSheet {background-color: #; color: #;} .pageStyleSheet a:link {color: #;} .pageStyleSheet div i {color: #;} .pageStyleSheet td a:link {color: #;} .pageStyleSheet td a:visited {color: #;} .pageStyleSheet td a:hover {color: #;} td div b {color: #;} td div div b {color: #;} .dynamicnum, .dynam {color: #;} .hood {font-family: Arial,Helvetica; font-size: 00px; text-align:left; color:#} .hoodtitles {font: 00px Arial,Helvetica; color: #;} .hoodcredit {font: 00px Arial,Helvetica; color: #; text-align:right;} --> </style> Next, arm yourself with a great color code schemer. I recommend HyperGurl Color Match. Also, Color Schemer. This is an important step because most of the adjusting and personalizing you will do in your 'hoods is by changing those colors. Have your colors chosen, but make it as easy as hopping from one window to another and copying and pasting to change them over and over until you are happy with it. I am using this format: .css class name {color: #blah; font: 10px arial,blah,whatever;} What I've done is display the basic coding I used to alter 'hoods, along with their details and a brief explanation of what that class does. If it is a css class we created, it will say [our class] if it is an AW one it will say [jot class]. All are put to use in the 'hood page because either Jot's natural page coding references those CSS classes, or we reference them ourselves within the page. At the bottom I'll show examples of this. The CSS Class itself is in blue. 'Hood examples to follow along with (that use these classes in a stylesheet): Mohenjo-Daro, Bodh Gaya, Angkor and Yoshiwara. Each have something unique about them too coding wise. I will be referencing them below.
<style type="text/css"> <!-- Want to put these to use? Well some will be put to use naturally by Jot's coding. Some you need to put to use yourself, in this case anything that begins with .hood Here are ways to do that.Note you need the period before your class in the stylesheet above, but not when referencing them.
Or to determine your 'hood designers and writers:
City builders: <br /> <a href="url">Ningyo Minamoto</a> </div> And for those subtitles you can use any of the three.
<p class="hoodtitles">Subheader that also gives you a full page break before and after</p> <span class="hoodtitles">Subheader that gives you no page breaks before or after</span> You also have to put in all your own details obviously. All colors have been left blank and font sizes are all set at either 00 or 10px which is really tiny. You will need to adjust these to suit your needs. Try to list three fonts or two very basic ones in case the viewer doesnt have it on their computer. The proper way to code a color is to find the 6 digit hex code that denotes your color and put it after the pound sign/#. An example of both: .class {font-family: 'Trebuchet MS','Georgia Ref',Arial; color: #000000}The best way to get a grip on this isnt to stare at this until your eyes fall out. Take the code in your notepad text doc filled in with a bunch of color choices, minimal content, just enough to start seeing it, and start editing your hood today. This is the best way to learn. No one is watching, there are no secret counters being sent to Jot. You can hit that edit button ALL DAY. *Both Yoshiwara and Bodh Gaya created by Shanti, Aria and/or Ningyo, link to aw list of classes is Sankira's, HyperGurl color picker which is brilliant was a gift from Asenath! |
Domus
~ Table of Contents ~
|