mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 17:50:39 +00:00
91 lines
1.6 KiB
CSS
91 lines
1.6 KiB
CSS
/* Core CSS overrides */
|
|
|
|
h1#firstHeading {
|
|
max-width: 555px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
/* Echo specific CSS */
|
|
|
|
#mw-echo-more {
|
|
display: block;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.mw-echo-special-header-link {
|
|
display: block;
|
|
float: right;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
line-height: 14px;
|
|
}
|
|
#mw-echo-pref-link {
|
|
margin: 5px 3px;
|
|
height: 19px;
|
|
width: 19px;
|
|
/* @embed */
|
|
background-image: url(Preferences.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
filter: alpha(opacity=50);
|
|
opacity: 0.5;
|
|
}
|
|
#mw-echo-pref-link:hover {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1.0;
|
|
}
|
|
#mw-echo-moreinfo-link {
|
|
display: inline-block;
|
|
margin: 0px 3px;
|
|
height: 19px;
|
|
width: 19px;
|
|
/* @embed */
|
|
background-image: url(Help.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
filter: alpha(opacity=50);
|
|
opacity: 0.5;
|
|
}
|
|
#mw-echo-moreinfo-link:hover {
|
|
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;
|
|
}
|
|
|
|
.mw-echo-date-section {
|
|
font-weight: 800;
|
|
font-size: 1.1em;
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid #C9C9C9;
|
|
margin: 30px 0 5px 50px;
|
|
color: #686868;
|
|
}
|
|
|
|
ul#mw-echo-special-container {
|
|
list-style: none;
|
|
margin: 30px 0 0 0;
|
|
max-width: 600px;
|
|
}
|
|
.mw-echo-notification {
|
|
padding: 15px 35px 10px 0;
|
|
}
|
|
#mw-echo-special-container .mw-echo-notification {
|
|
background-color: white;
|
|
}
|
|
#mw-echo-special-container .mw-echo-notification:hover {
|
|
background-color: #F6F6F6;
|
|
}
|
|
#mw-echo-special-container .mw-echo-notification.mw-echo-unread .mw-echo-title {
|
|
font-weight: bold;
|
|
}
|