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 {
|
2012-12-22 00:43:41 +00:00
|
|
|
font-size: 13px;
|
2013-01-09 01:10:59 +00:00
|
|
|
line-height: 16px;
|
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-12-22 00:43:41 +00:00
|
|
|
margin-top: 0.1em;
|
|
|
|
font-size: 9px;
|
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-02-16 02:20:34 +00:00
|
|
|
min-height: 60px;
|
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
|
|
|
}
|
2013-01-14 23:52:46 +00:00
|
|
|
.mw-echo-close-box {
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
top: 10px;
|
|
|
|
width: 23px;
|
|
|
|
height: 23px;
|
|
|
|
z-index: 3;
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(DismissOnRowHover.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.mw-echo-close-box:hover {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(DismissOnHover.png);
|
|
|
|
}
|
|
|
|
.mw-echo-dismiss {
|
2013-02-16 02:20:34 +00:00
|
|
|
padding: 10px 40px 5px 60px;
|
2013-01-14 23:52:46 +00:00
|
|
|
background-color: #EDEDEE;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2013-02-13 02:08:36 +00:00
|
|
|
left: 0;
|
2013-01-14 23:52:46 +00:00
|
|
|
z-index: 1;
|
|
|
|
}
|
2013-02-16 02:20:34 +00:00
|
|
|
.mw-echo-prefs-dismiss-message {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
.mw-echo-cancel-link {
|
|
|
|
margin-left: 1em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|