「テンプレート:Hidden begin/styles.css」の版間の差分

提供:脳科学辞典
ナビゲーションに移動 検索に移動
bsd>Jdlrobson
 
(1版 をインポートしました)
 
(相違点なし)

2025年3月18日 (火) 19:35時点における最新版

/* {{pp-template}} */
.hidden-begin {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: none;
	font-size: 95%;
}

.hidden-title {
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}

.hidden-content {
	text-align: left;
}

/* [[phab:T360582]] */
@media all and ( max-width: 500px ) {
  .hidden-begin {
    width: auto !important;
    clear: none  !important;
    float: none !important;
  }
}