MediaWiki:Common.css: Difference between revisions

From Auranogi
No edit summary
No edit summary
Line 1: Line 1:
/* <pre> */
/* <pre> */
#p-navigation {
background-color: #1195db;
border-radius: 6px;
}
#p-navigation a {
color:white;
font-weight: bold;
line-height: normal;
}
#p-navigation a:hover {
text-decoration-line: none;
}


.page-Main_Page h1.firstHeading {
.page-Main_Page h1.firstHeading {

Revision as of 22:41, 10 November 2022

/* <pre> */

#p-navigation {
 background-color: #1195db;
 border-radius: 6px;
}

#p-navigation a {
 color:white;
 font-weight: bold;
 line-height: normal;
}

#p-navigation a:hover {
 text-decoration-line: none;
}

.page-Main_Page h1.firstHeading {
 display: none;
} 

#mainHomeContent {
 display: flex;
}

#homeRight {
 display: flex;
 margin-left: 1em; 
}



.home #toc {
	display: none;
}

.home h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}

.home h2 {
	font-size: 1.25em;
	font-weight: bold;
	border: none;
	margin: 0 0 0.15em;
}

h1 small, h2 small {
   font-size: 12px;
}

.invert {
	color: white;
}

.content-tile {
	border: 1px solid #438ab5;
	background-color: #3980ab;
	padding: 1em;
	width: 100%;
	margin-right: 1em;
	margin-bottom: 1em;
}

@media (min-width: 590px) {
   .content-tile {
       width: 25%;
   }
}

.content-tile p {
	font-size: 1.25em;
	font-weight: bold;
}

.content-tile a, .content-tile a.new, .content-tile a.new:visited {
	color: white;
}

.colored {
	padding: 1em;
	background-color: #3980ab;
	color: white;
}

.colored h1, .colored h2, .colored h3, .colored h4 {
	color: white;
}

.colored a, .colored a.new, .colored a.new:visited {
	color: #54e1ef !important;
}


@media screen and (max-width:650px) {
#mainHomeContent {
  display: block;
}
#homeRight {
 margin-left: 0; 
 margin-bottom: 1em;
}

.content-tile {
 margin-right: 0;
}
}