MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (31 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect registered users only */ | |||
.user-show {display: block !important;} | |||
. | /* Some useless for me stuff in edit box */ | ||
/* Animation */ | |||
/* Remove Event and Timer tab animation */ | |||
@-webkit-keyframes TabAnimation1 { | |||
/* | 100% {opacity: 1;} | ||
100% {opacity: 1;} | |||
/* | |||
} | } | ||
@keyframes TabAnimation2 { | |||
100% {opacity: 1;} | |||
100% {opacity: 1;} | |||
} | |||
/* Edit box */ | |||
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn { | |||
display:none; | |||
. | |||
} | } | ||
#wpTextbox1{ | |||
height:850px | |||
} | |||
/* Media wiki datatable - categories */ | |||
.mw-datatable { | |||
color:black; | |||
} | } | ||
/* | /* Edit option below edit box */ | ||
. | .editOptions { | ||
background-color: transparent; | |||
border:none; | |||
padding-bottom:0; | |||
margin-bottom:0; | |||
background-color: | |||
margin- | |||
} | } | ||
/* | /* Edit buttons */ | ||
. | .editButtons { | ||
position:fixed; | |||
bottom:1em; | |||
z-index:50; | |||
} | } | ||
/* | /* Show changes */ | ||
. | .diff-deletedline, .diff-addedline { | ||
color:black | |||
} | } | ||
/* | /* Search button in edit box */ | ||
. | .group-search { | ||
position:fixed; | |||
background-color: #f8f9fa; | |||
border | border: 1px solid #a2a9b1; | ||
transform:scale(.9); | |||
bottom:0.965em; | |||
left:51em; | |||
z-index:50; | |||
. | |||
} | } | ||
. | #wikiEditor-section-main > div.group.group-codeeditor-style > span:nth-child(4){ | ||
position:fixed; | |||
border: | background-color: #f8f9fa; | ||
border: 1px solid #a2a9b1; | |||
bottom:1em; | |||
right:82em; | |||
z-index:50; | |||
} | } | ||
/* | /* Removed Tabs */ | ||
#pt-mytalk, #pt-watchlist, #pt-mycontris { | |||
display:none; | |||
} | } | ||
. | /* Porfile Image */ | ||
color: | .vector-user-menu-legacy #pt-userpage a { | ||
background-image: none; | |||
} | |||
/* Recent Changes Page */ | |||
.diff-deletedline.diff-side-deleted, .diff-addedline.diff-side-added{ | |||
background-color: gray; | |||
} | } | ||
. | /* Editor change - good fucking luck */ | ||
/* Default Editor */ | |||
.wikiEditor-ui-toolbar{ | |||
background-color: gray; | background-color: gray; | ||
} | } | ||
span.tab.tab-advanced > a, span.tab.tab-characters > a, span.tab.tab-help > a { | |||
color:black!important; | |||
. | |||
} | } | ||
#wikiEditor-section-advanced span.label{ | |||
color:black!important; | |||
} | } | ||
/* | /* CodeMirror */ | ||
. | .mw-editfont-monospace{ | ||
color:white; | |||
background-color: var(--ItemTableLeftColor); | |||
} | } | ||
. | .CodeMirror{ | ||
color:#DEDEDE; | |||
background-color: var(--ItemTableLeftColor); | |||
} | } | ||
.CodeMirror-gutters{ | |||
. | background-color: var(--ItemTableLeftColor); | ||
} | } | ||
. | .cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr{ | ||
background-color: transparent; | |||
color:#60b5ff; | |||
background-color: | |||
} | } | ||
. | .cm-mw-htmltag-name{ | ||
color:#9cff37; | |||
} | } | ||
. | .cm-mw-htmltag-attribute{ | ||
color:#35c7a7; | |||
} | } | ||
.cm-mw-pagename { | |||
. | color:#958eff; | ||
} | } | ||
.cm-mw-link-bracket{ | |||
. | color:#39c06c; | ||
} | } | ||
.cm-mw-template{ | |||
. | color:#fffd00; | ||
} | } | ||
.cm-mw-table-definition { | |||
color: #93ffb7; | |||
. | |||
color:# | |||
} | } | ||
. | .cm-mw-link-pagename, .cm-mw-link-bracket, .cm-mw-link-delimiter, .cm-mw-extlink, .cm-mw-free-extlink, .cm-mw-extlink-protocol { | ||
color: #9299fa; | |||
} | } | ||
.cm-mw-extlink-bracket{ | |||
. | color:#ff4949; | ||
} | } | ||
. | .cm-mw-table-bracket, .cm-mw-table-delimiter{ | ||
color:#f6eea0; | |||
} | } | ||
.cm-mw-extlink-text{ | |||
. | color:#ff7d00; | ||
} | } | ||
.cm-mw-extlink{ | |||
. | color:#a4f532; | ||
} | } | ||
. | .cm-mw-extlink-protocol{ | ||
color:#a4f532; | |||
# | |||
} | } | ||
.cm-mw-template-argument-name{ | |||
. | color:#ffb5ee; | ||
} | } | ||
.cm-mw-link-text{ | |||
. | color:#35c7a7; | ||
color: | |||
} | } | ||
.cm-mw-apostrophes-bold, .cm-mw-apostrophes-italic{ | |||
color:#ff0000; | |||
} | } | ||
Latest revision as of 13:16, 17 April 2024
/* CSS placed here will affect registered users only */
.user-show {display: block !important;}
/* Some useless for me stuff in edit box */
/* Animation */
/* Remove Event and Timer tab animation */
@-webkit-keyframes TabAnimation1 {
100% {opacity: 1;}
100% {opacity: 1;}
}
@keyframes TabAnimation2 {
100% {opacity: 1;}
100% {opacity: 1;}
}
/* Edit box */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
}
#wpTextbox1{
height:850px
}
/* Media wiki datatable - categories */
.mw-datatable {
color:black;
}
/* Edit option below edit box */
.editOptions {
background-color: transparent;
border:none;
padding-bottom:0;
margin-bottom:0;
}
/* Edit buttons */
.editButtons {
position:fixed;
bottom:1em;
z-index:50;
}
/* Show changes */
.diff-deletedline, .diff-addedline {
color:black
}
/* Search button in edit box */
.group-search {
position:fixed;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
transform:scale(.9);
bottom:0.965em;
left:51em;
z-index:50;
}
#wikiEditor-section-main > div.group.group-codeeditor-style > span:nth-child(4){
position:fixed;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
bottom:1em;
right:82em;
z-index:50;
}
/* Removed Tabs */
#pt-mytalk, #pt-watchlist, #pt-mycontris {
display:none;
}
/* Porfile Image */
.vector-user-menu-legacy #pt-userpage a {
background-image: none;
}
/* Recent Changes Page */
.diff-deletedline.diff-side-deleted, .diff-addedline.diff-side-added{
background-color: gray;
}
/* Editor change - good fucking luck */
/* Default Editor */
.wikiEditor-ui-toolbar{
background-color: gray;
}
span.tab.tab-advanced > a, span.tab.tab-characters > a, span.tab.tab-help > a {
color:black!important;
}
#wikiEditor-section-advanced span.label{
color:black!important;
}
/* CodeMirror */
.mw-editfont-monospace{
color:white;
background-color: var(--ItemTableLeftColor);
}
.CodeMirror{
color:#DEDEDE;
background-color: var(--ItemTableLeftColor);
}
.CodeMirror-gutters{
background-color: var(--ItemTableLeftColor);
}
.cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr{
background-color: transparent;
color:#60b5ff;
}
.cm-mw-htmltag-name{
color:#9cff37;
}
.cm-mw-htmltag-attribute{
color:#35c7a7;
}
.cm-mw-pagename {
color:#958eff;
}
.cm-mw-link-bracket{
color:#39c06c;
}
.cm-mw-template{
color:#fffd00;
}
.cm-mw-table-definition {
color: #93ffb7;
}
.cm-mw-link-pagename, .cm-mw-link-bracket, .cm-mw-link-delimiter, .cm-mw-extlink, .cm-mw-free-extlink, .cm-mw-extlink-protocol {
color: #9299fa;
}
.cm-mw-extlink-bracket{
color:#ff4949;
}
.cm-mw-table-bracket, .cm-mw-table-delimiter{
color:#f6eea0;
}
.cm-mw-extlink-text{
color:#ff7d00;
}
.cm-mw-extlink{
color:#a4f532;
}
.cm-mw-extlink-protocol{
color:#a4f532;
}
.cm-mw-template-argument-name{
color:#ffb5ee;
}
.cm-mw-link-text{
color:#35c7a7;
}
.cm-mw-apostrophes-bold, .cm-mw-apostrophes-italic{
color:#ff0000;
}