MediaWiki:Group-user.css

From softwear.directory
Revision as of 09:10, 19 February 2024 by Admin (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect registered users only */
body {
	background-color: white;
	transition: background-color 1s ease;
}
/* Mediawiki horizontal navigation styles */
#mw-head {
    background-color: white;
	transition: background-color 1s ease;
	display: block;
}
#mw-panel {
    display: none;
}
.vector-body {
    padding-top: 5%;
}
.mw-headline {
  font-family: 'HALColant-TextRegular';
  font-size: 20px;
  font-weight: normal;
}

.form-link.text-center.pt-4 {
  display: inline-block;
  outline: none;
  font-weight: 500;
  border-radius: 3px;
  padding: 0 16px;
  border-radius: 4px;
  color: #fff;
  background: #6200ee;
  line-height: 1.15;
  font-size: 14px;
  height: 36px;
  word-spacing: 0px;
  letter-spacing: .0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 64px;
  border: none;
  text-align: center;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-link.text-center.pt-4 a {
	color: white;
	font-size: 26px;
}
.form-link p {
    display: flex; /* Enables Flexbox for the <p> tag */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    height: 100%; /* Ensures the <p> tag takes full height of its container */
    padding-top: 3px;
}
.mw-parser-output {
  padding-left: 20px;
}
.formtable .mw-headline {
  font-size: 20px;
  font-weight: normal;
}

.oo-ui-checkboxInputWidget [type='checkbox'] + span {
    position: relative;
}
.oo-ui-labelElement .oo-ui-labelElement-label {
  cursor: pointer;
}
td {
  padding-bottom: 15px;
}
.oo-ui-fieldLayout.oo-ui-labelElement, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
  margin-top: 0;
}