Anonymous

MediaWiki:Common.css: Difference between revisions

From EvoLudo
no edit summary
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* EvoLudo labs formatting */
.evoludo-simulation {margin:1em auto;}
.dataview th {width:30%; text-align:end; padding-right:1em;}
/* header styles */
.mw-body h1, .mw-body h2, .mw-body h3 {
font-family: Verdana,Arial,sans-serif;
font-weight: bold;
}
.mw-body h1.firstHeading {
font-size: 2.2em;
border-bottom: solid 4px #1414AA;
}
.mw-body h2 {
font-size: 1.4em;
border-bottom: solid 2px #1414AA;
}
.mw-body h3 {
font-size: 1.2em;
}
/* main page customizations - suppress header */
/* main page customizations - suppress header */
.mainpage_boxcontents h3 {
margin-top: 0;
}
body.page-EvoLudo h1.firstHeading { display:none; }
body.page-EvoLudo h1.firstHeading { display:none; }
#mainpage_topbox{margin-bottom:1em;}
#mainpage_topbox{margin-bottom:1em;}
Line 5: Line 28:
color:#000999;
color:#000999;
font-size:300% !important;
font-size:300% !important;
font-family:Verdana,Arial,Sans-Serif;
font-family:Verdana,Arial,sans-serif;
line-height:100%;
line-height:100%;
padding:1ex;
padding:1ex;
Line 14: Line 37:
font-size:140%;
font-size:140%;
line-height:140%;
line-height:140%;
font-family:Verdana,Arial,Sans-Serif;
font-family:Verdana,Arial,sans-serif;
border-bottom:1px solid #000999;
border-bottom:1px solid #000999;
}
}
Line 29: Line 52:
font-size:120%;
font-size:120%;
line-height:120%;
line-height:120%;
font-family:Verdana,Sans-Serif;
font-family:Verdana,Arial,sans-serif;
background-color:#eee;
background-color:#eee;
}
}
.mainpage_boxcontents_small {margin:1ex;}
.mainpage_boxcontents_small {margin:1ex;}
.mainpage_boxcontents_small ul {margin:0;}
.mainpage_boxcontents_small ul {margin:0;}
 
/* set size of logo to fit container */
.mw-wiki-logo {
background-size: contain;
}
/* format navigation boxes */
/* format navigation boxes */
/* 090401: copied form wikipedia and only superficially adjusted! */
/* 090401: copied form wikipedia and only superficially adjusted! */