From e6f263b2cc4f7fabfed8d9fc49180d241a787692 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 30 Oct 2012 23:08:59 -0700 Subject: [PATCH] Add AltusMetrum logo to wiki title bar Remove it from the MicroPeak page Signed-off-by: Keith Packard --- MicroPeak/index.mdwn | 12 +- local.css | 35 +++++- logos/altusmetrum-64.svg | 234 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 269 insertions(+), 12 deletions(-) create mode 100644 logos/altusmetrum-64.svg diff --git a/MicroPeak/index.mdwn b/MicroPeak/index.mdwn index 026e665..647f21e 100644 --- a/MicroPeak/index.mdwn +++ b/MicroPeak/index.mdwn @@ -1,10 +1,6 @@ [[!meta title="MicroPeak"]] -
- -- - - - # Introducing MicroPeak by AltusMetrum # Micropeak is a peak-recording barometric altimeter for precision model @@ -63,13 +59,14 @@ Here's a close-up view of the hardware * High precision — 2.4Pa resolution (approximately 20cm at sea level) * Factory calibrated. * CR1025 Lithium Battery - * 30mAh. Runs MicroPeak for 15 hours on the pad or in flight + * 30mAh. Runs MicroPeak for 10 hours on the pad or in flight * Standard 6-pin AVR programming interface. * Software Features * Written in C * Samples pressure every 96ms - * Detect boost with 4m altitude change + * Delay 30s after power-on to finish airframe prep + * Detect boost with 10m altitude change * Exponential averaging filter to minimize transient effects. * Tools Used @@ -80,5 +77,4 @@ Here's a close-up view of the hardware * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html) * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - -
+
diff --git a/local.css b/local.css index dfe99d3..6c737ef 100644 --- a/local.css +++ b/local.css @@ -6,9 +6,36 @@ body { background: #e7e7e7; } #content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;} -.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;} -.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;} +.header { + border: 0px; + padding: 10px; + color: #ffffff; + font-family: sans-serif; + font-size: 24px; + background: #888888; + background-image: url(../logos/altusmetrum-oneline.svg); + background-repeat: no-repeat; + background-position: 97% 50%; + border: 0px; + height: 64px; + line-height: 64px +} -.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;} -#footer { border: none; font-family: sans-serif;} +.header a { + margin-right: 1ex; + color: #ffffff; + font-family: sans-serif; +} +.actions { display:none; } + +.pagedate { + border: none; + font-family: sans-serif; + background: #888888; + background-image: url(../logos/altusmetrum-64.svg); + background-repeat: no-repeat; + background-position: center center; + height: 72px; + line-height: 50px; +} diff --git a/logos/altusmetrum-64.svg b/logos/altusmetrum-64.svg new file mode 100644 index 0000000..01b0643 --- /dev/null +++ b/logos/altusmetrum-64.svg @@ -0,0 +1,234 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.2