123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- frame {
- /*border: 10px;*/
- margin: 5px;
- /*padding: 10px;*/
- }
- frame > box {
- padding: 0 5px 0 5px;
- }
- frame > grid {
- margin: 5px;
- }
- frame > grid {
- /*background: cyan;*/
- }
- frame > grid > box > label {
- /*background: red;*/
- }
- valuelabel {
- /*background-color: yellow;*/
- /*font-family: dejavu sans book;*/
- /*font-family: lato light;*/
- /*font-family: freemono;*/
- font-family: dejavu serif;
- /*font-weight: bolder;*/
- }
- #child_overview > frame > grid > label:nth-child(0n+1) {
- /*background-color: red;*/
- /*color: blue;*/
- /*margin: 200px;*/
- /*align: left;*/
- }
- #child_overview > frame > grid column {
- background-color: yellow;
- /*font-size: 5px;*/
- /*background-color: red;*/
- }
- /**/
|