模板:Hidden begin/styles.css:修訂間差異

出自眾神廳
跳至導覽 跳至搜尋
CSS國家模板>Xiplus-abot
已更改“Template:Hidden begin/styles.css”的保护设置:​高風險模板:100947引用<!-- 機器人3 -->​([编辑=仅允许管理员](无限期)​[移动=仅允许管理员](无限期))
 
已匯入 1 筆修訂
 
(無差異)

2026年9月17日 (四) 09:27的最新修訂

/*  */
.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;
  }
}