axis-style.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. BODY {
  20. background-color : "#FFFFFF";
  21. leftmargin:"0";
  22. topmargin:"0";
  23. font-family:Arial;
  24. font-size:11pt;
  25. }
  26. h1 { font-family: Arial; font-size: 16pt; font-weight: bold }
  27. h2 { font-family: Arial; font-size: 13pt; font-weight: bold; color: #5D0D7D }
  28. ul { font-family: Arial; font-size: 11pt }
  29. input { font-family: Arial; font-size: 8pt; font-weight: bold }
  30. td { font-family: Arial; font-size: 10pt }
  31. h3 { font-family: Arial; font-size: 12pt; font-weight:bold }
  32. TABLE.FULL_BLANK {
  33. width : 100%;
  34. height : 100%;
  35. border : 0;
  36. padding : 0;
  37. }
  38. TABLE.LOG_IN_FORM{
  39. height: 200px%;
  40. border:1px solid #000000;
  41. width: 300px%;
  42. cellspacing:1px;
  43. cellpadding:1px;
  44. background-color: #f7f7f7 ;
  45. }
  46. UL.loginUL LI{
  47. padding: 10pt;
  48. }