MediaWiki:Group-user.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
body {
body {
background-color: white;
background-color: #FAFAFA 0%;
transition: background-color 1s ease;
transition: background-color 1s ease;
}
}
/* Mediawiki horizontal navigation styles */
/* Mediawiki horizontal navigation styles */
#mw-head {
#mw-head {
     background-color: white;
     background-color: #FAFAFA 0%;
transition: background-color 1s ease;
transition: background-color 1s ease;
display: block;
display: block;
width: auto;
width: auto;
padding-right: 30px;
position: fixed;
}
}
#mw-panel {
#mw-panel {
Line 44: Line 46:
   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%);
   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);
   transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 5px;
}
}


Line 87: Line 90:
     color: #6200ee;
     color: #6200ee;
}
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
 
    color: #fff;
    background-color: #6200ee;
    border-color: #6200ee;
}
div#p-search {
div#p-search {
     display: none;
     display: none;
Line 114: Line 113:
}
}
.custom-navbar {
.custom-navbar {
   display: block;
   display: flex;
   margin-top: -60px;
   margin-top: -60px;
   margin-bottom: 20px;
   margin-bottom: 20px;
  left: 25px;
  border-bottom: 1.5px dashed #6200ee;
  position: fixed;
  z-index: 900000000;
  background: #fafafa;
}
}
.custom-navbar a {
.custom-navbar a {
Line 127: Line 131:
#ca-nstab-special {
#ca-nstab-special {
   display: none;
   display: none;
}
.view-button {
  margin-left: 5px;
}
}
.view-button a {
.view-button a {
Line 134: Line 141:
   border-radius: 3px;
   border-radius: 3px;
   padding: 0 16px;
   padding: 0 16px;
  color: #fff;
   background: white;
   background: white;
   font-size: 14px;
   font-size: 24px;
   height: 33px; /* Fixed height of the link */
   height: 33px; /* Fixed height of the link */
  line-height: 33px; /* Match line-height with the height for vertical centering */
   word-spacing: 0px;
   word-spacing: 0px;
   letter-spacing: .0892857143em;
   letter-spacing: .0892857143em;
Line 157: Line 162:
.vector-menu-content-list li a {
.vector-menu-content-list li a {
   color: blue;
   color: blue;
}
.vector-menu-tabs a {
background-image: none;
}
.vector-menu-tabs {
background-image: none;
}
#mw-indicator-mw-helplink {
display: none !important;
}
#p-personal ul {
padding-right: 20px;
}
#mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: none;
}
.mw-category-generated {
  width: -moz-available;
  padding-left: 20px;
  padding-top: 40px;
}
div.hf-header {
top: 80px;
}
#hf-nsheader- {
margin-top: 5%;
margin-left: 25px;
}
.vector-menu-tabs-legacy .selected {
    background: transparent;
}
.form-container {
  margin-top: 200px !important;
  margin-left: 5px;
}
.container-for-form {
position: relative;
top: 250px;
    padding-bottom: 20px;
    padding-left: 4px;
}
}

Navigation menu