wp.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @media screen and (max-device-width:800px) and (min-device-width: 800px) and (max-device-height:480px) and (min-device-height: 480px) {
  2. body {
  3. font-family: "Segoe WP",Tahoma,Geneva,Verdana;
  4. background-color: #000000;
  5. color: #ffffff;
  6. padding: 18px;
  7. }
  8. h1, h2, h3, h4, h5, h6 {
  9. font-family:"Segoe WP Semibold";
  10. margin-bottom:7px;
  11. }
  12. h1 {
  13. font-size: 48pt;
  14. }
  15. h2 {
  16. font-size: 40pt;
  17. }
  18. h3 {
  19. font-size:32pt;
  20. }
  21. h4 {
  22. font-size:24pt;
  23. }
  24. h5 {
  25. font-size:20pt;
  26. }
  27. h6 {
  28. font-size:18pt;
  29. }
  30. p{
  31. font-size: 14pt;
  32. }
  33. input, select, button {
  34. color: #ffffff;
  35. background-color: #000000;
  36. border: 2px solid white;
  37. vertical-align: baseline;
  38. font-size: 17pt;
  39. min-width: 40px;
  40. min-height: 40px;
  41. }
  42. label {
  43. vertical-align:baseline;
  44. font-size:17pt;
  45. }
  46. input.hasfocus {
  47. background-color:white;
  48. color:black
  49. }
  50. fieldset, legend {
  51. font-family:"Segoe UI Semibold";
  52. font-size:12pt;
  53. }
  54. fieldset {
  55. padding:12pt;
  56. border: 1px solid white;
  57. }
  58. }