- このヘルプには更新、または翻訳されていないコンテンツがあります。どなたでも翻訳にご協力いただくことができます。
- 原文 : w:Help:collapsing/CSS。
The following CSS selectors, when installed on a UCP wiki, will provide styling for the buttons and tables as used on this Help page and may be modified as desired.
/* Styles for the button used on [[Help:Collapsing]] */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"]:not(.wds-button), input[type="reset"], input[type="button"], .button, button {
background-color: #404a57;
background: -ms-linear-gradient(top,#566374 35%,#404a57 65%);
border: 1px solid #404a57;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
height: 19px;
line-height: 20px;
margin: 0;
padding: 0 10px;
text-decoration: none;
white-space: nowrap;
}
/* Styles used for article-table and WikiaTable */
.mw-parser-output .article-table, .mw-parser-output .WikiaTable {
border-collapse: collapse;
margin: 1em 1em 1em 0;
background: #fafafa;
border: 0;
}
.article-table th, .WikiaTable th {
background: #f2f2f2;
text-align: left;
}
.article-table th, .article-table td,
.WikiaTable th, .WikiaTable td {
border-bottom: 1px #cccccc solid;
padding: 6px 12px;
}
.mw-collapsible-toggle {
float: right;
}
.ooui-theme-fandom .mw-collapsible-toggle a:hover,
.ooui-theme-fandom .mw-collapsible-toggle a:focus,
.ooui-theme-fandom .mw-collapsible-toggle a:active {
color: #009bbe;
}
.ooui-theme-fandom .mw-collapsible-toggle a {
color: blue;
transition: color 300ms;
}