User:WiTo7946/barn/icon.css
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/* User:燃灯/foldRef.css*/
.rd-ref-folded {
border: 1px solid #ccc;
border-radius: 5px;
background-color: #00000002;
padding: 0.2em 0.4em 2em 0.4em;
max-height:20vh;
overflow-y: auto;
transition: 300ms ease-in-out max-height;
position: relative;
}
.rd-ref-expand-button {
width: 20%;
position: relative;
bottom: 2em;
border-radius: 5px 5px 0 0;
left: 50%;
transform: translateX(-50%);
background-color: white;
border: 1px solid #ccc;
border-bottom: 0;
text-align: center;
height: 2em;
line-height: 2em;
cursor: pointer;
}
.rd-ref-expand-button:hover {
color: #5ad;
transition: 200ms ease-in-out;
}