MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 441: Line 441:
.tlp-flex-container {
.tlp-flex-container {
display: block;
display: block;
}
/* ============================== tree-like Tractatus =============================== */
/* template:TLP drawer */
.tlp-drawer {
  padding: 8px 0 8px 20px;
  margin-top: 10px;
  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;
}
/* TLP tree-like view pages */
.tree-like-tlp-container .tlp-aside-par, .static-tree-like-tlp-container .tlp-aside-par {
margin-left: 0;
float: none;
}
}