MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (39 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: | 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: | background-color: #FAFAFA 0%; | ||
transition: background-color 1s ease; | transition: background-color 1s ease; | ||
display: block; | display: block; | ||
width: auto; | |||
padding-right: 30px; | |||
position: fixed; | |||
} | } | ||
#mw-panel { | #mw-panel { | ||
| Line 43: | 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; | |||
} | } | ||
.form-link.text-center.pt-4 a { | .form-link.text-center.pt-4 a { | ||
color: white; | color: white; | ||
font-size: | font-size: 35px; | ||
font-weight: bold; | |||
} | } | ||
.form-link p { | .form-link p { | ||
| Line 54: | Line 59: | ||
align-items: center; /* Centers content vertically */ | align-items: center; /* Centers content vertically */ | ||
height: 100%; /* Ensures the <p> tag takes full height of its container */ | height: 100%; /* Ensures the <p> tag takes full height of its container */ | ||
font-weight: bold; | |||
} | } | ||
.mw-parser-output { | .mw-parser-output { | ||
| Line 85: | Line 90: | ||
color: #6200ee; | color: #6200ee; | ||
} | } | ||
div#p-search { | div#p-search { | ||
display: none; | display: none; | ||
| Line 107: | Line 108: | ||
li#ca-nstab-main { | li#ca-nstab-main { | ||
display: none; | display: none; | ||
} | |||
#pt-preferences { | |||
display: none; | |||
} | } | ||
.custom-navbar { | .custom-navbar { | ||
display: | display: flex; | ||
margin-top: - | 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 { | ||
margin-right: 30px; | margin-right: 30px; | ||
color: #6200ee; | |||
} | } | ||
#ca-nstab-form { | #ca-nstab-form { | ||
| Line 121: | Line 131: | ||
#ca-nstab-special { | #ca-nstab-special { | ||
display: none; | display: none; | ||
} | |||
.view-button { | |||
margin-left: 5px; | |||
} | |||
.view-button a { | |||
display: inline-block; | |||
outline: none; | |||
font-weight: 500; | |||
border-radius: 3px; | |||
padding: 0 16px; | |||
background: white; | |||
font-size: 24px; | |||
height: 33px; /* Fixed height of the link */ | |||
word-spacing: 0px; | |||
letter-spacing: .0892857143em; | |||
text-decoration: none; | |||
text-transform: uppercase; | |||
min-width: 64px; | |||
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); | |||
border: 1px solid #6200ee; | |||
} | |||
.vector-menu-content { | |||
width: max-content; | |||
} | |||
.vector-menu-tabs-legacy li { | |||
background-image: none; | |||
} | |||
.vector-menu-content-list li a { | |||
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; | |||
} | } | ||
Latest revision as of 15:21, 15 July 2024
/* CSS placed here will affect registered users only */
body {
background-color: #FAFAFA 0%;
transition: background-color 1s ease;
}
/* Mediawiki horizontal navigation styles */
#mw-head {
background-color: #FAFAFA 0%;
transition: background-color 1s ease;
display: block;
width: auto;
padding-right: 30px;
position: fixed;
}
#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);
margin-left: 5px;
}
.form-link.text-center.pt-4 a {
color: white;
font-size: 35px;
font-weight: bold;
}
.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 */
font-weight: bold;
}
.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;
}
a.popupformlink.pfUploadable {
color: #6200ee;
}
fieldset {
border: 1px solid #6200ee;
}
legend {
color: #6200ee;
}
div#p-search {
display: none;
}
li#pt-mytalk {
display: none;
}
li#pt-watchlist {
display: none;
}
li#pt-mycontris {
display: none;
}
li#ca-talk {
display: none;
}
li#ca-nstab-main {
display: none;
}
#pt-preferences {
display: none;
}
.custom-navbar {
display: flex;
margin-top: -60px;
margin-bottom: 20px;
left: 25px;
border-bottom: 1.5px dashed #6200ee;
position: fixed;
z-index: 900000000;
background: #fafafa;
}
.custom-navbar a {
margin-right: 30px;
color: #6200ee;
}
#ca-nstab-form {
display: none;
}
#ca-nstab-special {
display: none;
}
.view-button {
margin-left: 5px;
}
.view-button a {
display: inline-block;
outline: none;
font-weight: 500;
border-radius: 3px;
padding: 0 16px;
background: white;
font-size: 24px;
height: 33px; /* Fixed height of the link */
word-spacing: 0px;
letter-spacing: .0892857143em;
text-decoration: none;
text-transform: uppercase;
min-width: 64px;
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);
border: 1px solid #6200ee;
}
.vector-menu-content {
width: max-content;
}
.vector-menu-tabs-legacy li {
background-image: none;
}
.vector-menu-content-list li a {
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;
}