Line 18: | Line 18: | ||
body { | body { | ||
margin-top: 20px; | margin-top: 20px; | ||
+ | font-family: Oxygen, sans-serif; | ||
} | } | ||
Line 23: | Line 24: | ||
text-align: center; | text-align: center; | ||
} | } | ||
+ | |||
.navbar-fixed-top { | .navbar-fixed-top { | ||
Line 29: | Line 31: | ||
.navbar-nav { | .navbar-nav { | ||
+ | font-size: 16px; | ||
float: right; | float: right; | ||
+ | } | ||
+ | |||
+ | .navbar-brand { | ||
+ | font-weight: 500; | ||
+ | font-size: 20px; | ||
+ | font-color: #800000; | ||
} | } | ||
footer { | footer { | ||
− | |||
background-color: #222; | background-color: #222; | ||
color: #fff; | color: #fff; |
Revision as of 01:37, 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: Oxygen, sans-serif;
}
.center {
text-align: center;
}
.navbar-fixed-top {
margin-top: 16px;
}
.navbar-nav {
font-size: 16px;
float: right; }
.navbar-brand {
font-weight: 500; font-size: 20px; font-color: #800000;
}
footer {
background-color: #222; color: #fff; height: 100px; margin-bottom: -10px;
}
- bodyContent footer p {
text-align: center;
}