MediaWiki:Erudite.css: Difference between revisions
Content added Content deleted
No edit summary |
No edit summary |
||
(70 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* |
/*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); |
|||
font-family:crimson; |
|||
} |
|||
/*Set color for top wrap */ |
|||
#top-wrap { |
#top-wrap { |
||
background-color: rgba(10,00,20,0.4); |
|||
background-image: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png); |
|||
box-shadow: 0px 0px 25px 15px rgba(10,00,20,0.4); |
|||
background-size: cover; |
|||
} |
} |
||
#top-wrap { |
#top-wrap { |
||
background- |
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 */ |
/* Set the colour of the top menu */ |
||
#menu { |
#menu { |
||
border-top: thin solid #8C2B59; |
|||
background-color: rgba(30, 90, 160, 0.7); |
|||
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 */ |
|||
/*Set background image for body */ |
|||
#nav { |
|||
border-left-style: solid; |
|||
background: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png); |
|||
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; |
|||
padding: .125em .75em; |
|||
border:none; |
|||
border-collapse: collapse; |
|||
background-color: #3e192a; |
|||
} |
|||
td { |
|||
border:none; |
|||
padding: 0.25em 0.75em; |
|||
} |
|||
th { |
|||
text-align: center; |
|||
background-color: #8c2b59; |
|||
border:none; |
|||
padding: 0.25em 0.75em; |
|||
} |
|||
tr:nth-child(even) { |
|||
background-color: #180f12; |
|||
} |
|||
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: #309bc7; |
|||
text-decoration: none; |
|||
border-bottom: none; |
|||
} |
|||
a:hover, |
|||
a:focus { |
|||
border-color: #dcaa6f; |
|||
} |
|||
a:visited { |
|||
color: #6fba77; |
|||
} |
|||
a.new { |
|||
color: #a9342d; |
|||
} |
|||
/* 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;*/ |
|||
} |
} |
Latest revision as of 06:32, 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);
font-family:crimson;
}
/*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;
padding: .125em .75em;
border:none;
border-collapse: collapse;
background-color: #3e192a;
}
td {
border:none;
padding: 0.25em 0.75em;
}
th {
text-align: center;
background-color: #8c2b59;
border:none;
padding: 0.25em 0.75em;
}
tr:nth-child(even) {
background-color: #180f12;
}
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: #309bc7;
text-decoration: none;
border-bottom: none;
}
a:hover,
a:focus {
border-color: #dcaa6f;
}
a:visited {
color: #6fba77;
}
a.new {
color: #a9342d;
}
/* 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;*/
}