MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m
Reverted edits by Logohub (talk) to last revision by Hb1290
imported>Logoarto No edit summary |
imported>Logoarto |
||
| 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 */ | ||
} | } | ||
td.mbox-image { /* The left image cell */ | td.mbox-image { /* The left image cell */ | ||
| Line 273: | Line 272: | ||
table.ombox-notice { | table.ombox-notice { | ||
border: 1px solid #a2a9b1; /* Gray */ | border: 1px solid #a2a9b1; /* Gray */ | ||
width:100%; | |||
} | } | ||
table.ombox-speedy { | table.ombox-speedy { | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
background: #fee; /* Pink */ | background: #fee; /* Pink */ | ||
width:100%; | |||
} | } | ||
table.ombox-delete { | table.ombox-delete { | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
width:100%; | |||
} | } | ||
table.ombox-content { | table.ombox-content { | ||
border: 1px solid #f28500; /* Orange */ | border: 1px solid #f28500; /* Orange */ | ||
width:100%; | |||
} | } | ||
table.ombox-style { | table.ombox-style { | ||
| Line 289: | Line 292: | ||
table.ombox-move { | table.ombox-move { | ||
border: 1px solid #9932cc; /* Purple */ | border: 1px solid #9932cc; /* Purple */ | ||
width:100%; | |||
} | } | ||
table.ombox-protection { | table.ombox-protection { | ||
border: 2px solid #a2a9b1; /* Gray-gold */ | border: 2px solid #a2a9b1; /* Gray-gold */ | ||
width:100%; | |||
} | } | ||
| Line 313: | Line 318: | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
background: #fee; /* Pink */ | background: #fee; /* Pink */ | ||
width:100%; | |||
} | } | ||
table.tmbox-delete { | table.tmbox-delete { | ||
border: 2px solid #b32424; /* Red */ | border: 2px solid #b32424; /* Red */ | ||
width:100%; | |||
} | } | ||
table.tmbox-content { | table.tmbox-content { | ||
border: 2px solid #f28500; /* Orange */ | border: 2px solid #f28500; /* Orange */ | ||
width:100%; | |||
} | } | ||
table.tmbox-style { | table.tmbox-style { | ||
border: 2px solid #fc3; /* Yellow */ | border: 2px solid #fc3; /* Yellow */ | ||
width:100%; | |||
} | } | ||
table.tmbox-move { | table.tmbox-move { | ||
border: 2px solid #9932cc; /* Purple */ | border: 2px solid #9932cc; /* Purple */ | ||
width:100%; | |||
} | } | ||
table.tmbox-protection, | table.tmbox-protection, | ||
table.tmbox-notice { | table.tmbox-notice { | ||
border: 1px solid #a2a9b1; /* Gray-brown */ | border: 1px solid #a2a9b1; /* Gray-brown */ | ||
width:100%; | |||
} | } | ||
| Line 341: | Line 352: | ||
table.fmbox-system { | table.fmbox-system { | ||
background: #f8f9fa; | background: #f8f9fa; | ||
width:100%; | |||
} | } | ||
table.fmbox-warning { | table.fmbox-warning { | ||
border: 1px solid #bb7070; /* Dark pink */ | border: 1px solid #bb7070; /* Dark pink */ | ||
background: #ffdbdb; /* Pink */ | background: #ffdbdb; /* Pink */ | ||
width:100%; | |||
} | } | ||
table.fmbox-editnotice { | table.fmbox-editnotice { | ||
background: transparent; | background: transparent; | ||
width:100%; | |||
} | } | ||
| Line 374: | Line 388: | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
} | } | ||
| Line 393: | Line 396: | ||
} | } | ||
/* Unbulleted lists */ | |||
.plainlist ol, | |||
.plainlist ul { | |||
line-height: inherit; | |||
list-style: none none; | |||
margin: 0; | |||
} | |||
.plainlist ol li, | |||
.plainlist ul li { | |||
margin-bottom: 0; | |||
} | |||
/* 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 467: | Line 481: | ||
} | } | ||
#mw-navbar { | #mw-navbar { | ||
background-image: url(https://static.miraheze.org/closinglogosgroupwiki/7/ | background-image: url(https://static.miraheze.org/closinglogosgroupwiki/7/74/Banner9.png); | ||
background-size: cover; | |||
} | } | ||
/* 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); | ||
} | } | ||
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge { | |||
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 551: | Line 569: | ||
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; } | ||
/* Spacing fix for bullet lists */ | |||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | |||
padding-bottom: 0.6em; | |||
margin-top: -0.25em; | |||
} | |||