Replaced content with ".infobox { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; float: right; margin: 0 0 1em 1em; }" Tag: Replaced |
No edit summary |
||
| Line 5: | Line 5: | ||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
} | |||
/* === Edge of Twilight Theme for Cosmos Skin === */ | |||
/* Body and general background */ | |||
body { | |||
background-color: #2C3E50; | |||
color: #1A1A1A; | |||
font-family: 'Open Sans', sans-serif; | |||
} | |||
/* Main content area */ | |||
#content, .mw-body { | |||
background-color: #F8F9FA; | |||
color: #1A1A1A; | |||
border: 1px solid #BDC3C7; | |||
padding: 1em; | |||
} | |||
/* Header and footer */ | |||
#mw-head, #footer { | |||
background-color: #1A1A1A; | |||
color: #BDC3C7; | |||
} | |||
/* Sidebar */ | |||
#mw-panel { | |||
background-color: #2C3E50; | |||
color: #BDC3C7; | |||
} | |||
#mw-panel a { | |||
color: #BDC3C7; | |||
} | |||
#mw-panel a:hover { | |||
color: #F39C12; | |||
} | |||
/* Links */ | |||
a { | |||
color: #8E44AD; | |||
text-decoration: none; | |||
} | |||
a:hover { | |||
color: #F39C12; | |||
text-decoration: underline; | |||
} | |||
/* Buttons */ | |||
button, input[type="submit"], .mw-ui-button { | |||
background-color: #8E44AD; | |||
color: #F8F9FA; | |||
border: none; | |||
padding: 0.5em 1em; | |||
border-radius: 4px; | |||
} | |||
button:hover, input[type="submit"]:hover, .mw-ui-button:hover { | |||
background-color: #F39C12; | |||
color: #1A1A1A; | |||
} | |||
/* Headings */ | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #2C3E50; | |||
font-family: 'Merriweather', serif; | |||
} | |||
/* Table styling */ | |||
table { | |||
border-collapse: collapse; | |||
width: 100%; | |||
background-color: #F8F9FA; | |||
color: #1A1A1A; | |||
} | |||
th, td { | |||
border: 1px solid #BDC3C7; | |||
padding: 0.5em; | |||
} | |||
th { | |||
background-color: #8E44AD; | |||
color: #F8F9FA; | |||
} | |||
/* Search box and input fields */ | |||
input[type="text"], input[type="search"] { | |||
background-color: #F8F9FA; | |||
border: 1px solid #BDC3C7; | |||
color: #1A1A1A; | |||
padding: 0.3em; | |||
} | |||
/* Optional: subtle box shadow for depth */ | |||
.mw-body, #content { | |||
box-shadow: 0 0 10px rgba(142, 68, 173, 0.2); | |||
} | } | ||
Revision as of 13:35, 9 September 2025
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
float: right;
margin: 0 0 1em 1em;
}
/* === Edge of Twilight Theme for Cosmos Skin === */
/* Body and general background */
body {
background-color: #2C3E50;
color: #1A1A1A;
font-family: 'Open Sans', sans-serif;
}
/* Main content area */
#content, .mw-body {
background-color: #F8F9FA;
color: #1A1A1A;
border: 1px solid #BDC3C7;
padding: 1em;
}
/* Header and footer */
#mw-head, #footer {
background-color: #1A1A1A;
color: #BDC3C7;
}
/* Sidebar */
#mw-panel {
background-color: #2C3E50;
color: #BDC3C7;
}
#mw-panel a {
color: #BDC3C7;
}
#mw-panel a:hover {
color: #F39C12;
}
/* Links */
a {
color: #8E44AD;
text-decoration: none;
}
a:hover {
color: #F39C12;
text-decoration: underline;
}
/* Buttons */
button, input[type="submit"], .mw-ui-button {
background-color: #8E44AD;
color: #F8F9FA;
border: none;
padding: 0.5em 1em;
border-radius: 4px;
}
button:hover, input[type="submit"]:hover, .mw-ui-button:hover {
background-color: #F39C12;
color: #1A1A1A;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #2C3E50;
font-family: 'Merriweather', serif;
}
/* Table styling */
table {
border-collapse: collapse;
width: 100%;
background-color: #F8F9FA;
color: #1A1A1A;
}
th, td {
border: 1px solid #BDC3C7;
padding: 0.5em;
}
th {
background-color: #8E44AD;
color: #F8F9FA;
}
/* Search box and input fields */
input[type="text"], input[type="search"] {
background-color: #F8F9FA;
border: 1px solid #BDC3C7;
color: #1A1A1A;
padding: 0.3em;
}
/* Optional: subtle box shadow for depth */
.mw-body, #content {
box-shadow: 0 0 10px rgba(142, 68, 173, 0.2);
}
