MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Ranzu (talk | contribs)
No edit summary
 
(92 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;
.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;}
}
}


/* Main picture content */
@keyframes TabAnimation2 {
.MainPicture {
  100% {opacity: 1;}
display:flex;
  100% {opacity: 1;}
justify-content:center;
  }
flex-direction:row;
 
/* Edit box */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
}
}
/* Image Logo */
#wpTextbox1{
.MainPicture a img {
  height:850px
-webkit-filter: drop-shadow(15px 15px 15px #222);
}
filter: drop-shadow(20px 15px 15px #222);
/* Media wiki datatable - categories */
.mw-datatable {
color:black;
}
}


.MainPicture a img:hover {
/* Edit option below edit box */
-webkit-filter: drop-shadow(0px 0px 15px gray);
.editOptions {
}
background-color: transparent;
border:none;
/* Description content */
padding-bottom:0;
.MainDSC {
margin-bottom:0;
display:flex;
flex-direction:column;
align-items:center;
}
}


/* Pedia content */
/* Edit buttons */
.MainPedia {
.editButtons {
display:flex;
position:fixed;
justify-content:center;
bottom:1em;
align-items:center;
z-index:50;
}
 
.PediaTable {
display:flex;
justify-content:center;
align-items:center;
}
}


.Pedia, .G_E_O-Box {
/* Show changes */
padding-left:2em;
.diff-deletedline, .diff-addedline {
padding-right:2em;
color:black
}
}


.PediaTable p img {
/* Search button in edit box */
-webkit-filter: drop-shadow(15px 15px 13px #222);
.group-search {
filter: drop-shadow(15px 15px 13px #222);
position:fixed;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
transform:scale(.9);
bottom:0.965em;
left:51em;
z-index:50;
}
}
 
.PediaTable a img:hover {
#wikiEditor-section-main > div.group.group-codeeditor-style > span:nth-child(4){
-webkit-filter: drop-shadow(0px 0px 8px gray);
position:fixed;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
bottom:1em;
right:82em;
z-index:50;
}
}
/* Main content */
/* Removed Tabs */
.MainLinks,  
#pt-mytalk, #pt-watchlist, #pt-mycontris {
.YouMAL,  
display:none;
.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 */
/* Porfile Image */
.MainLinks p,
.vector-user-menu-legacy #pt-userpage a {
.Gears p,
background-image: none;
.Events p,
}
.Other p,
.YouMAL p,
/* Recent Changes Page */
.Shops p,
.diff-deletedline.diff-side-deleted, .diff-addedline.diff-side-added{
.Usefull p,
background-color: gray;
.Discord p,
.Social p {
border:2px solid #808080;
padding:3px 0 3px 5px;
background-color:#445466; /* #f0f0f0 */
padding-right:7px;
margin-right:4px;
margin-left:4px;
white-space:nowrap;
}
}


/* 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 {
/* Links Picture*/
color:black!important;
.MainLinks p a:nth-child(1),
.Gears p a:nth-child(1),
.Other p a:nth-child(1),
.Other p a span:nth-child(1),
.YouMAL p a:nth-child(1),
.Shops p a:nth-child(1),
.Usefull p a:nth-child(1),
.Usefull p a span:nth-child(1),
.Discord p a:nth-child(1),
.Social p a span:nth-child(1) {
  padding:8px 0 10px 0;
  border-left:5px solid transparent;
  margin-left:-5px
}
 
/* Links text*/
.MainLinks p a:nth-child(2),
.Gears p a:nth-child(2),
.Other p a:nth-child(2),  
.Other p a span:nth-child(2),
.YouMAL p a:nth-child(1),
.Shops p a:nth-child(2),
.Usefull p a:nth-child(2),  
.Usefull p a span:nth-child(2),
.Discord p a:nth-child(2),
.Social p a span:nth-child(2) {
  color:white!important;
  padding:8px 0 10px 0;
  border-right:5px solid transparent;
  margin-right:-7px;
}
 
/* Links EVENTS  picture - because different size picture*/
.Events p a:nth-child(1) {
  padding:12px 0 14px 0;
  border-left:5px solid transparent;
  margin-left:-5px
}
 
/* Links EVENTS  text - because different size picture */
.Events p a:nth-child(2) {
  color:white!important;
  padding:12px 0 14px 0;
  border-right:5px solid transparent;
  margin-right:-7px
}
 
 
 
 
 
/* 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 */
#wikiEditor-section-advanced span.label{
.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 {
color:black!important;
background-color: #C7C7C7;
cursor: pointer;
border:2px solid #595959;
color:white!important;
}
}
/* Grid box: Gears, Events, Other */
/* CodeMirror */
.G_E_O-Box {
.mw-editfont-monospace{
display:grid;
color:white;
justify-content:normal;
background-color: var(--ItemTableLeftColor);
grid-template-rows:auto;
grid-template-columns:auto auto auto auto;
}
}


.G_E_O-Box .Gears{
.CodeMirror{
flex-direction:column;
color:#DEDEDE;
background-color: var(--ItemTableLeftColor);
}
}


/* Gears */
.CodeMirror-gutters{
/* Gears #1 */
background-color: var(--ItemTableLeftColor);
.G_E_O-Box .Gears1 {
display:flex;
align-items:flex-end;
}
}


/* Gears #2 */
.cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr{
.G_E_O-Box .Gears2{
background-color: transparent;
display:flex;
color:#60b5ff;
align-items:flex-start;
}
}


/* Aligning gears squares */
.cm-mw-htmltag-name{
.G_E_O-Box .Gears p {
color:#9cff37;
margin:4px;
padding-right:5px;
padding-top: 5px;
padding-bottom: 5px;
}
}


.cm-mw-htmltag-attribute{
color:#35c7a7;
}


/* Events */
.cm-mw-pagename {
.G_E_O-Box  .Events{
color:#958eff;
display:flex;
}
flex-direction:column;
align-items:flex-start;
}
 
/* Other */
.G_E_O-Box .Other{
display:flex;
align-items:flex-start;
flex-direction:column;
}
 


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


/* Gear pictures  */
.cm-mw-table-bracket, .cm-mw-table-delimiter{
.Gears p {
color:#f6eea0;
height:220px;
width: 220px;
}
 
/* Category headers */
.Title, .Pedia span {
display:flex;
justify-content:center;
align-items:center;
color:red;
}
}


/* Padding on small pictures */
.cm-mw-extlink-text{
.MainLinks img, .Events img, .Other img{
color:#ff7d00;
padding-right:0.5em;
padding-right:0.5em;
}
}


 
.cm-mw-extlink{
 
color:#a4f532;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* CSS placed here will affect registered users only */
/* Some useless for me stuff in edit box */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
}
}
/* Edit box */
#wpTextbox1{
  height:900px
}


/* Edit option below edit box */
.cm-mw-extlink-protocol{
.editOptions {
color:#a4f532;
background-color: transparent;
border:none;
padding-bottom:0;
margin-bottom:0;
}
}


/* Edit buttons */
.cm-mw-template-argument-name{
.editButtons {
color:#ffb5ee;
position:fixed;
bottom:1em;
z-index:50;
}
}


/* Show changes */
.cm-mw-link-text{
.diff-deletedline, .diff-addedline {
color:#35c7a7;
color:black
}
}


/* Search button in edit box */
.cm-mw-apostrophes-bold, .cm-mw-apostrophes-italic{
.group-search {
color:#ff0000;
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;
}
}

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