2012-02-17 19:21:38 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-chatlog-css
|
|
|
|
*/
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log-panel {
|
|
|
|
margin: 1em auto;
|
|
|
|
width: 80em;
|
|
|
|
}
|
|
|
|
|
2012-02-17 19:21:38 +01:00
|
|
|
.phabricator-chat-log {
|
|
|
|
font-size: 12px;
|
2012-06-02 23:00:08 +02:00
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #bbbbbb;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log td {
|
|
|
|
padding: 4px 8px;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log tr {
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr td.author {
|
|
|
|
background: #dfdfdf;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr.alternate {
|
2012-06-02 23:00:08 +02:00
|
|
|
background: #e9e9e9;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log tr.alternate td.author {
|
|
|
|
background: #d9d9d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr.highlight td {
|
|
|
|
background: #ffff88;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr.highlight td.author {
|
|
|
|
background: #eeee88;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log td.timestamp {
|
|
|
|
white-space: nowrap;
|
2012-06-02 23:00:08 +02:00
|
|
|
text-align: right;
|
|
|
|
width: 12em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log td.timestamp a {
|
|
|
|
color: #555555;
|
|
|
|
font-size: 11px;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log td.author {
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
2012-06-02 23:00:08 +02:00
|
|
|
width: 12em;
|
|
|
|
color: #555555;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log td.message {
|
2012-06-02 23:00:08 +02:00
|
|
|
white-space: pre-wrap;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|