2
0

style.ol1 840 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. html,body {
  2. width:90%;
  3. margin-left: 1cm;
  4. margin-right: 1cm;
  5. background-color: #F5F5F5;
  6. color:#000;
  7. #background-image:url(texture.jpg);
  8. }
  9. .logo {
  10. text-align:left;
  11. }
  12. .logo > img {
  13. width:12%;
  14. }
  15. .separator {
  16. height:10%;
  17. clear:both;
  18. }
  19. .alignleft {
  20. float:left;
  21. width:40%;
  22. }
  23. .aligncenter {
  24. float:left;
  25. width:40%;
  26. }
  27. .alignright {
  28. float:left;
  29. widht:40%;
  30. }
  31. .center {
  32. text-align: center;
  33. width:100%;
  34. }
  35. .alignreset {
  36. height: 10%;
  37. clear: both;
  38. }
  39. .top {
  40. height:10%;
  41. }
  42. .body {
  43. height: 60%;
  44. }
  45. .bottom {
  46. background-color:#4d4d4d;
  47. font color:#ffffff;
  48. font-family:"Courier New", Courier, monospace;
  49. font-size:12px;
  50. text-align:center;
  51. clear:both;
  52. margin-top:3%;
  53. width: 90%;
  54. position: fixed;
  55. bottom: 3px;
  56. }
  57. .bigbutton {
  58. height: 34px;
  59. font-size: 16px;
  60. }