As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

MediaWiki:Common.css

1,412 bytes added, 18:17, 3 May 2018
no edit summary
*/
/* The following css is to create the blue box organization of the wiki */
.headerTree-h2 {
vertical-align: top;
padding: 0.4em 1em 1em;
border-bottom: 1px solid #abd5f5;
border-radius: 3px;
margin-top:2.5px;
margin-bottom:2.5px;
padding-right: 0.5em;
}
.mw-body h2 {
border-radius: 3px;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0em;
margin-right: 0em;
border-bottom: 1px solid #abd5f5;
padding:0.2em 0.5em;
border: 1px solid #abd5f5;
background: #d0e5f5;
}
 
.mw-collapsible-toggle-header {
border-bottom: 1px solid #aaa;
}
 
.headerTree-h4 {
vertical-align: top;
border: 1px solid #abd5f5;
background: #e5eefc;
padding: 0.4em 1em 1em;
border-bottom: 1px solid #abd5f5;
border-radius: 3px;
margin-top: 2.5px;
margin-bottom: 2.5px;
}
 
.mw-body h4 {
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0em;
margin-right: 0em;
border-bottom: 1px solid #abd5f5;
border-radius: 3px;
padding:0.2em 0.5em;
vertical-align: top;
border: 1px solid #abd5f5;
background: #c6e0f4;
}
 
.mw-collapsible-content {
margin-left: 1em;
}
 
/* The following css is for the search page on the newae wiki
*/
.searchresults .headerTree-h2 {
background: inherit;
border: none;
}
 
.searchresults h2 {
background: inherit;
border: none;
}
 
#mw-searchoptions h4 {
background: inherit;
border: none;
}
 
/* Fixes the TOC title */
.toc .headerTree-h2,
.toc h2 {
background:inherit;
border: none;
}

Navigation menu