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

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

Webmaster