無編輯摘要 |
無編輯摘要 |
||
| 第二〇行: | 第二〇行: | ||
.alert-info { | .alert-info { | ||
color: revert; | color: revert; | ||
background-color: # | background-color: #9addff40; | ||
border-color: # | border-color: ##89caec80; | ||
} | |||
blockquote { | |||
border: 2px dashed #8884; | |||
border-inline-start: 5px solid #222; | |||
padding: 10px; | |||
background: #8881; | |||
text-indent: 0px; | |||
} | } | ||
blockquote p { | |||
margin: 0px; | |||
} | } | ||
二〇二三年一二月一一日 (一) 一五時一二分之今審
/* 此處的CSS會影響使用Liberty外觀的使用者 */
.Liberty .nav-wrapper .navbar .navbar-login .logout-btn {
display: none;
}
.navbar-brand {
display: none;
}
.btn.btn-secondary.tools-btn.tools-share {
display: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .tleft {
margin-right: 0.8rem;
margin-bottom: 0.8rem;
}
.alert-info {
color: revert;
background-color: #9addff40;
border-color: ##89caec80;
}
blockquote {
border: 2px dashed #8884;
border-inline-start: 5px solid #222;
padding: 10px;
background: #8881;
text-indent: 0px;
}
blockquote p {
margin: 0px;
}
@media screen and (max-width:520px) {
div.tright, div.floatright, table.floatright {
float:none;
}
}