123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- @media screen and (max-device-width:800px) and (min-device-width: 800px) and (max-device-height:480px) and (min-device-height: 480px) {
- body {
- font-family: "Segoe WP",Tahoma,Geneva,Verdana;
- background-color: #000000;
- color: #ffffff;
- padding: 18px;
- }
-
- h1, h2, h3, h4, h5, h6 {
- font-family:"Segoe WP Semibold";
- margin-bottom:7px;
- }
- h1 {
- font-size: 48pt;
- }
- h2 {
- font-size: 40pt;
- }
- h3 {
- font-size:32pt;
- }
- h4 {
- font-size:24pt;
- }
- h5 {
- font-size:20pt;
- }
- h6 {
- font-size:18pt;
- }
- p{
- font-size: 14pt;
- }
- input, select, button {
- color: #ffffff;
- background-color: #000000;
- border: 2px solid white;
- vertical-align: baseline;
- font-size: 17pt;
- min-width: 40px;
- min-height: 40px;
- }
- label {
- vertical-align:baseline;
- font-size:17pt;
- }
- input.hasfocus {
- background-color:white;
- color:black
- }
- fieldset, legend {
- font-family:"Segoe UI Semibold";
- font-size:12pt;
- }
- fieldset {
- padding:12pt;
- border: 1px solid white;
- }
- }
|