ゼルダの伝説 Wiki
編集の要約なし
編集の要約なし
182行目: 182行目:
   
 
/*↓インフォボックスの色変更↓*/
 
/*↓インフォボックスの色変更↓*/
  +
infobox.gamesakuhin {
 
border:#000;
 
}
 
infobox.gamesakuhin header {
 
background-color:#fff;
 
}
 
   
 
.portable-infobox.pi-theme-zinbutu .pi-secondary-background {
 
.portable-infobox.pi-theme-zinbutu .pi-secondary-background {
194行目: 189行目:
   
 
.portable-infobox.pi-theme-zinbutu .pi-border-color {
 
.portable-infobox.pi-theme-zinbutu .pi-border-color {
background-color: #000;
+
color: #000;
 
}
 
}

2019年6月15日 (土) 13:10時点における版

a .new {
	color: #cc2862 !important;
}




.infobox
{
margin: 0 0 .5em 1em; 
background: #eeeeee; 
border:1px solid #999999; 
border-collapse:collapse;
font-size:smaller; 
float: right; 
clear:right;
line-height:1.5;
width: 250px;
}

.infobox-type
{
text-align:center; 
padding:0px; 
background: #f8f8f8; 
font-size: smaller;
}

.infobox-title
{
font-size: larger; 
background-color:#191970; 
color:#fff; 
padding:4px 0px 0px 0px; 
text-align: center;
}

.infobox-image
{
text-align: center; 
padding: 0px;
}

.infobox-data
{
text-align: left; 
padding: 4px;
}

.infobox-label
{
text-align: right;
padding: 4px;
color: #000000;
background-color: #d3d3d3; 
border-width: 1px 0px 1px 0px; 
border-style: solid; 
border-color: #aaaaaa;}

.infobox-text
{
padding: 4px;
color: #000000;
background-color: #dddddd; 
border-width: 1px 0px 1px 0px; 
border-style: solid; 
border-color: #aaaaaa;
}

.references li
{
font-size: 85%;
}

/*     navbox container style */
table.navbox {
    border: 1px solid #aaa;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}

/*     single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
table.navbox + table.navbox {
    margin-top: -1px;
}

/*     title and above/below styles */
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

/*     group style */
.navbox-group {
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

/*     Background color */
.navbox,
.navbox-subgroup {
    background: #fdfdfd;
}

/*     Must match background color */
.navbox-list {
    border-color: #fdfdfd;
}

/*     Level 1 color */
.navbox-title,
table.navbox th {
    background: #ccccff;
}

/*     Level 2 color */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;
}

/*     Level 3 color */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;
}

/*     Even row striping */
.navbox-even {
    background: #f7f7f7;
}

/*     Odd row striping */
.navbox-odd {
    background: transparent;
}

/* [[MediaWiki:Common.js]] にある createCollapseButtons 関数を参照。 */
.collapseButton {
    float: right;
    font-weight: normal;
    text-align: right;
    width: auto;
}
 
/* [[Template:Navbox]] に配置する場合、左に配置されている [[Template:Tnavbar]] とのバランスを取る。 */
.navbox .collapseButton {
    width: 6em;
}

/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}

#disambig {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

h1 {
    line-height: 1.2em;
}

/*↓インフォボックスの色変更↓*/


.portable-infobox.pi-theme-zinbutu .pi-secondary-background {
    background-color: #bbffaa;
}

.portable-infobox.pi-theme-zinbutu .pi-border-color {
    color: #000;
}