|
| 1 | + |
| 2 | +@media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) { |
| 3 | + body { |
| 4 | + background: #ccc; |
| 5 | + } |
| 6 | + option { background-color: #ff0000 !important; } |
| 7 | + button { background-color: LightGreen !important; |
| 8 | + border-radius: 25%; |
| 9 | + } |
| 10 | +} |
| 11 | + |
| 12 | +/* First breakpoint at 576px */ |
| 13 | +/* Inherits mobile styles, but floats containers to make columns */ |
| 14 | +@media all and (min-width: 36em){ |
| 15 | + .main { float: left; width:60%; } |
| 16 | + .sidebar { float: left; width:40%; } |
| 17 | + option { background-color: #00ff00 !important; } |
| 18 | + button { background-color: #ff00ff !important; |
| 19 | + border-radius: 50%; |
| 20 | + } |
| 21 | +} |
| 22 | + |
| 23 | +/* Second breakpoint at 800px */ |
| 24 | +/* Adjusts column proportions, tweaks base H1 */ |
| 25 | +@media all and (min-width: 50em){ |
| 26 | + .main { width:70%; } |
| 27 | + .sidebar { width:30%; } |
| 28 | + |
| 29 | + /* You can also tweak any other styles in a breakpoint */ |
| 30 | + option { background-color: lightblue !important; } |
| 31 | + button { background-color: #00ffff !important; |
| 32 | + border-radius: 100%; |
| 33 | + } |
| 34 | +} |
| 35 | + |
| 36 | +.appmasterpanel0 |
| 37 | +{ |
| 38 | + display: flex; |
| 39 | + flex-direction: row; |
| 40 | + flex-wrap: wrap; |
| 41 | + position: static !important; |
| 42 | + height: 15% !important; |
| 43 | + width: 100% !important; |
| 44 | +} |
| 45 | + |
| 46 | +.appmasterpanel1 |
| 47 | +{ |
| 48 | + display: flex; |
| 49 | + flex-direction: row; |
| 50 | + flex-wrap: wrap; |
| 51 | + position: static !important; |
| 52 | + height: 15% !important; |
| 53 | + width: 100% !important; |
| 54 | +} |
| 55 | + |
| 56 | +.appmasterpanel2 |
| 57 | +{ |
| 58 | + display: flex; |
| 59 | + flex-direction: column; |
| 60 | + flex-wrap: wrap; |
| 61 | + position: static !important; |
| 62 | + height: 15% !important; |
| 63 | + width: 100% !important; |
| 64 | +} |
| 65 | + |
| 66 | +.appmasterpanel3 |
| 67 | +{ |
| 68 | + display: flex; |
| 69 | + flex-direction: row; |
| 70 | + flex-wrap: wrap; |
| 71 | + position: static !important; |
| 72 | + height: 45% !important; |
| 73 | + width: 100% !important; |
| 74 | + align-self: center !important; |
| 75 | +} |
| 76 | + |
| 77 | +.appmasterpanel4 |
| 78 | +{ |
| 79 | + display: flex; |
| 80 | + flex-direction: column; |
| 81 | + flex-wrap: wrap; |
| 82 | + position: static !important; |
| 83 | + height: 10% !important; |
| 84 | + width: 100% !important; |
| 85 | +} |
| 86 | + |
| 87 | +.appmasterbutton |
| 88 | +{ |
| 89 | + position: relative !important; |
| 90 | + margin: auto !important; |
| 91 | + height: 3em !important; |
| 92 | + width: 7em !important; |
| 93 | +} |
| 94 | + |
| 95 | +.radio |
| 96 | +{ |
| 97 | + margin: auto !important; |
| 98 | +} |
| 99 | + |
| 100 | +.radio input |
| 101 | +{ |
| 102 | + float: left !important; |
| 103 | + margin: auto !important; |
| 104 | +} |
| 105 | + |
| 106 | +.radio label |
| 107 | +{ |
| 108 | + font-weight: bold; |
| 109 | +} |
| 110 | + |
| 111 | +.appmasterstattext |
| 112 | +{ |
| 113 | + margin: auto !important; |
| 114 | + font-weight: bold !important; |
| 115 | +} |
| 116 | + |
| 117 | +.appmasterheader |
| 118 | +{ |
| 119 | + margin: auto !important; |
| 120 | + align-self: center; |
| 121 | + width: 24em !important; |
| 122 | + max-width: 100% !important; |
| 123 | + border-radius: 10%; |
| 124 | +} |
| 125 | + |
| 126 | +.appmasterheader h1 |
| 127 | +{ |
| 128 | + max-width: none !important; |
| 129 | +} |
| 130 | + |
| 131 | +.appmasterfooterst |
| 132 | +{ |
| 133 | + position: relative !important; |
| 134 | + margin: auto !important; |
| 135 | + font-weight: bold !important; |
| 136 | + background-color: #ff0000 !important; |
| 137 | +} |
| 138 | + |
| 139 | +.appmastercombo |
| 140 | +{ |
| 141 | + margin: auto !important; |
| 142 | + font-weight: bold !important; |
| 143 | +} |
| 144 | + |
| 145 | +.appmasterversionst |
| 146 | +{ |
| 147 | + margin: auto !important; |
| 148 | + font-weight: bold !important; |
| 149 | +} |
0 commit comments