MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 678: Line 678:
/* ============================== tree-like Tractatus =============================== */
/* ============================== tree-like Tractatus =============================== */
.tlp-drawer {
.tlp-drawer {
padding: 10px;
  padding: 8px 0 8px 20px;
border-left: 1px solid silver;
  margin-top: 10px;
margin-top: 5px;
  border-left: 2px solid #eeeeee;
  animation-name: fade-in;
  animation-duration: .4s;
}
 
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
 
.tlp-button {
  float: right;
}
}