|
@@ -624,12 +624,95 @@ body.mw-special-Userlogin h2.title {
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
-/* Add styling for the Echo extension */
|
|
|
-.mw-echo-notifications-badge {
|
|
|
- width: 30px !important;
|
|
|
- height: 35px !important;
|
|
|
- text-align: center !important;
|
|
|
- border-radius: 6px !important;
|
|
|
- margin-top: 5px !important;
|
|
|
- margin-bottom: 5px !important;
|
|
|
+/* Add improved styling for the Echo extension */
|
|
|
+
|
|
|
+#echo-notifications {
|
|
|
+ float: right;
|
|
|
+ display: inline-block;
|
|
|
+ margin: .5em 1em;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #pt-notifications {
|
|
|
+ position: relative;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #pt-notifications .mw-echo-notifications-badge
|
|
|
+{
|
|
|
+ width: 30px;
|
|
|
+ height: 35px;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: 6px;
|
|
|
+ margin: 0;
|
|
|
+ padding:6px;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #pt-notifications a.mw-echo-short-link .mw-badge
|
|
|
+{
|
|
|
+ margin:0;
|
|
|
+ padding:6px;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #pt-notifications .mw-badge-content {
|
|
|
+ font-size: 1.3em;
|
|
|
+ line-height: 1.1;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications .mw-echo-overlay-pokey {
|
|
|
+ top: 30px;
|
|
|
+ left: -1px;
|
|
|
+}
|
|
|
+#echo-notifications .mw-echo-overlay {
|
|
|
+ left: -185px;
|
|
|
+ width: 300px;
|
|
|
+ top: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications .mw-echo-overlay-title {
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications .mw-echo-icon {
|
|
|
+ margin: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications a.mw-echo-short-link .mw-badge {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #mw-echo-overlay-pref-link {
|
|
|
+ background-image:none;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left:0;
|
|
|
+ border-left:none;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications #mw-echo-overlay-link {
|
|
|
+ padding: 10px 0px 10px 15px;
|
|
|
+ background-position: left 50%;
|
|
|
+ border-right: none;
|
|
|
+ margin-right:0;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications .mw-echo-dismiss {
|
|
|
+ padding: 10px;
|
|
|
+ font-size: .8em;
|
|
|
+ min-width: 100%;
|
|
|
}
|
|
|
+
|
|
|
+#echo-notifications .mw-echo-notification {
|
|
|
+ overflow: visible;
|
|
|
+}
|
|
|
+
|
|
|
+#echo-notifications .mw-echo-title {
|
|
|
+ max-width: 99%;
|
|
|
+}
|
|
|
+
|
|
|
+/* Make Echo extension more mobile friendly on small widths */
|
|
|
+
|
|
|
+@media only screen and (min-width: 550px) {
|
|
|
+#echo-notifications .mw-echo-overlay { left: -420px; width: 450px; }
|
|
|
+#echo-notifications #mw-echo-overlay-pref-link { padding: 10px 0 10px 30px; }
|
|
|
+#echo-notifications #mw-echo-overlay-link { border-right: 1px solid #DDDDDD; margin-right: 2em; }
|
|
|
+}
|
|
|
+
|