2015-07-11 08:52:26 +00:00
|
|
|
/*body { background-color: red; }*/
|
|
|
|
.level2 {
|
|
|
|
background-color: white;
|
2015-07-11 12:52:04 +00:00
|
|
|
font-family: Ubuntu, sans-serif;
|
2015-07-11 08:52:26 +00:00
|
|
|
font-size: 12px;
|
|
|
|
position: absolute; top: 0; left: 0;
|
2018-01-13 21:19:16 +00:00
|
|
|
height: 184.8mm;
|
|
|
|
width: 272mm;
|
|
|
|
/*margin: 12.5mm;*/
|
2015-07-11 08:52:26 +00:00
|
|
|
}
|
2015-07-15 20:46:00 +00:00
|
|
|
em { font-weight: bold; }
|
2015-07-11 08:52:26 +00:00
|
|
|
h2 {
|
|
|
|
/* background-color: #008AB8;*/
|
2015-07-11 12:52:04 +00:00
|
|
|
/* border-radius: 4px;*/
|
2015-07-11 08:52:26 +00:00
|
|
|
border-top: 2px solid #008AB8;
|
|
|
|
border-bottom: 2px solid #008AB8;
|
|
|
|
color: #008AB8;
|
|
|
|
/* color: white;*/
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: bold;
|
2018-01-13 21:19:16 +00:00
|
|
|
padding: 8px 0;
|
2015-07-11 08:52:26 +00:00
|
|
|
text-align: center;
|
2018-01-13 21:19:16 +00:00
|
|
|
width: 90mm;
|
2015-07-11 08:52:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.level3 {
|
|
|
|
border-bottom: 2px solid;
|
|
|
|
border-color: #008AB8;
|
2015-07-11 12:52:04 +00:00
|
|
|
/* border-radius: 4px;*/
|
2015-07-11 08:52:26 +00:00
|
|
|
width: 90mm;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
background-color: #008AB8;
|
2015-07-11 12:52:04 +00:00
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
2015-07-11 08:52:26 +00:00
|
|
|
color: white;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2015-07-15 20:46:00 +00:00
|
|
|
.level4 { padding: 4px 0; }
|
2015-07-11 08:52:26 +00:00
|
|
|
.level4:last-child { margin: 0px 0; }
|
|
|
|
.level4:nth-child(2n+1) { background-color: lightgrey; }
|
|
|
|
h4 {
|
|
|
|
float: left;
|
2015-07-11 12:52:04 +00:00
|
|
|
font-family: Ubuntu Mono, monospace;
|
2015-07-15 20:46:00 +00:00
|
|
|
line-height: 12px;
|
2015-07-11 08:52:26 +00:00
|
|
|
padding: 0 1mm;
|
2015-07-15 20:46:00 +00:00
|
|
|
width: 30mm;
|
2015-07-11 08:52:26 +00:00
|
|
|
}
|
|
|
|
p {
|
2015-07-15 20:46:00 +00:00
|
|
|
margin-left: 32mm;
|
2015-07-11 08:52:26 +00:00
|
|
|
padding: 0 1mm;
|
|
|
|
}
|
2015-07-15 20:46:00 +00:00
|
|
|
small { font-size: 8px; }
|
|
|
|
sup { vertical-align: top; }
|
2015-07-11 08:52:26 +00:00
|
|
|
|
2015-07-15 20:46:00 +00:00
|
|
|
#layout-management { position: absolute; top: 0; left: 0; }
|
|
|
|
#monitor-management { position: absolute; bottom: 0; left: 0; }
|
2015-07-11 08:52:26 +00:00
|
|
|
|
2018-01-13 21:19:16 +00:00
|
|
|
h2 { position: absolute; top: 0; left: 91.0mm; } /* 92.0mm - 90.0mm => 2.0mm / 2 */
|
|
|
|
#window-management { position: absolute; bottom: 0; left: 91.0mm; }
|
2015-07-11 08:52:26 +00:00
|
|
|
|
2015-07-15 20:46:00 +00:00
|
|
|
#view-tag-management { position: absolute; top: 0; right: 0; }
|
2018-01-13 21:19:16 +00:00
|
|
|
#gui-management { position: absolute; top: 29.4ex; right: 0; } /* 37.2ex - 25.4ex ~> 11.8ex / 3 */
|
|
|
|
#administration { position: absolute; top: 59.3ex; right: 0; }
|
2015-07-15 20:46:00 +00:00
|
|
|
#window-debugging { position: absolute; bottom: 0; right: 0; }
|
2015-07-11 08:52:26 +00:00
|
|
|
|
2015-07-11 12:52:04 +00:00
|
|
|
code { font-family: Ubuntu Mono, monospace; }
|
2015-07-11 08:52:26 +00:00
|
|
|
kbd {
|
2015-07-15 20:46:00 +00:00
|
|
|
background-color: #f0f0f0;
|
2015-07-11 08:52:26 +00:00
|
|
|
border: 1px solid grey;
|
|
|
|
border-bottom-width: 2px;
|
2015-07-11 12:52:04 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
font-family: Ubuntu Mono, monospace;
|
2015-07-11 08:52:26 +00:00
|
|
|
font-size: 10px;
|
|
|
|
padding: 1px 4px;
|
|
|
|
}
|
|
|
|
li { padding: 4px; }
|