| so before i was just some girl who knew N0THING about codes or any internet stuff; but now, finally, like a year later ..im accually making myspace codes and some xanga codes. and kinda writing scripts too; &working on my own website.
i've since then came up with a lot of simple layouts; here`s one i have right at this moment (im at school.) it`s on my personal site;; this layout:
C0PY
a:link { cursor:small; }
a:hover { cursor:small; }
a:visited { cursor:small; }
a:active { cursor:small; }
a:hover {
filter: none;
height: 4;
color:#;
}
body {
background-repeat:vertical;
background-attachment: fixed;
background-position:top right;
background-color: #CCFFFF;
scrollbar-arrow-color: #000000;
scrollbar-track-color: white;
scrollbar-shadow-color: #white;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-3dlight-color: white;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px small;
line-height:10px;
color:#000000;
letter-spacing:0px;
text-align:justify;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
font-family: times;
font-size: 12px;
letter-spacing: -1.5px;
color: #99FFFF;
background-color: transparent;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: right;
}
div.blogheader, .caption {
/* edits the dates */
font-family:times;
text-transform:lowercase;
font-size:16px;
line-height:12px;
letter-spacing: -3px;
font-weight:bold;
color:#000000;
letter-spacing:0px;
background-color: white;
border: 2px solid #000000;
text-align: right;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: #000000;
font:normal 11px arial;
line-height:11px;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #000000;
font:normal 11px arial;
line-height:11px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #000000;
font: 11px times;
font-size: 12px;
letter-spacing: -2px;
line-height:11px;
text-decoration: none;
cursor: crosshair;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px solid #000000;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
color: #ffffff;
}
table.left {
/* this edits the menu module */
border: 4px solid #000000;
width:160px;
background-color: #FFFFFF;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 4px solid #000000;
background: white;
width:200px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: (noneyet);
background-color: transparent;
font: bold 11px arial;
text-transform: lowercase;
text-align: center;
color: #000000;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: (none);
background-color: #FFFFFF;
font: normal 11px arial;
color: #000000;
text-align: justify;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FFFFFF;
border: 6px solid #000000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #000000;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 200px;
}
hr {
/* horizontal divider */
border: 1px solid black;
}
C0PY |