File:  [LON-CAPA] / modules / relate / css / relate / login.css
Revision 1.3: download - view: text, annotated - select for diffs
Tue May 1 15:47:15 2012 UTC (12 years ago) by relate
Branches: MAIN
CVS tags: loncapaMITrelate_1, HEAD
- Customization for MITrelate
  - Sign-up for summer course available from log-in page for both
    new users and existing users.

body {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
  background-color: #e2e2e2;
  margin: 0;
  width: 100%;
}

h1,h2,h3,h4,h5,h5{ color: #000000 }

table.LC_loginbox {
    width: 720px;
    border-width: 0px;
    border-collapse: collapse;
    background-color: #ffffff;
}

table.LC_loginbox tr td {
    padding: 0px;
}

table.LC_loginbox_left {
    width: 450px;
    border-width: 0px;
    border-collapse: collapse;
    background-color: #ffffff;
}

table.LC_loginbox_right {
    width: 230px; 
    height: 96%;
    border-width: 0px;
    border-collapse: collapse;
    background-color: #993333;
}

table.LC_loginbox_right tr td {
    padding: 0px;
}

table.LC_loginbox_right tr td.LC_loginbox_strip {
    background-color: #ffffff; 
}

table.LC_signup {
    width: 290px;
    height: 13px; 
    border-width: 0px;
    border-collapse: collapse;
    background-color: #993333;
}

table.LC_signup tr td {
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
    padding: 0px;
}

img {
  border-width: 0;
}

a:link { color: #003333 }  /* for unvisited links */
a:visited { color: #003333 } /* for visited links */
a:active { color: #003333 } /* when link is clicked */
a:hover { color: #003333 } /* when mouse is over link */

.bodywhite
{
        font-size: 12px; font-family: arial,verdana,sans-serif;
        line-height: 14px; color: #ffffff;
}


.bodyred
{
        font-size: 12px; font-family: arial,verdana,sans-serif;
        line-height: 14px;
}


.buttonwhite
{
        font-size: 13px; font-weight: bold;
        line-height: 15px; color: #993333; text-align: center; background: #ffffff; padding: 4px;
}

.buttonred
{
        font-size: 13px; font-weight: bold;
        line-height: 15px; color: #ffffff; text-align: center; background: #993333; padding: 4px;
}


hr.login {
   height: 2px;
   border-top: 1px;
   color: #e2e2e2;
   background-color: #e2e2e2;
}

div.divider {
    display: block; 
    background-color:#993333; 
    width:100%;
    height:5px; 
    color:#000000;
    margin:0px;
}

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