2012-07-31 00:29:49 +00:00
|
|
|
.mw-echo-title {
|
|
|
|
font-size: 13px;
|
2012-12-17 21:35:37 +00:00
|
|
|
line-height: 16px;
|
2012-11-20 02:00:34 +00:00
|
|
|
font-weight: normal;
|
2012-07-31 00:29:49 +00:00
|
|
|
}
|
|
|
|
.mw-echo-content {
|
|
|
|
font-size: 11px;
|
2012-11-30 23:58:54 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.mw-echo-payload {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
.mw-echo-timestamp {
|
2012-12-10 05:01:00 +00:00
|
|
|
color: #A5A5A5;
|
2012-11-30 23:58:54 +00:00
|
|
|
margin-top: 0.5em;
|
2012-12-10 05:01:00 +00:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.mw-echo-notifications {
|
|
|
|
background-color: #EEEEEE;
|
2012-07-31 00:29:49 +00:00
|
|
|
}
|
|
|
|
.mw-echo-notification {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
2012-11-30 23:58:54 +00:00
|
|
|
color: #6D6D6D;
|
|
|
|
line-height: 90%;
|
2012-11-20 02:00:34 +00:00
|
|
|
margin: 0;
|
2012-12-10 05:01:00 +00:00
|
|
|
background-color: white;
|
|
|
|
position: relative;
|
2012-11-20 02:00:34 +00:00
|
|
|
/* Force container to expand to height of floated contents */
|
|
|
|
overflow: hidden;
|
|
|
|
zoom: 1;
|
2012-09-02 09:30:38 +00:00
|
|
|
}
|