File:  [Public] / Amaya / amaya / amaya.css
Revision 1.3: download - view: text, annotated - select for diffs
Fri Oct 8 10:47:38 2004 UTC (19 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: HEAD
Integrate default HTML 4.0 margin and padding in HTMLP.P
Irene

/* This is the Welcome CSS file */
body {
 font-family: helvetica, arial, sans-serif;
 color: black;
 background-color: #F6F6F6;
}
h1 {
 font-size: 200%;
 font-weight: bold;
 font-style: italic;
 color: #488B9B;
 margin-bottom: 0;
}
h2 {
 margin-top: 0; margin-bottom: .4em;
 font-style:italic;  color: #488B9B;
}
h3 {
 float:left;
 width: 150px;
 text-align: right;
 border: solid 1px #488B9B; 
 padding: 4px; margin-bottom: .2em;
 color: #488B9B;
}
div p {
 margin-left: 170px;
 margin-bottom: 0;
}
div {
 margin-top: 2em;
 margin-bottom: 0;
 margin-right: 0.5em;
}
div div {
 margin-top: 0;
 margin-right: 0;
}
strong {
 color: #488B9B
}
.button {
 border: solid 1px #488B9B;
 padding: 4px
;}
.buttonbar {
 text-align: center;
 margin-top: 1.5em;
}
.pink {
 color: #dc5b53;
}
a:link {
 color:#dc5b53;
 font-weight: bold;
}
a:visited {
 color: #9820c8;
 font-weight: bold;
}

Webmaster