MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Tag: Manual revert
Ranzu (talk | contribs)
No edit summary
Line 1: Line 1:
/* Heading */
.page-Test_Page #firstHeading {
display:none;
}


/* Main picture content */
.MainPicture {
display:flex;
justify-content:center;
flex-direction:row;
}
/* Image Logo */
.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 */
.MainPedia {
display:flex;
justify-content:center;
align-items:center;
}
 
.PediaTable {
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, .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;
}





Revision as of 00:15, 19 February 2024

/* Heading */
.page-Test_Page #firstHeading	{
	display:none;
	}

/* Main picture content */
.MainPicture	{
	display:flex;
	justify-content:center;
	flex-direction:row;
	}
	
/* Image Logo */
.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 */
.MainPedia	{
	display:flex;
	justify-content:center;
	align-items:center;
	}
  
.PediaTable	{
	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, .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	{
	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;
	}