2014-08-14 20:21:49 +00:00
|
|
|
@import '../mixins.less';
|
|
|
|
|
2014-08-07 21:03:32 +00:00
|
|
|
@offset: 200px;
|
2014-08-07 21:06:03 +00:00
|
|
|
@chevronHeight: 11px;
|
2014-09-09 15:52:11 +00:00
|
|
|
@headerFontSize: 13px;
|
2012-06-01 10:57:09 +00:00
|
|
|
.mw-echo-overlay {
|
|
|
|
position: absolute;
|
2014-08-07 21:06:03 +00:00
|
|
|
top: 30px + @chevronHeight;
|
2012-11-20 02:00:34 +00:00
|
|
|
border: 1px solid silver;
|
2012-06-01 10:57:09 +00:00
|
|
|
background-color: #fff;
|
2012-07-31 00:29:49 +00:00
|
|
|
width: 450px;
|
2012-06-01 10:57:09 +00:00
|
|
|
min-height: 2em;
|
2012-12-22 00:43:41 +00:00
|
|
|
padding: 0;
|
2012-11-30 23:58:54 +00:00
|
|
|
color: #6D6D6D;
|
2013-04-30 20:51:16 +00:00
|
|
|
z-index: 100;
|
2014-05-27 18:28:37 +00:00
|
|
|
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.35);
|
2014-08-07 21:03:32 +00:00
|
|
|
|
|
|
|
// IE8
|
|
|
|
&:before,
|
|
|
|
&::before {
|
|
|
|
content: '';
|
|
|
|
background-image: url('PokeyNorth.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 21px;
|
2014-08-07 21:06:03 +00:00
|
|
|
height: @chevronHeight;
|
2014-08-07 21:03:32 +00:00
|
|
|
position: absolute;
|
|
|
|
z-index: 101;
|
2014-08-07 21:06:03 +00:00
|
|
|
top: -@chevronHeight;
|
2014-08-07 21:03:32 +00:00
|
|
|
// subtract half the width from the offset and then add the left box shadow
|
|
|
|
left: @offset - 10px + 3px;
|
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2014-08-12 01:54:34 +00:00
|
|
|
button {
|
|
|
|
top: 15px;
|
|
|
|
right: 15px;
|
|
|
|
position: absolute;
|
2014-08-14 22:10:32 +00:00
|
|
|
padding: 0;
|
2014-08-12 01:54:34 +00:00
|
|
|
}
|
|
|
|
|
2014-08-11 23:40:20 +00:00
|
|
|
.mw-ui-progressive {
|
|
|
|
cursor: pointer;
|
2014-09-08 23:43:13 +00:00
|
|
|
&.mw-ui-quiet {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2014-08-06 19:29:17 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 18:41:16 +00:00
|
|
|
a.mw-echo-grey-link {
|
|
|
|
color: #6D6D6D;
|
|
|
|
}
|
2014-08-04 18:43:27 +00:00
|
|
|
|
2014-08-12 01:54:34 +00:00
|
|
|
.mw-echo-notifications,
|
2014-08-05 18:41:16 +00:00
|
|
|
ul {
|
|
|
|
overflow: auto;
|
2014-08-07 21:06:03 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2014-08-05 18:41:16 +00:00
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2014-08-14 22:10:32 +00:00
|
|
|
.mw-echo-notifications {
|
|
|
|
button {
|
|
|
|
// Add 1px border to 15px line height so lines up with tabs
|
|
|
|
line-height: 16px;
|
|
|
|
font-size: @headerFontSize;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-05 18:41:16 +00:00
|
|
|
li.mw-echo-notification {
|
|
|
|
display: block;
|
|
|
|
padding: 0;
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2014-08-05 18:41:16 +00:00
|
|
|
&:hover {
|
2014-08-04 21:46:01 +00:00
|
|
|
.mw-echo-notification-wrapper {
|
2014-08-05 18:41:16 +00:00
|
|
|
background-color: #F9F9F9;
|
2014-08-04 21:46:01 +00:00
|
|
|
}
|
2014-08-05 18:41:16 +00:00
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2014-08-05 18:41:16 +00:00
|
|
|
.mw-echo-notification-wrapper {
|
|
|
|
display: block;
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
padding: 15px 40px 10px 10px;
|
|
|
|
white-space: normal;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 16px;
|
|
|
|
/* Suppress standard links styles */
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2014-08-05 18:41:16 +00:00
|
|
|
&.mw-echo-unread {
|
|
|
|
.mw-echo-notification-wrapper {
|
|
|
|
background-color: white;
|
2014-08-04 21:46:01 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 18:41:16 +00:00
|
|
|
&:hover {
|
2014-08-04 21:46:01 +00:00
|
|
|
.mw-echo-notification-wrapper {
|
2014-08-05 18:41:16 +00:00
|
|
|
background-color: #F9F9F9;
|
2014-08-04 21:46:01 +00:00
|
|
|
}
|
|
|
|
}
|
2014-08-12 17:17:19 +00:00
|
|
|
|
|
|
|
button {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
2014-08-04 18:43:27 +00:00
|
|
|
}
|
2014-08-05 18:41:16 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
.mw-echo-notification-wrapper {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
2014-08-04 18:43:27 +00:00
|
|
|
}
|
2013-08-05 21:10:08 +00:00
|
|
|
}
|
2014-08-04 18:43:27 +00:00
|
|
|
|
2014-08-14 21:18:42 +00:00
|
|
|
.mw-echo-title {
|
2014-09-05 01:59:30 +00:00
|
|
|
.mw-echo-title-heading, a {
|
2014-08-14 21:18:42 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2014-09-05 01:59:30 +00:00
|
|
|
.mw-echo-title-heading,
|
2014-08-14 21:18:42 +00:00
|
|
|
.plainlinks {
|
|
|
|
.truncated-text();
|
|
|
|
max-width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-06-12 23:18:26 +00:00
|
|
|
.mw-echo-notification-primary-link {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2012-06-08 06:07:57 +00:00
|
|
|
.mw-echo-overlay-title {
|
2014-08-14 22:10:32 +00:00
|
|
|
font-size: @headerFontSize;
|
2013-04-17 01:00:21 +00:00
|
|
|
line-height: 15px;
|
|
|
|
padding: 15px 15px 15px 28px;
|
2012-11-30 23:58:54 +00:00
|
|
|
border-bottom: 1px solid #DDDDDD;
|
2014-08-12 01:54:34 +00:00
|
|
|
|
2014-08-07 21:06:03 +00:00
|
|
|
li {
|
|
|
|
display: inline;
|
|
|
|
font-size: 1em;
|
|
|
|
margin-left: 0;
|
2014-08-06 19:29:17 +00:00
|
|
|
|
|
|
|
&::after {
|
2014-08-07 21:06:03 +00:00
|
|
|
content: " · ";
|
|
|
|
padding: 0 .25em;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
}
|
2014-08-06 19:29:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-14 21:31:13 +00:00
|
|
|
.mw-echo-overlay-footer {
|
2014-05-27 18:28:37 +00:00
|
|
|
padding: 0;
|
2012-12-28 22:40:39 +00:00
|
|
|
border-top: 1px solid #DDDDDD;
|
2013-08-21 00:33:24 +00:00
|
|
|
display: table;
|
2014-05-27 17:17:03 +00:00
|
|
|
width: 100%;
|
2013-08-21 00:33:24 +00:00
|
|
|
|
2014-08-04 21:46:01 +00:00
|
|
|
a {
|
2014-08-14 21:56:00 +00:00
|
|
|
border-left: 1px solid #DDDDDD;
|
2014-08-04 21:46:01 +00:00
|
|
|
float: none;
|
|
|
|
display: table-cell;
|
2014-08-14 21:56:00 +00:00
|
|
|
min-height: 14px;
|
|
|
|
font-size: 13px;
|
|
|
|
white-space: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 15px 15px 15px 45px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
}
|
2012-12-22 00:43:41 +00:00
|
|
|
}
|
|
|
|
|
2014-08-14 21:56:00 +00:00
|
|
|
.mw-echo-icon-all {
|
2012-12-10 05:01:00 +00:00
|
|
|
/* @embed */
|
2013-08-21 00:33:24 +00:00
|
|
|
background: url(../icons/NotificationsPage-ltr.png) no-repeat 20px 15px !important;
|
2012-12-10 05:01:00 +00:00
|
|
|
}
|
2014-08-04 21:46:01 +00:00
|
|
|
|
2014-08-14 21:56:00 +00:00
|
|
|
.mw-echo-icon-cog {
|
2012-12-10 05:01:00 +00:00
|
|
|
/* @embed */
|
2013-08-21 00:33:24 +00:00
|
|
|
background: url(../icons/Settings.png) no-repeat 20px 15px !important;
|
2013-06-12 23:18:26 +00:00
|
|
|
}
|