| Screen { | |
| background: green; | |
| } | |
| Static { | |
| height: 5; | |
| background: white; | |
| color: blue; | |
| border: heavy blue; | |
| } | |
| Static.remove { | |
| display: none; | |
| } | |
| Screen { | |
| background: green; | |
| } | |
| Static { | |
| height: 5; | |
| background: white; | |
| color: blue; | |
| border: heavy blue; | |
| } | |
| Static.remove { | |
| display: none; | |
| } | |