MediaWiki:Erudite.css: Difference between revisions
Content added Content deleted
No edit summary |
No edit summary |
||
Line 136: | Line 136: | ||
#catlinks { |
#catlinks { |
||
clear: both; |
clear: both; |
||
background-color: rgba( |
background-color: rgba(117, 20, 79, 0.40); |
||
height: 100%; |
height: 100%; |
||
overflow: hidden; |
overflow: hidden; |
||
/* Hide the colon after "Category" */ |
/* Hide the colon after "Category" */ |
||
color: # |
color: #dddddd; |
||
border-top: thin solid #8C2B59; |
|||
border-bottom: thin solid #8C2B59; |
|||
padding: 5px; |
|||
} |
} |
||
Revision as of 04:19, 7 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, 10, 10, 0.7);
}
/* Set the colour of the top menu */
#menu {
background-color: rgba(20, 10, 20, 0.7);
}
/* Main Body */
#main {
color: white;
background-color: rgba(10, 10, 10, 0.9);
border-left-style: solid;
border-right-style: solid;
border-color: #8C2B59;
border-width: thin;
}
/* 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: #F23D3D;
}
/* Category and Special Page lists */
#mw-pages ul,
#mw-subcategories ul,
table.mw-specialpages-table tbody tr td ul {
font-size: 0.875em;
}
/* 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;
}
#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, 10, 10, 0.7);
}