2012-12-22 00:43:41 +00:00
|
|
|
/* Core CSS overrides */
|
|
|
|
|
|
|
|
h1#firstHeading {
|
|
|
|
max-width: 555px;
|
2013-04-15 23:18:35 +00:00
|
|
|
margin-left: 50px;
|
2012-12-22 00:43:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Echo specific CSS */
|
|
|
|
|
2012-12-07 01:08:33 +00:00
|
|
|
#mw-echo-more {
|
2013-04-09 22:38:36 +00:00
|
|
|
display: block;
|
2012-12-07 01:08:33 +00:00
|
|
|
text-align: center;
|
2012-12-22 00:43:41 +00:00
|
|
|
font-size: 13px;
|
|
|
|
max-width: 600px;
|
2012-12-07 01:08:33 +00:00
|
|
|
}
|
|
|
|
|
2013-04-12 18:52:34 +00:00
|
|
|
.mw-echo-special-header-link {
|
2013-04-11 20:02:06 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
2013-04-12 18:52:34 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
#mw-echo-pref-link {
|
|
|
|
margin: 5px 3px;
|
|
|
|
height: 19px;
|
|
|
|
width: 19px;
|
2012-12-13 01:51:13 +00:00
|
|
|
/* @embed */
|
2012-12-27 15:37:58 +00:00
|
|
|
background-image: url(Preferences.png);
|
2012-12-13 01:51:13 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
2013-04-12 18:52:34 +00:00
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: 0.5;
|
2012-12-07 01:08:33 +00:00
|
|
|
}
|
2012-12-27 15:37:58 +00:00
|
|
|
#mw-echo-pref-link:hover {
|
2013-04-12 18:52:34 +00:00
|
|
|
filter: alpha(opacity=100);
|
|
|
|
opacity: 1.0;
|
2012-12-27 15:37:58 +00:00
|
|
|
}
|
2013-01-04 21:56:30 +00:00
|
|
|
#mw-echo-moreinfo-link {
|
2013-04-12 18:52:34 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0px 3px;
|
|
|
|
height: 19px;
|
|
|
|
width: 19px;
|
2013-01-04 21:56:30 +00:00
|
|
|
/* @embed */
|
2013-04-12 18:52:34 +00:00
|
|
|
background-image: url(Help.png);
|
2013-01-04 21:56:30 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
2013-04-12 18:52:34 +00:00
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: 0.5;
|
2013-01-04 21:56:30 +00:00
|
|
|
}
|
|
|
|
#mw-echo-moreinfo-link:hover {
|
2013-04-12 18:52:34 +00:00
|
|
|
filter: alpha(opacity=100);
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-echo-feedback-link {
|
|
|
|
margin: 10px 7px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#mw-echo-link-separator {
|
|
|
|
color: #AAAAAA;
|
|
|
|
margin: 10px 3px;
|
2013-01-04 21:56:30 +00:00
|
|
|
}
|
2012-12-07 01:08:33 +00:00
|
|
|
|
|
|
|
.mw-echo-date-section {
|
|
|
|
font-weight: 800;
|
2012-12-13 01:51:13 +00:00
|
|
|
font-size: 1.1em;
|
|
|
|
text-transform: uppercase;
|
2013-04-15 23:18:35 +00:00
|
|
|
border-bottom: 1px solid #C9C9C9;
|
|
|
|
margin: 30px 0 5px 50px;
|
|
|
|
color: #686868;
|
2012-12-13 01:51:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul#mw-echo-special-container {
|
|
|
|
list-style: none;
|
|
|
|
margin: 30px 0 0 0;
|
|
|
|
max-width: 600px;
|
|
|
|
}
|
|
|
|
.mw-echo-notification {
|
2013-02-13 02:08:36 +00:00
|
|
|
padding: 15px 35px 10px 0;
|
|
|
|
}
|
2013-03-05 02:13:56 +00:00
|
|
|
#mw-echo-special-container .mw-echo-notification {
|
2013-04-15 23:18:35 +00:00
|
|
|
background-color: white;
|
2013-03-05 02:13:56 +00:00
|
|
|
}
|
|
|
|
#mw-echo-special-container .mw-echo-notification:hover {
|
2013-04-15 23:18:35 +00:00
|
|
|
background-color: #F6F6F6;
|
2013-03-05 02:13:56 +00:00
|
|
|
}
|
2013-04-15 23:18:35 +00:00
|
|
|
#mw-echo-special-container .mw-echo-notification.mw-echo-unread .mw-echo-title {
|
|
|
|
font-weight: bold;
|
2013-03-05 02:13:56 +00:00
|
|
|
}
|