|
|
Css How To Use It? - how do you use it to make a custom layout 4 website? | ||
Discussion by GrayWinds with 3 Replies.
Last Update: April 14, 2005, 5:54 pm | |||
![]() |
|
|
CSS and it will give you a general idea what it looks like
and what you can use if you want the tamplate that goes with css let me know.
CODE
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
margin: 0px;
padding: 0px;
background-color:#2d3851;
scrollbar-3dlight-color:#FF6600;
scrollbar-arrow-color:#FF6600;
scrollbar-base-color:#333333;
scrollbar-darkshadow-color:#FF6600;
scrollbar-face-color:#333333;
scrollbar-highlight-color:#999999;
scrollbar-shadow-color:#666666;
}
h1 {
font-family: Times New Roman, serif;
font-size: 26px;
font-weight: normal;
color: #e9f2fc;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
color: #333333;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #0000f0;
}
a:visited {
text-decoration: none;
color: #000090;
}
a.navlink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #333333;
}
a.navlink:visited {
text-decoration: none;
color: #333333;
}
a.newslink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 10px;
text-decoration: none;
color: #333333;
}
a.newslink:visited {
text-decoration: none;
color: #333333;
}
a.newslink:hover {
text-decoration:none;
color: #333333
}
li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
padding-bottom: 7px;
color: #333333;
}
.navcell {
padding: 3px 7px 3px 7px;
}
.newsheader {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 10px;
padding-left: 5px;
color: #e9f2fc;
background-color: #ffffff;
background-color: #5f7797;
}
.newscell {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 10px;
padding-top: 7px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 9px;
color: #464c64;
background-color: #a7aeb8;
}
.update {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 14px;
color: #e9f2fc;
}
.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 10px;
color: #464c64;
}
and then to implment it you use the following coding
CODE
<LINK REL=STYLESHEET TYPE="text/css" HREF="stuff.css">
1. http://www.fu2k.org/alex/css/layouts/3Col_...dAbsolute.mhtml
2. http://www.csscreator.com/version2/pagelayout.php - has visualizations
3. http://toolkit.crispen.org/index.php?cat=templates
Have fun!
Similar Topics:
Css Layout Generator - *free*
Css And Javascript Combined For Dyn...
Make Your Layout Look Better With C...
Css Basics Tutorial (9)
|
(5) Css Stylesheet - "if Ie" Tag Possible?
|
Loading...
HOME 





Dreamweaver Tutorial - HTML & CSS website Layout
CSS Website Design Tutorial - #1 Introduction to CSS
CSS Website Design Tutorial - #2 Formatting and Layout Introduction

