Annotation of Amaya/amaya/amaya.css, revision 1.1

1.1     ! vatton      1: /* This is the Welcome CSS file */
        !             2: body {
        !             3:  font-family: helvetica, arial, sans-serif;
        !             4:  color: black;
        !             5:  background-color: #F6F6F6;
        !             6: }
        !             7: h1 {
        !             8:  font-size: 200%;
        !             9:  font-weight: bold;
        !            10:  font-style: italic;
        !            11:  color: #488B9B;
        !            12:  margin-bottom: 0;
        !            13: }
        !            14: h2 {
        !            15:  margin-top: 0; margin-bottom: .4em;
        !            16:  font-style:italic;  color: #488B9B;
        !            17: }
        !            18: h3 {
        !            19:  float:left;
        !            20:  width: 150px;
        !            21:  text-align: right;
        !            22:  border: solid 1px #488B9B; 
        !            23:  padding: 4px; margin-bottom: .2em;
        !            24:  color: #488B9B;
        !            25: }
        !            26: div p {
        !            27:  margin-left: 170px;
        !            28: }
        !            29: div {
        !            30:  margin-top: 2em;
        !            31:  margin-right: 0.5em;
        !            32: }
        !            33: div div {
        !            34:  margin-top: 0;
        !            35:  margin-right: 0;
        !            36: }
        !            37: strong {
        !            38:  color: #488B9B
        !            39: }
        !            40: .button {
        !            41:  border: solid 1px #488B9B;
        !            42:  padding: 4px
        !            43: ;}
        !            44: .buttonbar {
        !            45:  text-align: center;
        !            46:  margin-top: 1.5em;
        !            47: }
        !            48: .pink {
        !            49:  color: #dc5b53;
        !            50: }
        !            51: a:link {
        !            52:  color:#dc5b53;
        !            53:  font-weight: bold;
        !            54: }
        !            55: a:visited {
        !            56:  color: #9820c8;
        !            57:  font-weight: bold;
        !            58: }

Webmaster