SwordElucidator/American-parliamentary-debate-society

View on GitHub
app/assets/stylesheets/login.css

Summary

Maintainability
Test Coverage
    div.login {
        background-color: #F0F0F0 ;
        width: 500px;
        height: 150px;  
        font-family:fantasy;
        font-size:360%;
        text-align:center;
        line-height:150px;
    }
    div.transbox {
      background-color: #F0F0F0 ;
      filter: alpha(opacity=30); /* For IE8 and earlier */
      position: absolute;
      top: 75px;
      right: 350px;
      width: 500px;
      height: 500px;
    }
    div.form {
        background-color: #F0F0F0 ;
        width: 500px;
        height: 200px;
    }