Annotation of modules/relate/css/relate/login.css, revision 1.2

1.1       raeburn     1: body {
                      2:   color: #373737;
                      3:   font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
                      4:   font-weight: 300;
                      5:   line-height: 1.625;
                      6:   background-color: #e2e2e2;
                      7:   margin: 0;
                      8:   width: 100%;
                      9: }
                     10: 
                     11: h1,h2,h3,h4,h5,h5{ color: #000000 }
                     12: 
                     13: table.LC_loginbox {
                     14:     width: 720px;
                     15:     border-width: 0px;
                     16:     border-collapse: collapse;
                     17:     background-color: #ffffff;
                     18: }
                     19: 
                     20: table.LC_loginbox tr td {
                     21:     padding: 0px;
                     22: }
                     23: 
                     24: table.LC_loginbox_left {
                     25:     width: 450px;
                     26:     border-width: 0px;
                     27:     border-collapse: collapse;
                     28:     background-color: #ffffff;
                     29: }
                     30: 
                     31: table.LC_loginbox_right {
                     32:     width: 230px; 
                     33:     height: 96%;
                     34:     border-width: 0px;
                     35:     border-collapse: collapse;
                     36:     background-color: #993333;
                     37: }
                     38: 
                     39: table.LC_loginbox_right tr td {
                     40:     padding: 0px;
                     41: }
                     42: 
                     43: table.LC_loginbox_right tr td.LC_loginbox_strip {
                     44:     background-color: #ffffff; 
                     45: }
                     46: 
                     47: table.LC_signup {
                     48:     width: 290px;
                     49:     height: 13px; 
                     50:     border-width: 0px;
                     51:     border-collapse: collapse;
                     52:     background-color: #993333;
                     53: }
                     54: 
                     55: table.LC_signup tr td {
                     56:     font-family: arial,helvetica,sans-serif;
                     57:     font-weight: bold;
                     58:     font-size: 13px;
                     59:     line-height: 13px;
                     60:     color: #ffffff;
                     61:     padding: 0px;
                     62: }
                     63: 
                     64: img {
                     65:   border-width: 0;
                     66: }
                     67: 
                     68: a:link { color: #003333 }  /* for unvisited links */
                     69: a:visited { color: #003333 } /* for visited links */
                     70: a:active { color: #003333 } /* when link is clicked */
                     71: a:hover { color: #003333 } /* when mouse is over link */
                     72: 
                     73: .bodywhite
                     74: {
                     75:         font-size: 12px; font-family: arial,verdana,sans-serif;
                     76:         line-height: 14px; color: #ffffff;
                     77: }
                     78: 
                     79: 
                     80: .bodyred
                     81: {
                     82:         font-size: 12px; font-family: arial,verdana,sans-serif;
                     83:         line-height: 14px;
                     84: }
                     85: 
                     86: 
                     87: .buttonwhite
                     88: {
                     89:         font-size: 13px; font-weight: bold;
                     90:         line-height: 15px; color: #993333; text-align: center; background: #ffffff; padding: 4px;
                     91: }
                     92: 
                     93: hr.login {
                     94:    height: 2px;
                     95:    border-top: 1px;
1.2     ! raeburn    96:    color: #e2e2e2;
        !            97:    background-color: #e2e2e2;
1.1       raeburn    98: }
                     99: 
                    100: div.divider {
                    101:     display: block; 
                    102:     background-color:#993333; 
                    103:     width:100%;
                    104:     height:5px; 
                    105:     color:#000000;
                    106:     margin:0px;
                    107: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>