Staredit Network

Staredit Network -> Computers and Technical -> Template to go with
Report, edit, etc...Posted by Eskimo Bob on 2006-06-18 at 01:42:39
Well i want a template i can use with this CSS, Any help?

CODE
<STYLE TYPE='text/css'>
/* CSS generated at csscreator.com */
BODY{background-color:#CCCCCC; color:#0066FF; font-family:serif; font-size:medium; font-weight:lighter; scrollbar-3dlight-color:#6633FF; scrollbar-arrow-color:#0033FF; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#3333FF; scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#999999; scrollbar-shadow-color:#0033FF; }
FONT{color:#CC0066; font-size:medium; font-family:serif; background-color:#CCCCCC; font-weight:lighter; text-decoration:none; }
P{color:#0000FF; font-size:small; font-family:serif; background-color:#CCCCCC; font-weight:bold; }
PRE{color:#330000; font-size:small; font-family:serif; }
DIV{ color:#0000FF; font-family:cursive; font-size:small; font-weight:lighter; border-color:#0000FF; border-width:thin; }
SPAN{ color:#0000FF; font-size:small; font-family:serif; font-weight:lighter; border-color:#0000FF; border-width:thin; }
A{color:#FF6600; font-family:cursive; font-size:small; font-weight:lighter; }
A:Visited{color:#666666; font-family:cursive; font-size:small; font-weight:bold; text-decoration:line-through; }
A:Hover{color:#3300FF; font-family:cursive; font-size:small; font-weight:lighter; }
H1{color:#CC0000; font-size:xx-large; font-family:cursive; font-weight:bolder; text-decoration:underline; }
H2{color:#FF9900; font-size:x-large; text-decoration:underline; }
H3{color:#0000FF; font-size:large; text-decoration:overline; }
TABLE{background-color:#FFFFFF; color:#0000FF; }
THEAD{background-color:#FFFFFF; color:#0000FF; }
TBODY{background-color:#FFFFFF; color:#0000FF; }
TR{background-color:#FFFFFF; color:#0000FF;}
TD{background-color:#FFFFFF; color:#0000FF;}
INPUT{font-family:serif; font-size:small; color:#0000FF; background-color:#CCCCCC; border-color:#0000FF;}
SELECT{font-family:sans-serif; font-size:x-small; background-color:#CCCCCC; border-color:#0000FF; }
OPTION{font-family:sans-serif; font-size:x-small; color:#0000FF; background-color:#CCCCCC; border-color:#0000FF; }
TEXTAREA{font-family:serif; font-size:x-small; background-color:#CCCCCC; border-style:inset; border-width:medium; border-color:#0000FF; }
</STYLE>
Report, edit, etc...Posted by Centreri on 2006-06-18 at 18:05:57
Aaand.. what do you want us to do with that? It looks like you got yourself a 'template'.
Here's a tip: Take away the <style> tags, copy/paste the code into a file with .css extension, and save. On the file where you want the CSS 'template' to have effect, write in head section
CODE
<link rel="stylesheet" type="text/css" href="path/to/css/file" />

and it will work there. And make the code more readable. Here's a good readable 'format' for it.
CODE
body {
 whatever;
 whatever;
 whatever;
}

a {
 whatever;
 whatever;
}


And uncapitalize the tag names. It's annoying.
Try to make your own stylesheet. You find something doesn't work for you, you want to go back to www.csscreator.com and take 5+ minutes doing everything when all it could be is a misprint? If you have a problem, just google it.
Report, edit, etc...Posted by Eskimo Bob on 2006-06-18 at 18:25:58
Oh i made a style sheet, But i suck at tables, and background images and the SITE in general, For example, How SEN Looks, with the navigation bar, I couldnt even make a regular one like that without it SUCKINFG to the 8th degree, I want a "template" with navigation, Boxes for news or whatever, and like 2 premade pages, one index, one you can put whatever u want in it. I have the style sheet already.
Next Page (1)