「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
1行目: | 1行目: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | /* 031 Start of wiki specific CSS (general customization options) */ | |
− | |||
− | |||
− | |||
− | . | + | /* Hiding the main page's title (using an image instead) */ |
+ | body.page-Crusader_Kings_III_Wiki h1.firstHeading { display:none; } | ||
− | /* | + | /* Infobox colors */ |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.eu4box { | .eu4box { | ||
border: 2px solid #480601; | border: 2px solid #480601; | ||
− | |||
background: #780A02; | background: #780A02; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
.eu4box .heading { | .eu4box .heading { | ||
background: #480601; | background: #480601; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
.eu4box-inline { | .eu4box-inline { | ||
− | + | border: 2px solid #B37570; | |
− | |||
− | border: 2px solid # | ||
− | |||
} | } | ||
.eu4box-inline .heading { | .eu4box-inline .heading { | ||
− | background: # | + | background: #A8615C; |
− | + | background: #FDFDFD !important; /*remove later*/ | |
− | |||
− | |||
− | |||
− | background: # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | /* | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | /* | + | /* 032 End of wiki specific CSS (general customization options) */ |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#p-logo { | #p-logo { |
2021年1月8日 (金) 01:42時点における版
/* CSS placed here will be applied to all skins */ /* 031 Start of wiki specific CSS (general customization options) */ /* Hiding the main page's title (using an image instead) */ body.page-Crusader_Kings_III_Wiki h1.firstHeading { display:none; } /* Infobox colors */ .eu4box { border: 2px solid #480601; background: #780A02; } .eu4box .heading { background: #480601; } .eu4box-inline { border: 2px solid #B37570; } .eu4box-inline .heading { background: #A8615C; background: #FDFDFD !important; /*remove later*/ } /* 032 End of wiki specific CSS (general customization options) */ #p-logo { top: -233px; height: 236px; } #p-logo > .mw-wiki-logo { height: 236px; } body.page-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit h1.firstHeading { display: none; }