MISAuth.css 827 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. * DON'T REMOVE THE FOLLOWING LICENSE
  3. * INFORMATION!
  4. * ----------------------------------
  5. * Copyright by
  6. * Global Cube Business Solutions
  7. * Author: Dennis Ritz
  8. * info@global-cube.de
  9. * 2007-2008
  10. * ----------------------------------
  11. */
  12. #logon {
  13. position:relative;
  14. top:20%;
  15. text-align:left;
  16. margin:auto;
  17. width:640px;
  18. height:300px;
  19. background: transparent;
  20. border:0px dashed #FF0000;
  21. }
  22. #logon .title {
  23. font-size: 30pt;
  24. font-style:italic;
  25. font-weight:bold;
  26. padding:3px;
  27. background:url("img/MISAuth/horizontalDivider.png") no-repeat;
  28. background-position:bottom;
  29. }
  30. #logon .content {
  31. position:relative;
  32. left:200px;
  33. width:430px;
  34. padding:5px;
  35. }
  36. #logon form {
  37. }
  38. #logon table {
  39. width:100%;
  40. height:100%;
  41. border-collapse:collapse;
  42. }
  43. #logon td {
  44. width:50%;
  45. }
  46. #logon input {
  47. width: 90%;
  48. }