MediaWiki:Common.css: Difference between revisions

SitX (talk | contribs)
mNo edit summary
SitX (talk | contribs)
mNo edit summary
Line 10: Line 10:
     flex-direction: column;
     flex-direction: column;
     gap: 4px;
     gap: 4px;
}
#mw-panel .mw-portlet .vector-menu-heading-label {
  display: inline-block;
  text-align: center;
}
}


#mw-panel .mw-portlet {
#mw-panel .mw-portlet {
     width: 100%;
     width: 100%;
    overflow: hidden;
    position: relative;
     background: linear-gradient(to bottom, #111 0%, #222 100%);
     background: linear-gradient(to bottom, #111 0%, #222 100%);
     border: 1px solid rgba(255, 215, 0, 0.3);
     border: 1px solid rgba(255, 215, 0, 0.3);
Line 22: Line 29:


#mw-panel .mw-portlet .vector-menu-heading {
#mw-panel .mw-portlet .vector-menu-heading {
    font-family: 'Cinzel', serif;
  display: flex;
    font-size: 12px;
  align-items: center;
    font-weight: bold;
  justify-content: center;
    letter-spacing: 0.5px;
  font-family: 'Cinzel', serif;
    text-transform: uppercase;
  font-size: 12px;
    color: #C0A080;
  font-weight: bold;
    background: rgba(15, 15, 15, 0.9);
  letter-spacing: 0.5px;
    padding: 6px 4px;
  text-transform: uppercase;
    border-radius: 6px 6px 0 0;
  color: #C0A080;
    text-align: center;
  background-color: rgba(15, 15, 15, 0.9);
    line-height: 1.2;
  height: 30px;
    word-break: break-word;
  margin: -2px -2px 4px -2px;  
    white-space: normal;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
}