MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Logoarto No edit summary |
||
| Line 124: | Line 124: | ||
border: none; | border: none; | ||
padding: 0.25em 0.9em; /* 0.9em left/right */ | padding: 0.25em 0.9em; /* 0.9em left/right */ | ||
width: 100%; /* Make all mboxes the same width regardless of text length */ | |||
} | } | ||
td.mbox-image { /* The left image cell */ | td.mbox-image { /* The left image cell */ | ||
| Line 272: | Line 273: | ||
table.ombox-notice { | table.ombox-notice { | ||
border: 1px solid #a2a9b1; /* Gray */ | border: 1px solid #a2a9b1; /* Gray */ | ||
} | } | ||
table.ombox-speedy { | table.ombox-speedy { | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
background: #fee; /* Pink */ | background: #fee; /* Pink */ | ||
} | } | ||
table.ombox-delete { | table.ombox-delete { | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
} | } | ||
table.ombox-content { | table.ombox-content { | ||
border: 1px solid #f28500; /* Orange */ | border: 1px solid #f28500; /* Orange */ | ||
} | } | ||
table.ombox-style { | table.ombox-style { | ||
| Line 292: | Line 289: | ||
table.ombox-move { | table.ombox-move { | ||
border: 1px solid #9932cc; /* Purple */ | border: 1px solid #9932cc; /* Purple */ | ||
} | } | ||
table.ombox-protection { | table.ombox-protection { | ||
border: 2px solid #a2a9b1; /* Gray-gold */ | border: 2px solid #a2a9b1; /* Gray-gold */ | ||
} | } | ||
| Line 318: | Line 313: | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
background: #fee; /* Pink */ | background: #fee; /* Pink */ | ||
} | } | ||
table.tmbox-delete { | table.tmbox-delete { | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
} | } | ||
table.tmbox-content { | table.tmbox-content { | ||
border: 2px solid #f28500; /* Orange */ | border: 2px solid #f28500; /* Orange */ | ||
} | } | ||
table.tmbox-style { | table.tmbox-style { | ||
border: 2px solid #fc3; /* Yellow */ | border: 2px solid #fc3; /* Yellow */ | ||
} | } | ||
table.tmbox-move { | table.tmbox-move { | ||
border: 2px solid #9932cc; /* Purple */ | border: 2px solid #9932cc; /* Purple */ | ||
} | } | ||
table.tmbox-protection, | table.tmbox-protection, | ||
table.tmbox-notice { | table.tmbox-notice { | ||
border: 1px solid #a2a9b1; /* Gray-brown */ | border: 1px solid #a2a9b1; /* Gray-brown */ | ||
} | } | ||
| Line 352: | Line 341: | ||
table.fmbox-system { | table.fmbox-system { | ||
background: #f8f9fa; | background: #f8f9fa; | ||
} | } | ||
table.fmbox-warning { | table.fmbox-warning { | ||
border: 1px solid #bb7070; /* Dark pink */ | border: 1px solid #bb7070; /* Dark pink */ | ||
background: #ffdbdb; /* Pink */ | background: #ffdbdb; /* Pink */ | ||
} | } | ||
table.fmbox-editnotice { | table.fmbox-editnotice { | ||
background: transparent; | background: transparent; | ||
} | } | ||
| Line 388: | Line 374: | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
} | |||
/* Hide (formatting) elements from screen, but not from screenreaders */ | |||
.visualhide { | |||
position: absolute; | |||
left: -10000px; | |||
top: auto; | |||
width: 1px; | |||
height: 1px; | |||
overflow: hidden; | |||
} | } | ||
| Line 396: | Line 393: | ||
} | } | ||
/* Standard Navigationsleisten, aka box hiding thingy | /* Standard Navigationsleisten, aka box hiding thingy | ||
from .de. Documentation at [[Wikipedia:NavFrame]]. */ | from .de. Documentation at [[Wikipedia:NavFrame]]. */ | ||
| Line 481: | Line 467: | ||
} | } | ||
#mw-navbar { | #mw-navbar { | ||
background-image: url(https://static.miraheze.org/closinglogosgroupwiki/7/ | background-image: url(https://static.miraheze.org/closinglogosgroupwiki/7/76/Banner5.png); | ||
} | } | ||
/* Echo */ | /* Echo */ | ||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:before, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:before, #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { | #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:before, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:before, #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { | ||
filter: invert(1); | filter: invert(1); | ||
} | } | ||
/* keep hidden categories hidden (unless preferences set otherwise) */ | /* keep hidden categories hidden (unless preferences set otherwise) */ | ||
.mw-hidden-cats-ns-shown {display: none} | .mw-hidden-cats-ns-shown {display: none} | ||
| Line 569: | Line 551: | ||
body.ns-110 #ca-talk { display: none; } | body.ns-110 #ca-talk { display: none; } | ||
body.ns-110 #ca-nstab-forum { margin-right: 16px; } | body.ns-110 #ca-nstab-forum { margin-right: 16px; } | ||