Merge pull request #914 from Ashnwor/master
use utf-8 encoding for Turkish sites
This commit is contained in:
commit
0c0d7ef4c1
|
@ -1,7 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-error {
|
.mainframe-error {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -22,17 +23,17 @@
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-error-text {
|
.mainframe-error-text {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-info {
|
.mainframe-info {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
margin-bottom: 5%;
|
margin-bottom: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-bottom {
|
.border-bottom {
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
|
@ -41,7 +42,7 @@
|
||||||
border-color: #CCCCCC;
|
border-color: #CCCCCC;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backbtn {
|
.backbtn {
|
||||||
background-image: url(images/buton_bg2.gif);
|
background-image: url(images/buton_bg2.gif);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-error {
|
.mainframe-error {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -22,17 +23,17 @@
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-error-text {
|
.mainframe-error-text {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-info {
|
.mainframe-info {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
margin-bottom: 5%;
|
margin-bottom: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-bottom {
|
.border-bottom {
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
|
@ -41,7 +42,7 @@
|
||||||
border-color: #CCCCCC;
|
border-color: #CCCCCC;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,31 +1,32 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
<title>AirTies</title>
|
<title>AirTies</title>
|
||||||
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-image: url(images/v_line_bg.gif);
|
background-image: url(images/v_line_bg.gif);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 112px;
|
max-height: 112px;
|
||||||
height: 112px;
|
height: 112px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-child {
|
.content-child {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -38,11 +39,11 @@
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-error {
|
.mainframe-error {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -22,15 +23,15 @@
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-error-text {
|
.mainframe-error-text {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainframe-info {
|
.mainframe-info {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-bottom {
|
.border-bottom {
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
|
@ -39,17 +40,17 @@
|
||||||
border-color: #CCCCCC;
|
border-color: #CCCCCC;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-input {
|
.table-input {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.div-fill-all {
|
.div-fill-all {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirmbtn {
|
.confirmbtn {
|
||||||
background-image: url(images/buton_bg2.gif);
|
background-image: url(images/buton_bg2.gif);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-text-error {
|
.main-frame-text-error {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #7F7F7F;
|
color: #7F7F7F;
|
||||||
|
@ -16,13 +18,13 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-text {
|
.main-frame-text {
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
padding-right: 10%;
|
padding-right: 10%;
|
||||||
color: #74797b;
|
color: #74797b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backbtn {
|
.backbtn {
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
|
@ -36,7 +38,7 @@
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-text-error {
|
.main-frame-text-error {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #7F7F7F;
|
color: #7F7F7F;
|
||||||
|
@ -16,13 +18,13 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-text {
|
.main-frame-text {
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
padding-right: 10%;
|
padding-right: 10%;
|
||||||
color: #74797b;
|
color: #74797b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
margin-top: 3%;
|
margin-top: 3%;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<title>Huawei Home Gateway</title>
|
<title>Huawei Home Gateway</title>
|
||||||
<style>
|
<style>
|
||||||
|
@ -10,21 +10,21 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #ebebeb;
|
background-color: #ebebeb;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
min-width: 905px;
|
min-width: 905px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
@ -32,25 +32,25 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
zoom: 80%;
|
zoom: 80%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo_text {
|
.logo_text {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lang {
|
.lang {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -59,32 +59,32 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-text {
|
.footer-text {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-link {
|
.footer-link {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
display: inline;
|
display: inline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-image: url(images/navbar.png);
|
background-image: url(images/navbar.png);
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-button {
|
.navbar-button {
|
||||||
background-image: url(images/navbar.png);
|
background-image: url(images/navbar.png);
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
@ -97,11 +97,11 @@
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-button:hover {
|
.navbar-button:hover {
|
||||||
background-image: url(images/navbar-hover.png);
|
background-image: url(images/navbar-hover.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-button-maintain {
|
.navbar-button-maintain {
|
||||||
background-image: url(images/navbar.png);
|
background-image: url(images/navbar.png);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -114,15 +114,15 @@
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-button-maintain:hover {
|
.navbar-button-maintain:hover {
|
||||||
background-image: url(images/navbar-hover.png);
|
background-image: url(images/navbar-hover.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-button-link {
|
.navbar-button-link {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-button-splitter {
|
.navbar-button-splitter {
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow {
|
.shadow {
|
||||||
filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=10, Color='gray');
|
filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=10, Color='gray');
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
|
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame {
|
.main-frame {
|
||||||
|
@ -247,15 +247,17 @@
|
||||||
<!--Header end-->
|
<!--Header end-->
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="main-top"></div>
|
<div class="main-top"></div>
|
||||||
<div class="main-frame">
|
<div class="main-frame">
|
||||||
<div class="main-frame-line"></div>
|
<div class="main-frame-line"></div>
|
||||||
<iframe src="info.html" width="440" height="265" align="center"></iframe>
|
<iframe src="info.html" width="440" height="265" align="center"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--Main end-->
|
<!--Main end-->
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<center>
|
<center>
|
||||||
<p class="footer-text">Copyright © Huavei Technologies Co., Ltd. 2012-2018. All rights reserved.</p><a href="#" class="footer-link">Privacy Policy</a><a href="#" class="footer-link">Open Source Software Declaration</a>
|
<p class="footer-text">Copyright © Huavei Technologies Co., Ltd. 2012-2018. All rights reserved.</p><a
|
||||||
|
href="#" class="footer-link">Privacy Policy</a><a href="#" class="footer-link">Open Source Software
|
||||||
|
Declaration</a>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-text-error {
|
.main-frame-text-error {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #7F7F7F;
|
color: #7F7F7F;
|
||||||
|
@ -16,29 +18,29 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-text {
|
.main-frame-text {
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
padding-right: 10%;
|
padding-right: 10%;
|
||||||
color: #74797b;
|
color: #74797b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame-over-input-text {
|
.main-frame-over-input-text {
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
padding-right: 10%;
|
padding-right: 10%;
|
||||||
color: #74797b;
|
color: #74797b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-div {
|
.table-div {
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-input {
|
.table-input {
|
||||||
width: 400;
|
width: 400;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-data-1 {
|
.table-data-1 {
|
||||||
border-width: 1px 1px 1px 1px;
|
border-width: 1px 1px 1px 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -55,16 +57,16 @@
|
||||||
|
|
||||||
.table-image {
|
.table-image {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top:2px;
|
margin-top: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-pass {
|
.input-pass {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirmbtn {
|
.confirmbtn {
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -9,13 +11,13 @@
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
background-color: rgba(255, 255, 255, 0.3);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-text {
|
.error-text {
|
||||||
background-color: rgb(102, 186, 51);
|
background-color: rgb(102, 186, 51);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: WHITE;
|
color: WHITE;
|
||||||
|
@ -24,7 +26,7 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context {
|
.context {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -9,13 +11,13 @@
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
background-color: rgba(255, 255, 255, 0.3);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-text {
|
.error-text {
|
||||||
background-color: rgb(102, 186, 51);
|
background-color: rgb(102, 186, 51);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: WHITE;
|
color: WHITE;
|
||||||
|
@ -24,11 +26,11 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context {
|
.context {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<title>TP-Link Wireless N Router</title>
|
<title>TP-Link Wireless N Router</title>
|
||||||
<style>
|
<style>
|
||||||
|
@ -9,14 +10,14 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-image: url(images/background.png);
|
background-image: url(images/background.png);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-image: url(images/top_bg.jpg);
|
background-image: url(images/top_bg.jpg);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -27,32 +28,32 @@
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .left {
|
.header .left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .left img {
|
.header .left img {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .right {
|
.header .right {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .right img {
|
.header .right img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel_content {
|
.panel_content {
|
||||||
border: none;
|
border: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -65,7 +66,7 @@
|
||||||
-moz-user-select: -moz-none;
|
-moz-user-select: -moz-none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hcenter {
|
.hcenter {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="tr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -9,13 +11,13 @@
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
background-color: rgba(255, 255, 255, 0.3);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-text {
|
.error-text {
|
||||||
background-color: rgb(102, 186, 51);
|
background-color: rgb(102, 186, 51);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: WHITE;
|
color: WHITE;
|
||||||
|
@ -24,7 +26,7 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context {
|
.context {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue