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

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;
1.4     ! vatton      6: }imp
1.1       vatton      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: }
1.4     ! vatton     26: 
        !            27: p {
        !            28:  margin-bottom: 0;
        !            29: }
1.1       vatton     30: div p {
                     31:  margin-left: 170px;
                     32: }
                     33: div {
1.4     ! vatton     34:  margin-top: 0;
        !            35:  margin-bottom: 2em;
1.1       vatton     36:  margin-right: 0.5em;
                     37: }
                     38: div div {
                     39:  margin-top: 0;
                     40:  margin-right: 0;
                     41: }
                     42: strong {
                     43:  color: #488B9B
                     44: }
                     45: .button {
                     46:  border: solid 1px #488B9B;
                     47:  padding: 4px
                     48: ;}
                     49: .buttonbar {
                     50:  text-align: center;
                     51:  margin-top: 1.5em;
                     52: }
                     53: .pink {
                     54:  color: #dc5b53;
                     55: }
                     56: a:link {
                     57:  color:#dc5b53;
                     58:  font-weight: bold;
                     59: }
                     60: a:visited {
                     61:  color: #9820c8;
                     62:  font-weight: bold;
                     63: }

Webmaster