「MediaWiki:Common.css」の版間の差分

提供:ck3wiki
ナビゲーションに移動 検索に移動
4行目: 4行目:
  
 
/* Hiding the main page's title (using an image instead) */
 
/* Hiding the main page's title (using an image instead) */
body.page-Crusader_Kings_III_Wiki h1.firstHeading { display:none; }
+
body.page-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit h1.firstHeading { display: none; }
  
 
/* Infobox colors */
 
/* Infobox colors */
34行目: 34行目:
 
  height: 236px;
 
  height: 236px;
 
}
 
}
 
body.page-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit h1.firstHeading { display: none; }
 

2021年1月8日 (金) 01:46時点における版

/* 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-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit 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;
}