Line 24: | Line 24: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | |||
.navbar-fixed-top { | .navbar-fixed-top { | ||
+ | background-color: #fff; | ||
margin-top: 16px; | margin-top: 16px; | ||
} | } | ||
Line 38: | Line 38: | ||
font-weight: 700; | font-weight: 700; | ||
font-size: 25px; | font-size: 25px; | ||
− | color: # | + | color: #A10043; /*MAROON*/ |
} | } | ||
.navbar-default .navbar-brand:hover { | .navbar-default .navbar-brand:hover { | ||
color: #FFC124; | color: #FFC124; | ||
+ | } | ||
+ | |||
+ | .section2 { | ||
+ | background-color: #EEEEEE; | ||
} | } | ||
Revision as of 03:10, 29 August 2016
/***OVERRIDE DEFAULT WIKI***/
- globalWrapper, #content, #bodyContent {
margin: 0 auto; padding: 0; height: 100%; width: 100%; border: 0px; background-color: transparent;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { margin: 0; }
/****/
body { margin-top: 20px;
font-family: sans-serif;
}
.center {
text-align: center;
}
.navbar-fixed-top {
background-color: #fff;
margin-top: 16px; }
.navbar-nav {
font-size: 16px;
float: right; }
.navbar-default .navbar-brand {
font-weight: 700; font-size: 25px; color: #A10043; /*MAROON*/
}
.navbar-default .navbar-brand:hover {
color: #FFC124;
}
.section2 {
background-color: #EEEEEE;
}
footer {
background-color: #222; color: #fff; height: 100px; margin-bottom: -10px; padding: 20px;
}
- bodyContent footer p {
text-align: center;
}