/styles/StyleSheet.css

http://github.com/gmhawash/SSR · CSS · 105 lines · 95 code · 9 blank · 1 comment · 0 complexity · 7d1361c575aebde8fe35c1370e1b17b0 MD5 · raw file

  1. body
  2. {
  3. background-image: url("../images/background.gif");
  4. background-repeat:no-repeat;
  5. width: 920px;
  6. padding-top: 100px;
  7. color: Yellow;
  8. }
  9. /* You need both these to manage the colors of the links */
  10. #login a:link, #login a:visited {
  11. color: #FFFFFF;
  12. }
  13. .field {
  14. float:left;
  15. width: 175px;
  16. margin-left: 10px;
  17. margin-right: 20px;
  18. height: 45px;
  19. vertical-align: bottom;
  20. }
  21. .date {
  22. width: 132px;
  23. }
  24. .editbox {
  25. float:left;
  26. width: 98%;
  27. }
  28. .float_right{
  29. text-align:right;
  30. padding-right: 50px;
  31. }
  32. .narrow{
  33. width: 175px;
  34. }
  35. .narrow input {
  36. width: 175px;
  37. }
  38. .clear {
  39. clear:both;
  40. }
  41. fieldset {
  42. -moz-border-radius-bottomleft:7px;
  43. -moz-border-radius-bottomright:7px;
  44. -moz-border-radius-topleft:7px;
  45. -moz-border-radius-topright:7px;
  46. border-radius: 5px;
  47. }
  48. .required:after {
  49. content: '*';
  50. color: #DD0000;
  51. position: absolute;
  52. left: -20;
  53. }
  54. select {
  55. width: 175px;
  56. }
  57. #login {
  58. padding-right: 28px;
  59. float: right;
  60. clear: none;
  61. color:white;
  62. font-family:"";
  63. font-weight: normal;
  64. font-size: 12px;
  65. top: 0px;
  66. text-align: center;
  67. letter-spacing: +1px;
  68. }
  69. h1 {
  70. font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  71. font-size: 32px;
  72. font-weight: normal;
  73. letter-spacing: -4px;
  74. text-transform: lowercase;
  75. }
  76. h2, h3, h4, h5, h6 {
  77. font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  78. font-size: 22px;
  79. font-weight: normal;
  80. color: #BBBBBB;
  81. text-transform: lowercase;
  82. letter-spacing: -2px;
  83. }
  84. .header {
  85. margin: 0;
  86. padding: 5px;
  87. color: #eeeeee;
  88. letter-spacing: -2px;
  89. font-size: 180%;
  90. }
  91. .menu {
  92. font-size: 12px;
  93. position:absolute;
  94. top: 10px;
  95. left: 700px;
  96. }