MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Tag: Reverted
Ranzu (talk | contribs)
No edit summary
 
(105 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Heading */
/* CSS placed here will affect registered users only */
.page-Test_Page #firstHeading {
display:none;
}


/* Main picture content */
.user-show {display: block !important;}
.MainPicture {
display:flex;
/* Some useless for me stuff in edit box */
justify-content:center;
/* Animation */
flex-direction:row;
/* Remove Event and Timer tab animation */
}
@-webkit-keyframes TabAnimation1 {
100% {opacity: 1;}
/* Image Logo */
100% {opacity: 1;}
.MainPicture a img {
-webkit-filter: drop-shadow(15px 15px 15px #222);
filter: drop-shadow(20px 15px 15px #222);
}
 
.MainPicture a img:hover {
-webkit-filter: drop-shadow(0px 0px 15px gray);
}
/* Description content */
.MainDSC {
display:flex;
flex-direction:column;
align-items:center;
}
}


/* Pedia content */
@keyframes TabAnimation2 {
.MainPedia {
  100% {opacity: 1;}
display:flex;
  100% {opacity: 1;}
justify-content:center;
  }
align-items:center;
}
    
    
.PediaTable {
/* Edit box */
display:flex;
justify-content:center;
align-items:center;
}
 
.Pedia {
padding-left:2em;
padding-right:2em;
}
 
.PediaTable p img {
-webkit-filter: drop-shadow(15px 15px 13px #222);
filter: drop-shadow(15px 15px 13px #222);
}
 
.PediaTable a img:hover {
-webkit-filter: drop-shadow(0px 0px 8px gray);
}
/* Main content */
.MainLinks, .Other, .YouMAL, .Shops, .Usefull, .Discord, .Social {
display:flex;
flex-wrap:wrap;
flex-direction:row;
align-items:center;
justify-content:center;
padding-left:10%;
padding-right:10%;
}
 
/* Paragraphs */
.MainLinks p, .Gears p, .Events p, .Other p, .YouMAL p, .Shops p, .Usefull p, .Discord p, .Social p {
border:2px solid #808080;
padding:3px 0px 3px 5px;
background-color:#445466; /*  #f0f0f0 */
padding-right:7px;
margin-right:4px;
margin-left:4px;
white-space:nowrap;
}
 
/* Links */
.MainLinks a, .Gears a, .Events a, .Other a, .Other a span, .YouMAL a, .Shops a, .Usefull a, .Usefull a span, .Discord a, .Social a span {
padding:inherit;
padding:3px 0px 3px 7px;
border-top:4px solid transparent;
border-bottom:5px solid transparent;
border-right:5px solid transparent;
margin:-5px;
border-bottom-left-radius:15px;
color:white!important;
}
 
/* Paragraphs HOVER */
.MainLinks p:hover, .Gears p:hover, .Events p:hover, .Other p:hover, .YouMAL p:hover, .Shops p:hover, .Usefull p:hover, .Discord p:hover, .Social p:hover {
background-color: #808080;  /*  #C3C3C3 */
cursor: pointer;
border:2px solid #4F4F4F; 
color:white!important;
}
 
/* MainLinks: Rules - Other - Paragraphs ACTIVE */
.MainLinks p:active, .Gears p:active, .Events p:active, .Other p:active, .YouMAL p:active, .Shops p:active, .Usefull p:active, .Discord p:active, .Social p:active {
background-color: #C7C7C7;
cursor: pointer;
border:2px solid #595959;
color:white!important;
}
 
 
 
 
 
 
.Title.Gears, .Title.Events {
 
}
 
 
/* Category headers */
.Title, .Pedia span {
display:flex;
justify-content:center;
align-items:center;
color:red;
}
 
.MainLinks img {
padding-right:0.5em;
padding-right:0.5em;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* CSS placed here will affect registered users only */
/* Some useless for me stuff in edit box */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
display:none;
}
}
/* Edit box */
#wpTextbox1{
#wpTextbox1{
   height:900px
   height:850px
}
}
/* Media wiki datatable - categories */
.mw-datatable {
color:black;
}


/* Edit option below edit box */
/* Edit option below edit box */
Line 222: Line 67:
right:82em;
right:82em;
z-index:50;
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;
}
}

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;
	}