Difference between revisions of "MediaWiki:Common.css"

From Scottish AI Playbook WIKI
Jump to navigation Jump to search
Line 43: Line 43:
font-weight: 600;
font-weight: 600;
color: #fff;
color: #fff;
     background-color: #8C328C;
     background-color: #36c;
     padding: 10px;
     padding: 10px;
     border-radius: 2px;
     border-radius: 2px;
Line 50: Line 50:
#mw-panel #n-Create-a-Page a:hover{
#mw-panel #n-Create-a-Page a:hover{
text-decoration:none;
text-decoration:none;
opacity:0.8;
opacity:0.85;
}
}

Revision as of 11:59, 6 July 2022

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

.row {
	clear:both;
}
.rowFlex {
	display: flex;
	gap: 0 20px;
	margin-bottom: 20px;
}

.col {
	flex: 1;
}

.box {
	margin: 0;
    min-width: 210px;
    border: 1px solid #CCC;
    padding: 0 20px 20px;
}

.box h3 {
	font-size: 1.2em;
	padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 20px 0;
    margin: 0 0 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

.box .mw-headline {
	display: flex;
	gap: 0 8px;
	align-items: center;
}

#mw-panel #n-Create-a-Page a{
	display:block;
	text-align: center;
	font-weight: 600;
	color: #fff;
    background-color: #36c;
    padding: 10px;
    border-radius: 2px;
}

#mw-panel #n-Create-a-Page a:hover{
	text-decoration:none;
	opacity:0.85;
}