MediaWiki:Minerva.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* 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;
}