mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 08:41:54 +00:00
Had to put style inline as web server deletes my style from the head
This commit is contained in:
parent
49134553d7
commit
b45114fe37
@ -5,20 +5,8 @@
|
||||
<title>CUCC Expedition Handbook: Drill Battery Charging</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||
|
||||
<style>
|
||||
p.bluedisplay {
|
||||
color:darkblue;
|
||||
background-color:lightblue;
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 10px;
|
||||
margin-right: 65%;
|
||||
border: 2px solid blue;
|
||||
padding:2%;
|
||||
font:22px/30px monospace;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h2 id="tophead">CUCC Expedition Handbook</h2>
|
||||
@ -36,7 +24,17 @@ This is the charger which has the Makita slide-socket for the battery which is c
|
||||
<p>
|
||||
Check that screen looks like this: Displaying <br>
|
||||
|
||||
<p class="bluedisplay">
|
||||
<p style="
|
||||
color:darkblue;
|
||||
background-color:lightblue;
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 10px;
|
||||
margin-right: 65%;
|
||||
border: 2px solid blue;
|
||||
padding:2%;
|
||||
font:22px/30px monospace;">
|
||||
LiIo CHARGE<br>
|
||||
C=3300mAh 14.4Vp
|
||||
</p>
|
||||
@ -47,7 +45,17 @@ C=3300mAh 14.4Vp
|
||||
The screen will display "battery check" and then start charging.
|
||||
<p>The screen will then look something like below
|
||||
(but with different numbers) when charging:
|
||||
<p class="bluedisplay">
|
||||
<p style="
|
||||
color:darkblue;
|
||||
background-color:lightblue;
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 10px;
|
||||
margin-right: 65%;
|
||||
border: 2px solid blue;
|
||||
padding:2%;
|
||||
font:22px/30px monospace;">
|
||||
CHG 0.04 00002<br>
|
||||
LI+3.26A 15.331V
|
||||
</p>
|
||||
@ -69,7 +77,17 @@ You can do this as follows.
|
||||
<p>Now hold down the "<b>Enter, Start Stop</b>" button for 2 seconds until "<b>Battery Check</b>" is displayed
|
||||
and the screen looks similar to below, but with but with different numbers:
|
||||
|
||||
<p class="bluedisplay">
|
||||
<p style="
|
||||
color:darkblue;
|
||||
background-color:lightblue;
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 10px;
|
||||
margin-right: 65%;
|
||||
border: 2px solid blue;
|
||||
padding:2%;
|
||||
font:22px/30px monospace;">
|
||||
CHG 0.04 00002<br>
|
||||
LI+3.26A 15.331V
|
||||
</p>
|
||||
@ -236,7 +254,17 @@ adaptor.</li>
|
||||
<li>Check display says 'Lion' or 'Lipo' and '14.4V' and '3A' and 'CHARGE'. Hold
|
||||
down "<b>Enter, Start Stop</b>" button
|
||||
(the one at the <b>right-hand end</b>, the <b>4th one from the left</b>) . It will do a battery check.
|
||||
<p class="bluedisplay">
|
||||
<p style="
|
||||
color:darkblue;
|
||||
background-color:lightblue;
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 10px;
|
||||
margin-right: 65%;
|
||||
border: 2px solid blue;
|
||||
padding:2%;
|
||||
font:22px/30px monospace;">
|
||||
LiIo CHARGE<br>
|
||||
C=3300mAh 14.4Vp
|
||||
</p></li>
|
||||
|
Loading…
Reference in New Issue
Block a user