MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Krayfishkarl (talk | contribs) Undo revision 2223 by Krayfishkarl (talk) Tag: Undo |
Krayfishkarl (talk | contribs) No edit summary |
||
| Line 85: | Line 85: | ||
font-size: 17px; | font-size: 17px; | ||
color: #000000; | color: #000000; | ||
} | |||
/* Navbar styling when nested in infobox and navbox */ | |||
.infobox .navbar { | |||
font-size: 100%; | |||
} | |||
.navbox .navbar { | |||
display: block; | |||
font-size: 100%; | |||
} | |||
.navbox-title .navbar { | |||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
text-align: left; | |||
/* @noflip */ | |||
margin-right: 0.5em; | |||
} | |||
/* Infobox template style */ | |||
.infobox { | |||
border: 1px solid #000000; | |||
border-spacing: 3px; | |||
background-color: #ccccff | |||
color: #000000; | |||
/* @noflip */ | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
/* @noflip */ | |||
float: right; | |||
/* @noflip */ | |||
clear: right; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
} | |||
.infobox caption { | |||
font-size: 300%; | |||
font-weight: bold; | |||
padding: 0.2em; | |||
} | |||
.infobox td, | |||
.infobox th { | |||
vertical-align: top; | |||
/* @noflip */ | |||
text-align: left; | |||
} | |||
.infobox.bordered { | |||
border-collapse: collapse; | |||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #a2a9b1; | |||
} | |||
.infobox.bordered .borderless td, | |||
.infobox.bordered .borderless th { | |||
border: 0; | |||
} | } | ||
Latest revision as of 02:54, 16 April 2025
/* CSS placed here will be applied to all skins */
/* Infobox alignment*/
.infobox { float: right; }
/* Hide Main Page Title */
body.page-Main_Page h1 { display: none; }
/* ---Edits the top header--- */
div#mw-page-base {
background: none
}
/* -Background Border- */
html, body {
background: #cc99ff;
}
/* -Body Content- */
div.mw-body
{
background-color: RGB(238, 208, 223);
color: #000000;
}
div.mw-body-content
{
background-color: RGB(238, 208, 223);
}
table.mp-topbanner
{
background-color: RGB(238, 208, 223);
}
/* SEARCH BOX MODIFICATION */
/* SEARCH BOX Edits the physical look of the box, change the RGBA values to get the box easily visible. Also accept HTML standard colors, RGB, or #HEX. Color changes the text color in the box when typing. */
#simpleSearch input{
background-color: rgba(255,255,255,0.45);
border: 2px solid rgba(59,88,191,1);
color: rgb(40,40,40);
}
/* SEARCH BOX Placeholder text color when the search box is empty. */
#simpleSearch input::placeholder{
color: white;
/* Front Page Fanciness */
}
.headerbarcenter {
align: center;
margin: 5px;
padding: 5px;
color: white;
font-size: 200%;
font-weight: bold;
text-shadow: 1px 1px 2px #222;
width: 30ex
}
/* -Nav Background + Border- */
div#mw-panel {
border: 2px solid #723fdf;
border-radius: 0px 50px 30px 15px;
background-color: #cc99ff;
box-shadow: inset 0px 0px 3px 3px rgba(0,150,130,0.4);
}
/* -Nav List Item Modification- */
div#mw-panel li
{
font-family: verdana;
font-weight: bold;
color: #000000;
}
/* -Nav Header Modification- */
div#mw-panel div.portal h3
{
font-family: "Verdana";
font-weight: bold;
text-decoration: underline;
font-size: 17px;
color: #000000;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}
/* Infobox template style */
.infobox {
border: 1px solid #000000;
border-spacing: 3px;
background-color: #ccccff
color: #000000;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
.infobox caption {
font-size: 300%;
font-weight: bold;
padding: 0.2em;
}
.infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: left;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}