MediaWiki:Global.css: Difference between revisions
MediaWiki interface page
More actions
Moved to style css |
No edit summary |
||
| Line 6: | Line 6: | ||
a.nick_ip, a.nick_ip:visited { color: darkred; } | a.nick_ip, a.nick_ip:visited { color: darkred; } | ||
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; } | 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; | |||
} | |||
Revision as of 18:18, 19 September 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;
}