mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
69e4d5f9a2
Change-Id: Id8c536fabe2151031eeafba697c16e0141710741
51 lines
825 B
CSS
51 lines
825 B
CSS
/* Core CSS overrides */
|
|
|
|
span.comment {
|
|
font-style: normal;
|
|
}
|
|
span.autocomment {
|
|
font-style: italic;
|
|
}
|
|
h1#firstHeading {
|
|
max-width: 555px;
|
|
margin-left: 45px;
|
|
}
|
|
|
|
/* Echo specific CSS */
|
|
|
|
#mw-echo-more {
|
|
text-align: center;
|
|
font-size: 13px;
|
|
max-width: 600px;
|
|
margin-left: 45px;
|
|
}
|
|
|
|
#mw-echo-pref-link {
|
|
line-height: 1.2em;
|
|
font-size: 0.5em;
|
|
margin: 0 15px;
|
|
min-height: 14px;
|
|
padding-left: 18px;
|
|
/* @embed */
|
|
background-image: url(../icons/Settings.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.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;
|
|
}
|