2012-07-31 00:29:49 +00:00
|
|
|
.mw-echo-title {
|
2014-08-15 20:58:55 +00:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.4em;
|
2012-07-31 00:29:49 +00:00
|
|
|
}
|
2014-08-15 20:58:55 +00:00
|
|
|
|
2012-07-31 00:29:49 +00:00
|
|
|
.mw-echo-content {
|
2012-11-30 23:58:54 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2014-08-15 20:58:55 +00:00
|
|
|
|
2012-11-30 23:58:54 +00:00
|
|
|
.mw-echo-payload {
|
2013-03-27 01:03:46 +00:00
|
|
|
margin-top: 0.3em;
|
2012-11-30 23:58:54 +00:00
|
|
|
}
|
2013-06-12 23:18:26 +00:00
|
|
|
/* Including .mw-echo-timestamp for backwards compat */
|
|
|
|
.mw-echo-timestamp, .mw-echo-notification-footer {
|
2013-03-27 01:03:46 +00:00
|
|
|
color: #6D6D6D;
|
2014-01-20 14:12:39 +00:00
|
|
|
font-size: 11px;
|
2013-08-29 22:10:06 +00:00
|
|
|
margin-top: 0.2em;
|
2012-12-10 05:01:00 +00:00
|
|
|
}
|
|
|
|
.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;
|
2013-04-15 23:18:35 +00:00
|
|
|
min-height: 30px;
|
2012-12-10 05:01:00 +00:00
|
|
|
background-color: white;
|
|
|
|
position: relative;
|
2013-06-02 20:04:29 +00:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 10px;
|
2012-11-20 02:00:34 +00:00
|
|
|
/* Force container to expand to height of floated contents */
|
|
|
|
overflow: hidden;
|
|
|
|
zoom: 1;
|
2014-08-04 18:43:27 +00:00
|
|
|
|
|
|
|
&.mw-echo-unread {
|
|
|
|
color: #252525;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.autocomment {
|
|
|
|
color: inherit;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-04-29 03:40:56 +00:00
|
|
|
.mw-echo-icon {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|