User:Number 3434/timeless.css: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
mNo edit summary
Line 5: Line 5:


.mw-message-box-warning {
.mw-message-box-warning {
box-shadow: 0 0 5px orange inset;
border: solid 1px red !important;
border: solid 1px red !important;
border-radius: 4px;
border-radius: 4px;
Line 38: Line 39:
}
}
&.mw-notification {
&.mw-notification {
box-shadow: 0 0 5px white inset;
box-shadow: 0 0 5px white inset !important;
border: 1px solid white;
border: 1px solid white;
border-radius: 5px;
border-radius: 5px;

Revision as of 10:05, March 28, 2024

#ca-unwatch {
	border:1px solid yellow;
	border-radius: 3px;
}

.mw-message-box-warning {
	box-shadow: 0 0 5px orange inset;
	border: solid 1px red !important;
	border-radius: 4px;
	background: #ff000033 !important;
}

#t-contributions {
	color:red !important;
}

h2 {
	#mw-previewheader{
		/*background:#773377 !important;*/
	}
}

div {
	#mw-usercsspreview {
		color:orange !important;
	}

	&.editOptions {
		color: white;
		background: #222 !important;
		box-shadow: 0 0 10px grey inset;
		border-radius: 0 0 1em 1em !important;
	}
	&.editButtons {
		border: 0 0 0 5px solid white;
		box-shadow: 0 0 10px grey inset;
		border-radius: 8px;
		padding: 10px;
	}
	&.mw-notification {
		box-shadow: 0 0 5px white inset !important;
		border: 1px solid white;
		border-radius: 5px;

		&.mw-notification-autohide {
			&.postedit {
				&.mw-notification-visible {
					color: lime !important;
				}
			}
		}
	}
}

span {
	&.editHelp {
		background: grey;
		border: 1px solid grey;
		border-radius: 10px;
	}
	&.mw-page-title-main {
		color: aqua;
	}
	&.mw-page-title-namespace {
		color: white;
	}
	&.mw-page-title-separator {
		color: grey;
	}
}

p {
	&.copywarn {
		background: #000000aa;
		color: #ddd;
		padding: 6px;
		border: solid .8px white;
		border-radius: 10px;
	}
}

#wpPreview {
	color: red !important;
}

input {
	border: 1px solid white;
	border-radius: 8px !important;
	transition: scale .3s !important;

	&#wpSave {
		&.oo-ui-inputWidget-input {
			&.oo-ui-buttonElement-button {
				color: lime !important;
				background: lime !important;

				&:hover {
					scale: 120%;
				}
			}
		}
	}
}

#wpSummaryWidget {
	border-radius: 0 !important;
}

#wpDiff {
	color: aqua;
}