「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
細編集の要約なし |
|||
1行目: | 1行目: | ||
/* | /* ここに書いたCSSはすべての外装に反映されます */ | ||
/* Infobox template style */ | /* Infobox template style */ | ||
250行目: | 100行目: | ||
padding: 0; | padding: 0; | ||
} | } | ||
.collapseButton { /* 'show'/'hide' buttons created dynamically */ | |||
/* @noflip */float: right; /* by the CollapsibleTables javascript in */ | |||
. | font-weight: normal; /* [[MediaWiki:Common.js]] are styled here */ | ||
/* @noflip */text-align: right; /* so they can be customised. */ | |||
width: auto; | |||
/ | |||
/* @noflip */ | |||
/* | |||
*/ | |||
font- | |||
/* @noflip */ | |||
/* | |||
width: | |||
} | } | ||
/* | /** Collapsible tables ********************************************************* | ||
* | |||
* Description: Allows tables to be collapsed, showing only the header. See | |||
* http://www.mediawiki.org/wiki/Manual:Collapsible_tables. | |||
* Maintainers: [[en:User:R. Koot]] | |||
. | |||
. | |||
. | |||
*/ | */ | ||
table.collapsed tr.collapsible { | |||
display: none; | |||
. | |||
} | } | ||
. | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | |||
font-weight: normal; /* are styled here so they can be customised. */ | |||
text-align: right; | |||
width: auto; | |||
/* | |||
/* | |||
} | } |
2011年11月7日 (月) 09:26時点における版
/* ここに書いたCSSはすべての外装に反映されます */
/* Infobox template style */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */float: right;
/* @noflip */clear: right;
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
/* @noflip */text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #aaa;
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically */
/* @noflip */float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* [[MediaWiki:Common.js]] are styled here */
/* @noflip */text-align: right; /* so they can be customised. */
width: auto;
}
/** Collapsible tables *********************************************************
*
* Description: Allows tables to be collapsed, showing only the header. See
* http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
* Maintainers: [[en:User:R. Koot]]
*/
table.collapsed tr.collapsible {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}