aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css30
1 files changed, 29 insertions, 1 deletions
diff --git a/main.css b/main.css
index 873e606..259a50c 100644
--- a/main.css
+++ b/main.css
@@ -219,6 +219,32 @@ div#preferences table td {
background-color: #4b406d;
}
+/* mw-echo-notifications-badge mw-echo-notification-badge-nojs oo-ui-image-invert oo-ui-iconElement oo-ui-iconElement-icon oo-ui-icon-speechBubble */
+/* oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-labelElement-label oo-ui-buttonElement oo-ui-buttonElement-framed oo-ui-buttonElement-button oo-ui-iconElement-icon oo-ui-flaggedElement-primary mw-echo-notifications-badge oo-ui-icon-speechBubble oo-ui-iconElement oo-ui-image-invert */
+
+body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge,
+body.skin-tyrian #pt-notifications-message .mw-echo-notifications-badge {
+ border-radius: 0.2em;
+ background-color: transparent;
+ font-size: 1.125em;
+ font-weight: bold;
+ color: white;
+ cursor: pointer;
+ text-decoration: none;
+ margin-top: 0;
+ display: inline-block;
+ padding: 10px;
+ padding-left: 35px;
+ height: 40px;
+ background-position: 10px 10px;
+ background-size: 1.1em;
+ background-repeat: no-repeat;
+}
+
+body.ltr #pt-notifications-alert .mw-echo-notifications-badge, body.ltr #pt-notifications-message .mw-echo-notifications-badge {
+ background-position: 10px 10px !important;
+}
+
.flow-board-header, .flow-board-navigation, .flow-board-header-menu, .flow-board {
max-width: none;
}
@@ -227,7 +253,9 @@ div#content .flow-topic-title {
font-family: 'Bitter';
}
+
+
body.mw-special-Specialpages h2 {
border: none !important;
margin-bottom: 0.75em;
-} \ No newline at end of file
+}