[LON-CAPA-cvs] cvs: modules /relate/css/relate login.css

raeburn raeburn at source.lon-capa.org
Tue Feb 7 02:23:04 EST 2012


raeburn		Tue Feb  7 07:23:04 2012 EDT

  Added files:                 
    /modules/relate/css/relate	login.css 
  Log:
  - Customization for MITrelate.
    - CSS for log-in page.
  
  

Index: modules/relate/css/relate/login.css
+++ modules/relate/css/relate/login.css
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;
}

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

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




More information about the LON-CAPA-cvs mailing list