Skip to content

Commit

Permalink
Merge pull request #9 from LetheanMovement/feature/laion/change-font-…
Browse files Browse the repository at this point in the history
…style

change font style
  • Loading branch information
alfasoftpt committed Jan 3, 2019
2 parents 6f14fcb + 1f77b4f commit eb5b799
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
9 changes: 6 additions & 3 deletions popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ body {
width: 140px;
background-color: #000;
line-height: 14px;
font-family: "Segoe UI", Tahoma, sans-serif;
}

h1 {
color: #fff;
font: 10px Helvetica, sans-serif;
padding: 3px;
font-size: 10px;
padding: 4px 0px 3px 7px;
margin: -8px -8px 0px -8px;
background-image: url(images/bg.png);
background-repeat: repeat;
Expand Down Expand Up @@ -76,7 +77,7 @@ section legend {
background: rgba(0, 0, 0, 0.75);
border-radius: 5px;
color: #FFF;
font: 1.5em/1.2 Helvetica Neue, sans-serif;
font-size: 1.5em/1.2;
transform: scale(0);
transition: all 1.0s ease;
z-index: 10;
Expand Down Expand Up @@ -118,6 +119,8 @@ section legend {
text-align: center;
padding-top: 40px;
display: none;
line-height: 14px;
font-size: 10px;
}

#loadingScreen img {
Expand Down
24 changes: 12 additions & 12 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
<link href="./popup.css" type="text/css" rel="stylesheet">
</head>
<body style='height:250px;'>
<img id="settingsConfig" src="images/settings.png" style="width: 20px; height: 20px; position: absolute; margin-top: -1px; margin-left: 127px;" />
<h1 style='padding-left: 10px;'>LETHEAN VPN</h1>
<img id="settingsConfig" src="images/settings.png" style="width: 20px; height: 20px; position: absolute; margin-top: 1px; margin-left: 127px;" />
<h1>LETHEAN VPN</h1>


<div id='loadingScreen'>
<p>Please wait while<br>establishing connection...</p>
<img src='images/loader.gif'>
<p>PLEASE WAIT WHILE<br>ESTABLISHING CONNECTION...</p>
<img src='images/loader.gif'>
</div>

<div role="main">
<form id="proxyForm" name="proxyForm">

<fieldset id="fixed_servers">
<div style="font-size: 10px; color: #000; width: 155px; background-color: #fff; text-align: center; margin-left: -3px;">WELCOME TO LETHEAN VPN</div>
<div style="font-size: 10px; color: #000; width: 155px; background-color: #fff; text-align: center; margin-left: -3px; margin-top: 2px; padding-top: 1px;">WELCOME TO LETHEAN VPN</div>
<img src="images/connected.png" width="154" style="border: 1px solid #fff; margin-top: 10px; margin-left:-3px; margin-bottom:5px;">
<input type="radio" name="proxyType" id="proxyTypeManual" value="manual" style="width: 156px; height: 20px; position: absolute; z-index: 9; margin-top: 10px; margin-left: -3px; opacity: 0; cursor: pointer;">
<label for="proxyTypeManual">
<!--
<input type="submit" value="" style="background-image: url('images/power_on.png'); height: 150px; width: 150px; border: none; background-repeat: no-repeat; position: absolute; z-index: 1; margin-top: 50px; margin-left:-75px;">
-->
<button type="submit" value="" style="width: 156px;text-align: center;color: #fff;font: 10px Helvetica, sans-serif;padding: 3px;margin: 10px -8px 0px -3px;background-image: url(images/bg.png);background-repeat: repeat; border: 1px solid #fff;">CLICK TO CONNECT</button>
<button type="submit" value="" style="width: 156px;text-align: center;color: #fff;font-size: 10px; padding: 3px;margin: 10px -8px 0px -3px;background-image: url(images/bg.png);background-repeat: repeat; border: 1px solid #fff;">CLICK TO CONNECT</button>
</label>

<section class="single">
Expand All @@ -39,11 +39,11 @@ <h1 style='padding-left: 10px;'>LETHEAN VPN</h1>
</select>

<div id="proxyHost" style="width: 100%; height: 50px; position: absolute; margin-top: -227px; margin-left: -3px; padding: 10px; display: none; background-color: #2b2b2b; color: #fff;">
<label for="proxyHostHttp">Host</label>
<input type="text" name="proxyHostHttp" id="proxyHostHttp" style="width: 105px; margin-left: 5px;">
<label for="proxyHostHttp">HOST</label>
<input type="text" name="proxyHostHttp" id="proxyHostHttp" style="width: 98px; margin-left: 3px;">
<br />
<label for="proxyPortHttp">Port</label>
<input type="text" name="proxyPortHttp" id="proxyPortHttp" style="width: 105px; margin-left: 7px;" class="port">
<label for="proxyPortHttp">PORT</label>
<input type="text" name="proxyPortHttp" id="proxyPortHttp" style="width: 98px; margin-left: 4px;" class="port">
</div>


Expand Down Expand Up @@ -99,7 +99,7 @@ <h1 style='padding-left: 10px;'>LETHEAN VPN</h1>
</fieldset>

<fieldset id="system" hidden="hidden">
<div id="connectedMsg" style="font-size: 10px; color: #000; width: 155px; background-color: #fff; text-align: center; margin-left: -3px;">CONNECTED</div>
<div id="connectedMsg" style="font-size: 10px; color: #000; width: 155px; background-color: #fff; text-align: center; margin-left: -3px; padding-top: 1px;">CONNECTED</div>
<img id="imgError" src="images/error.png" width="154" style="border: 1px solid #fff; margin-top: 10px; margin-left:-3px; margin-bottom:5px;" hidden="hidden">
<div id="dataValue" width="154" style="border: 1px solid #fff; margin-top: 10px; margin-left: -3px; background-color: #FFFFFFEE; padding-left: 10px;">
<div style='font-size: 12px; line-height: 16px; font-weight: bold;'>provider name</div>
Expand All @@ -119,7 +119,7 @@ <h1 style='padding-left: 10px;'>LETHEAN VPN</h1>
<input type="submit" value="" style="background-image: url('images/power_off.png'); border: none; height: 81px; width: 81px; background-repeat: no-repeat; position: absolute; z-index: 1; margin-top: 190px; margin-left: -40.5px;">
-->
<button id="tryAgainMsg" type="submit" value="" style="width: 156px;text-align: center;color: #000;font: 10px Helvetica, sans-serif;padding: 3px;margin: 10px -8px 0px -3px; background-color: #fff;">DISCONNECT</button>
<button id="tryAgainMsg" type="submit" value="" style="width: 156px;text-align: center;color: #000;font-size: 10px; padding: 3px;margin: 10px -8px 0px -3px; background-color: #fff;">DISCONNECT</button>
</label>
</fieldset>

Expand Down

0 comments on commit eb5b799

Please sign in to comment.