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

提供:sufeeWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
41行目: 41行目:
     font-weight: 500;
     font-weight: 500;
     cursor: pointer;
     cursor: pointer;
    width:100%;
}
}
.promotion{
.promotion{
float:right;
float:right;
}
}

2022年1月27日 (木) 21:01時点における版

/* ここに記述したCSSはすべての外装に反映されます */

div#right-side-menue{
	display:none;
}

p.MsoNormal{
 margin: 0;
}

ul#Script-files{
	display:none;
}
ul#CSS-files{
	display:none;
}

div#right-side-menue-display{
	position:flex;
	z-index:999;
	right:40px;
}

div.warnning{
	background-color: red;
    border-radius: 5px;
    color: yellow;
    padding: 5px;
    text-align: center;
    margin: 10px;
    font-weight: 900;
}
.twitter-follow-button{
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #1d9bf0;
    color: #fff;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
    width:100%;
}
.promotion{
	float:right;
}