Style Refresh (part 1): Fonts, colors

This commit is contained in:
mDuo13
2019-04-25 17:25:57 -07:00
parent 9d3644df4c
commit 2d2062a11d
8 changed files with 1703 additions and 836 deletions

View File

@@ -1,14 +1,5 @@
/* Generic styles and colors not in the bootstrap files --------------------- */
body {
font-family: Roboto, sans-serif;
}
code,
pre {
font-family: "Roboto Mono", monospace;
}
td {
border: 1px solid #dbdde2;
padding: 0.2em;
@@ -206,10 +197,7 @@ th {
/* Footer ------------------------------------------------------------------- */
.ripple-footer {
z-index: 2;
color: #999999;
font-size: 14px;
background: #28282a url(../img/ripple_footer_v2.jpg) repeat-x center center;
background-position-y: -60px;
}
@@ -250,6 +238,18 @@ th {
font-size: 14px;
}
.foot-nav-col {
border-left: 1px solid #eae7e6;
border-right: 1px solid #eae7e6;
}
.foot-nav-col:first-of-type {
border-left: 0;
}
.foot-nav-col:last-of-type {
border-right: 0;
}
/* Callouts ----------------------------------------------------------------- */
.devportal-callout {
@@ -943,8 +943,7 @@ a.current {
}
.splash-head {
background-color: #102b3e;
background-image: url("../img/splash-map.svg");
background-color: transparent;
background-size: cover;
background-position: center center;
color: white;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff