Difference between revisions of "MediaWiki:Common.css"

From SemanticOrganization
Jump to: navigation, search
 
Line 11: Line 11:
 
     opacity: .7;
 
     opacity: .7;
 
     margin-bottom: 15px;
 
     margin-bottom: 15px;
 +
}
 +
 +
.semorg-doc-description-intro {
 +
  margin-bottom:5px;
 
}
 
}

Latest revision as of 18:05, 26 September 2020

/* CSS placed here will be applied to all skins */
.user-loggedout .mw-pt-translate-header,
.user-loggedout .mw-pt-translate-header + hr {
  display:none;
}

.semorg-doc-description {
    border-left: 3px solid steelblue;
    padding-left: 5px;
    margin-left: 2px;
    opacity: .7;
    margin-bottom: 15px;
}

.semorg-doc-description-intro {
  margin-bottom:5px;
}