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
Line 47: Line 47:


/* Links */
/* Links */
.MainLinks a, .Gears a, .Events a, .Other a span, .YouMAL a, .Shops a, .Usefull a, .Usefull a , .Discord a, .Social a span {
.MainLinks a, .Gears a, .Events a, .Other a, .Other a span, .YouMAL a, .Shops a, .Usefull a, .Usefull a , .Discord a, .Social a span {
   padding:inherit;
   padding:inherit;
   padding:3px 0px 3px 7px;
   padding:3px 0px 3px 7px;

Revision as of 21:42, 18 February 2024

/* Heading */
.page-Test_Page #firstHeading{
 display:none;
}
/* Main picture content */
.MainPicture{
 display:flex;
 justify-content:center;
 flex-direction:row;
}

/* Description content */
.MainDSC  {
  display:flex;
  flex-direction:column;
  align-items:center;
  }

/* Pedia content */
.MainPedia {
  display:flex;
  justify-content:center;
  align-items:center;
  }

/* Main content */
.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:#f0f0f0; /*  #f0f0f0 */
  padding-right:7px;
  margin-right:4px;
  margin-left:4px;
   }

/* Links */
.MainLinks a, .Gears a, .Events a, .Other a, .Other a span, .YouMAL a, .Shops a, .Usefull a, .Usefull a , .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:#303030!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: #C3C3C3;   /*  #C3C3C3 */
  cursor: pointer;
  border:2px solid #ECECEC;  
  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: #848484;
  cursor: pointer;
  border:2px solid #595959;
  color:white!important;
}



/* Gears + Events */
.Gears, .Title.Gears,  .Events {
  display:flex;
  padding-left:10%;
  padding-right:10%;
  }


.Title.Gears, .Title.Events {
  
}


/* Category headers */
.Title {
  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	{
	display:none;
	}
	
/* Edit box */
#wpTextbox1{
  height:900px
}

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