MediaWiki:Erudite.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 179: Line 179:
table.mw-specialpages-table tbody tr td ul {
table.mw-specialpages-table tbody tr td ul {
font-size: 0.875em;
font-size: 0.875em;
}

.mw-plusminus-pos {
color: #72BB78;
}

.mw-plusminus-neg {
color: #FF7871;
}
}



Revision as of 00:28, 10 February 2024

/*Set background image for body */
body {
	background: url(images/1/14/Terrana_avendar_the_age_of_death_queer_fantasy_landscape_dark_r_a149f06b-e9aa-456d-a881-f0f6320df980.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: 100%;
	background-color: rgba(40, 20, 40, 0.9);
}

/*Set color for top wrap */
#top-wrap {
	background-color: rgba(10,00,20,0.4);
	box-shadow: 0px 0px 25px 15px rgba(10,00,20,0.4);
}

#top-wrap {
	background-image: url(/skins/erudite/assets/images/stripes.svg?be835);
	background-repeat: no-repeat;
	padding: 0.625em 0;
	color: #ffffff;
}

#top-wrap h1 {
	text-decoration: none;
	font-size: 2.25em;
	line-height: 1;
}

#top-wrap a,
#top-wrap a:visited {
	color: #ffffff;
}

#tagline {
	font-size: 0.875em;
}

#top-sitename-search {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 80em;
	margin: 0 auto;
}

#top-search {
	align-self: flex-end;
}

/* Set the colour of the top menu */
#menu {
  border-top: thin solid #8C2B59;
  background-color: rgba(117, 20, 79, 0.69);
  border-bottom: thin solid #8C2B59;
  backdrop-filter: blur(4px);
}

/* Add borders so the sides line up with #main */
#nav {
	border-left-style: solid;
	border-right-style: solid;
	border-color: #8C2B59;
	border-width: thin;
}

/* Main Body */
#main {
	color: white;
	background-color: rgba(10, 10, 10, 1);
	border-left-style: solid;
	border-right-style: solid;
	border-color: #8C2B59;
	border-width: thin;
	backdrop-filter: blur(4px);
}

/* Content */
#bodyContent,
.message *,
#footer {
	padding-left: 3.75em;
	padding-right: 3.75em;
}

#bodyContent {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

hr {
	/* This hack ensures fallback to .png if .svg isn't supported
	 * (see http://css-tricks.com/svg-fallbacks/ ) */
	background-image: url(images/hr.png);
	background-image: url(images/hr.svg), none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% 10%;
	height: 1.25em;
	display: block;
	border: none;
}

#bodyContent > h1 {
	color: #FF4586;
	margin: 0 0 0.5em;
	border-bottom: thin solid #aaaaaa;
}

p,
dt,
dd,
blockquote,
center {
	margin-bottom: 0.75em;
}

li {
	margin-bottom: 0.375em;
	margin-top: 0.375em;
}

table {
	margin: 1em 0;
}

td,
th {
	padding: 0.125em 0.5em;
	text-align: left;
}

pre {
	font-size: 0.875em;
}

legend {
	font-size: 0.875em;
	text-align: center;
}

blockquote {
	padding-left: 3em;
}

.center {
	width: 100%;
	text-align: center;
}

.center * {
	margin-left: auto;
	margin-right: auto;
}

/* Links */
a {
	color: #3BACD9;
	text-decoration: none;
	border-bottom: thin solid #aaaaaa;
}

a:hover,
a:focus {
	border-color: #fff;
}

a:visited {
	color: #8361FF;
}

a.new {
	color: #DD3F3F;
}

/* Category and Special Page lists */
#mw-pages ul,
#mw-subcategories ul,
table.mw-specialpages-table tbody tr td ul {
	font-size: 0.875em;
}

.mw-plusminus-pos {
  color: #72BB78;
}

.mw-plusminus-neg {
  color: #FF7871;
}

/* Category Links (bottom of page)  */
#catlinks {
	clear: both;
	background-color: rgba(117, 20, 79, 0.40);
	height: 100%;
	overflow: hidden;
	/* Hide the colon after "Category" */
	color: #dddddd;
	border-top: thin solid #8C2B59;
	border-bottom: thin solid #8C2B59;
	padding: 5px;
	backdrop-filter: blur(4px);
}

#catlinks a {
	color: #ffffff;
	padding: 0 1em;
	height: 100%;
	font-size: 0.75em;
	display: inline;
}

.catlinks li:first-child {
	border-left: thin solid #aaaaaa;
}

.catlinks li {
	margin: 0em 0.25em;
}

/* Meta (edit links etc.) */
#nav-meta {
	float: right;
	margin: 1.5em 3.75em 0 1em;
	padding-left: 1em;
	border-left: thin solid #aaaaaa;
	background:black;
}

#nav-meta span {
	display: block;
	font-size: 0.75em;
	font-style: italic;
	padding: 0.4em 0;
}

#nav-meta .meta-sep {
	display: none;
}

/*Set color for bottom wrap */
#bottom-wrap {
	background-color: rgba(10,00,20,0.7);
/*	box-shadow: 0px 0px 69px 69px rgba(10,00,20,0.7);
	z-index: -1;
	position: relative;*/
}