mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
7d13364507
Change-Id: I2bf4b5ba444157464c7c9070411b663485af8935
37 lines
652 B
CSS
37 lines
652 B
CSS
#mw-echo-more {
|
|
text-align: center;
|
|
font-size: 15px;
|
|
}
|
|
|
|
#mw-echo-pref-link {
|
|
margin: 0 15px;
|
|
height: 25px;
|
|
width: 25px;
|
|
vertical-align: middle;
|
|
/* @embed */
|
|
background-image: url(Preferences.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
}
|
|
#mw-echo-pref-link:hover {
|
|
/* @embed */
|
|
background-image: url(PreferencesHover.png);
|
|
}
|
|
|
|
.mw-echo-date-section {
|
|
font-weight: 800;
|
|
font-size: 1.1em;
|
|
text-transform: uppercase;
|
|
border-bottom: 8px solid #EAEAEA;
|
|
margin: 20px 0 5px 45px;
|
|
}
|
|
|
|
ul#mw-echo-special-container {
|
|
list-style: none;
|
|
margin: 30px 0 0 0;
|
|
max-width: 600px;
|
|
}
|
|
.mw-echo-notification {
|
|
padding: 15px 0 10px 0;
|
|
}
|