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

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

Webmaster