MediaWiki:Global.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 79: | Line 79: | ||
text-decoration: none; | text-decoration: none; | ||
color:white; | color:white; | ||
} | |||
/* Popup notification box */ | |||
.mw-notification{ | |||
padding:0.75em 1.5em; | |||
margin-bottom:0.5em; | |||
border:solid 1px #ddd; | |||
background-color:#111; | |||
cursor:pointer; | |||
opacity:0; | |||
-webkit-transform:translateX(35px); | |||
transform:translateX(35px); | |||
-webkit-transition:opacity 0.35s ease-in-out,-webkit-transform 0.35s ease-in-out; | |||
transition:opacity 0.35s ease-in-out,transform 0.35s ease-in-out; | |||
} | |||
/* Global preferences hover bar */ | |||
.globalprefs-hover { | |||
background-color:#222; | |||
} | |||
/* Popup window */ | |||
.oo-ui-window-content { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
background: #111; | |||
} | |||
/* Notifications white bars */ | |||
/* All|Read|Unread white bar */ | |||
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | |||
height: 3.5em; | |||
position: sticky; | |||
padding-top: 0.5em; | |||
margin-top: -0.5em; | |||
top: 0; | |||
z-index: 2; | |||
background: none; | |||
box-shadow: 0 2px 0 0 rgba(0,0,0,0.1); | |||
} | |||
/* Recent activity box */ | |||
.mw-echo-ui-crossWikiUnreadFilterWidget { | |||
border: 1px solid #c8ccd1; | |||
padding: 0.7em; | |||
width: 20em; | |||
background: #111; | |||
} | |||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected { | |||
background-color: #222; | |||
color: #3366cc; | |||
border-radius:4px; | |||
} | |||
/* Cog dropdown */ | |||
.mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-buttonWidget:hover { | |||
background-color: #111; | |||
} | } | ||
Revision as of 18:59, 16 December 2018
a.nick_global-sysop, a.nick_global-sysop:visited { font-weight: bold; color: #008080 !important; }
a.nick_wiki-coordinator, a.nick_wiki-coordinator:visited { font-weight: bold; color: #43C6DB !important; }
a.nick_admin, a.nick_admin:visited { font-weight: bold; color: darkgreen !important; }
a.nick_steward, a.nick_steward:visited { font-weight:bold; color: darkorange !important; }
a.nick_friend, a.nick_friend:visited { color: green !important; }
a.nick_ip, a.nick_ip:visited { color: darkred; }
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; }
/* Overrides to fix various style errors */
/* Pending request info box */
div.flaggedrevs_short_details {
border: 1px solid white;
background-color: #111;
color:white;
padding: 5px;
position: absolute;
top: 0;
right: -2px;
width: 25em;
}
/*Metadata table*/
.mw_metadata th {
background-color: #111;
font-weight: normal;
text-align: center;
}
/* Full-size image info bar */
.mw-mmv-image-metadata {
width: 100%;
position: relative;
margin-top: -30px;
border-top: 1px solid white;
background-color: #333;
padding-top: 2px;
color:white;
}
.mw-mmv-above-fold {
width: 100%;
height: 56px;
min-height: 56px;
position: relative;
padding-bottom: 30px;
background: #333;
color:white;
}
.mw-mmv-image-links li {
list-style: none;
font-size: 0.85em;
color: white;
}
/* File inspector buttons */
a.mw-ui-button{
text-decoration: none;
background: #111;
border: 1px solid white
}
a.mw-ui-button{
text-decoration: none;
color:white;
}
a.mw-ui-button:hover, a.mw-ui-button:focus{
text-decoration: none;
background: #111;
border: 1px solid white
}
a.mw-ui-button:hover,a.mw-ui-button:focus{
text-decoration: none;
color:white;
}
/* Popup notification box */
.mw-notification{
padding:0.75em 1.5em;
margin-bottom:0.5em;
border:solid 1px #ddd;
background-color:#111;
cursor:pointer;
opacity:0;
-webkit-transform:translateX(35px);
transform:translateX(35px);
-webkit-transition:opacity 0.35s ease-in-out,-webkit-transform 0.35s ease-in-out;
transition:opacity 0.35s ease-in-out,transform 0.35s ease-in-out;
}
/* Global preferences hover bar */
.globalprefs-hover {
background-color:#222;
}
/* Popup window */
.oo-ui-window-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #111;
}
/* Notifications white bars */
/* All|Read|Unread white bar */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
height: 3.5em;
position: sticky;
padding-top: 0.5em;
margin-top: -0.5em;
top: 0;
z-index: 2;
background: none;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
/* Recent activity box */
.mw-echo-ui-crossWikiUnreadFilterWidget {
border: 1px solid #c8ccd1;
padding: 0.7em;
width: 20em;
background: #111;
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
background-color: #222;
color: #3366cc;
border-radius:4px;
}
/* Cog dropdown */
.mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-buttonWidget:hover {
background-color: #111;
}