Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 32: | Line 32: | ||
background-color: #000; | background-color: #000; | ||
color: #eaeaea; | color: #eaeaea; | ||
} | |||
.shirenabaksu { | |||
float: right; | |||
width: 20%; | |||
} | |||
.baksunamae { | |||
font-size: larger; | |||
font-weight: bold; | |||
} | |||
.baksuimpla { | |||
font-weight: bold; | |||
color: #444; | |||
background-color: #ccc; | |||
} | } | ||
Revision as of 06:47, 29 March 2022
/* CSS placed here will be applied to all skins */
.callout {
border-style: solid;
border-width: 1px;
padding: 10pt 10pt 10pt 10pt;
font-size: 90%;
}
.issue {
border-color: #ffad99;
background-color: #ffe6e6;
}
.request {
border-color: #ffca99;
background-color: #fff3e6;
}
.nb {
border-color: #6696ff;
background-color: #e6eeff;
}
.compact-para p ~ p {margin-top: -.5em;}
.spoiler{
background-color: #000;
color: #000;
}
.spoiler:hover{
background-color: #000;
color: #eaeaea;
}
.shirenabaksu {
float: right;
width: 20%;
}
.baksunamae {
font-size: larger;
font-weight: bold;
}
.baksuimpla {
font-weight: bold;
color: #444;
background-color: #ccc;
}