User:SolSys/MediaWiki:Common.css: Difference between revisions

From [N8]
Jump to navigation Jump to search
SolSys (talk | contribs)
Tag: New redirect
 
SolSys (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* #REDIRECT */@import url(http://wiki.geministation.com/index.php?title=User:MediaWiki:Common.css&action=raw&ctype=text/css);
/* CSS placed here will be applied to all skins */
 
/* Hiding the main page's title (using an image instead */
body.page-Main_Page h1.firstHeading { display:none; }
 
.eu4box {
border: 2px solid #3d2334;
border-radius: 6px;
background: #58324B;
color: white !important;
padding: 5px;
margin-bottom: 3px;
margin-left: 3px;
}
 
.eu4box .heading {
background: #3d2334;
border-radius: 6px;
padding: 0px 6px 0px;
color: white !important;
}
 
.eu4box a { color: lightblue !important; }
.eu4box * { list-style-image: none; }
.eu4box .heading .mw-headline { color: white; }
 
/* EU4Box master styles */
.eu4box .subheading {
color: #FFCD51;
font-weight: bold;
}
 
/* EU4box-inline overrides */
.eu4box-inline {
background: #FDFDFD;
color: #0E0E0E !important;
border: 2px solid #8a6f81;
border-radius: 4px;
}
.eu4box-inline .heading {
background: #68465d;
border-radius: 3px;
}
 
.eu4box-inline hr {
background: #CCC !important;
margin: 5px 0px 5px;
}
 
.eu4box-inline .heading .mw-headline { color: white; }
.eu4box-inline .heading .mw-headline img { margin-right: 5px; }
.eu4box-inline .subheading, span[style="color: #FFCD51"] { color: #273442 !important; }
.eu4box-inline a { color: darkblue !important; }
.eu4box .mw-collapsible-toggle { float:none; }
.eu4box h2 { margin-top: 0 !important; }
.eu4box h3 { margin-top: 0 !important; }

Latest revision as of 19:15, 25 January 2020

/* CSS placed here will be applied to all skins */

/* Hiding the main page's title (using an image instead */
body.page-Main_Page h1.firstHeading { display:none; }

.eu4box {
	border: 2px solid #3d2334;
	border-radius: 6px;
	background: #58324B;
	color: white !important;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.eu4box .heading {
	background: #3d2334;
	border-radius: 6px;
	padding: 0px 6px 0px;
	color: white !important;
}

.eu4box a { color: lightblue !important; }
.eu4box * { list-style-image: none; }
.eu4box .heading .mw-headline { color: white; }

/* EU4Box master styles */
.eu4box .subheading {
	color: #FFCD51;
	font-weight: bold;
}

/* EU4box-inline overrides */
.eu4box-inline {
	background: #FDFDFD;
	color: #0E0E0E !important;
	border: 2px solid #8a6f81;
	border-radius: 4px;
}
.eu4box-inline .heading {
	background: #68465d;
	border-radius: 3px;
}

.eu4box-inline hr {
	background: #CCC !important;
	margin: 5px 0px 5px;
}

.eu4box-inline .heading .mw-headline { color: white; }
.eu4box-inline .heading .mw-headline img { margin-right: 5px; }
.eu4box-inline .subheading, span[style="color: #FFCD51"] { color: #273442 !important; }
.eu4box-inline a { color: darkblue !important; }
.eu4box .mw-collapsible-toggle { float:none; }
.eu4box h2 { margin-top: 0 !important; }
.eu4box h3 { margin-top: 0 !important; }