mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
0699d8f402
First implementation of "two line" formatting. Messages have a title and optional content. Distinguishing writing on "your talk page" from another talk page in messages. Change-Id: I9051e4bfb66d1c25c1bf68ec092b52fd90544336
33 lines
468 B
CSS
33 lines
468 B
CSS
.mw-echo-timestamp {
|
|
color: gray;
|
|
font-size: 8px;
|
|
}
|
|
|
|
.mw-echo-unread {
|
|
background-image: url(unread.png);
|
|
background-repeat: repeat-y;
|
|
background-position: top left;
|
|
}
|
|
|
|
div.mw-echo-timestamp {
|
|
text-align: right;
|
|
}
|
|
|
|
.mw-echo-title {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
line-height: 12px;
|
|
}
|
|
|
|
.mw-echo-content {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.mw-echo-notification {
|
|
clear: both;
|
|
display: block;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
color: #252525;
|
|
height: 42px;
|
|
} |