2014-06-07 17:07:30 +00:00
|
|
|
/* Style copied from Poole code, which is distributed under GPLv3 terms */
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
width: 800px;
|
|
|
|
margin: 1em auto;
|
|
|
|
color: #2e3436;
|
|
|
|
}
|
|
|
|
div#box {
|
|
|
|
}
|
|
|
|
div#header, div#menu, div#content, div#footer {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
div#menu {
|
|
|
|
background-color: #eeeeec;
|
|
|
|
padding: 0.6em 0 0.6em 0;
|
|
|
|
}
|
|
|
|
#menu span {
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0.6em;
|
|
|
|
}
|
|
|
|
#menu span.current {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #eeeeec;
|
|
|
|
}
|
|
|
|
#menu a {
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
div#footer {
|
|
|
|
color: gray;
|
|
|
|
text-align: center;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
div#footer a {
|
|
|
|
color: gray;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
border: dotted black 1px;
|
|
|
|
background: #eeeeec;
|
|
|
|
font-size: small;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
2014-06-07 17:44:14 +00:00
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------*/
|
|
|
|
|
2014-06-07 18:41:01 +00:00
|
|
|
table.report_layout, td.report_layout {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
td.report_layout {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.nick, th.time {
|
|
|
|
border: dotted black 1px;
|
|
|
|
background: #eeeeec;
|
|
|
|
}
|
2014-06-07 18:56:46 +00:00
|
|
|
.nick {
|
2014-06-07 18:41:01 +00:00
|
|
|
width: 100px;
|
|
|
|
}
|
2014-06-07 18:56:46 +00:00
|
|
|
td.time {
|
2014-06-19 17:10:50 +00:00
|
|
|
width: 180px;
|
2014-06-07 18:56:46 +00:00
|
|
|
}
|
|
|
|
th.time {
|
2014-06-19 17:10:50 +00:00
|
|
|
width: 260px;
|
2014-06-07 18:56:46 +00:00
|
|
|
}
|
2014-06-19 17:10:50 +00:00
|
|
|
|
|
|
|
th.sensor, th.state, th.sensor_time {
|
|
|
|
border: dotted black 1px;
|
|
|
|
background: #eeeeec;
|
|
|
|
}
|
|
|
|
.sensor, .state {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.sensor_time {
|
|
|
|
width: 156px; /* XXX: carefully selected based on th.time */
|
|
|
|
}
|
|
|
|
|
2014-06-07 18:41:01 +00:00
|
|
|
table.list {
|
|
|
|
border: dotted black 1px;
|
|
|
|
font-size: small;
|
|
|
|
padding: 0.2em;
|
2014-06-19 17:10:50 +00:00
|
|
|
margin-bottom: 0.8em;
|
2014-06-07 18:41:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------*/
|
|
|
|
|
2014-06-07 17:44:14 +00:00
|
|
|
input[type=submit], input[type=button] {
|
|
|
|
border: 1px solid #999a9c;
|
|
|
|
background: #bfc2c6;
|
|
|
|
}
|
|
|
|
input[type=text], textarea {
|
|
|
|
border: 1px solid #999a9c;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
form div.presence {
|
|
|
|
width: 210px;
|
|
|
|
}
|
|
|
|
form div.presence p {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
input.enter_button {
|
|
|
|
background: #ff0000;
|
|
|
|
}
|
|
|
|
input.leave_button {
|
|
|
|
background: #00ff00;
|
|
|
|
}
|
|
|
|
input.enter_button, input.leave_button {
|
|
|
|
width: 100px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
input.nick {
|
2014-06-07 18:41:01 +00:00
|
|
|
width: 203px;
|
2014-06-07 17:44:14 +00:00
|
|
|
}
|